Test Report: Docker_Windows 14555

                    
                      f5b83d4f17589580a6f3f2e048ea841d5f2ba2cd:2022-07-28:25060
                    
                

Test fail (5/284)

Order failed test Duration
80 TestFunctional/parallel/ServiceCmd 2111.15
281 TestNetworkPlugins/group/cilium/Start 657.31
291 TestNetworkPlugins/group/kubenet/HairPin 61.88
301 TestNetworkPlugins/group/calico/NetCatPod 906.51
343 TestStartStop/group/newest-cni/serial/Pause 52.4
x
+
TestFunctional/parallel/ServiceCmd (2111.15s)

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd
=== PAUSE TestFunctional/parallel/ServiceCmd

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmd
functional_test.go:1432: (dbg) Run:  kubectl --context functional-20220728203726-27744 create deployment hello-node --image=k8s.gcr.io/echoserver:1.8
functional_test.go:1438: (dbg) Run:  kubectl --context functional-20220728203726-27744 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1443: (dbg) TestFunctional/parallel/ServiceCmd: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:342: "hello-node-54c4b5c49f-mp9qv" [2bcba4e3-74d3-458b-9a49-49d72c1edb76] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmd
helpers_test.go:342: "hello-node-54c4b5c49f-mp9qv" [2bcba4e3-74d3-458b-9a49-49d72c1edb76] Running

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmd
functional_test.go:1443: (dbg) TestFunctional/parallel/ServiceCmd: app=hello-node healthy within 35.0755855s
functional_test.go:1448: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 service list

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmd
functional_test.go:1448: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 service list: (3.7292095s)
functional_test.go:1462: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 service --namespace=default --https --url hello-node

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmd
functional_test.go:1391: Failed to sent interrupt to proc not supported by windows

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmd
functional_test.go:1462: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 service --namespace=default --https --url hello-node: exit status 1 (34m16.2189506s)

                                                
                                                
-- stdout --
	https://127.0.0.1:52039

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

                                                
                                                
** /stderr **
functional_test.go:1464: failed to get service url. args "out/minikube-windows-amd64.exe -p functional-20220728203726-27744 service --namespace=default --https --url hello-node" : exit status 1
functional_test.go:1401: service test failed - dumping debug information
functional_test.go:1402: -----------------------service failure post-mortem--------------------------------
functional_test.go:1405: (dbg) Run:  kubectl --context functional-20220728203726-27744 describe po hello-node
E0728 21:17:26.580461   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
functional_test.go:1409: hello-node pod describe:
Name:         hello-node-54c4b5c49f-mp9qv
Namespace:    default
Priority:     0
Node:         functional-20220728203726-27744/192.168.49.2
Start Time:   Thu, 28 Jul 2022 20:42:30 +0000
Labels:       app=hello-node
pod-template-hash=54c4b5c49f
Annotations:  <none>
Status:       Running
IP:           172.17.0.6
IPs:
IP:           172.17.0.6
Controlled By:  ReplicaSet/hello-node-54c4b5c49f
Containers:
echoserver:
Container ID:   docker://944fab2be43b494ca66ef118ee94ac1aa906b3eff24c1578b1545f5ee27d7afd
Image:          k8s.gcr.io/echoserver:1.8
Image ID:       docker-pullable://k8s.gcr.io/echoserver@sha256:cb3386f863f6a4b05f33c191361723f9d5927ac287463b1bea633bf859475969
Port:           <none>
Host Port:      <none>
State:          Running
Started:      Thu, 28 Jul 2022 20:43:00 +0000
Ready:          True
Restart Count:  0
Environment:    <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-f7thl (ro)
Conditions:
Type              Status
Initialized       True 
Ready             True 
ContainersReady   True 
PodScheduled      True 
Volumes:
kube-api-access-f7thl:
Type:                    Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds:  3607
ConfigMapName:           kube-root-ca.crt
ConfigMapOptional:       <nil>
DownwardAPI:             true
QoS Class:                   BestEffort
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/not-ready:NoExecute for 300s
node.kubernetes.io/unreachable:NoExecute for 300s
Events:
Type    Reason     Age        From                                      Message
----    ------     ----       ----                                      -------
Normal  Scheduled  <unknown>                                            Successfully assigned default/hello-node-54c4b5c49f-mp9qv to functional-20220728203726-27744
Normal  Pulling    34m        kubelet, functional-20220728203726-27744  Pulling image "k8s.gcr.io/echoserver:1.8"
Normal  Pulled     34m        kubelet, functional-20220728203726-27744  Successfully pulled image "k8s.gcr.io/echoserver:1.8" in 24.207801s
Normal  Created    34m        kubelet, functional-20220728203726-27744  Created container echoserver
Normal  Started    34m        kubelet, functional-20220728203726-27744  Started container echoserver

                                                
                                                
Name:         hello-node-connect-578cdc45cb-sgj5n
Namespace:    default
Priority:     0
Node:         functional-20220728203726-27744/192.168.49.2
Start Time:   Thu, 28 Jul 2022 20:42:22 +0000
Labels:       app=hello-node-connect
pod-template-hash=578cdc45cb
Annotations:  <none>
Status:       Running
IP:           172.17.0.5
IPs:
IP:           172.17.0.5
Controlled By:  ReplicaSet/hello-node-connect-578cdc45cb
Containers:
echoserver:
Container ID:   docker://28d78eee7dd3c4ce89d155e6e177a114dff6f4bae802e1c061897107d127e444
Image:          k8s.gcr.io/echoserver:1.8
Image ID:       docker-pullable://k8s.gcr.io/echoserver@sha256:cb3386f863f6a4b05f33c191361723f9d5927ac287463b1bea633bf859475969
Port:           <none>
Host Port:      <none>
State:          Running
Started:      Thu, 28 Jul 2022 20:42:59 +0000
Ready:          True
Restart Count:  0
Environment:    <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-zj86d (ro)
Conditions:
Type              Status
Initialized       True 
Ready             True 
ContainersReady   True 
PodScheduled      True 
Volumes:
kube-api-access-zj86d:
Type:                    Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds:  3607
ConfigMapName:           kube-root-ca.crt
ConfigMapOptional:       <nil>
DownwardAPI:             true
QoS Class:                   BestEffort
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/not-ready:NoExecute for 300s
node.kubernetes.io/unreachable:NoExecute for 300s
Events:
Type    Reason     Age        From                                      Message
----    ------     ----       ----                                      -------
Normal  Scheduled  <unknown>                                            Successfully assigned default/hello-node-connect-578cdc45cb-sgj5n to functional-20220728203726-27744
Normal  Pulling    35m        kubelet, functional-20220728203726-27744  Pulling image "k8s.gcr.io/echoserver:1.8"
Normal  Pulled     34m        kubelet, functional-20220728203726-27744  Successfully pulled image "k8s.gcr.io/echoserver:1.8" in 33.3438236s
Normal  Created    34m        kubelet, functional-20220728203726-27744  Created container echoserver
Normal  Started    34m        kubelet, functional-20220728203726-27744  Started container echoserver

                                                
                                                
functional_test.go:1411: (dbg) Run:  kubectl --context functional-20220728203726-27744 logs -l app=hello-node
functional_test.go:1415: hello-node logs:
functional_test.go:1417: (dbg) Run:  kubectl --context functional-20220728203726-27744 describe svc hello-node
functional_test.go:1421: hello-node svc describe:
Name:                     hello-node
Namespace:                default
Labels:                   app=hello-node
Annotations:              <none>
Selector:                 app=hello-node
Type:                     NodePort
IP:                       10.103.90.157
Port:                     <unset>  8080/TCP
TargetPort:               8080/TCP
NodePort:                 <unset>  31806/TCP
Endpoints:                172.17.0.6:8080
Session Affinity:         None
External Traffic Policy:  Cluster
Events:                   <none>
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestFunctional/parallel/ServiceCmd]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect functional-20220728203726-27744
helpers_test.go:235: (dbg) docker inspect functional-20220728203726-27744:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "fdf6bb16013a067f8d911a381fdb9cbd8cb2de32be10540ed0e540bfc978fb7c",
	        "Created": "2022-07-28T20:38:04.8404274Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 24933,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2022-07-28T20:38:05.8355415Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:443d84da239e4e701685e1614ef94cd6b60d0f0b15265a51d4f657992a9c59d8",
	        "ResolvConfPath": "/var/lib/docker/containers/fdf6bb16013a067f8d911a381fdb9cbd8cb2de32be10540ed0e540bfc978fb7c/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/fdf6bb16013a067f8d911a381fdb9cbd8cb2de32be10540ed0e540bfc978fb7c/hostname",
	        "HostsPath": "/var/lib/docker/containers/fdf6bb16013a067f8d911a381fdb9cbd8cb2de32be10540ed0e540bfc978fb7c/hosts",
	        "LogPath": "/var/lib/docker/containers/fdf6bb16013a067f8d911a381fdb9cbd8cb2de32be10540ed0e540bfc978fb7c/fdf6bb16013a067f8d911a381fdb9cbd8cb2de32be10540ed0e540bfc978fb7c-json.log",
	        "Name": "/functional-20220728203726-27744",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "functional-20220728203726-27744:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "functional-20220728203726-27744",
	            "PortBindings": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ],
	                "8441/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ]
	            },
	            "RestartPolicy": {
	                "Name": "no",
	                "MaximumRetryCount": 0
	            },
	            "AutoRemove": false,
	            "VolumeDriver": "",
	            "VolumesFrom": null,
	            "CapAdd": null,
	            "CapDrop": null,
	            "CgroupnsMode": "host",
	            "Dns": [],
	            "DnsOptions": [],
	            "DnsSearch": [],
	            "ExtraHosts": null,
	            "GroupAdd": null,
	            "IpcMode": "private",
	            "Cgroup": "",
	            "Links": null,
	            "OomScoreAdj": 0,
	            "PidMode": "",
	            "Privileged": true,
	            "PublishAllPorts": false,
	            "ReadonlyRootfs": false,
	            "SecurityOpt": [
	                "seccomp=unconfined",
	                "apparmor=unconfined",
	                "label=disable"
	            ],
	            "Tmpfs": {
	                "/run": "",
	                "/tmp": ""
	            },
	            "UTSMode": "",
	            "UsernsMode": "",
	            "ShmSize": 67108864,
	            "Runtime": "runc",
	            "ConsoleSize": [
	                0,
	                0
	            ],
	            "Isolation": "",
	            "CpuShares": 0,
	            "Memory": 4194304000,
	            "NanoCpus": 2000000000,
	            "CgroupParent": "",
	            "BlkioWeight": 0,
	            "BlkioWeightDevice": [],
	            "BlkioDeviceReadBps": null,
	            "BlkioDeviceWriteBps": null,
	            "BlkioDeviceReadIOps": null,
	            "BlkioDeviceWriteIOps": null,
	            "CpuPeriod": 0,
	            "CpuQuota": 0,
	            "CpuRealtimePeriod": 0,
	            "CpuRealtimeRuntime": 0,
	            "CpusetCpus": "",
	            "CpusetMems": "",
	            "Devices": [],
	            "DeviceCgroupRules": null,
	            "DeviceRequests": null,
	            "KernelMemory": 0,
	            "KernelMemoryTCP": 0,
	            "MemoryReservation": 0,
	            "MemorySwap": 4194304000,
	            "MemorySwappiness": null,
	            "OomKillDisable": false,
	            "PidsLimit": null,
	            "Ulimits": null,
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "LowerDir": "/var/lib/docker/overlay2/56ba0dbae77c21542ce09bde2236d40a56567039813c9c145607e66b7993aa96-init/diff:/var/lib/docker/overlay2/ebecdb71656480305a1aa55ac86b030f1a154d9d8d097f88c76377098f48e268/diff:/var/lib/docker/overlay2/c14561e4f6bbff05c1b2e7429787d40177404e1f306f4a6f0b6d90ea83cbf54e/diff:/var/lib/docker/overlay2/936f80e53da17a3d9a57cc525b05c63820da5883c2e53c0a76dca49756522fd1/diff:/var/lib/docker/overlay2/d14740c04a488879c4403b9c07129daedf98e5dfd5866887394aa9fe7b0db342/diff:/var/lib/docker/overlay2/333462924dcaac50a06ba4eefdc15184fd3c18e000554b1040c6bf7e7835ec6d/diff:/var/lib/docker/overlay2/59dfade3ee7dbb9ed491b304d06aa0a9bbc98c6e5dea1b6be790c3416f5892a8/diff:/var/lib/docker/overlay2/a79b1887950ebd2f820f0a90dc8979a29aad7a215a286957040946a0ba88b0f6/diff:/var/lib/docker/overlay2/78cdbdc0890181e0dcfb77f70bb8db25238349a68442176b9e5ea754022c8d89/diff:/var/lib/docker/overlay2/d05f8af40df9c46549bff017da23a5cb64c9f0f858adc53de6aef169f936e966/diff:/var/lib/docker/overlay2/8f354d
ea73b2f123706fae0f0e9d4c65fbdc54ae4e3de9ecff2a2e155ba34be9/diff:/var/lib/docker/overlay2/28a80e2c77dc5eb593605717ddc26b28e49f68990763513bcb8f6fb561c4b90f/diff:/var/lib/docker/overlay2/f314c6d36ebf9c950702f2c2fc0d5f5b7b293c5b584ed4fa51551c30c8c899b8/diff:/var/lib/docker/overlay2/e85c14137d84e0c5023e37e5afe54212359defeeee98c93535afdbaa550fe577/diff:/var/lib/docker/overlay2/492d925fc29c74b755bfa500f8896cf44e1f59a39b683b31e76d1921584692ab/diff:/var/lib/docker/overlay2/7a69f14d801b4be27ce30bd2c509ddbca158af143411194039296d11f04e3b32/diff:/var/lib/docker/overlay2/78bdfe15d6b7fedd3679e17b00e877ea62930eff304510bbeb22e71110d33ba8/diff:/var/lib/docker/overlay2/eeb0cbb566d31d052984333791c66667cff44287be43251f1f1aa10fead89fdd/diff:/var/lib/docker/overlay2/c81f3fd31b800a3c7eeece1a6800edf733de0fdc30d0ae04489e064febaa27c6/diff:/var/lib/docker/overlay2/59d1d6c9c9504806b1ce39b6a6d742c47dc429f8f11a65bc384f19f1723dbb45/diff:/var/lib/docker/overlay2/19979a43f2af5361e7dc4bdd753b57d089e786724c175868f7d62f7ec190f964/diff:/var/lib/d
ocker/overlay2/21d9bcba520e1fe22b6e26da53cbba3a751d76a59b8cd2fa2a3f409d99f81483/diff:/var/lib/docker/overlay2/d73c755d0106b41bff6dcf25767365438e020e7d81b81130565fdc9ccb6d1b0d/diff:/var/lib/docker/overlay2/259cfbec3c50ebd81f7a228f72137516cb223891943a507c5c9c68dde6383372/diff:/var/lib/docker/overlay2/3879c7f551bc50dc7dc03393437f6c68a37c6378bea342870290cc78840bb1e3/diff:/var/lib/docker/overlay2/ac65de79a2894e4f8992310ae6afe87998c8c1792356068d4e6653a3f0487e6e/diff:/var/lib/docker/overlay2/9130c29718c8b36f4adf94e6108e380585c0f77750eb3957eceaabfeb58049e8/diff:/var/lib/docker/overlay2/32199a5fadb8b1c2cd0a5a69b1283eecd156fe1052ea15e02b908a5eea9b836a/diff:/var/lib/docker/overlay2/de4dec5172922a86ba0a6a30f68bcc6dfc77e6285f7320a96462f748991b3916/diff:/var/lib/docker/overlay2/61e4ba463cd9151b3050de5b24e83f91a6e138c6b805731e645798d883222a65/diff:/var/lib/docker/overlay2/5f52d47d39f925d3d4a3645638d17578048feb6d4286bd31f39b95c8e8c8c229/diff:/var/lib/docker/overlay2/1a13368053b344c17d225c40910c3c37373608b8e78bed20ecc48abf45f
eb120/diff:/var/lib/docker/overlay2/54c865e16adbb827d22f0fc0618481e7400b927f9422836ccaca18e4645e747f/diff:/var/lib/docker/overlay2/321eb988a8ba0a167857b796df3acec4271dfd02aa89452066a4b460b7f73332/diff:/var/lib/docker/overlay2/5610e1b58b8e3a980de417158c7e62ecf33740952b46b2f75b49f1848a499900/diff:/var/lib/docker/overlay2/ab22495a3912b008af446048dd014b4b579e43200c9d1ed11c802503995dba46/diff:/var/lib/docker/overlay2/e404abc02affa7284514059cf76c8512861900c0c4a2dd286b99e67ed5e161d0/diff:/var/lib/docker/overlay2/ba6f3d60d6fd1b31ef5f979e1a9e3067e08fc4411d2d5937d088d70d17faa3d5/diff:/var/lib/docker/overlay2/f44fbc714e4b440971a163c215f59ba5c746a7ebb53a45957e9080b35436b35b/diff:/var/lib/docker/overlay2/f5286d4a862c9778724aa4c8cd3982f46e695f7b09e4028af862280e664a21c0/diff:/var/lib/docker/overlay2/853537d2434c970552ad9e84d88bc994c866ec7da63cf6271f2a6f1b31373120/diff:/var/lib/docker/overlay2/3ba7da58fc5b3091996ea298f0948d9716f4788be18e837eef06d4ce355446a4/diff",
	                "MergedDir": "/var/lib/docker/overlay2/56ba0dbae77c21542ce09bde2236d40a56567039813c9c145607e66b7993aa96/merged",
	                "UpperDir": "/var/lib/docker/overlay2/56ba0dbae77c21542ce09bde2236d40a56567039813c9c145607e66b7993aa96/diff",
	                "WorkDir": "/var/lib/docker/overlay2/56ba0dbae77c21542ce09bde2236d40a56567039813c9c145607e66b7993aa96/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "functional-20220728203726-27744",
	                "Source": "/var/lib/docker/volumes/functional-20220728203726-27744/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "functional-20220728203726-27744",
	            "Domainname": "",
	            "User": "root",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8441/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842",
	            "Volumes": null,
	            "WorkingDir": "",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "functional-20220728203726-27744",
	                "name.minikube.sigs.k8s.io": "functional-20220728203726-27744",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "ac218d0f23b57dbfa49309d6fbc6a7f0bd50360f8e18b67859eaaf49f24e6114",
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "51748"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "51749"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "51750"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "51751"
	                    }
	                ],
	                "8441/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "51747"
	                    }
	                ]
	            },
	            "SandboxKey": "/var/run/docker/netns/ac218d0f23b5",
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "functional-20220728203726-27744": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": [
	                        "fdf6bb16013a",
	                        "functional-20220728203726-27744"
	                    ],
	                    "NetworkID": "465650b4d49a6c639f7487f13345fb43adbbbc3609ad8fd27ef1dcbe5b09abb6",
	                    "EndpointID": "0965f1762f8768e3b4f783370837ede54d7afc3d10fcac9f17d5de7201e51dd9",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p functional-20220728203726-27744 -n functional-20220728203726-27744
helpers_test.go:239: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Host}} -p functional-20220728203726-27744 -n functional-20220728203726-27744: (3.5234129s)
helpers_test.go:244: <<< TestFunctional/parallel/ServiceCmd FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestFunctional/parallel/ServiceCmd]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 logs -n 25: (5.6319101s)
helpers_test.go:252: TestFunctional/parallel/ServiceCmd logs: 
-- stdout --
	* 
	* ==> Audit <==
	* |----------------|-----------------------------------------------------------------------------------------------------|---------------------------------|-------------------|---------|---------------------|---------------------|
	|    Command     |                                                Args                                                 |             Profile             |       User        | Version |     Start Time      |      End Time       |
	|----------------|-----------------------------------------------------------------------------------------------------|---------------------------------|-------------------|---------|---------------------|---------------------|
	| ssh            | functional-20220728203726-27744                                                                     | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:43 GMT | 28 Jul 22 20:43 GMT |
	|                | ssh sudo cat                                                                                        |                                 |                   |         |                     |                     |
	|                | /usr/share/ca-certificates/277442.pem                                                               |                                 |                   |         |                     |                     |
	| image          | functional-20220728203726-27744                                                                     | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:43 GMT | 28 Jul 22 20:43 GMT |
	|                | image ls                                                                                            |                                 |                   |         |                     |                     |
	| ssh            | functional-20220728203726-27744                                                                     | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:43 GMT | 28 Jul 22 20:43 GMT |
	|                | ssh sudo cat                                                                                        |                                 |                   |         |                     |                     |
	|                | /etc/ssl/certs/3ec20f2e.0                                                                           |                                 |                   |         |                     |                     |
	| image          | functional-20220728203726-27744 image load --daemon                                                 | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:43 GMT | 28 Jul 22 20:43 GMT |
	|                | gcr.io/google-containers/addon-resizer:functional-20220728203726-27744                              |                                 |                   |         |                     |                     |
	| image          | functional-20220728203726-27744                                                                     | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:43 GMT | 28 Jul 22 20:43 GMT |
	|                | image ls                                                                                            |                                 |                   |         |                     |                     |
	| image          | functional-20220728203726-27744 image save                                                          | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:43 GMT | 28 Jul 22 20:44 GMT |
	|                | gcr.io/google-containers/addon-resizer:functional-20220728203726-27744                              |                                 |                   |         |                     |                     |
	|                | C:\jenkins\workspace\Docker_Windows_integration\addon-resizer-save.tar                              |                                 |                   |         |                     |                     |
	| image          | functional-20220728203726-27744 image rm                                                            | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:44 GMT | 28 Jul 22 20:44 GMT |
	|                | gcr.io/google-containers/addon-resizer:functional-20220728203726-27744                              |                                 |                   |         |                     |                     |
	| image          | functional-20220728203726-27744                                                                     | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:44 GMT | 28 Jul 22 20:44 GMT |
	|                | image ls                                                                                            |                                 |                   |         |                     |                     |
	| image          | functional-20220728203726-27744 image load                                                          | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:44 GMT | 28 Jul 22 20:44 GMT |
	|                | C:\jenkins\workspace\Docker_Windows_integration\addon-resizer-save.tar                              |                                 |                   |         |                     |                     |
	| image          | functional-20220728203726-27744                                                                     | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:44 GMT | 28 Jul 22 20:44 GMT |
	|                | image ls                                                                                            |                                 |                   |         |                     |                     |
	| image          | functional-20220728203726-27744 image save --daemon                                                 | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:44 GMT | 28 Jul 22 20:44 GMT |
	|                | gcr.io/google-containers/addon-resizer:functional-20220728203726-27744                              |                                 |                   |         |                     |                     |
	| cp             | functional-20220728203726-27744                                                                     | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:44 GMT | 28 Jul 22 20:44 GMT |
	|                | cp testdata\cp-test.txt                                                                             |                                 |                   |         |                     |                     |
	|                | /home/docker/cp-test.txt                                                                            |                                 |                   |         |                     |                     |
	| ssh            | functional-20220728203726-27744                                                                     | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:44 GMT | 28 Jul 22 20:44 GMT |
	|                | ssh -n                                                                                              |                                 |                   |         |                     |                     |
	|                | functional-20220728203726-27744                                                                     |                                 |                   |         |                     |                     |
	|                | sudo cat                                                                                            |                                 |                   |         |                     |                     |
	|                | /home/docker/cp-test.txt                                                                            |                                 |                   |         |                     |                     |
	| cp             | functional-20220728203726-27744 cp functional-20220728203726-27744:/home/docker/cp-test.txt         | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:44 GMT | 28 Jul 22 20:44 GMT |
	|                | C:\Users\jenkins.minikube3\AppData\Local\Temp\TestFunctionalparallelCpCmd2022242482\001\cp-test.txt |                                 |                   |         |                     |                     |
	| ssh            | functional-20220728203726-27744                                                                     | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:44 GMT | 28 Jul 22 20:44 GMT |
	|                | ssh -n                                                                                              |                                 |                   |         |                     |                     |
	|                | functional-20220728203726-27744                                                                     |                                 |                   |         |                     |                     |
	|                | sudo cat                                                                                            |                                 |                   |         |                     |                     |
	|                | /home/docker/cp-test.txt                                                                            |                                 |                   |         |                     |                     |
	| update-context | functional-20220728203726-27744                                                                     | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:45 GMT | 28 Jul 22 20:45 GMT |
	|                | update-context                                                                                      |                                 |                   |         |                     |                     |
	|                | --alsologtostderr -v=2                                                                              |                                 |                   |         |                     |                     |
	| update-context | functional-20220728203726-27744                                                                     | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:45 GMT | 28 Jul 22 20:45 GMT |
	|                | update-context                                                                                      |                                 |                   |         |                     |                     |
	|                | --alsologtostderr -v=2                                                                              |                                 |                   |         |                     |                     |
	| update-context | functional-20220728203726-27744                                                                     | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:45 GMT | 28 Jul 22 20:45 GMT |
	|                | update-context                                                                                      |                                 |                   |         |                     |                     |
	|                | --alsologtostderr -v=2                                                                              |                                 |                   |         |                     |                     |
	| image          | functional-20220728203726-27744                                                                     | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:45 GMT | 28 Jul 22 20:45 GMT |
	|                | image ls --format short                                                                             |                                 |                   |         |                     |                     |
	| image          | functional-20220728203726-27744                                                                     | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:45 GMT | 28 Jul 22 20:45 GMT |
	|                | image ls --format yaml                                                                              |                                 |                   |         |                     |                     |
	| ssh            | functional-20220728203726-27744                                                                     | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:45 GMT |                     |
	|                | ssh pgrep buildkitd                                                                                 |                                 |                   |         |                     |                     |
	| image          | functional-20220728203726-27744                                                                     | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:45 GMT | 28 Jul 22 20:45 GMT |
	|                | image ls --format json                                                                              |                                 |                   |         |                     |                     |
	| image          | functional-20220728203726-27744                                                                     | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:45 GMT | 28 Jul 22 20:45 GMT |
	|                | image ls --format table                                                                             |                                 |                   |         |                     |                     |
	| image          | functional-20220728203726-27744 image build -t                                                      | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:45 GMT | 28 Jul 22 20:45 GMT |
	|                | localhost/my-image:functional-20220728203726-27744                                                  |                                 |                   |         |                     |                     |
	|                | testdata\build                                                                                      |                                 |                   |         |                     |                     |
	| image          | functional-20220728203726-27744                                                                     | functional-20220728203726-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:45 GMT | 28 Jul 22 20:45 GMT |
	|                | image ls                                                                                            |                                 |                   |         |                     |                     |
	|----------------|-----------------------------------------------------------------------------------------------------|---------------------------------|-------------------|---------|---------------------|---------------------|
	
	* 
	* ==> Last Start <==
	* Log file created at: 2022/07/28 20:43:04
	Running on machine: minikube3
	Binary: Built with gc go1.18.3 for windows/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0728 20:43:04.325591   27580 out.go:296] Setting OutFile to fd 956 ...
	I0728 20:43:04.385340   27580 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 20:43:04.385340   27580 out.go:309] Setting ErrFile to fd 684...
	I0728 20:43:04.385340   27580 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 20:43:04.410310   27580 out.go:303] Setting JSON to false
	I0728 20:43:04.414702   27580 start.go:115] hostinfo: {"hostname":"minikube3","uptime":8848,"bootTime":1659032136,"procs":191,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19044 Build 19044","kernelVersion":"10.0.19044 Build 19044","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"a0f355d5-8b6e-4346-9071-73232725d096"}
	W0728 20:43:04.414831   27580 start.go:123] gopshost.Virtualization returned error: not implemented yet
	I0728 20:43:04.419072   27580 out.go:177] * [functional-20220728203726-27744] minikube v1.26.0 on Microsoft Windows 10 Enterprise N 10.0.19044 Build 19044
	I0728 20:43:04.421788   27580 out.go:177]   - KUBECONFIG=C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	I0728 20:43:04.425250   27580 out.go:177]   - MINIKUBE_HOME=C:\Users\jenkins.minikube3\minikube-integration\.minikube
	I0728 20:43:04.427579   27580 out.go:177]   - MINIKUBE_LOCATION=14555
	I0728 20:43:04.430304   27580 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0728 20:43:04.433856   27580 config.go:178] Loaded profile config "functional-20220728203726-27744": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.24.3
	I0728 20:43:04.434734   27580 driver.go:365] Setting default libvirt URI to qemu:///system
	I0728 20:43:06.194320   27580 docker.go:137] docker version: linux-20.10.17
	I0728 20:43:06.202229   27580 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0728 20:43:06.812905   27580 info.go:265] docker info: {ID:32WQ:AR2E:QBMQ:3APU:6H37:XHFB:IZYG:CYO4:NVRY:3DND:E2II:HYH4 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:true NFd:59 OomKillDisable:true NGoroutines:52 SystemTime:2022-07-28 20:43:06.3681643 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.102.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_
64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:53902323712 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.17 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:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1 Expected:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1} RuncCommit:{ID:v1.1.2-0-ga916309 Expected:v1.1.2-0-ga916309} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,
profile=default] 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] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.8.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.7.0] 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.8] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-p
lugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.17.0]] Warnings:<nil>}}
	I0728 20:43:06.820260   27580 out.go:177] * Using the docker driver based on existing profile
	I0728 20:43:06.823279   27580 start.go:284] selected driver: docker
	I0728 20:43:06.823279   27580 start.go:808] validating driver "docker" against &{Name:functional-20220728203726-27744 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.24.3 ClusterName:functional-20220728203726-27744 Namespace:
default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8441 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.24.3 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[ambassador:false auto-pause:false csi-hostpath-driver:false dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:false gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:false ingress-dns:false istio:false istio-provisioner:false kong:false kubevirt:false logviewer:false metallb:false metrics-server:false nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-pol
icy:false portainer:false registry:false registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false volumesnapshots:false] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube3:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath:}
	I0728 20:43:06.824232   27580 start.go:819] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0728 20:43:06.838959   27580 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0728 20:43:07.481318   27580 info.go:265] docker info: {ID:32WQ:AR2E:QBMQ:3APU:6H37:XHFB:IZYG:CYO4:NVRY:3DND:E2II:HYH4 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:true NFd:59 OomKillDisable:true NGoroutines:52 SystemTime:2022-07-28 20:43:07.0418576 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.102.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_
64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:53902323712 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.17 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:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1 Expected:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1} RuncCommit:{ID:v1.1.2-0-ga916309 Expected:v1.1.2-0-ga916309} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,
profile=default] 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] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.8.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.7.0] 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.8] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-p
lugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.17.0]] Warnings:<nil>}}
	I0728 20:43:07.527581   27580 cni.go:95] Creating CNI manager for ""
	I0728 20:43:07.527760   27580 cni.go:169] CNI unnecessary in this configuration, recommending no CNI
	I0728 20:43:07.527760   27580 start_flags.go:310] config:
	{Name:functional-20220728203726-27744 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.24.3 ClusterName:functional-20220728203726-27744 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:clu
ster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8441 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.24.3 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[ambassador:false auto-pause:false csi-hostpath-driver:false dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:false gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:false ingress-dns:false istio:false istio-provisioner:false kong:false kubevirt:false logviewer:false metallb:false metrics-server:false nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:false registry-aliases:false registry-creds:f
alse storage-provisioner:true storage-provisioner-gluster:false volumesnapshots:false] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube3:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath:}
	I0728 20:43:07.533154   27580 out.go:177] * dry-run validation complete!
	
	* 
	* ==> Docker <==
	* -- Logs begin at Thu 2022-07-28 20:38:06 UTC, end at Thu 2022-07-28 21:17:35 UTC. --
	Jul 28 20:41:21 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:21.603867700Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint bc6d77235244a140379feb2041fcaf65162b7d9ae7b602b8e55f46e6725afc5b e5db7ebad3b4989fef2000108f469338d2dc1e06f84dc750db8971311f078e02], retrying...."
	Jul 28 20:41:21 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:21.705251500Z" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
	Jul 28 20:41:21 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:21.807911800Z" level=info msg="Loading containers: done."
	Jul 28 20:41:21 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:21.896088200Z" level=info msg="Docker daemon" commit=a89b842 graphdriver(s)=overlay2 version=20.10.17
	Jul 28 20:41:21 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:21.896269400Z" level=info msg="Daemon has completed initialization"
	Jul 28 20:41:21 functional-20220728203726-27744 systemd[1]: Started Docker Application Container Engine.
	Jul 28 20:41:21 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:21.952659700Z" level=info msg="API listen on [::]:2376"
	Jul 28 20:41:21 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:21.968096800Z" level=info msg="API listen on /var/run/docker.sock"
	Jul 28 20:41:27 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:27.740123900Z" level=info msg="ignoring event" container=ba93d81ee849f55c78d350fe7b82cd0590792f1387bd84572fb3f8bb0e5b18a9 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 20:41:27 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:27.742870600Z" level=info msg="ignoring event" container=725e4d5680a36ac22897914acddcac5a8d35d8b6a4b8c24c3e3bf2b0e55b168b module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 20:41:28 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:28.028805500Z" level=info msg="ignoring event" container=55cfb4d3351fe22403938511a3b217b1e79ceea93f6f945f6d4207d21acde619 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 20:41:28 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:28.132537900Z" level=info msg="ignoring event" container=5404b78ac3e80876327fcf38b682ff39239477a6388c5cf74a3fa34b8023ab12 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 20:41:28 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:28.134883100Z" level=info msg="ignoring event" container=b77fc7d1d38cc36c2493974510d67a5a818c57ab9106696828775e138705e670 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 20:41:28 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:28.333322000Z" level=info msg="ignoring event" container=f46db899054f72d26400e0c8fe6d981b5efe0ba897da12013e1ec7978453ca79 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 20:41:28 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:28.443192800Z" level=info msg="ignoring event" container=1e85fff4ef8e82dcf92bbf1b2d4f0062619c29a6045a9ba4cb8040a9594ff81f module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 20:41:29 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:29.029269600Z" level=error msg="cbfb951f9f4f240feb1d6aacb3103c33eb11deaced74d0b7cd4ffc7c489448f7 cleanup: failed to delete container from containerd: no such container"
	Jul 28 20:41:29 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:29.029327000Z" level=error msg="1b346e8f22517d0f2b77dc3ebec7a62081e3e87a0dfed0d0bd15713b58254517 cleanup: failed to delete container from containerd: no such container"
	Jul 28 20:41:29 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:29.141441600Z" level=error msg="309a55ee1d39e6215090ea6da2033eb4b07e44b3565a66aeb5299cf017490ce9 cleanup: failed to delete container from containerd: no such container"
	Jul 28 20:41:29 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:29.147365500Z" level=info msg="ignoring event" container=96466537e906ba0b5925798733993a7deba09fb669218218cf170c44599618e3 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 20:41:29 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:29.241802400Z" level=error msg="ba7129dc349b9524af0dbb4d504d5e3a90c01aa2a6453d8dfdc6f4cf04cbf279 cleanup: failed to delete container from containerd: no such container"
	Jul 28 20:41:43 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:41:43.562712200Z" level=info msg="ignoring event" container=09a28211b9ce4f61945402d9f7d9cf7d1e368a1a99e58884f2c7c42b6c8b5be2 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 20:42:54 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:42:54.544337300Z" level=info msg="ignoring event" container=2c0c15adfd5270ea885f6fae158be516b25e7b5266656fa23deaac753507f7ee module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 20:42:56 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:42:56.039962300Z" level=info msg="ignoring event" container=7efdd13b1c5570c88e2566d97266e2c4bc618e9033f0eb2e8fe190d6d3a73bc7 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 20:45:20 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:45:20.502113600Z" level=info msg="ignoring event" container=bcbf2827280f80d3d8d5a7ad0c34225f8ab6bd3de038a7de942cfab61af7d11e module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 20:45:21 functional-20220728203726-27744 dockerd[8644]: time="2022-07-28T20:45:21.011130700Z" level=info msg="Layer sha256:8d988d9cbd4c3812fb85f3c741a359985602af139e727005f4d4471ac42f9d1a cleaned up"
	
	* 
	* ==> container status <==
	* CONTAINER           IMAGE                                                                                           CREATED             STATE               NAME                      ATTEMPT             POD ID
	001787891aff3       mysql@sha256:b3a86578a582617214477d91e47e850f9e18df0b5d1644fb2d96d91a340b8972                   33 minutes ago      Running             mysql                     0                   83ed17bf699ec
	9c5c2f6a351f3       nginx@sha256:1761fb5661e4d77e107427d8012ad3a5955007d997e0f4a3d41acc9ff20467c7                   34 minutes ago      Running             myfrontend                0                   4b3cef209c948
	944fab2be43b4       k8s.gcr.io/echoserver@sha256:cb3386f863f6a4b05f33c191361723f9d5927ac287463b1bea633bf859475969   34 minutes ago      Running             echoserver                0                   b752b31c48249
	28d78eee7dd3c       k8s.gcr.io/echoserver@sha256:cb3386f863f6a4b05f33c191361723f9d5927ac287463b1bea633bf859475969   34 minutes ago      Running             echoserver                0                   6e33788127cf9
	d34e0c9463d20       nginx@sha256:87fb6f4040ffd52dd616f360b8520ed4482930ea75417182ad3f76c4aaadf24f                   35 minutes ago      Running             nginx                     0                   5d3e2b6d7edd1
	bc87ba62ccda4       a4ca41631cc7a                                                                                   35 minutes ago      Running             coredns                   4                   18d032ff8d6ad
	a21fcfe03d58b       2ae1ba6417cbc                                                                                   35 minutes ago      Running             kube-proxy                4                   a76b98cd4458d
	1deb549ffdeb7       6e38f40d628db                                                                                   35 minutes ago      Running             storage-provisioner       4                   075e527f80543
	5120dc620dfc9       d521dd763e2e3                                                                                   35 minutes ago      Running             kube-apiserver            0                   94e304a46bcef
	0eb297ce7b6b4       586c112956dfc                                                                                   35 minutes ago      Running             kube-controller-manager   4                   6a5f622f99f89
	5aa01b7b50d97       3a5aa3a515f5d                                                                                   36 minutes ago      Running             kube-scheduler            3                   1a3696e0b48a7
	291468797b289       aebe758cef4cd                                                                                   36 minutes ago      Running             etcd                      4                   b01b405fb7165
	ba7129dc349b9       3a5aa3a515f5d                                                                                   36 minutes ago      Created             kube-scheduler            2                   f46db899054f7
	309a55ee1d39e       aebe758cef4cd                                                                                   36 minutes ago      Created             etcd                      3                   1e85fff4ef8e8
	cbfb951f9f4f2       6e38f40d628db                                                                                   36 minutes ago      Created             storage-provisioner       3                   5404b78ac3e80
	1b346e8f22517       2ae1ba6417cbc                                                                                   36 minutes ago      Created             kube-proxy                3                   b77fc7d1d38cc
	55cfb4d3351fe       586c112956dfc                                                                                   36 minutes ago      Exited              kube-controller-manager   3                   725e4d5680a36
	3a745c31ea037       a4ca41631cc7a                                                                                   36 minutes ago      Exited              coredns                   3                   5b60a3fb585de
	
	* 
	* ==> coredns [3a745c31ea03] <==
	* [INFO] plugin/ready: Still waiting on: "kubernetes"
	[INFO] plugin/ready: Still waiting on: "kubernetes"
	[INFO] plugin/ready: Still waiting on: "kubernetes"
	[INFO] SIGTERM: Shutting down servers then terminating
	[WARNING] plugin/kubernetes: starting server with unsynced Kubernetes API
	.:53
	[INFO] plugin/reload: Running configuration MD5 = c23ed519c17e71ee396ed052e6209e94
	CoreDNS-1.8.6
	linux/amd64, go1.17.1, 13a9191
	[INFO] plugin/health: Going into lameduck mode for 5s
	
	* 
	* ==> coredns [bc87ba62ccda] <==
	* .:53
	[INFO] plugin/reload: Running configuration MD5 = c23ed519c17e71ee396ed052e6209e94
	CoreDNS-1.8.6
	linux/amd64, go1.17.1, 13a9191
	
	* 
	* ==> describe nodes <==
	* Name:               functional-20220728203726-27744
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=functional-20220728203726-27744
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=363f4186470802814a32480695fe2a353fd5f551
	                    minikube.k8s.io/name=functional-20220728203726-27744
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2022_07_28T20_38_44_0700
	                    minikube.k8s.io/version=v1.26.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/cri-dockerd.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Thu, 28 Jul 2022 20:38:41 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  functional-20220728203726-27744
	  AcquireTime:     <unset>
	  RenewTime:       Thu, 28 Jul 2022 21:17:30 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Thu, 28 Jul 2022 21:16:19 +0000   Thu, 28 Jul 2022 20:38:41 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Thu, 28 Jul 2022 21:16:19 +0000   Thu, 28 Jul 2022 20:38:41 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Thu, 28 Jul 2022 21:16:19 +0000   Thu, 28 Jul 2022 20:38:41 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Thu, 28 Jul 2022 21:16:19 +0000   Thu, 28 Jul 2022 20:38:55 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    functional-20220728203726-27744
	Capacity:
	  cpu:                16
	  ephemeral-storage:  263174212Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             52638988Ki
	  pods:               110
	Allocatable:
	  cpu:                16
	  ephemeral-storage:  263174212Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             52638988Ki
	  pods:               110
	System Info:
	  Machine ID:                 855c6c72c86b4657b3d8c3c774fd7e1d
	  System UUID:                855c6c72c86b4657b3d8c3c774fd7e1d
	  Boot ID:                    bb9e6f37-9aa8-49da-88ef-e81defbfcea0
	  Kernel Version:             5.10.102.1-microsoft-standard-WSL2
	  OS Image:                   Ubuntu 20.04.4 LTS
	  Operating System:           linux
	  Architecture:               amd64
	  Container Runtime Version:  docker://20.10.17
	  Kubelet Version:            v1.24.3
	  Kube-Proxy Version:         v1.24.3
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (12 in total)
	  Namespace                   Name                                                       CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                                       ------------  ----------  ---------------  -------------  ---
	  default                     hello-node-54c4b5c49f-mp9qv                                0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         35m
	  default                     hello-node-connect-578cdc45cb-sgj5n                        0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         35m
	  default                     mysql-67f7d69d8b-fzlzd                                     600m (3%!)(MISSING)     700m (4%!)(MISSING)   512Mi (0%!)(MISSING)       700Mi (1%!)(MISSING)     34m
	  default                     nginx-svc                                                  0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         35m
	  default                     sp-pod                                                     0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         34m
	  kube-system                 coredns-6d4b75cb6d-wjqnz                                   100m (0%!)(MISSING)     0 (0%!)(MISSING)      70Mi (0%!)(MISSING)        170Mi (0%!)(MISSING)     38m
	  kube-system                 etcd-functional-20220728203726-27744                       100m (0%!)(MISSING)     0 (0%!)(MISSING)      100Mi (0%!)(MISSING)       0 (0%!)(MISSING)         38m
	  kube-system                 kube-apiserver-functional-20220728203726-27744             250m (1%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         35m
	  kube-system                 kube-controller-manager-functional-20220728203726-27744    200m (1%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         38m
	  kube-system                 kube-proxy-vcwt9                                           0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         38m
	  kube-system                 kube-scheduler-functional-20220728203726-27744             100m (0%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         38m
	  kube-system                 storage-provisioner                                        0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         38m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                1350m (8%!)(MISSING)  700m (4%!)(MISSING)
	  memory             682Mi (1%!)(MISSING)  870Mi (1%!)(MISSING)
	  ephemeral-storage  0 (0%!)(MISSING)      0 (0%!)(MISSING)
	  hugepages-1Gi      0 (0%!)(MISSING)      0 (0%!)(MISSING)
	  hugepages-2Mi      0 (0%!)(MISSING)      0 (0%!)(MISSING)
	Events:
	  Type    Reason                   Age                From             Message
	  ----    ------                   ----               ----             -------
	  Normal  Starting                 35m                kube-proxy       
	  Normal  Starting                 37m                kube-proxy       
	  Normal  Starting                 38m                kube-proxy       
	  Normal  NodeHasSufficientMemory  39m (x6 over 39m)  kubelet          Node functional-20220728203726-27744 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    39m (x6 over 39m)  kubelet          Node functional-20220728203726-27744 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     39m (x5 over 39m)  kubelet          Node functional-20220728203726-27744 status is now: NodeHasSufficientPID
	  Normal  Starting                 38m                kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  38m                kubelet          Node functional-20220728203726-27744 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    38m                kubelet          Node functional-20220728203726-27744 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     38m                kubelet          Node functional-20220728203726-27744 status is now: NodeHasSufficientPID
	  Normal  NodeAllocatableEnforced  38m                kubelet          Updated Node Allocatable limit across pods
	  Normal  NodeReady                38m                kubelet          Node functional-20220728203726-27744 status is now: NodeReady
	  Normal  RegisteredNode           38m                node-controller  Node functional-20220728203726-27744 event: Registered Node functional-20220728203726-27744 in Controller
	  Normal  RegisteredNode           37m                node-controller  Node functional-20220728203726-27744 event: Registered Node functional-20220728203726-27744 in Controller
	  Normal  Starting                 36m                kubelet          Starting kubelet.
	  Normal  NodeAllocatableEnforced  36m                kubelet          Updated Node Allocatable limit across pods
	  Normal  NodeHasSufficientMemory  36m (x8 over 36m)  kubelet          Node functional-20220728203726-27744 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    36m (x8 over 36m)  kubelet          Node functional-20220728203726-27744 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     36m (x7 over 36m)  kubelet          Node functional-20220728203726-27744 status is now: NodeHasSufficientPID
	  Normal  RegisteredNode           35m                node-controller  Node functional-20220728203726-27744 event: Registered Node functional-20220728203726-27744 in Controller
	
	* 
	* ==> dmesg <==
	* [Jul28 20:52] WSL2: Performing memory compaction.
	[Jul28 20:53] WSL2: Performing memory compaction.
	[Jul28 20:54] WSL2: Performing memory compaction.
	[Jul28 20:55] WSL2: Performing memory compaction.
	[Jul28 20:56] WSL2: Performing memory compaction.
	[Jul28 20:57] WSL2: Performing memory compaction.
	[Jul28 20:58] WSL2: Performing memory compaction.
	[Jul28 20:59] WSL2: Performing memory compaction.
	[Jul28 21:00] WSL2: Performing memory compaction.
	[Jul28 21:02] WSL2: Performing memory compaction.
	[Jul28 21:03] WSL2: Performing memory compaction.
	[Jul28 21:04] WSL2: Performing memory compaction.
	[Jul28 21:05] WSL2: Performing memory compaction.
	[Jul28 21:06] WSL2: Performing memory compaction.
	[Jul28 21:07] WSL2: Performing memory compaction.
	[Jul28 21:08] WSL2: Performing memory compaction.
	[Jul28 21:09] WSL2: Performing memory compaction.
	[Jul28 21:10] WSL2: Performing memory compaction.
	[Jul28 21:11] WSL2: Performing memory compaction.
	[Jul28 21:12] WSL2: Performing memory compaction.
	[Jul28 21:13] WSL2: Performing memory compaction.
	[Jul28 21:14] WSL2: Performing memory compaction.
	[Jul28 21:15] WSL2: Performing memory compaction.
	[Jul28 21:16] WSL2: Performing memory compaction.
	[Jul28 21:17] WSL2: Performing memory compaction.
	
	* 
	* ==> etcd [291468797b28] <==
	* {"level":"warn","ts":"2022-07-28T20:44:36.654Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2022-07-28T20:44:34.462Z","time spent":"2.1924346s","remote":"127.0.0.1:58376","response type":"/etcdserverpb.KV/Range","request count":0,"request size":56,"response count":0,"response size":29,"request content":"key:\"/registry/runtimeclasses/\" range_end:\"/registry/runtimeclasses0\" count_only:true "}
	{"level":"warn","ts":"2022-07-28T20:44:36.654Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2022-07-28T20:44:34.668Z","time spent":"1.9866652s","remote":"127.0.0.1:58330","response type":"/etcdserverpb.KV/Range","request count":0,"request size":50,"response count":5,"response size":13624,"request content":"key:\"/registry/pods/default/\" range_end:\"/registry/pods/default0\" "}
	{"level":"warn","ts":"2022-07-28T20:44:36.654Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"323.8392ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/services/endpoints/kube-system/k8s.io-minikube-hostpath\" ","response":"range_response_count:1 size:1133"}
	{"level":"info","ts":"2022-07-28T20:44:36.654Z","caller":"traceutil/trace.go:171","msg":"trace[1780924536] range","detail":"{range_begin:/registry/services/endpoints/kube-system/k8s.io-minikube-hostpath; range_end:; response_count:1; response_revision:870; }","duration":"323.8849ms","start":"2022-07-28T20:44:36.331Z","end":"2022-07-28T20:44:36.654Z","steps":["trace[1780924536] 'agreement among raft nodes before linearized reading'  (duration: 323.7894ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T20:44:36.654Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2022-07-28T20:44:36.331Z","time spent":"323.9313ms","remote":"127.0.0.1:58326","response type":"/etcdserverpb.KV/Range","request count":0,"request size":67,"response count":1,"response size":1157,"request content":"key:\"/registry/services/endpoints/kube-system/k8s.io-minikube-hostpath\" "}
	{"level":"warn","ts":"2022-07-28T20:44:36.655Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"1.2096209s","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/csinodes/\" range_end:\"/registry/csinodes0\" count_only:true ","response":"range_response_count:0 size:7"}
	{"level":"info","ts":"2022-07-28T20:44:36.655Z","caller":"traceutil/trace.go:171","msg":"trace[1736043426] range","detail":"{range_begin:/registry/csinodes/; range_end:/registry/csinodes0; response_count:0; response_revision:870; }","duration":"1.2096737s","start":"2022-07-28T20:44:35.445Z","end":"2022-07-28T20:44:36.655Z","steps":["trace[1736043426] 'agreement among raft nodes before linearized reading'  (duration: 1.2095716s)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T20:44:36.655Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2022-07-28T20:44:35.445Z","time spent":"1.2098007s","remote":"127.0.0.1:58402","response type":"/etcdserverpb.KV/Range","request count":0,"request size":44,"response count":1,"response size":31,"request content":"key:\"/registry/csinodes/\" range_end:\"/registry/csinodes0\" count_only:true "}
	{"level":"info","ts":"2022-07-28T20:45:09.751Z","caller":"traceutil/trace.go:171","msg":"trace[1255465266] linearizableReadLoop","detail":"{readStateIndex:1001; appliedIndex:1001; }","duration":"203.3538ms","start":"2022-07-28T20:45:09.548Z","end":"2022-07-28T20:45:09.751Z","steps":["trace[1255465266] 'read index received'  (duration: 203.3432ms)","trace[1255465266] 'applied index is now lower than readState.Index'  (duration: 7.4µs)"],"step_count":2}
	{"level":"warn","ts":"2022-07-28T20:45:09.757Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"208.8344ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2022-07-28T20:45:09.757Z","caller":"traceutil/trace.go:171","msg":"trace[1599648854] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:904; }","duration":"209.0158ms","start":"2022-07-28T20:45:09.548Z","end":"2022-07-28T20:45:09.757Z","steps":["trace[1599648854] 'agreement among raft nodes before linearized reading'  (duration: 203.474ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T20:45:33.934Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"128.8942ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/jobs/\" range_end:\"/registry/jobs0\" count_only:true ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2022-07-28T20:45:33.934Z","caller":"traceutil/trace.go:171","msg":"trace[1183438607] range","detail":"{range_begin:/registry/jobs/; range_end:/registry/jobs0; response_count:0; response_revision:920; }","duration":"129.1821ms","start":"2022-07-28T20:45:33.805Z","end":"2022-07-28T20:45:33.934Z","steps":["trace[1183438607] 'count revisions from in-memory index tree'  (duration: 128.7902ms)"],"step_count":1}
	{"level":"info","ts":"2022-07-28T20:51:38.674Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":967}
	{"level":"info","ts":"2022-07-28T20:51:38.676Z","caller":"mvcc/kvstore_compaction.go:57","msg":"finished scheduled compaction","compact-revision":967,"took":"1.4058ms"}
	{"level":"info","ts":"2022-07-28T20:56:38.689Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1177}
	{"level":"info","ts":"2022-07-28T20:56:38.690Z","caller":"mvcc/kvstore_compaction.go:57","msg":"finished scheduled compaction","compact-revision":1177,"took":"623.3µs"}
	{"level":"info","ts":"2022-07-28T21:01:38.707Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1386}
	{"level":"info","ts":"2022-07-28T21:01:38.708Z","caller":"mvcc/kvstore_compaction.go:57","msg":"finished scheduled compaction","compact-revision":1386,"took":"801.5µs"}
	{"level":"info","ts":"2022-07-28T21:06:38.723Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1595}
	{"level":"info","ts":"2022-07-28T21:06:38.725Z","caller":"mvcc/kvstore_compaction.go:57","msg":"finished scheduled compaction","compact-revision":1595,"took":"705.7µs"}
	{"level":"info","ts":"2022-07-28T21:11:38.743Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1805}
	{"level":"info","ts":"2022-07-28T21:11:38.744Z","caller":"mvcc/kvstore_compaction.go:57","msg":"finished scheduled compaction","compact-revision":1805,"took":"636.1µs"}
	{"level":"info","ts":"2022-07-28T21:16:38.753Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":2015}
	{"level":"info","ts":"2022-07-28T21:16:38.754Z","caller":"mvcc/kvstore_compaction.go:57","msg":"finished scheduled compaction","compact-revision":2015,"took":"722.9µs"}
	
	* 
	* ==> etcd [309a55ee1d39] <==
	* 
	* 
	* ==> kernel <==
	*  21:17:35 up  3:00,  0 users,  load average: 0.59, 0.50, 0.54
	Linux functional-20220728203726-27744 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 20.04.4 LTS"
	
	* 
	* ==> kube-apiserver [5120dc620dfc] <==
	* Trace[2041146095]: ---"Listing from storage done" 508ms (20:42:44.646)
	Trace[2041146095]: [508.7506ms] [508.7506ms] END
	I0728 20:42:55.545214       1 trace.go:205] Trace[883070356]: "List(recursive=true) etcd3" key:/pods/default,resourceVersion:,resourceVersionMatch:,limit:0,continue: (28-Jul-2022 20:42:54.961) (total time: 583ms):
	Trace[883070356]: [583.1926ms] [583.1926ms] END
	I0728 20:42:55.545573       1 trace.go:205] Trace[1024967209]: "List" url:/api/v1/namespaces/default/pods,user-agent:e2e-windows-amd64.exe/v0.0.0 (windows/amd64) kubernetes/$Format,audit-id:cf19b52e-1475-42c9-9cce-c41fccaff4e2,client:192.168.49.1,accept:application/json, */*,protocol:HTTP/2.0 (28-Jul-2022 20:42:54.961) (total time: 583ms):
	Trace[1024967209]: ---"Listing from storage done" 583ms (20:42:55.545)
	Trace[1024967209]: [583.6242ms] [583.6242ms] END
	I0728 20:43:35.561899       1 alloc.go:327] "allocated clusterIPs" service="default/mysql" clusterIPs=map[IPv4:10.106.8.145]
	{"level":"warn","ts":"2022-07-28T20:44:04.551Z","logger":"etcd-client","caller":"v3/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"etcd-endpoints://0xc003617a40/127.0.0.1:2379","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = context deadline exceeded"}
	I0728 20:44:04.938237       1 trace.go:205] Trace[1444335115]: "List(recursive=true) etcd3" key:/pods/default,resourceVersion:,resourceVersionMatch:,limit:0,continue: (28-Jul-2022 20:44:02.670) (total time: 2267ms):
	Trace[1444335115]: [2.2675067s] [2.2675067s] END
	I0728 20:44:04.938523       1 trace.go:205] Trace[1252270238]: "Get" url:/api/v1/namespaces/kube-system/endpoints/k8s.io-minikube-hostpath,user-agent:storage-provisioner/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:f0759314-8ab0-4aee-8afb-82e597428f70,client:192.168.49.2,accept:application/json, */*,protocol:HTTP/2.0 (28-Jul-2022 20:44:03.892) (total time: 1046ms):
	Trace[1252270238]: ---"About to write a response" 1046ms (20:44:04.938)
	Trace[1252270238]: [1.0464662s] [1.0464662s] END
	I0728 20:44:04.938975       1 trace.go:205] Trace[702408333]: "List" url:/api/v1/namespaces/default/pods,user-agent:e2e-windows-amd64.exe/v0.0.0 (windows/amd64) kubernetes/$Format,audit-id:1524fc38-ec15-4aee-8546-938ce3f3f219,client:192.168.49.1,accept:application/json, */*,protocol:HTTP/2.0 (28-Jul-2022 20:44:02.670) (total time: 2268ms):
	Trace[702408333]: ---"Listing from storage done" 2267ms (20:44:04.938)
	Trace[702408333]: [2.2682196s] [2.2682196s] END
	{"level":"warn","ts":"2022-07-28T20:44:36.547Z","logger":"etcd-client","caller":"v3/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"etcd-endpoints://0xc003617a40/127.0.0.1:2379","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = context deadline exceeded"}
	I0728 20:44:36.656406       1 trace.go:205] Trace[504324026]: "List(recursive=true) etcd3" key:/pods/default,resourceVersion:,resourceVersionMatch:,limit:0,continue: (28-Jul-2022 20:44:34.666) (total time: 1989ms):
	Trace[504324026]: [1.9893726s] [1.9893726s] END
	I0728 20:44:36.657252       1 trace.go:205] Trace[907412850]: "List" url:/api/v1/namespaces/default/pods,user-agent:e2e-windows-amd64.exe/v0.0.0 (windows/amd64) kubernetes/$Format,audit-id:d2f938ad-05a5-4205-aabd-3cb58ad06f4c,client:192.168.49.1,accept:application/json, */*,protocol:HTTP/2.0 (28-Jul-2022 20:44:34.666) (total time: 1990ms):
	Trace[907412850]: ---"Listing from storage done" 1989ms (20:44:36.656)
	Trace[907412850]: [1.9902884s] [1.9902884s] END
	W0728 20:58:14.884678       1 watcher.go:229] watch chan error: etcdserver: mvcc: required revision has been compacted
	W0728 21:07:24.511981       1 watcher.go:229] watch chan error: etcdserver: mvcc: required revision has been compacted
	
	* 
	* ==> kube-controller-manager [0eb297ce7b6b] <==
	* I0728 20:41:58.731170       1 shared_informer.go:255] Waiting for caches to sync for cidrallocator
	I0728 20:41:58.731204       1 shared_informer.go:262] Caches are synced for cidrallocator
	I0728 20:41:58.729861       1 shared_informer.go:262] Caches are synced for endpoint_slice
	I0728 20:41:58.731722       1 shared_informer.go:262] Caches are synced for daemon sets
	I0728 20:41:58.731834       1 shared_informer.go:262] Caches are synced for cronjob
	W0728 20:41:58.732766       1 node_lifecycle_controller.go:1014] Missing timestamp for Node functional-20220728203726-27744. Assuming now as a timestamp.
	I0728 20:41:58.732850       1 node_lifecycle_controller.go:1215] Controller detected that zone  is now in state Normal.
	I0728 20:41:58.735121       1 shared_informer.go:262] Caches are synced for bootstrap_signer
	I0728 20:41:58.737176       1 shared_informer.go:262] Caches are synced for crt configmap
	I0728 20:41:58.737393       1 shared_informer.go:262] Caches are synced for ReplicaSet
	I0728 20:41:58.826798       1 shared_informer.go:262] Caches are synced for endpoint_slice_mirroring
	I0728 20:41:58.827144       1 shared_informer.go:262] Caches are synced for endpoint
	I0728 20:41:58.832147       1 shared_informer.go:255] Waiting for caches to sync for garbage collector
	I0728 20:41:58.926131       1 shared_informer.go:262] Caches are synced for resource quota
	I0728 20:41:58.935546       1 shared_informer.go:262] Caches are synced for resource quota
	I0728 20:41:59.333450       1 shared_informer.go:262] Caches are synced for garbage collector
	I0728 20:41:59.336171       1 shared_informer.go:262] Caches are synced for garbage collector
	I0728 20:41:59.336240       1 garbagecollector.go:158] Garbage collector: all resource monitors have synced. Proceeding to collect garbage
	I0728 20:42:20.227102       1 event.go:294] "Event occurred" object="default/myclaim" fieldPath="" kind="PersistentVolumeClaim" apiVersion="v1" type="Normal" reason="ExternalProvisioning" message="waiting for a volume to be created, either by external provisioner \"k8s.io/minikube-hostpath\" or manually created by system administrator"
	I0728 20:42:22.056762       1 event.go:294] "Event occurred" object="default/hello-node-connect" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set hello-node-connect-578cdc45cb to 1"
	I0728 20:42:22.543625       1 event.go:294] "Event occurred" object="default/hello-node-connect-578cdc45cb" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: hello-node-connect-578cdc45cb-sgj5n"
	I0728 20:42:30.634444       1 event.go:294] "Event occurred" object="default/hello-node" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set hello-node-54c4b5c49f to 1"
	I0728 20:42:30.836820       1 event.go:294] "Event occurred" object="default/hello-node-54c4b5c49f" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: hello-node-54c4b5c49f-mp9qv"
	I0728 20:43:35.654664       1 event.go:294] "Event occurred" object="default/mysql" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set mysql-67f7d69d8b to 1"
	I0728 20:43:35.735706       1 event.go:294] "Event occurred" object="default/mysql-67f7d69d8b" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: mysql-67f7d69d8b-fzlzd"
	
	* 
	* ==> kube-controller-manager [55cfb4d3351f] <==
	* I0728 20:41:24.570264       1 serving.go:348] Generated self-signed cert in-memory
	I0728 20:41:25.445290       1 controllermanager.go:180] Version: v1.24.3
	I0728 20:41:25.445413       1 controllermanager.go:182] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0728 20:41:25.447005       1 secure_serving.go:210] Serving securely on 127.0.0.1:10257
	I0728 20:41:25.447082       1 dynamic_cafile_content.go:157] "Starting controller" name="request-header::/var/lib/minikube/certs/front-proxy-ca.crt"
	I0728 20:41:25.447188       1 tlsconfig.go:240] "Starting DynamicServingCertificateController"
	I0728 20:41:25.447283       1 dynamic_cafile_content.go:157] "Starting controller" name="client-ca-bundle::/var/lib/minikube/certs/ca.crt"
	
	* 
	* ==> kube-proxy [1b346e8f2251] <==
	* 
	* 
	* ==> kube-proxy [a21fcfe03d58] <==
	* I0728 20:41:45.750937       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs"
	I0728 20:41:45.830583       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs_rr"
	I0728 20:41:45.833308       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs_wrr"
	I0728 20:41:45.836531       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs_sh"
	I0728 20:41:45.839434       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="nf_conntrack"
	I0728 20:41:45.950585       1 node.go:163] Successfully retrieved node IP: 192.168.49.2
	I0728 20:41:45.950757       1 server_others.go:138] "Detected node IP" address="192.168.49.2"
	I0728 20:41:45.950921       1 server_others.go:578] "Unknown proxy mode, assuming iptables proxy" proxyMode=""
	I0728 20:41:46.135874       1 server_others.go:206] "Using iptables Proxier"
	I0728 20:41:46.135957       1 server_others.go:213] "kube-proxy running in dual-stack mode" ipFamily=IPv4
	I0728 20:41:46.135985       1 server_others.go:214] "Creating dualStackProxier for iptables"
	I0728 20:41:46.136017       1 server_others.go:501] "Detect-local-mode set to ClusterCIDR, but no IPv6 cluster CIDR defined, , defaulting to no-op detect-local for IPv6"
	I0728 20:41:46.136074       1 proxier.go:259] "Setting route_localnet=1, use nodePortAddresses to filter loopback addresses for NodePorts to skip it https://issues.k8s.io/90259"
	I0728 20:41:46.136316       1 proxier.go:259] "Setting route_localnet=1, use nodePortAddresses to filter loopback addresses for NodePorts to skip it https://issues.k8s.io/90259"
	I0728 20:41:46.136759       1 server.go:661] "Version info" version="v1.24.3"
	I0728 20:41:46.136878       1 server.go:663] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0728 20:41:46.137824       1 config.go:317] "Starting service config controller"
	I0728 20:41:46.137996       1 shared_informer.go:255] Waiting for caches to sync for service config
	I0728 20:41:46.137884       1 config.go:226] "Starting endpoint slice config controller"
	I0728 20:41:46.138229       1 shared_informer.go:255] Waiting for caches to sync for endpoint slice config
	I0728 20:41:46.138094       1 config.go:444] "Starting node config controller"
	I0728 20:41:46.138271       1 shared_informer.go:255] Waiting for caches to sync for node config
	I0728 20:41:46.238536       1 shared_informer.go:262] Caches are synced for node config
	I0728 20:41:46.238809       1 shared_informer.go:262] Caches are synced for service config
	I0728 20:41:46.238873       1 shared_informer.go:262] Caches are synced for endpoint slice config
	
	* 
	* ==> kube-scheduler [5aa01b7b50d9] <==
	* I0728 20:41:36.633095       1 serving.go:348] Generated self-signed cert in-memory
	W0728 20:41:42.830201       1 requestheader_controller.go:193] Unable to get configmap/extension-apiserver-authentication in kube-system.  Usually fixed by 'kubectl create rolebinding -n kube-system ROLEBINDING_NAME --role=extension-apiserver-authentication-reader --serviceaccount=YOUR_NS:YOUR_SA'
	W0728 20:41:42.830310       1 authentication.go:346] Error looking up in-cluster authentication configuration: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot get resource "configmaps" in API group "" in the namespace "kube-system"
	W0728 20:41:42.830332       1 authentication.go:347] Continuing without authentication configuration. This may treat all requests as anonymous.
	W0728 20:41:42.830347       1 authentication.go:348] To require authentication configuration lookup to succeed, set --authentication-tolerate-lookup-failure=false
	I0728 20:41:43.029878       1 server.go:147] "Starting Kubernetes Scheduler" version="v1.24.3"
	I0728 20:41:43.030225       1 server.go:149] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0728 20:41:43.033676       1 configmap_cafile_content.go:202] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0728 20:41:43.033718       1 shared_informer.go:255] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	I0728 20:41:43.034082       1 secure_serving.go:210] Serving securely on 127.0.0.1:10259
	I0728 20:41:43.034245       1 tlsconfig.go:240] "Starting DynamicServingCertificateController"
	I0728 20:41:43.134304       1 shared_informer.go:262] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	* 
	* ==> kube-scheduler [ba7129dc349b] <==
	* 
	* 
	* ==> kubelet <==
	* -- Logs begin at Thu 2022-07-28 20:38:06 UTC, end at Thu 2022-07-28 21:17:36 UTC. --
	Jul 28 20:42:31 functional-20220728203726-27744 kubelet[10414]: I0728 20:42:31.047038   10414 reconciler.go:270] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-f7thl\" (UniqueName: \"kubernetes.io/projected/2bcba4e3-74d3-458b-9a49-49d72c1edb76-kube-api-access-f7thl\") pod \"hello-node-54c4b5c49f-mp9qv\" (UID: \"2bcba4e3-74d3-458b-9a49-49d72c1edb76\") " pod="default/hello-node-54c4b5c49f-mp9qv"
	Jul 28 20:42:35 functional-20220728203726-27744 kubelet[10414]: I0728 20:42:35.030855   10414 pod_container_deletor.go:79] "Container not found in pod's containers" containerID="b752b31c482495a4718ab8f0d0676b1ef8a1ccf2ee78cd0f21d8216afe70476e"
	Jul 28 20:42:57 functional-20220728203726-27744 kubelet[10414]: I0728 20:42:57.233756   10414 scope.go:110] "RemoveContainer" containerID="2c0c15adfd5270ea885f6fae158be516b25e7b5266656fa23deaac753507f7ee"
	Jul 28 20:42:57 functional-20220728203726-27744 kubelet[10414]: I0728 20:42:57.247405   10414 reconciler.go:192] "operationExecutor.UnmountVolume started for volume \"mypd\" (UniqueName: \"kubernetes.io/host-path/66b76d69-df9b-4c1a-b827-599e22051775-pvc-ff579da9-385b-4ec6-aea7-ccd7f787de55\") pod \"66b76d69-df9b-4c1a-b827-599e22051775\" (UID: \"66b76d69-df9b-4c1a-b827-599e22051775\") "
	Jul 28 20:42:57 functional-20220728203726-27744 kubelet[10414]: I0728 20:42:57.247615   10414 reconciler.go:192] "operationExecutor.UnmountVolume started for volume \"kube-api-access-pcqbc\" (UniqueName: \"kubernetes.io/projected/66b76d69-df9b-4c1a-b827-599e22051775-kube-api-access-pcqbc\") pod \"66b76d69-df9b-4c1a-b827-599e22051775\" (UID: \"66b76d69-df9b-4c1a-b827-599e22051775\") "
	Jul 28 20:42:57 functional-20220728203726-27744 kubelet[10414]: I0728 20:42:57.247708   10414 operation_generator.go:856] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/66b76d69-df9b-4c1a-b827-599e22051775-pvc-ff579da9-385b-4ec6-aea7-ccd7f787de55" (OuterVolumeSpecName: "mypd") pod "66b76d69-df9b-4c1a-b827-599e22051775" (UID: "66b76d69-df9b-4c1a-b827-599e22051775"). InnerVolumeSpecName "pvc-ff579da9-385b-4ec6-aea7-ccd7f787de55". PluginName "kubernetes.io/host-path", VolumeGidValue ""
	Jul 28 20:42:57 functional-20220728203726-27744 kubelet[10414]: I0728 20:42:57.252431   10414 operation_generator.go:856] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/66b76d69-df9b-4c1a-b827-599e22051775-kube-api-access-pcqbc" (OuterVolumeSpecName: "kube-api-access-pcqbc") pod "66b76d69-df9b-4c1a-b827-599e22051775" (UID: "66b76d69-df9b-4c1a-b827-599e22051775"). InnerVolumeSpecName "kube-api-access-pcqbc". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Jul 28 20:42:57 functional-20220728203726-27744 kubelet[10414]: I0728 20:42:57.348101   10414 reconciler.go:312] "Volume detached for volume \"pvc-ff579da9-385b-4ec6-aea7-ccd7f787de55\" (UniqueName: \"kubernetes.io/host-path/66b76d69-df9b-4c1a-b827-599e22051775-pvc-ff579da9-385b-4ec6-aea7-ccd7f787de55\") on node \"functional-20220728203726-27744\" DevicePath \"\""
	Jul 28 20:42:57 functional-20220728203726-27744 kubelet[10414]: I0728 20:42:57.348202   10414 reconciler.go:312] "Volume detached for volume \"kube-api-access-pcqbc\" (UniqueName: \"kubernetes.io/projected/66b76d69-df9b-4c1a-b827-599e22051775-kube-api-access-pcqbc\") on node \"functional-20220728203726-27744\" DevicePath \"\""
	Jul 28 20:42:59 functional-20220728203726-27744 kubelet[10414]: I0728 20:42:59.157586   10414 topology_manager.go:200] "Topology Admit Handler"
	Jul 28 20:42:59 functional-20220728203726-27744 kubelet[10414]: E0728 20:42:59.158894   10414 cpu_manager.go:394] "RemoveStaleState: removing container" podUID="66b76d69-df9b-4c1a-b827-599e22051775" containerName="myfrontend"
	Jul 28 20:42:59 functional-20220728203726-27744 kubelet[10414]: I0728 20:42:59.159924   10414 memory_manager.go:345] "RemoveStaleState removing state" podUID="66b76d69-df9b-4c1a-b827-599e22051775" containerName="myfrontend"
	Jul 28 20:42:59 functional-20220728203726-27744 kubelet[10414]: I0728 20:42:59.431801   10414 reconciler.go:270] "operationExecutor.VerifyControllerAttachedVolume started for volume \"pvc-ff579da9-385b-4ec6-aea7-ccd7f787de55\" (UniqueName: \"kubernetes.io/host-path/22a487d7-d337-4170-a4b2-b25074680a54-pvc-ff579da9-385b-4ec6-aea7-ccd7f787de55\") pod \"sp-pod\" (UID: \"22a487d7-d337-4170-a4b2-b25074680a54\") " pod="default/sp-pod"
	Jul 28 20:42:59 functional-20220728203726-27744 kubelet[10414]: I0728 20:42:59.431898   10414 reconciler.go:270] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-d9wtr\" (UniqueName: \"kubernetes.io/projected/22a487d7-d337-4170-a4b2-b25074680a54-kube-api-access-d9wtr\") pod \"sp-pod\" (UID: \"22a487d7-d337-4170-a4b2-b25074680a54\") " pod="default/sp-pod"
	Jul 28 20:42:59 functional-20220728203726-27744 kubelet[10414]: I0728 20:42:59.538564   10414 kubelet_volumes.go:160] "Cleaned up orphaned pod volumes dir" podUID=66b76d69-df9b-4c1a-b827-599e22051775 path="/var/lib/kubelet/pods/66b76d69-df9b-4c1a-b827-599e22051775/volumes"
	Jul 28 20:43:35 functional-20220728203726-27744 kubelet[10414]: I0728 20:43:35.751204   10414 topology_manager.go:200] "Topology Admit Handler"
	Jul 28 20:43:35 functional-20220728203726-27744 kubelet[10414]: I0728 20:43:35.932856   10414 reconciler.go:270] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-q99zt\" (UniqueName: \"kubernetes.io/projected/d8892d40-f3c6-4697-bfb7-48e99daa3d1f-kube-api-access-q99zt\") pod \"mysql-67f7d69d8b-fzlzd\" (UID: \"d8892d40-f3c6-4697-bfb7-48e99daa3d1f\") " pod="default/mysql-67f7d69d8b-fzlzd"
	Jul 28 20:43:37 functional-20220728203726-27744 kubelet[10414]: I0728 20:43:37.394365   10414 pod_container_deletor.go:79] "Container not found in pod's containers" containerID="83ed17bf699ec0da2f83c05a95a89123b6910c9f8ae056be436da3e11d10039b"
	Jul 28 20:46:33 functional-20220728203726-27744 kubelet[10414]: W0728 20:46:33.637718   10414 sysinfo.go:203] Nodes topology is not available, providing CPU topology
	Jul 28 20:51:33 functional-20220728203726-27744 kubelet[10414]: W0728 20:51:33.640409   10414 sysinfo.go:203] Nodes topology is not available, providing CPU topology
	Jul 28 20:56:33 functional-20220728203726-27744 kubelet[10414]: W0728 20:56:33.643435   10414 sysinfo.go:203] Nodes topology is not available, providing CPU topology
	Jul 28 21:01:33 functional-20220728203726-27744 kubelet[10414]: W0728 21:01:33.644496   10414 sysinfo.go:203] Nodes topology is not available, providing CPU topology
	Jul 28 21:06:33 functional-20220728203726-27744 kubelet[10414]: W0728 21:06:33.646638   10414 sysinfo.go:203] Nodes topology is not available, providing CPU topology
	Jul 28 21:11:33 functional-20220728203726-27744 kubelet[10414]: W0728 21:11:33.647841   10414 sysinfo.go:203] Nodes topology is not available, providing CPU topology
	Jul 28 21:16:33 functional-20220728203726-27744 kubelet[10414]: W0728 21:16:33.646322   10414 sysinfo.go:203] Nodes topology is not available, providing CPU topology
	
	* 
	* ==> storage-provisioner [1deb549ffdeb] <==
	* I0728 20:41:45.139546       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0728 20:41:45.238892       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0728 20:41:45.239227       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0728 20:42:02.788127       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0728 20:42:02.788541       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_functional-20220728203726-27744_8829fe91-a31c-43b5-9364-af6bd2af3d62!
	I0728 20:42:02.788524       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"b3e48302-b602-4e47-86a2-9aded4e4ca7e", APIVersion:"v1", ResourceVersion:"640", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' functional-20220728203726-27744_8829fe91-a31c-43b5-9364-af6bd2af3d62 became leader
	I0728 20:42:02.889945       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_functional-20220728203726-27744_8829fe91-a31c-43b5-9364-af6bd2af3d62!
	I0728 20:42:20.226661       1 controller.go:1332] provision "default/myclaim" class "standard": started
	I0728 20:42:20.227295       1 event.go:282] Event(v1.ObjectReference{Kind:"PersistentVolumeClaim", Namespace:"default", Name:"myclaim", UID:"ff579da9-385b-4ec6-aea7-ccd7f787de55", APIVersion:"v1", ResourceVersion:"666", FieldPath:""}): type: 'Normal' reason: 'Provisioning' External provisioner is provisioning volume for claim "default/myclaim"
	I0728 20:42:20.227108       1 storage_provisioner.go:61] Provisioning volume {&StorageClass{ObjectMeta:{standard    60062f2f-e1a6-477b-abf7-1a75bf8c9308 389 0 2022-07-28 20:39:04 +0000 UTC <nil> <nil> map[addonmanager.kubernetes.io/mode:EnsureExists] map[kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"storage.k8s.io/v1","kind":"StorageClass","metadata":{"annotations":{"storageclass.kubernetes.io/is-default-class":"true"},"labels":{"addonmanager.kubernetes.io/mode":"EnsureExists"},"name":"standard"},"provisioner":"k8s.io/minikube-hostpath"}
	 storageclass.kubernetes.io/is-default-class:true] [] []  [{kubectl-client-side-apply Update storage.k8s.io/v1 2022-07-28 20:39:04 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:kubectl.kubernetes.io/last-applied-configuration":{},"f:storageclass.kubernetes.io/is-default-class":{}},"f:labels":{".":{},"f:addonmanager.kubernetes.io/mode":{}}},"f:provisioner":{},"f:reclaimPolicy":{},"f:volumeBindingMode":{}}}]},Provisioner:k8s.io/minikube-hostpath,Parameters:map[string]string{},ReclaimPolicy:*Delete,MountOptions:[],AllowVolumeExpansion:nil,VolumeBindingMode:*Immediate,AllowedTopologies:[]TopologySelectorTerm{},} pvc-ff579da9-385b-4ec6-aea7-ccd7f787de55 &PersistentVolumeClaim{ObjectMeta:{myclaim  default  ff579da9-385b-4ec6-aea7-ccd7f787de55 666 0 2022-07-28 20:42:20 +0000 UTC <nil> <nil> map[] map[kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"PersistentVolumeClaim","metadata":{"annotations":{},"name":"myclaim","namespace":"default"},"spec":{"accessModes":["Rea
dWriteOnce"],"resources":{"requests":{"storage":"500Mi"}},"volumeMode":"Filesystem"}}
	 volume.beta.kubernetes.io/storage-provisioner:k8s.io/minikube-hostpath volume.kubernetes.io/storage-provisioner:k8s.io/minikube-hostpath] [] [kubernetes.io/pvc-protection]  [{kube-controller-manager Update v1 2022-07-28 20:42:20 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:volume.beta.kubernetes.io/storage-provisioner":{},"f:volume.kubernetes.io/storage-provisioner":{}}}}} {kubectl.exe Update v1 2022-07-28 20:42:20 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:kubectl.kubernetes.io/last-applied-configuration":{}}},"f:spec":{"f:accessModes":{},"f:resources":{"f:requests":{".":{},"f:storage":{}}},"f:volumeMode":{}}}}]},Spec:PersistentVolumeClaimSpec{AccessModes:[ReadWriteOnce],Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{storage: {{524288000 0} {<nil>} 500Mi BinarySI},},},VolumeName:,Selector:nil,StorageClassName:*standard,VolumeMode:*Filesystem,DataSource:nil,},Status:PersistentVolumeClaimStatus{Phase:Pending,AccessModes:[],Capacity:ResourceList{}
,Conditions:[]PersistentVolumeClaimCondition{},},} nil} to /tmp/hostpath-provisioner/default/myclaim
	I0728 20:42:20.228253       1 controller.go:1439] provision "default/myclaim" class "standard": volume "pvc-ff579da9-385b-4ec6-aea7-ccd7f787de55" provisioned
	I0728 20:42:20.228432       1 controller.go:1456] provision "default/myclaim" class "standard": succeeded
	I0728 20:42:20.228447       1 volume_store.go:212] Trying to save persistentvolume "pvc-ff579da9-385b-4ec6-aea7-ccd7f787de55"
	I0728 20:42:20.274820       1 volume_store.go:219] persistentvolume "pvc-ff579da9-385b-4ec6-aea7-ccd7f787de55" saved
	I0728 20:42:20.276423       1 event.go:282] Event(v1.ObjectReference{Kind:"PersistentVolumeClaim", Namespace:"default", Name:"myclaim", UID:"ff579da9-385b-4ec6-aea7-ccd7f787de55", APIVersion:"v1", ResourceVersion:"666", FieldPath:""}): type: 'Normal' reason: 'ProvisioningSucceeded' Successfully provisioned volume pvc-ff579da9-385b-4ec6-aea7-ccd7f787de55
	
	* 
	* ==> storage-provisioner [cbfb951f9f4f] <==
	* 

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p functional-20220728203726-27744 -n functional-20220728203726-27744
helpers_test.go:254: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p functional-20220728203726-27744 -n functional-20220728203726-27744: (3.5116983s)
helpers_test.go:261: (dbg) Run:  kubectl --context functional-20220728203726-27744 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:270: non-running pods: 
helpers_test.go:272: ======> post-mortem[TestFunctional/parallel/ServiceCmd]: describe non-running pods <======
helpers_test.go:275: (dbg) Run:  kubectl --context functional-20220728203726-27744 describe pod 
helpers_test.go:275: (dbg) Non-zero exit: kubectl --context functional-20220728203726-27744 describe pod : exit status 1 (276.4202ms)

                                                
                                                
** stderr ** 
	error: resource name may not be empty

                                                
                                                
** /stderr **
helpers_test.go:277: kubectl --context functional-20220728203726-27744 describe pod : exit status 1
--- FAIL: TestFunctional/parallel/ServiceCmd (2111.15s)

                                                
                                    
x
+
TestNetworkPlugins/group/cilium/Start (657.31s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/cilium/Start
net_test.go:101: (dbg) Run:  out/minikube-windows-amd64.exe start -p cilium-20220728220624-27744 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=cilium --driver=docker
E0728 22:15:11.876327   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.

                                                
                                                
=== CONT  TestNetworkPlugins/group/cilium/Start
net_test.go:101: (dbg) Non-zero exit: out/minikube-windows-amd64.exe start -p cilium-20220728220624-27744 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=cilium --driver=docker: exit status 80 (10m56.6853993s)

                                                
                                                
-- stdout --
	* [cilium-20220728220624-27744] minikube v1.26.0 on Microsoft Windows 10 Enterprise N 10.0.19044 Build 19044
	  - KUBECONFIG=C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube3\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=14555
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	* Using the docker driver based on user configuration
	* Using Docker Desktop driver with root privileges
	* Starting control plane node cilium-20220728220624-27744 in cluster cilium-20220728220624-27744
	* Pulling base image ...
	* Creating docker container (CPUs=2, Memory=2048MB) ...
	* Preparing Kubernetes v1.24.3 on Docker 20.10.17 ...
	  - Generating certificates and keys ...
	  - Booting up control plane ...
	  - Configuring RBAC rules ...
	* Configuring Cilium (Container Networking Interface) ...
	* Verifying Kubernetes components...
	  - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	* Enabled addons: default-storageclass, storage-provisioner
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0728 22:14:57.704268   45576 out.go:296] Setting OutFile to fd 1852 ...
	I0728 22:14:57.767777   45576 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 22:14:57.767777   45576 out.go:309] Setting ErrFile to fd 1768...
	I0728 22:14:57.767777   45576 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 22:14:57.796035   45576 out.go:303] Setting JSON to false
	I0728 22:14:57.803288   45576 start.go:115] hostinfo: {"hostname":"minikube3","uptime":14361,"bootTime":1659032136,"procs":196,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19044 Build 19044","kernelVersion":"10.0.19044 Build 19044","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"a0f355d5-8b6e-4346-9071-73232725d096"}
	W0728 22:14:57.803288   45576 start.go:123] gopshost.Virtualization returned error: not implemented yet
	I0728 22:14:57.811080   45576 out.go:177] * [cilium-20220728220624-27744] minikube v1.26.0 on Microsoft Windows 10 Enterprise N 10.0.19044 Build 19044
	I0728 22:14:57.815908   45576 notify.go:193] Checking for updates...
	I0728 22:14:57.818928   45576 out.go:177]   - KUBECONFIG=C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	I0728 22:14:57.824004   45576 out.go:177]   - MINIKUBE_HOME=C:\Users\jenkins.minikube3\minikube-integration\.minikube
	I0728 22:14:57.830053   45576 out.go:177]   - MINIKUBE_LOCATION=14555
	I0728 22:14:57.836873   45576 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0728 22:14:57.841033   45576 config.go:178] Loaded profile config "bridge-20220728220616-27744": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.24.3
	I0728 22:14:57.841684   45576 config.go:178] Loaded profile config "calico-20220728220624-27744": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.24.3
	I0728 22:14:57.841684   45576 config.go:178] Loaded profile config "kubenet-20220728220616-27744": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.24.3
	I0728 22:14:57.841684   45576 driver.go:365] Setting default libvirt URI to qemu:///system
	I0728 22:15:00.573547   45576 docker.go:137] docker version: linux-20.10.17
	I0728 22:15:00.591556   45576 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0728 22:15:01.443833   45576 info.go:265] docker info: {ID:32WQ:AR2E:QBMQ:3APU:6H37:XHFB:IZYG:CYO4:NVRY:3DND:E2II:HYH4 Containers:3 ContainersRunning:3 ContainersPaused:0 ContainersStopped:0 Images:4 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:true NFd:77 OomKillDisable:true NGoroutines:65 SystemTime:2022-07-28 22:15:00.8359183 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.102.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_
64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:53902323712 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.17 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:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1 Expected:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1} RuncCommit:{ID:v1.1.2-0-ga916309 Expected:v1.1.2-0-ga916309} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,
profile=default] 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] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.8.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.7.0] 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.8] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-p
lugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.17.0]] Warnings:<nil>}}
	I0728 22:15:01.446826   45576 out.go:177] * Using the docker driver based on user configuration
	I0728 22:15:01.448823   45576 start.go:284] selected driver: docker
	I0728 22:15:01.448823   45576 start.go:808] validating driver "docker" against <nil>
	I0728 22:15:01.449817   45576 start.go:819] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0728 22:15:01.530555   45576 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0728 22:15:02.328568   45576 info.go:265] docker info: {ID:32WQ:AR2E:QBMQ:3APU:6H37:XHFB:IZYG:CYO4:NVRY:3DND:E2II:HYH4 Containers:3 ContainersRunning:2 ContainersPaused:0 ContainersStopped:1 Images:4 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:true NFd:75 OomKillDisable:true NGoroutines:67 SystemTime:2022-07-28 22:15:01.761689 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.102.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_6
4 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:53902323712 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.17 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:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1 Expected:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1} RuncCommit:{ID:v1.1.2-0-ga916309 Expected:v1.1.2-0-ga916309} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,p
rofile=default] 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] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.8.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.7.0] 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.8] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-pl
ugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.17.0]] Warnings:<nil>}}
	I0728 22:15:02.328568   45576 start_flags.go:296] no existing cluster config was found, will generate one from the flags 
	I0728 22:15:02.329299   45576 start_flags.go:853] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0728 22:15:02.331978   45576 out.go:177] * Using Docker Desktop driver with root privileges
	I0728 22:15:02.333767   45576 cni.go:95] Creating CNI manager for "cilium"
	I0728 22:15:02.333767   45576 start_flags.go:305] Found "Cilium" CNI - setting NetworkPlugin=cni
	I0728 22:15:02.333767   45576 start_flags.go:310] config:
	{Name:cilium-20220728220624-27744 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 Memory:2048 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.24.3 ClusterName:cilium-20220728220624-27744 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.loc
al ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:cilium NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] 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:5m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube3:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath:}
	I0728 22:15:02.338524   45576 out.go:177] * Starting control plane node cilium-20220728220624-27744 in cluster cilium-20220728220624-27744
	I0728 22:15:02.340220   45576 cache.go:120] Beginning downloading kic base image for docker with docker
	I0728 22:15:02.341787   45576 out.go:177] * Pulling base image ...
	I0728 22:15:02.344382   45576 preload.go:132] Checking if preload exists for k8s version v1.24.3 and runtime docker
	I0728 22:15:02.344382   45576 image.go:75] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 in local docker daemon
	I0728 22:15:02.345380   45576 preload.go:148] Found local preload: C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.24.3-docker-overlay2-amd64.tar.lz4
	I0728 22:15:02.345380   45576 cache.go:57] Caching tarball of preloaded images
	I0728 22:15:02.345380   45576 preload.go:174] Found C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.24.3-docker-overlay2-amd64.tar.lz4 in cache, skipping download
	I0728 22:15:02.345380   45576 cache.go:60] Finished verifying existence of preloaded tar for  v1.24.3 on docker
	I0728 22:15:02.345380   45576 profile.go:148] Saving config to C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\config.json ...
	I0728 22:15:02.346380   45576 lock.go:35] WriteFile acquiring C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\config.json: {Name:mkccf84e4eb1176440c3224b74390a26102a333c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0728 22:15:02.623823   45576 image.go:79] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 in local docker daemon, skipping pull
	I0728 22:15:02.623823   45576 cache.go:142] gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 exists in daemon, skipping load
	I0728 22:15:02.623823   45576 cache.go:208] Successfully downloaded all kic artifacts
	I0728 22:15:02.623823   45576 start.go:370] acquiring machines lock for cilium-20220728220624-27744: {Name:mkecf16518dbaf532dd106bb26e00ad3551f4d3d Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0728 22:15:02.623823   45576 start.go:374] acquired machines lock for "cilium-20220728220624-27744" in 0s
	I0728 22:15:02.623823   45576 start.go:92] Provisioning new machine with config: &{Name:cilium-20220728220624-27744 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 Memory:2048 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.24.3 ClusterName:cilium-20220728220624-27744 Namespace:defaul
t APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:cilium NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.24.3 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] 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:5m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube3:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:doc
ker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath:} &{Name: IP: Port:8443 KubernetesVersion:v1.24.3 ContainerRuntime:docker ControlPlane:true Worker:true}
	I0728 22:15:02.623823   45576 start.go:132] createHost starting for "" (driver="docker")
	I0728 22:15:02.627818   45576 out.go:204] * Creating docker container (CPUs=2, Memory=2048MB) ...
	I0728 22:15:02.627818   45576 start.go:166] libmachine.API.Create for "cilium-20220728220624-27744" (driver="docker")
	I0728 22:15:02.627818   45576 client.go:168] LocalClient.Create starting
	I0728 22:15:02.628820   45576 main.go:134] libmachine: Reading certificate data from C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca.pem
	I0728 22:15:02.628820   45576 main.go:134] libmachine: Decoding PEM data...
	I0728 22:15:02.628820   45576 main.go:134] libmachine: Parsing certificate...
	I0728 22:15:02.628820   45576 main.go:134] libmachine: Reading certificate data from C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\cert.pem
	I0728 22:15:02.628820   45576 main.go:134] libmachine: Decoding PEM data...
	I0728 22:15:02.628820   45576 main.go:134] libmachine: Parsing certificate...
	I0728 22:15:02.637806   45576 cli_runner.go:164] Run: docker network inspect cilium-20220728220624-27744 --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}}]}"
	W0728 22:15:02.888041   45576 cli_runner.go:211] docker network inspect cilium-20220728220624-27744 --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
	I0728 22:15:02.992967   45576 network_create.go:272] running [docker network inspect cilium-20220728220624-27744] to gather additional debugging logs...
	I0728 22:15:02.992967   45576 cli_runner.go:164] Run: docker network inspect cilium-20220728220624-27744
	W0728 22:15:03.264679   45576 cli_runner.go:211] docker network inspect cilium-20220728220624-27744 returned with exit code 1
	I0728 22:15:03.264679   45576 network_create.go:275] error running [docker network inspect cilium-20220728220624-27744]: docker network inspect cilium-20220728220624-27744: exit status 1
	stdout:
	[]
	
	stderr:
	Error: No such network: cilium-20220728220624-27744
	I0728 22:15:03.264679   45576 network_create.go:277] output of [docker network inspect cilium-20220728220624-27744]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error: No such network: cilium-20220728220624-27744
	
	** /stderr **
	I0728 22:15:03.273740   45576 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}}]}"
	I0728 22:15:03.553866   45576 network.go:288] reserving subnet 192.168.49.0 for 1m0s: &{mu:{state:0 sema:0} read:{v:{m:map[] amended:true}} dirty:map[192.168.49.0:0xc00047c4b0] misses:0}
	I0728 22:15:03.553866   45576 network.go:235] 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 Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:}}
	I0728 22:15:03.553866   45576 network_create.go:115] attempt to create docker network cilium-20220728220624-27744 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0728 22:15:03.565142   45576 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=cilium-20220728220624-27744 cilium-20220728220624-27744
	W0728 22:15:03.828560   45576 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=cilium-20220728220624-27744 cilium-20220728220624-27744 returned with exit code 1
	W0728 22:15:03.828644   45576 network_create.go:107] failed to create docker network cilium-20220728220624-27744 192.168.49.0/24, will retry: subnet is taken
	I0728 22:15:03.850012   45576 network.go:279] skipping subnet 192.168.49.0 that has unexpired reservation: &{mu:{state:0 sema:0} read:{v:{m:map[192.168.49.0:0xc00047c4b0] amended:false}} dirty:map[] misses:0}
	I0728 22:15:03.850383   45576 network.go:238] 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 Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:}}
	I0728 22:15:03.870432   45576 network.go:288] reserving subnet 192.168.58.0 for 1m0s: &{mu:{state:0 sema:0} read:{v:{m:map[192.168.49.0:0xc00047c4b0] amended:true}} dirty:map[192.168.49.0:0xc00047c4b0 192.168.58.0:0xc0007504e8] misses:0}
	I0728 22:15:03.870432   45576 network.go:235] 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 Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:}}
	I0728 22:15:03.870432   45576 network_create.go:115] attempt to create docker network cilium-20220728220624-27744 192.168.58.0/24 with gateway 192.168.58.1 and MTU of 1500 ...
	I0728 22:15:03.888632   45576 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=cilium-20220728220624-27744 cilium-20220728220624-27744
	W0728 22:15:04.124903   45576 cli_runner.go:211] 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=cilium-20220728220624-27744 cilium-20220728220624-27744 returned with exit code 1
	W0728 22:15:04.124903   45576 network_create.go:107] failed to create docker network cilium-20220728220624-27744 192.168.58.0/24, will retry: subnet is taken
	I0728 22:15:04.144900   45576 network.go:279] skipping subnet 192.168.58.0 that has unexpired reservation: &{mu:{state:0 sema:0} read:{v:{m:map[192.168.49.0:0xc00047c4b0] amended:true}} dirty:map[192.168.49.0:0xc00047c4b0 192.168.58.0:0xc0007504e8] misses:1}
	I0728 22:15:04.145908   45576 network.go:238] skipping subnet 192.168.58.0/24 that is reserved: &{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 Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:}}
	I0728 22:15:04.164260   45576 network.go:288] reserving subnet 192.168.67.0 for 1m0s: &{mu:{state:0 sema:0} read:{v:{m:map[192.168.49.0:0xc00047c4b0] amended:true}} dirty:map[192.168.49.0:0xc00047c4b0 192.168.58.0:0xc0007504e8 192.168.67.0:0xc00047c548] misses:1}
	I0728 22:15:04.164446   45576 network.go:235] using free private subnet 192.168.67.0/24: &{IP:192.168.67.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.67.0/24 Gateway:192.168.67.1 ClientMin:192.168.67.2 ClientMax:192.168.67.254 Broadcast:192.168.67.255 Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:}}
	I0728 22:15:04.164446   45576 network_create.go:115] attempt to create docker network cilium-20220728220624-27744 192.168.67.0/24 with gateway 192.168.67.1 and MTU of 1500 ...
	I0728 22:15:04.178106   45576 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.67.0/24 --gateway=192.168.67.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=cilium-20220728220624-27744 cilium-20220728220624-27744
	W0728 22:15:04.456327   45576 cli_runner.go:211] docker network create --driver=bridge --subnet=192.168.67.0/24 --gateway=192.168.67.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=cilium-20220728220624-27744 cilium-20220728220624-27744 returned with exit code 1
	W0728 22:15:04.456573   45576 network_create.go:107] failed to create docker network cilium-20220728220624-27744 192.168.67.0/24, will retry: subnet is taken
	I0728 22:15:04.486212   45576 network.go:279] skipping subnet 192.168.67.0 that has unexpired reservation: &{mu:{state:0 sema:0} read:{v:{m:map[192.168.49.0:0xc00047c4b0] amended:true}} dirty:map[192.168.49.0:0xc00047c4b0 192.168.58.0:0xc0007504e8 192.168.67.0:0xc00047c548] misses:2}
	I0728 22:15:04.486212   45576 network.go:238] skipping subnet 192.168.67.0/24 that is reserved: &{IP:192.168.67.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.67.0/24 Gateway:192.168.67.1 ClientMin:192.168.67.2 ClientMax:192.168.67.254 Broadcast:192.168.67.255 Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:}}
	I0728 22:15:04.508883   45576 network.go:288] reserving subnet 192.168.76.0 for 1m0s: &{mu:{state:0 sema:0} read:{v:{m:map[192.168.49.0:0xc00047c4b0] amended:true}} dirty:map[192.168.49.0:0xc00047c4b0 192.168.58.0:0xc0007504e8 192.168.67.0:0xc00047c548 192.168.76.0:0xc000006fc0] misses:2}
	I0728 22:15:04.508883   45576 network.go:235] using free private subnet 192.168.76.0/24: &{IP:192.168.76.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.76.0/24 Gateway:192.168.76.1 ClientMin:192.168.76.2 ClientMax:192.168.76.254 Broadcast:192.168.76.255 Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:}}
	I0728 22:15:04.508883   45576 network_create.go:115] attempt to create docker network cilium-20220728220624-27744 192.168.76.0/24 with gateway 192.168.76.1 and MTU of 1500 ...
	I0728 22:15:04.516156   45576 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.76.0/24 --gateway=192.168.76.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=cilium-20220728220624-27744 cilium-20220728220624-27744
	W0728 22:15:04.767941   45576 cli_runner.go:211] docker network create --driver=bridge --subnet=192.168.76.0/24 --gateway=192.168.76.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=cilium-20220728220624-27744 cilium-20220728220624-27744 returned with exit code 1
	W0728 22:15:04.767941   45576 network_create.go:107] failed to create docker network cilium-20220728220624-27744 192.168.76.0/24, will retry: subnet is taken
	I0728 22:15:04.800155   45576 network.go:279] skipping subnet 192.168.76.0 that has unexpired reservation: &{mu:{state:0 sema:0} read:{v:{m:map[192.168.49.0:0xc00047c4b0] amended:true}} dirty:map[192.168.49.0:0xc00047c4b0 192.168.58.0:0xc0007504e8 192.168.67.0:0xc00047c548 192.168.76.0:0xc000006fc0] misses:3}
	I0728 22:15:04.800246   45576 network.go:238] skipping subnet 192.168.76.0/24 that is reserved: &{IP:192.168.76.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.76.0/24 Gateway:192.168.76.1 ClientMin:192.168.76.2 ClientMax:192.168.76.254 Broadcast:192.168.76.255 Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:}}
	I0728 22:15:04.821751   45576 network.go:288] reserving subnet 192.168.85.0 for 1m0s: &{mu:{state:0 sema:0} read:{v:{m:map[192.168.49.0:0xc00047c4b0] amended:true}} dirty:map[192.168.49.0:0xc00047c4b0 192.168.58.0:0xc0007504e8 192.168.67.0:0xc00047c548 192.168.76.0:0xc000006fc0 192.168.85.0:0xc00047c5e0] misses:3}
	I0728 22:15:04.822057   45576 network.go:235] using free private subnet 192.168.85.0/24: &{IP:192.168.85.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.85.0/24 Gateway:192.168.85.1 ClientMin:192.168.85.2 ClientMax:192.168.85.254 Broadcast:192.168.85.255 Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:}}
	I0728 22:15:04.822112   45576 network_create.go:115] attempt to create docker network cilium-20220728220624-27744 192.168.85.0/24 with gateway 192.168.85.1 and MTU of 1500 ...
	I0728 22:15:04.831037   45576 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.85.0/24 --gateway=192.168.85.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=cilium-20220728220624-27744 cilium-20220728220624-27744
	W0728 22:15:05.077820   45576 cli_runner.go:211] docker network create --driver=bridge --subnet=192.168.85.0/24 --gateway=192.168.85.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=cilium-20220728220624-27744 cilium-20220728220624-27744 returned with exit code 1
	W0728 22:15:05.077820   45576 network_create.go:107] failed to create docker network cilium-20220728220624-27744 192.168.85.0/24, will retry: subnet is taken
	W0728 22:15:05.077820   45576 out.go:239] ! Unable to create dedicated network, this might result in cluster IP change after restart: failed to create docker network cilium-20220728220624-27744: subnet is taken
	! Unable to create dedicated network, this might result in cluster IP change after restart: failed to create docker network cilium-20220728220624-27744: subnet is taken
	I0728 22:15:05.106412   45576 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0728 22:15:05.389521   45576 cli_runner.go:164] Run: docker volume create cilium-20220728220624-27744 --label name.minikube.sigs.k8s.io=cilium-20220728220624-27744 --label created_by.minikube.sigs.k8s.io=true
	I0728 22:15:05.655273   45576 oci.go:103] Successfully created a docker volume cilium-20220728220624-27744
	I0728 22:15:05.662751   45576 cli_runner.go:164] Run: docker run --rm --name cilium-20220728220624-27744-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=cilium-20220728220624-27744 --entrypoint /usr/bin/test -v cilium-20220728220624-27744:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 -d /var/lib
	I0728 22:15:11.700808   45576 cli_runner.go:217] Completed: docker run --rm --name cilium-20220728220624-27744-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=cilium-20220728220624-27744 --entrypoint /usr/bin/test -v cilium-20220728220624-27744:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 -d /var/lib: (6.0380116s)
	I0728 22:15:11.700808   45576 oci.go:107] Successfully prepared a docker volume cilium-20220728220624-27744
	I0728 22:15:11.700808   45576 preload.go:132] Checking if preload exists for k8s version v1.24.3 and runtime docker
	I0728 22:15:11.700808   45576 kic.go:179] Starting extracting preloaded images to volume ...
	I0728 22:15:11.707836   45576 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.24.3-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v cilium-20220728220624-27744:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 -I lz4 -xf /preloaded.tar -C /extractDir
	I0728 22:15:37.778305   45576 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.24.3-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v cilium-20220728220624-27744:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 -I lz4 -xf /preloaded.tar -C /extractDir: (26.0702715s)
	I0728 22:15:37.778305   45576 kic.go:188] duration metric: took 26.077299 seconds to extract preloaded images to volume
	I0728 22:15:37.790297   45576 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0728 22:15:38.546997   45576 info.go:265] docker info: {ID:32WQ:AR2E:QBMQ:3APU:6H37:XHFB:IZYG:CYO4:NVRY:3DND:E2II:HYH4 Containers:3 ContainersRunning:2 ContainersPaused:0 ContainersStopped:1 Images:4 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:true NFd:77 OomKillDisable:true NGoroutines:65 SystemTime:2022-07-28 22:15:38.0286934 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.102.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_
64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:53902323712 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.17 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:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1 Expected:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1} RuncCommit:{ID:v1.1.2-0-ga916309 Expected:v1.1.2-0-ga916309} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,
profile=default] 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] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.8.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.7.0] 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.8] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-p
lugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.17.0]] Warnings:<nil>}}
	I0728 22:15:38.555012   45576 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0728 22:15:39.245884   45576 cli_runner.go:164] Run: docker run -d -t --privileged --security-opt seccomp=unconfined --tmpfs /tmp --tmpfs /run -v /lib/modules:/lib/modules:ro --hostname cilium-20220728220624-27744 --name cilium-20220728220624-27744 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=cilium-20220728220624-27744 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=cilium-20220728220624-27744 --volume cilium-20220728220624-27744:/var --security-opt apparmor=unconfined --memory=2048mb --memory-swap=2048mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842
	I0728 22:15:47.097596   45576 cli_runner.go:217] Completed: docker run -d -t --privileged --security-opt seccomp=unconfined --tmpfs /tmp --tmpfs /run -v /lib/modules:/lib/modules:ro --hostname cilium-20220728220624-27744 --name cilium-20220728220624-27744 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=cilium-20220728220624-27744 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=cilium-20220728220624-27744 --volume cilium-20220728220624-27744:/var --security-opt apparmor=unconfined --memory=2048mb --memory-swap=2048mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842: (7.8515967s)
	I0728 22:15:47.111467   45576 cli_runner.go:164] Run: docker container inspect cilium-20220728220624-27744 --format={{.State.Running}}
	I0728 22:15:47.394559   45576 cli_runner.go:164] Run: docker container inspect cilium-20220728220624-27744 --format={{.State.Status}}
	I0728 22:15:47.697735   45576 cli_runner.go:164] Run: docker exec cilium-20220728220624-27744 stat /var/lib/dpkg/alternatives/iptables
	I0728 22:15:48.100761   45576 oci.go:144] the created container "cilium-20220728220624-27744" has a running status.
	I0728 22:15:48.100822   45576 kic.go:210] Creating ssh key for kic: C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\cilium-20220728220624-27744\id_rsa...
	I0728 22:15:48.976457   45576 kic_runner.go:191] docker (temp): C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\cilium-20220728220624-27744\id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0728 22:15:49.443466   45576 cli_runner.go:164] Run: docker container inspect cilium-20220728220624-27744 --format={{.State.Status}}
	I0728 22:15:49.734667   45576 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0728 22:15:49.734667   45576 kic_runner.go:114] Args: [docker exec --privileged cilium-20220728220624-27744 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0728 22:15:50.245582   45576 kic.go:250] ensuring only current user has permissions to key file located at : C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\cilium-20220728220624-27744\id_rsa...
	I0728 22:15:54.399887   45576 cli_runner.go:164] Run: docker container inspect cilium-20220728220624-27744 --format={{.State.Status}}
	I0728 22:15:54.644397   45576 machine.go:88] provisioning docker machine ...
	I0728 22:15:54.644442   45576 ubuntu.go:169] provisioning hostname "cilium-20220728220624-27744"
	I0728 22:15:54.653556   45576 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" cilium-20220728220624-27744
	I0728 22:15:54.942158   45576 main.go:134] libmachine: Using SSH client type: native
	I0728 22:15:54.950711   45576 main.go:134] libmachine: &{{{<nil> 0 [] [] []} docker [0xa93d20] 0xa96b80 <nil>  [] 0s} 127.0.0.1 55885 <nil> <nil>}
	I0728 22:15:54.950711   45576 main.go:134] libmachine: About to run SSH command:
	sudo hostname cilium-20220728220624-27744 && echo "cilium-20220728220624-27744" | sudo tee /etc/hostname
	I0728 22:15:55.239053   45576 main.go:134] libmachine: SSH cmd err, output: <nil>: cilium-20220728220624-27744
	
	I0728 22:15:55.247024   45576 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" cilium-20220728220624-27744
	I0728 22:15:55.499122   45576 main.go:134] libmachine: Using SSH client type: native
	I0728 22:15:55.499122   45576 main.go:134] libmachine: &{{{<nil> 0 [] [] []} docker [0xa93d20] 0xa96b80 <nil>  [] 0s} 127.0.0.1 55885 <nil> <nil>}
	I0728 22:15:55.499122   45576 main.go:134] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\scilium-20220728220624-27744' /etc/hosts; then
				if grep -xq '127.0.1.1\s.*' /etc/hosts; then
					sudo sed -i 's/^127.0.1.1\s.*/127.0.1.1 cilium-20220728220624-27744/g' /etc/hosts;
				else 
					echo '127.0.1.1 cilium-20220728220624-27744' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0728 22:15:55.701083   45576 main.go:134] libmachine: SSH cmd err, output: <nil>: 
	I0728 22:15:55.701173   45576 ubuntu.go:175] set auth options {CertDir:C:\Users\jenkins.minikube3\minikube-integration\.minikube CaCertPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca.pem CaPrivateKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\server.pem ServerKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\server-key.pem ClientKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\cert.pem ServerCertSANs:[] StorePath:C:\Users\jenkins.minikube3\minikube-integration\.minikube}
	I0728 22:15:55.701236   45576 ubuntu.go:177] setting up certificates
	I0728 22:15:55.701236   45576 provision.go:83] configureAuth start
	I0728 22:15:55.712754   45576 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" cilium-20220728220624-27744
	I0728 22:15:56.007137   45576 provision.go:138] copyHostCerts
	I0728 22:15:56.007137   45576 exec_runner.go:144] found C:\Users\jenkins.minikube3\minikube-integration\.minikube/ca.pem, removing ...
	I0728 22:15:56.007137   45576 exec_runner.go:207] rm: C:\Users\jenkins.minikube3\minikube-integration\.minikube\ca.pem
	I0728 22:15:56.007137   45576 exec_runner.go:151] cp: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca.pem --> C:\Users\jenkins.minikube3\minikube-integration\.minikube/ca.pem (1078 bytes)
	I0728 22:15:56.008779   45576 exec_runner.go:144] found C:\Users\jenkins.minikube3\minikube-integration\.minikube/cert.pem, removing ...
	I0728 22:15:56.008779   45576 exec_runner.go:207] rm: C:\Users\jenkins.minikube3\minikube-integration\.minikube\cert.pem
	I0728 22:15:56.009340   45576 exec_runner.go:151] cp: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\cert.pem --> C:\Users\jenkins.minikube3\minikube-integration\.minikube/cert.pem (1123 bytes)
	I0728 22:15:56.010410   45576 exec_runner.go:144] found C:\Users\jenkins.minikube3\minikube-integration\.minikube/key.pem, removing ...
	I0728 22:15:56.010410   45576 exec_runner.go:207] rm: C:\Users\jenkins.minikube3\minikube-integration\.minikube\key.pem
	I0728 22:15:56.010851   45576 exec_runner.go:151] cp: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\key.pem --> C:\Users\jenkins.minikube3\minikube-integration\.minikube/key.pem (1679 bytes)
	I0728 22:15:56.011847   45576 provision.go:112] generating server cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\server.pem ca-key=C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca.pem private-key=C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca-key.pem org=jenkins.cilium-20220728220624-27744 san=[172.17.0.2 127.0.0.1 localhost 127.0.0.1 minikube cilium-20220728220624-27744]
	I0728 22:15:56.363213   45576 provision.go:172] copyRemoteCerts
	I0728 22:15:56.374219   45576 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0728 22:15:56.382246   45576 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" cilium-20220728220624-27744
	I0728 22:15:56.662963   45576 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:55885 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\cilium-20220728220624-27744\id_rsa Username:docker}
	I0728 22:15:56.808035   45576 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0728 22:15:56.865024   45576 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\server.pem --> /etc/docker/server.pem (1253 bytes)
	I0728 22:15:56.921029   45576 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I0728 22:15:56.972412   45576 provision.go:86] duration metric: configureAuth took 1.2710882s
	I0728 22:15:56.972484   45576 ubuntu.go:193] setting minikube options for container-runtime
	I0728 22:15:56.973251   45576 config.go:178] Loaded profile config "cilium-20220728220624-27744": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.24.3
	I0728 22:15:56.983111   45576 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" cilium-20220728220624-27744
	I0728 22:15:57.243170   45576 main.go:134] libmachine: Using SSH client type: native
	I0728 22:15:57.243917   45576 main.go:134] libmachine: &{{{<nil> 0 [] [] []} docker [0xa93d20] 0xa96b80 <nil>  [] 0s} 127.0.0.1 55885 <nil> <nil>}
	I0728 22:15:57.243917   45576 main.go:134] libmachine: About to run SSH command:
	df --output=fstype / | tail -n 1
	I0728 22:15:57.440813   45576 main.go:134] libmachine: SSH cmd err, output: <nil>: overlay
	
	I0728 22:15:57.440813   45576 ubuntu.go:71] root file system type: overlay
	I0728 22:15:57.442653   45576 provision.go:309] Updating docker unit: /lib/systemd/system/docker.service ...
	I0728 22:15:57.451960   45576 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" cilium-20220728220624-27744
	I0728 22:15:57.712756   45576 main.go:134] libmachine: Using SSH client type: native
	I0728 22:15:57.712756   45576 main.go:134] libmachine: &{{{<nil> 0 [] [] []} docker [0xa93d20] 0xa96b80 <nil>  [] 0s} 127.0.0.1 55885 <nil> <nil>}
	I0728 22:15:57.712756   45576 main.go:134] libmachine: About to run SSH command:
	sudo mkdir -p /lib/systemd/system && printf %s "[Unit]
	Description=Docker Application Container Engine
	Documentation=https://docs.docker.com
	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
	Restart=on-failure
	
	
	
	# 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.
	LimitNOFILE=infinity
	LimitNPROC=infinity
	LimitCORE=infinity
	
	# 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
	
	[Install]
	WantedBy=multi-user.target
	" | sudo tee /lib/systemd/system/docker.service.new
	I0728 22:15:57.934331   45576 main.go:134] libmachine: SSH cmd err, output: <nil>: [Unit]
	Description=Docker Application Container Engine
	Documentation=https://docs.docker.com
	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
	Restart=on-failure
	
	
	
	# 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.
	LimitNOFILE=infinity
	LimitNPROC=infinity
	LimitCORE=infinity
	
	# 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
	
	[Install]
	WantedBy=multi-user.target
	
	I0728 22:15:57.944046   45576 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" cilium-20220728220624-27744
	I0728 22:15:58.182790   45576 main.go:134] libmachine: Using SSH client type: native
	I0728 22:15:58.182790   45576 main.go:134] libmachine: &{{{<nil> 0 [] [] []} docker [0xa93d20] 0xa96b80 <nil>  [] 0s} 127.0.0.1 55885 <nil> <nil>}
	I0728 22:15:58.182790   45576 main.go:134] libmachine: About to run SSH 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; }
	I0728 22:15:59.989804   45576 main.go:134] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service	2022-06-06 23:01:03.000000000 +0000
	+++ /lib/systemd/system/docker.service.new	2022-07-28 22:15:57.906315000 +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
	+BindsTo=containerd.service
	+After=network-online.target firewalld.service containerd.service
	 Wants=network-online.target
	-Requires=docker.socket containerd.service
	+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
	-TimeoutSec=0
	-RestartSec=2
	-Restart=always
	-
	-# 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
	+Restart=on-failure
	 
	-# 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
	
	I0728 22:15:59.990826   45576 machine.go:91] provisioned docker machine in 5.3453215s
	I0728 22:15:59.990826   45576 client.go:171] LocalClient.Create took 57.3625714s
	I0728 22:15:59.990826   45576 start.go:174] duration metric: libmachine.API.Create for "cilium-20220728220624-27744" took 57.3625714s
	I0728 22:15:59.990826   45576 start.go:307] post-start starting for "cilium-20220728220624-27744" (driver="docker")
	I0728 22:15:59.990826   45576 start.go:334] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
	I0728 22:16:00.001802   45576 ssh_runner.go:195] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
	I0728 22:16:00.009812   45576 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" cilium-20220728220624-27744
	I0728 22:16:00.272190   45576 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:55885 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\cilium-20220728220624-27744\id_rsa Username:docker}
	I0728 22:16:00.431735   45576 ssh_runner.go:195] Run: cat /etc/os-release
	I0728 22:16:00.443722   45576 main.go:134] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0728 22:16:00.443722   45576 main.go:134] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0728 22:16:00.443722   45576 main.go:134] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0728 22:16:00.443722   45576 info.go:137] Remote host: Ubuntu 20.04.4 LTS
	I0728 22:16:00.443722   45576 filesync.go:126] Scanning C:\Users\jenkins.minikube3\minikube-integration\.minikube\addons for local assets ...
	I0728 22:16:00.443722   45576 filesync.go:126] Scanning C:\Users\jenkins.minikube3\minikube-integration\.minikube\files for local assets ...
	I0728 22:16:00.444733   45576 filesync.go:149] local asset: C:\Users\jenkins.minikube3\minikube-integration\.minikube\files\etc\ssl\certs\277442.pem -> 277442.pem in /etc/ssl/certs
	I0728 22:16:00.456728   45576 ssh_runner.go:195] Run: sudo mkdir -p /etc/ssl/certs
	I0728 22:16:00.478736   45576 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\files\etc\ssl\certs\277442.pem --> /etc/ssl/certs/277442.pem (1708 bytes)
	I0728 22:16:00.532727   45576 start.go:310] post-start completed in 541.8967ms
	I0728 22:16:00.546728   45576 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" cilium-20220728220624-27744
	I0728 22:16:00.777084   45576 profile.go:148] Saving config to C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\config.json ...
	I0728 22:16:00.800105   45576 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0728 22:16:00.808080   45576 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" cilium-20220728220624-27744
	I0728 22:16:01.058445   45576 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:55885 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\cilium-20220728220624-27744\id_rsa Username:docker}
	I0728 22:16:01.206251   45576 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0728 22:16:01.223419   45576 start.go:135] duration metric: createHost completed in 58.5991512s
	I0728 22:16:01.223419   45576 start.go:82] releasing machines lock for "cilium-20220728220624-27744", held for 58.5991512s
	I0728 22:16:01.232809   45576 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" cilium-20220728220624-27744
	I0728 22:16:01.484237   45576 ssh_runner.go:195] Run: curl -sS -m 2 https://k8s.gcr.io/
	I0728 22:16:01.493250   45576 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" cilium-20220728220624-27744
	I0728 22:16:01.496253   45576 ssh_runner.go:195] Run: systemctl --version
	I0728 22:16:01.506269   45576 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" cilium-20220728220624-27744
	I0728 22:16:01.752309   45576 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:55885 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\cilium-20220728220624-27744\id_rsa Username:docker}
	I0728 22:16:01.768330   45576 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:55885 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\cilium-20220728220624-27744\id_rsa Username:docker}
	I0728 22:16:01.857305   45576 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
	I0728 22:16:01.883307   45576 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (233 bytes)
	I0728 22:16:01.950310   45576 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0728 22:16:02.134004   45576 ssh_runner.go:195] Run: sudo systemctl restart cri-docker
	I0728 22:16:02.333957   45576 ssh_runner.go:195] Run: sudo systemctl cat docker.service
	I0728 22:16:02.360968   45576 cruntime.go:273] skipping containerd shutdown because we are bound to it
	I0728 22:16:02.371957   45576 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I0728 22:16:02.403962   45576 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/cri-dockerd.sock
	image-endpoint: unix:///var/run/cri-dockerd.sock
	" | sudo tee /etc/crictl.yaml"
	I0728 22:16:02.452316   45576 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
	I0728 22:16:02.629057   45576 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
	I0728 22:16:02.801447   45576 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0728 22:16:02.982664   45576 ssh_runner.go:195] Run: sudo systemctl restart docker
	I0728 22:16:05.675666   45576 ssh_runner.go:235] Completed: sudo systemctl restart docker: (2.6928712s)
	I0728 22:16:05.685767   45576 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
	I0728 22:16:05.864017   45576 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0728 22:16:06.047941   45576 ssh_runner.go:195] Run: sudo systemctl start cri-docker.socket
	I0728 22:16:06.090384   45576 start.go:450] Will wait 60s for socket path /var/run/cri-dockerd.sock
	I0728 22:16:06.101432   45576 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
	I0728 22:16:06.115630   45576 start.go:471] Will wait 60s for crictl version
	I0728 22:16:06.126475   45576 ssh_runner.go:195] Run: sudo crictl version
	I0728 22:16:06.205489   45576 start.go:480] Version:  0.1.0
	RuntimeName:  docker
	RuntimeVersion:  20.10.17
	RuntimeApiVersion:  1.41.0
	I0728 22:16:06.212367   45576 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
	I0728 22:16:06.297361   45576 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
	I0728 22:16:06.379389   45576 out.go:204] * Preparing Kubernetes v1.24.3 on Docker 20.10.17 ...
	I0728 22:16:06.387376   45576 cli_runner.go:164] Run: docker exec -t cilium-20220728220624-27744 dig +short host.docker.internal
	I0728 22:16:06.889819   45576 network.go:96] got host ip for mount in container by digging dns: 192.168.65.2
	I0728 22:16:06.906267   45576 ssh_runner.go:195] Run: grep 192.168.65.2	host.minikube.internal$ /etc/hosts
	I0728 22:16:06.916258   45576 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.65.2	host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0728 22:16:06.950261   45576 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" cilium-20220728220624-27744
	I0728 22:16:07.201386   45576 preload.go:132] Checking if preload exists for k8s version v1.24.3 and runtime docker
	I0728 22:16:07.208348   45576 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
	I0728 22:16:07.283528   45576 docker.go:611] Got preloaded images: -- stdout --
	k8s.gcr.io/kube-apiserver:v1.24.3
	k8s.gcr.io/kube-controller-manager:v1.24.3
	k8s.gcr.io/kube-proxy:v1.24.3
	k8s.gcr.io/kube-scheduler:v1.24.3
	k8s.gcr.io/etcd:3.5.3-0
	k8s.gcr.io/pause:3.7
	k8s.gcr.io/coredns/coredns:v1.8.6
	gcr.io/k8s-minikube/storage-provisioner:v5
	
	-- /stdout --
	I0728 22:16:07.283563   45576 docker.go:542] Images already preloaded, skipping extraction
	I0728 22:16:07.291909   45576 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
	I0728 22:16:07.361572   45576 docker.go:611] Got preloaded images: -- stdout --
	k8s.gcr.io/kube-apiserver:v1.24.3
	k8s.gcr.io/kube-scheduler:v1.24.3
	k8s.gcr.io/kube-controller-manager:v1.24.3
	k8s.gcr.io/kube-proxy:v1.24.3
	k8s.gcr.io/etcd:3.5.3-0
	k8s.gcr.io/pause:3.7
	k8s.gcr.io/coredns/coredns:v1.8.6
	gcr.io/k8s-minikube/storage-provisioner:v5
	
	-- /stdout --
	I0728 22:16:07.361572   45576 cache_images.go:84] Images are preloaded, skipping loading
	I0728 22:16:07.368572   45576 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
	I0728 22:16:07.553712   45576 cni.go:95] Creating CNI manager for "cilium"
	I0728 22:16:07.553712   45576 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
	I0728 22:16:07.553712   45576 kubeadm.go:158] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:172.17.0.2 APIServerPort:8443 KubernetesVersion:v1.24.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:cilium-20220728220624-27744 NodeName:cilium-20220728220624-27744 DNSDomain:cluster.local CRISocket:/var/run/cri-dockerd.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "172.17.0.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NoTaintMaster:true NodeIP:172.17.0.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minik
ube/certs/ca.crt StaticPodPath:/etc/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[]}
	I0728 22:16:07.554328   45576 kubeadm.go:162] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: InitConfiguration
	localAPIEndpoint:
	  advertiseAddress: 172.17.0.2
	  bindPort: 8443
	bootstrapTokens:
	  - groups:
	      - system:bootstrappers:kubeadm:default-node-token
	    ttl: 24h0m0s
	    usages:
	      - signing
	      - authentication
	nodeRegistration:
	  criSocket: /var/run/cri-dockerd.sock
	  name: "cilium-20220728220624-27744"
	  kubeletExtraArgs:
	    node-ip: 172.17.0.2
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "172.17.0.2"]
	  extraArgs:
	    enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	controllerManager:
	  extraArgs:
	    allocate-node-cidrs: "true"
	    leader-elect: "false"
	scheduler:
	  extraArgs:
	    leader-elect: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      proxy-refresh-interval: "70000"
	kubernetesVersion: v1.24.3
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0728 22:16:07.554328   45576 kubeadm.go:961] kubelet [Unit]
	Wants=docker.socket
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.24.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --container-runtime=remote --container-runtime-endpoint=/var/run/cri-dockerd.sock --hostname-override=cilium-20220728220624-27744 --image-service-endpoint=/var/run/cri-dockerd.sock --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=172.17.0.2 --runtime-request-timeout=15m
	
	[Install]
	 config:
	{KubernetesVersion:v1.24.3 ClusterName:cilium-20220728220624-27744 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:cilium NodeIP: NodePort:8443 NodeName:}
	I0728 22:16:07.566636   45576 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.24.3
	I0728 22:16:07.590314   45576 binaries.go:44] Found k8s binaries, skipping transfer
	I0728 22:16:07.606331   45576 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0728 22:16:07.628295   45576 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (487 bytes)
	I0728 22:16:07.666106   45576 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0728 22:16:07.706450   45576 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2044 bytes)
	I0728 22:16:07.753221   45576 ssh_runner.go:195] Run: grep 172.17.0.2	control-plane.minikube.internal$ /etc/hosts
	I0728 22:16:07.764109   45576 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "172.17.0.2	control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0728 22:16:07.791872   45576 certs.go:54] Setting up C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744 for IP: 172.17.0.2
	I0728 22:16:07.792343   45576 certs.go:182] skipping minikubeCA CA generation: C:\Users\jenkins.minikube3\minikube-integration\.minikube\ca.key
	I0728 22:16:07.792343   45576 certs.go:182] skipping proxyClientCA CA generation: C:\Users\jenkins.minikube3\minikube-integration\.minikube\proxy-client-ca.key
	I0728 22:16:07.793204   45576 certs.go:302] generating minikube-user signed cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\client.key
	I0728 22:16:07.793204   45576 crypto.go:68] Generating cert C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\client.crt with IP's: []
	I0728 22:16:07.920825   45576 crypto.go:156] Writing cert to C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\client.crt ...
	I0728 22:16:07.920825   45576 lock.go:35] WriteFile acquiring C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\client.crt: {Name:mk2bfb508367e4fd535ff3f61b7dec5dcb76fa96 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0728 22:16:07.922823   45576 crypto.go:164] Writing key to C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\client.key ...
	I0728 22:16:07.922823   45576 lock.go:35] WriteFile acquiring C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\client.key: {Name:mk64f52f0f8f8a1d5339c90dd5298a5cf00e458c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0728 22:16:07.923821   45576 certs.go:302] generating minikube signed cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\apiserver.key.7b749c5f
	I0728 22:16:07.923821   45576 crypto.go:68] Generating cert C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\apiserver.crt.7b749c5f with IP's: [172.17.0.2 10.96.0.1 127.0.0.1 10.0.0.1]
	I0728 22:16:08.154494   45576 crypto.go:156] Writing cert to C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\apiserver.crt.7b749c5f ...
	I0728 22:16:08.154494   45576 lock.go:35] WriteFile acquiring C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\apiserver.crt.7b749c5f: {Name:mk61be9c9f2e9cd1f6dbe89438daebaea3bc1d19 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0728 22:16:08.155471   45576 crypto.go:164] Writing key to C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\apiserver.key.7b749c5f ...
	I0728 22:16:08.156475   45576 lock.go:35] WriteFile acquiring C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\apiserver.key.7b749c5f: {Name:mk9f5896d356538718e0189d96ffa34c50baca5c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0728 22:16:08.156620   45576 certs.go:320] copying C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\apiserver.crt.7b749c5f -> C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\apiserver.crt
	I0728 22:16:08.164919   45576 certs.go:324] copying C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\apiserver.key.7b749c5f -> C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\apiserver.key
	I0728 22:16:08.165913   45576 certs.go:302] generating aggregator signed cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\proxy-client.key
	I0728 22:16:08.166221   45576 crypto.go:68] Generating cert C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\proxy-client.crt with IP's: []
	I0728 22:16:08.316366   45576 crypto.go:156] Writing cert to C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\proxy-client.crt ...
	I0728 22:16:08.316366   45576 lock.go:35] WriteFile acquiring C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\proxy-client.crt: {Name:mk2825ded63397cb319ffd9f095ab692098f51e7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0728 22:16:08.317341   45576 crypto.go:164] Writing key to C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\proxy-client.key ...
	I0728 22:16:08.317341   45576 lock.go:35] WriteFile acquiring C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\proxy-client.key: {Name:mk4c91ec8dd5cc3cedb3e1be5a36aa1408acbb0a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0728 22:16:08.327313   45576 certs.go:388] found cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\27744.pem (1338 bytes)
	W0728 22:16:08.327824   45576 certs.go:384] ignoring C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\27744_empty.pem, impossibly tiny 0 bytes
	I0728 22:16:08.327824   45576 certs.go:388] found cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca-key.pem (1679 bytes)
	I0728 22:16:08.328259   45576 certs.go:388] found cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca.pem (1078 bytes)
	I0728 22:16:08.328514   45576 certs.go:388] found cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\cert.pem (1123 bytes)
	I0728 22:16:08.328766   45576 certs.go:388] found cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\key.pem (1679 bytes)
	I0728 22:16:08.328982   45576 certs.go:388] found cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\files\etc\ssl\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\files\etc\ssl\certs\277442.pem (1708 bytes)
	I0728 22:16:08.330498   45576 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
	I0728 22:16:08.392607   45576 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0728 22:16:08.443127   45576 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0728 22:16:08.500045   45576 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\cilium-20220728220624-27744\proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0728 22:16:08.549462   45576 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0728 22:16:08.606213   45576 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0728 22:16:08.649281   45576 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0728 22:16:08.700944   45576 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0728 22:16:08.762025   45576 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\27744.pem --> /usr/share/ca-certificates/27744.pem (1338 bytes)
	I0728 22:16:08.817274   45576 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\files\etc\ssl\certs\277442.pem --> /usr/share/ca-certificates/277442.pem (1708 bytes)
	I0728 22:16:08.871761   45576 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0728 22:16:08.931516   45576 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0728 22:16:08.987796   45576 ssh_runner.go:195] Run: openssl version
	I0728 22:16:09.014773   45576 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/27744.pem && ln -fs /usr/share/ca-certificates/27744.pem /etc/ssl/certs/27744.pem"
	I0728 22:16:09.047894   45576 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/27744.pem
	I0728 22:16:09.057897   45576 certs.go:431] hashing: -rw-r--r-- 1 root root 1338 Jul 28 20:37 /usr/share/ca-certificates/27744.pem
	I0728 22:16:09.066895   45576 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/27744.pem
	I0728 22:16:09.094909   45576 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/51391683.0 || ln -fs /etc/ssl/certs/27744.pem /etc/ssl/certs/51391683.0"
	I0728 22:16:09.126828   45576 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/277442.pem && ln -fs /usr/share/ca-certificates/277442.pem /etc/ssl/certs/277442.pem"
	I0728 22:16:09.159467   45576 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/277442.pem
	I0728 22:16:09.169464   45576 certs.go:431] hashing: -rw-r--r-- 1 root root 1708 Jul 28 20:37 /usr/share/ca-certificates/277442.pem
	I0728 22:16:09.178457   45576 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/277442.pem
	I0728 22:16:09.203450   45576 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/3ec20f2e.0 || ln -fs /etc/ssl/certs/277442.pem /etc/ssl/certs/3ec20f2e.0"
	I0728 22:16:09.239463   45576 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
	I0728 22:16:09.273462   45576 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0728 22:16:09.283458   45576 certs.go:431] hashing: -rw-r--r-- 1 root root 1111 Jul 28 20:28 /usr/share/ca-certificates/minikubeCA.pem
	I0728 22:16:09.293461   45576 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0728 22:16:09.323134   45576 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
	I0728 22:16:09.355101   45576 kubeadm.go:395] StartCluster: {Name:cilium-20220728220624-27744 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 Memory:2048 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.24.3 ClusterName:cilium-20220728220624-27744 Namespace:default APIServerName:miniku
beCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:cilium NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:172.17.0.2 Port:8443 KubernetesVersion:v1.24.3 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] 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:5m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube3:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMi
rror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath:}
	I0728 22:16:09.362093   45576 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
	I0728 22:16:09.471060   45576 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0728 22:16:09.511064   45576 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0728 22:16:09.533073   45576 kubeadm.go:221] ignoring SystemVerification for kubeadm because of docker driver
	I0728 22:16:09.549094   45576 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
	I0728 22:16:09.575098   45576 kubeadm.go:152] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
	I0728 22:16:09.575098   45576 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.24.3:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0728 22:16:41.995841   45576 out.go:204]   - Generating certificates and keys ...
	I0728 22:16:42.006838   45576 out.go:204]   - Booting up control plane ...
	I0728 22:16:42.010824   45576 out.go:204]   - Configuring RBAC rules ...
	I0728 22:16:42.016809   45576 cni.go:95] Creating CNI manager for "cilium"
	I0728 22:16:42.020826   45576 out.go:177] * Configuring Cilium (Container Networking Interface) ...
	I0728 22:16:42.039956   45576 ssh_runner.go:195] Run: sudo /bin/bash -c "grep 'bpffs /sys/fs/bpf' /proc/mounts || sudo mount bpffs -t bpf /sys/fs/bpf"
	I0728 22:16:42.174884   45576 cilium.go:816] Using pod CIDR: 10.244.0.0/16
	I0728 22:16:42.174884   45576 cilium.go:827] cilium options: {PodSubnet:10.244.0.0/16}
	I0728 22:16:42.175873   45576 cilium.go:831] cilium config:
	---
	# Source: cilium/templates/cilium-agent-serviceaccount.yaml
	apiVersion: v1
	kind: ServiceAccount
	metadata:
	  name: cilium
	  namespace: kube-system
	---
	# Source: cilium/templates/cilium-operator-serviceaccount.yaml
	apiVersion: v1
	kind: ServiceAccount
	metadata:
	  name: cilium-operator
	  namespace: kube-system
	---
	# Source: cilium/templates/cilium-configmap.yaml
	apiVersion: v1
	kind: ConfigMap
	metadata:
	  name: cilium-config
	  namespace: kube-system
	data:
	
	  # Identity allocation mode selects how identities are shared between cilium
	  # nodes by setting how they are stored. The options are "crd" or "kvstore".
	  # - "crd" stores identities in kubernetes as CRDs (custom resource definition).
	  #   These can be queried with:
	  #     kubectl get ciliumid
	  # - "kvstore" stores identities in a kvstore, etcd or consul, that is
	  #   configured below. Cilium versions before 1.6 supported only the kvstore
	  #   backend. Upgrades from these older cilium versions should continue using
	  #   the kvstore by commenting out the identity-allocation-mode below, or
	  #   setting it to "kvstore".
	  identity-allocation-mode: crd
	  cilium-endpoint-gc-interval: "5m0s"
	
	  # If you want to run cilium in debug mode change this value to true
	  debug: "false"
	  # The agent can be put into the following three policy enforcement modes
	  # default, always and never.
	  # https://docs.cilium.io/en/latest/policy/intro/#policy-enforcement-modes
	  enable-policy: "default"
	
	  # Enable IPv4 addressing. If enabled, all endpoints are allocated an IPv4
	  # address.
	  enable-ipv4: "true"
	
	  # Enable IPv6 addressing. If enabled, all endpoints are allocated an IPv6
	  # address.
	  enable-ipv6: "false"
	  # Users who wish to specify their own custom CNI configuration file must set
	  # custom-cni-conf to "true", otherwise Cilium may overwrite the configuration.
	  custom-cni-conf: "false"
	  enable-bpf-clock-probe: "true"
	  # If you want cilium monitor to aggregate tracing for packets, set this level
	  # to "low", "medium", or "maximum". The higher the level, the less packets
	  # that will be seen in monitor output.
	  monitor-aggregation: medium
	
	  # The monitor aggregation interval governs the typical time between monitor
	  # notification events for each allowed connection.
	  #
	  # Only effective when monitor aggregation is set to "medium" or higher.
	  monitor-aggregation-interval: 5s
	
	  # The monitor aggregation flags determine which TCP flags which, upon the
	  # first observation, cause monitor notifications to be generated.
	  #
	  # Only effective when monitor aggregation is set to "medium" or higher.
	  monitor-aggregation-flags: all
	  # Specifies the ratio (0.0-1.0) of total system memory to use for dynamic
	  # sizing of the TCP CT, non-TCP CT, NAT and policy BPF maps.
	  bpf-map-dynamic-size-ratio: "0.0025"
	  # bpf-policy-map-max specifies the maximum number of entries in endpoint
	  # policy map (per endpoint)
	  bpf-policy-map-max: "16384"
	  # bpf-lb-map-max specifies the maximum number of entries in bpf lb service,
	  # backend and affinity maps.
	  bpf-lb-map-max: "65536"
	  # Pre-allocation of map entries allows per-packet latency to be reduced, at
	  # the expense of up-front memory allocation for the entries in the maps. The
	  # default value below will minimize memory usage in the default installation;
	  # users who are sensitive to latency may consider setting this to "true".
	  #
	  # This option was introduced in Cilium 1.4. Cilium 1.3 and earlier ignore
	  # this option and behave as though it is set to "true".
	  #
	  # If this value is modified, then during the next Cilium startup the restore
	  # of existing endpoints and tracking of ongoing connections may be disrupted.
	  # As a result, reply packets may be dropped and the load-balancing decisions
	  # for established connections may change.
	  #
	  # If this option is set to "false" during an upgrade from 1.3 or earlier to
	  # 1.4 or later, then it may cause one-time disruptions during the upgrade.
	  preallocate-bpf-maps: "false"
	
	  # Regular expression matching compatible Istio sidecar istio-proxy
	  # container image names
	  sidecar-istio-proxy-image: "cilium/istio_proxy"
	
	  # Name of the cluster. Only relevant when building a mesh of clusters.
	  cluster-name: default
	  # Unique ID of the cluster. Must be unique across all conneted clusters and
	  # in the range of 1 and 255. Only relevant when building a mesh of clusters.
	  cluster-id: ""
	
	  # Encapsulation mode for communication between nodes
	  # Possible values:
	  #   - disabled
	  #   - vxlan (default)
	  #   - geneve
	  tunnel: vxlan
	  # Enables L7 proxy for L7 policy enforcement and visibility
	  enable-l7-proxy: "true"
	
	  # wait-bpf-mount makes init container wait until bpf filesystem is mounted
	  wait-bpf-mount: "false"
	
	  masquerade: "true"
	  enable-bpf-masquerade: "true"
	
	  enable-xt-socket-fallback: "true"
	  install-iptables-rules: "true"
	
	  auto-direct-node-routes: "false"
	  enable-bandwidth-manager: "false"
	  enable-local-redirect-policy: "false"
	  kube-proxy-replacement:  "probe"
	  kube-proxy-replacement-healthz-bind-address: ""
	  enable-health-check-nodeport: "true"
	  node-port-bind-protection: "true"
	  enable-auto-protect-node-port-range: "true"
	  enable-session-affinity: "true"
	  k8s-require-ipv4-pod-cidr: "true"
	  k8s-require-ipv6-pod-cidr: "false"
	  enable-endpoint-health-checking: "true"
	  enable-health-checking: "true"
	  enable-well-known-identities: "false"
	  enable-remote-node-identity: "true"
	  operator-api-serve-addr: "127.0.0.1:9234"
	  # Enable Hubble gRPC service.
	  enable-hubble: "true"
	  # UNIX domain socket for Hubble server to listen to.
	  hubble-socket-path:  "/var/run/cilium/hubble.sock"
	  # An additional address for Hubble server to listen to (e.g. ":4244").
	  hubble-listen-address: ":4244"
	  hubble-disable-tls: "false"
	  hubble-tls-cert-file: /var/lib/cilium/tls/hubble/server.crt
	  hubble-tls-key-file: /var/lib/cilium/tls/hubble/server.key
	  hubble-tls-client-ca-files: /var/lib/cilium/tls/hubble/client-ca.crt
	  ipam: "cluster-pool"
	  cluster-pool-ipv4-cidr: "10.244.0.0/16"
	  cluster-pool-ipv4-mask-size: "24"
	  disable-cnp-status-updates: "true"
	  cgroup-root: "/run/cilium/cgroupv2"
	---
	# Source: cilium/templates/cilium-agent-clusterrole.yaml
	apiVersion: rbac.authorization.k8s.io/v1
	kind: ClusterRole
	metadata:
	  name: cilium
	rules:
	- apiGroups:
	  - networking.k8s.io
	  resources:
	  - networkpolicies
	  verbs:
	  - get
	  - list
	  - watch
	- apiGroups:
	  - discovery.k8s.io
	  resources:
	  - endpointslices
	  verbs:
	  - get
	  - list
	  - watch
	- apiGroups:
	  - ""
	  resources:
	  - namespaces
	  - services
	  - nodes
	  - endpoints
	  verbs:
	  - get
	  - list
	  - watch
	- apiGroups:
	  - ""
	  resources:
	  - pods
	  - pods/finalizers
	  verbs:
	  - get
	  - list
	  - watch
	  - update
	  - delete
	- apiGroups:
	  - ""
	  resources:
	  - nodes
	  verbs:
	  - get
	  - list
	  - watch
	  - update
	- apiGroups:
	  - ""
	  resources:
	  - nodes
	  - nodes/status
	  verbs:
	  - patch
	- apiGroups:
	  - apiextensions.k8s.io
	  resources:
	  - customresourcedefinitions
	  verbs:
	  # Deprecated for removal in v1.10
	  - create
	  - list
	  - watch
	  - update
	
	  # This is used when validating policies in preflight. This will need to stay
	  # until we figure out how to avoid "get" inside the preflight, and then
	  # should be removed ideally.
	  - get
	- apiGroups:
	  - cilium.io
	  resources:
	  - ciliumnetworkpolicies
	  - ciliumnetworkpolicies/status
	  - ciliumnetworkpolicies/finalizers
	  - ciliumclusterwidenetworkpolicies
	  - ciliumclusterwidenetworkpolicies/status
	  - ciliumclusterwidenetworkpolicies/finalizers
	  - ciliumendpoints
	  - ciliumendpoints/status
	  - ciliumendpoints/finalizers
	  - ciliumnodes
	  - ciliumnodes/status
	  - ciliumnodes/finalizers
	  - ciliumidentities
	  - ciliumidentities/finalizers
	  - ciliumlocalredirectpolicies
	  - ciliumlocalredirectpolicies/status
	  - ciliumlocalredirectpolicies/finalizers
	  verbs:
	  - '*'
	---
	# Source: cilium/templates/cilium-operator-clusterrole.yaml
	apiVersion: rbac.authorization.k8s.io/v1
	kind: ClusterRole
	metadata:
	  name: cilium-operator
	rules:
	- apiGroups:
	  - ""
	  resources:
	  # to automatically delete [core|kube]dns pods so that are starting to being
	  # managed by Cilium
	  - pods
	  verbs:
	  - get
	  - list
	  - watch
	  - delete
	- apiGroups:
	  - discovery.k8s.io
	  resources:
	  - endpointslices
	  verbs:
	  - get
	  - list
	  - watch
	- apiGroups:
	  - ""
	  resources:
	  # to perform the translation of a CNP that contains 'ToGroup' to its endpoints
	  - services
	  - endpoints
	  # to check apiserver connectivity
	  - namespaces
	  verbs:
	  - get
	  - list
	  - watch
	- apiGroups:
	  - cilium.io
	  resources:
	  - ciliumnetworkpolicies
	  - ciliumnetworkpolicies/status
	  - ciliumnetworkpolicies/finalizers
	  - ciliumclusterwidenetworkpolicies
	  - ciliumclusterwidenetworkpolicies/status
	  - ciliumclusterwidenetworkpolicies/finalizers
	  - ciliumendpoints
	  - ciliumendpoints/status
	  - ciliumendpoints/finalizers
	  - ciliumnodes
	  - ciliumnodes/status
	  - ciliumnodes/finalizers
	  - ciliumidentities
	  - ciliumidentities/status
	  - ciliumidentities/finalizers
	  - ciliumlocalredirectpolicies
	  - ciliumlocalredirectpolicies/status
	  - ciliumlocalredirectpolicies/finalizers
	  verbs:
	  - '*'
	- apiGroups:
	  - apiextensions.k8s.io
	  resources:
	  - customresourcedefinitions
	  verbs:
	  - create
	  - get
	  - list
	  - update
	  - watch
	# For cilium-operator running in HA mode.
	#
	# Cilium operator running in HA mode requires the use of ResourceLock for Leader Election
	# between multiple running instances.
	# The preferred way of doing this is to use LeasesResourceLock as edits to Leases are less
	# common and fewer objects in the cluster watch "all Leases".
	# The support for leases was introduced in coordination.k8s.io/v1 during Kubernetes 1.14 release.
	# In Cilium we currently don't support HA mode for K8s version < 1.14. This condition make sure
	# that we only authorize access to leases resources in supported K8s versions.
	- apiGroups:
	  - coordination.k8s.io
	  resources:
	  - leases
	  verbs:
	  - create
	  - get
	  - update
	---
	# Source: cilium/templates/cilium-agent-clusterrolebinding.yaml
	apiVersion: rbac.authorization.k8s.io/v1
	kind: ClusterRoleBinding
	metadata:
	  name: cilium
	roleRef:
	  apiGroup: rbac.authorization.k8s.io
	  kind: ClusterRole
	  name: cilium
	subjects:
	- kind: ServiceAccount
	  name: cilium
	  namespace: kube-system
	---
	# Source: cilium/templates/cilium-operator-clusterrolebinding.yaml
	apiVersion: rbac.authorization.k8s.io/v1
	kind: ClusterRoleBinding
	metadata:
	  name: cilium-operator
	roleRef:
	  apiGroup: rbac.authorization.k8s.io
	  kind: ClusterRole
	  name: cilium-operator
	subjects:
	- kind: ServiceAccount
	  name: cilium-operator
	  namespace: kube-system
	---
	# Source: cilium/templates/cilium-agent-daemonset.yaml
	apiVersion: apps/v1
	kind: DaemonSet
	metadata:
	  labels:
	    k8s-app: cilium
	  name: cilium
	  namespace: kube-system
	spec:
	  selector:
	    matchLabels:
	      k8s-app: cilium
	  updateStrategy:
	    rollingUpdate:
	      maxUnavailable: 2
	    type: RollingUpdate
	  template:
	    metadata:
	      annotations:
	        # This annotation plus the CriticalAddonsOnly toleration makes
	        # cilium to be a critical pod in the cluster, which ensures cilium
	        # gets priority scheduling.
	        # https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/
	        scheduler.alpha.kubernetes.io/critical-pod: ""
	      labels:
	        k8s-app: cilium
	    spec:
	      affinity:
	        podAntiAffinity:
	          requiredDuringSchedulingIgnoredDuringExecution:
	          - labelSelector:
	              matchExpressions:
	              - key: k8s-app
	                operator: In
	                values:
	                - cilium
	            topologyKey: kubernetes.io/hostname
	      containers:
	      - args:
	        - --config-dir=/tmp/cilium/config-map
	        command:
	        - cilium-agent
	        livenessProbe:
	          httpGet:
	            host: '127.0.0.1'
	            path: /healthz
	            port: 9876
	            scheme: HTTP
	            httpHeaders:
	            - name: "brief"
	              value: "true"
	          failureThreshold: 10
	          # The initial delay for the liveness probe is intentionally large to
	          # avoid an endless kill & restart cycle if in the event that the initial
	          # bootstrapping takes longer than expected.
	          initialDelaySeconds: 120
	          periodSeconds: 30
	          successThreshold: 1
	          timeoutSeconds: 5
	        readinessProbe:
	          httpGet:
	            host: '127.0.0.1'
	            path: /healthz
	            port: 9876
	            scheme: HTTP
	            httpHeaders:
	            - name: "brief"
	              value: "true"
	          failureThreshold: 3
	          initialDelaySeconds: 5
	          periodSeconds: 30
	          successThreshold: 1
	          timeoutSeconds: 5
	        env:
	        - name: K8S_NODE_NAME
	          valueFrom:
	            fieldRef:
	              apiVersion: v1
	              fieldPath: spec.nodeName
	        - name: CILIUM_K8S_NAMESPACE
	          valueFrom:
	            fieldRef:
	              apiVersion: v1
	              fieldPath: metadata.namespace
	        - name: CILIUM_FLANNEL_MASTER_DEVICE
	          valueFrom:
	            configMapKeyRef:
	              key: flannel-master-device
	              name: cilium-config
	              optional: true
	        - name: CILIUM_FLANNEL_UNINSTALL_ON_EXIT
	          valueFrom:
	            configMapKeyRef:
	              key: flannel-uninstall-on-exit
	              name: cilium-config
	              optional: true
	        - name: CILIUM_CLUSTERMESH_CONFIG
	          value: /var/lib/cilium/clustermesh/
	        - name: CILIUM_CNI_CHAINING_MODE
	          valueFrom:
	            configMapKeyRef:
	              key: cni-chaining-mode
	              name: cilium-config
	              optional: true
	        - name: CILIUM_CUSTOM_CNI_CONF
	          valueFrom:
	            configMapKeyRef:
	              key: custom-cni-conf
	              name: cilium-config
	              optional: true
	        image: "quay.io/cilium/cilium:v1.9.9@sha256:a85d5cff13f8231c2e267d9fc3c6e43d24be4a75dac9f641c11ec46e7f17624d"
	        imagePullPolicy: IfNotPresent
	        lifecycle:
	          postStart:
	            exec:
	              command:
	              - "/cni-install.sh"
	              - "--enable-debug=false"
	          preStop:
	            exec:
	              command:
	              - /cni-uninstall.sh
	        name: cilium-agent
	        securityContext:
	          capabilities:
	            add:
	            - NET_ADMIN
	            - SYS_MODULE
	          privileged: true
	        volumeMounts:
	        - mountPath: /sys/fs/bpf
	          name: bpf-maps
	        - mountPath: /var/run/cilium
	          name: cilium-run
	        - mountPath: /host/opt/cni/bin
	          name: cni-path
	        - mountPath: /host/etc/cni/net.d
	          name: etc-cni-netd
	        - mountPath: /var/lib/cilium/clustermesh
	          name: clustermesh-secrets
	          readOnly: true
	        - mountPath: /tmp/cilium/config-map
	          name: cilium-config-path
	          readOnly: true
	          # Needed to be able to load kernel modules
	        - mountPath: /lib/modules
	          name: lib-modules
	          readOnly: true
	        - mountPath: /run/xtables.lock
	          name: xtables-lock
	        - mountPath: /var/lib/cilium/tls/hubble
	          name: hubble-tls
	          readOnly: true
	      hostNetwork: true
	      initContainers:
	      # Required to mount cgroup2 filesystem on the underlying Kubernetes node.
	      # We use nsenter command with host's cgroup and mount namespaces enabled.
	      - name: mount-cgroup
	        env:
	          - name: CGROUP_ROOT
	            value: /run/cilium/cgroupv2
	          - name: BIN_PATH
	            value: /opt/cni/bin
	        command:
	          - sh
	          - -c
	          # The statically linked Go program binary is invoked to avoid any
	          # dependency on utilities like sh and mount that can be missing on certain
	          # distros installed on the underlying host. Copy the binary to the
	          # same directory where we install cilium cni plugin so that exec permissions
	          # are available.
	          - 'cp /usr/bin/cilium-mount /hostbin/cilium-mount && nsenter --cgroup=/hostproc/1/ns/cgroup --mount=/hostproc/1/ns/mnt "${BIN_PATH}/cilium-mount" $CGROUP_ROOT; rm /hostbin/cilium-mount'
	        image: "quay.io/cilium/cilium:v1.9.9@sha256:a85d5cff13f8231c2e267d9fc3c6e43d24be4a75dac9f641c11ec46e7f17624d"
	        imagePullPolicy: IfNotPresent
	        volumeMounts:
	          - mountPath: /hostproc
	            name: hostproc
	          - mountPath: /hostbin
	            name: cni-path
	        securityContext:
	          privileged: true
	      - command:
	        - /init-container.sh
	        env:
	        - name: CILIUM_ALL_STATE
	          valueFrom:
	            configMapKeyRef:
	              key: clean-cilium-state
	              name: cilium-config
	              optional: true
	        - name: CILIUM_BPF_STATE
	          valueFrom:
	            configMapKeyRef:
	              key: clean-cilium-bpf-state
	              name: cilium-config
	              optional: true
	        - name: CILIUM_WAIT_BPF_MOUNT
	          valueFrom:
	            configMapKeyRef:
	              key: wait-bpf-mount
	              name: cilium-config
	              optional: true
	        image: "quay.io/cilium/cilium:v1.9.9@sha256:a85d5cff13f8231c2e267d9fc3c6e43d24be4a75dac9f641c11ec46e7f17624d"
	        imagePullPolicy: IfNotPresent
	        name: clean-cilium-state
	        securityContext:
	          capabilities:
	            add:
	            - NET_ADMIN
	          privileged: true
	        volumeMounts:
	        - mountPath: /sys/fs/bpf
	          name: bpf-maps
	          mountPropagation: HostToContainer
	          # Required to mount cgroup filesystem from the host to cilium agent pod
	        - mountPath: /run/cilium/cgroupv2
	          name: cilium-cgroup
	          mountPropagation: HostToContainer
	        - mountPath: /var/run/cilium
	          name: cilium-run
	        resources:
	          requests:
	            cpu: 100m
	            memory: 100Mi
	      restartPolicy: Always
	      priorityClassName: system-node-critical
	      serviceAccount: cilium
	      serviceAccountName: cilium
	      terminationGracePeriodSeconds: 1
	      tolerations:
	      - operator: Exists
	      volumes:
	        # To keep state between restarts / upgrades
	      - hostPath:
	          path: /var/run/cilium
	          type: DirectoryOrCreate
	        name: cilium-run
	        # To keep state between restarts / upgrades for bpf maps
	      - hostPath:
	          path: /sys/fs/bpf
	          type: DirectoryOrCreate
	        name: bpf-maps
	      # To mount cgroup2 filesystem on the host
	      - hostPath:
	          path: /proc
	          type: Directory
	        name: hostproc
	      # To keep state between restarts / upgrades for cgroup2 filesystem
	      - hostPath:
	          path: /run/cilium/cgroupv2
	          type: DirectoryOrCreate
	        name: cilium-cgroup
	      # To install cilium cni plugin in the host
	      - hostPath:
	          path:  /opt/cni/bin
	          type: DirectoryOrCreate
	        name: cni-path
	        # To install cilium cni configuration in the host
	      - hostPath:
	          path: /etc/cni/net.d
	          type: DirectoryOrCreate
	        name: etc-cni-netd
	        # To be able to load kernel modules
	      - hostPath:
	          path: /lib/modules
	        name: lib-modules
	        # To access iptables concurrently with other processes (e.g. kube-proxy)
	      - hostPath:
	          path: /run/xtables.lock
	          type: FileOrCreate
	        name: xtables-lock
	        # To read the clustermesh configuration
	      - name: clustermesh-secrets
	        secret:
	          defaultMode: 420
	          optional: true
	          secretName: cilium-clustermesh
	        # To read the configuration from the config map
	      - configMap:
	          name: cilium-config
	        name: cilium-config-path
	      - name: hubble-tls
	        projected:
	          sources:
	          - secret:
	              name: hubble-server-certs
	              items:
	                - key: tls.crt
	                  path: server.crt
	                - key: tls.key
	                  path: server.key
	              optional: true
	          - configMap:
	              name: hubble-ca-cert
	              items:
	                - key: ca.crt
	                  path: client-ca.crt
	              optional: true
	---
	# Source: cilium/templates/cilium-operator-deployment.yaml
	apiVersion: apps/v1
	kind: Deployment
	metadata:
	  labels:
	    io.cilium/app: operator
	    name: cilium-operator
	  name: cilium-operator
	  namespace: kube-system
	spec:
	  # We support HA mode only for Kubernetes version > 1.14
	  # See docs on ServerCapabilities.LeasesResourceLock in file pkg/k8s/version/version.go
	  # for more details.
	  replicas: 1
	  selector:
	    matchLabels:
	      io.cilium/app: operator
	      name: cilium-operator
	  strategy:
	    rollingUpdate:
	      maxSurge: 1
	      maxUnavailable: 1
	    type: RollingUpdate
	  template:
	    metadata:
	      annotations:
	      labels:
	        io.cilium/app: operator
	        name: cilium-operator
	    spec:
	      # In HA mode, cilium-operator pods must not be scheduled on the same
	      # node as they will clash with each other.
	      affinity:
	        podAntiAffinity:
	          requiredDuringSchedulingIgnoredDuringExecution:
	          - labelSelector:
	              matchExpressions:
	              - key: io.cilium/app
	                operator: In
	                values:
	                - operator
	            topologyKey: kubernetes.io/hostname
	      containers:
	      - args:
	        - --config-dir=/tmp/cilium/config-map
	        - --debug=$(CILIUM_DEBUG)
	        command:
	        - cilium-operator-generic
	        env:
	        - name: K8S_NODE_NAME
	          valueFrom:
	            fieldRef:
	              apiVersion: v1
	              fieldPath: spec.nodeName
	        - name: CILIUM_K8S_NAMESPACE
	          valueFrom:
	            fieldRef:
	              apiVersion: v1
	              fieldPath: metadata.namespace
	        - name: CILIUM_DEBUG
	          valueFrom:
	            configMapKeyRef:
	              key: debug
	              name: cilium-config
	              optional: true
	        image: "quay.io/cilium/operator-generic:v1.9.9@sha256:3726a965cd960295ca3c5e7f2b543c02096c0912c6652eb8bbb9ce54bcaa99d8"
	        imagePullPolicy: IfNotPresent
	        name: cilium-operator
	        livenessProbe:
	          httpGet:
	            host: '127.0.0.1'
	            path: /healthz
	            port: 9234
	            scheme: HTTP
	          initialDelaySeconds: 60
	          periodSeconds: 10
	          timeoutSeconds: 3
	        volumeMounts:
	        - mountPath: /tmp/cilium/config-map
	          name: cilium-config-path
	          readOnly: true
	      hostNetwork: true
	      restartPolicy: Always
	      priorityClassName: system-cluster-critical
	      serviceAccount: cilium-operator
	      serviceAccountName: cilium-operator
	      tolerations:
	      - operator: Exists
	      volumes:
	        # To read the configuration from the config map
	      - configMap:
	          name: cilium-config
	        name: cilium-config-path
	
	I0728 22:16:42.175873   45576 cni.go:189] applying CNI manifest using /var/lib/minikube/binaries/v1.24.3/kubectl ...
	I0728 22:16:42.175873   45576 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (23204 bytes)
	I0728 22:16:42.322297   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0728 22:16:45.677069   45576 ssh_runner.go:235] Completed: sudo /var/lib/minikube/binaries/v1.24.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml: (3.3547464s)
	I0728 22:16:45.677069   45576 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0728 22:16:45.695049   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl label nodes minikube.k8s.io/version=v1.26.0 minikube.k8s.io/commit=363f4186470802814a32480695fe2a353fd5f551 minikube.k8s.io/name=cilium-20220728220624-27744 minikube.k8s.io/updated_at=2022_07_28T22_16_45_0700 minikube.k8s.io/primary=true --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
	I0728 22:16:45.696048   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0728 22:16:45.700656   45576 ops.go:34] apiserver oom_adj: -16
	I0728 22:16:46.041646   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0728 22:16:47.370582   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0728 22:16:47.866951   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0728 22:16:48.370570   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0728 22:16:48.876540   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0728 22:16:49.380797   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0728 22:16:49.878989   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0728 22:16:50.360715   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0728 22:16:50.864753   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0728 22:16:51.367511   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0728 22:16:51.867599   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0728 22:16:52.369961   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0728 22:16:52.868016   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0728 22:16:53.369648   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0728 22:16:53.870922   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0728 22:16:54.369433   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0728 22:16:54.869483   45576 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.24.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0728 22:16:55.306727   45576 kubeadm.go:1045] duration metric: took 9.6295857s to wait for elevateKubeSystemPrivileges.
	I0728 22:16:55.306727   45576 kubeadm.go:397] StartCluster complete in 45.9512768s
	I0728 22:16:55.306727   45576 settings.go:142] acquiring lock: {Name:mke99fb8c09012609ce6804e7dfd4d68f5541df7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0728 22:16:55.306727   45576 settings.go:150] Updating kubeconfig:  C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	I0728 22:16:55.309730   45576 lock.go:35] WriteFile acquiring C:\Users\jenkins.minikube3\minikube-integration\kubeconfig: {Name:mk966a7640504e03827322930a51a762b5508893 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0728 22:16:56.215796   45576 kapi.go:244] deployment "coredns" in namespace "kube-system" and context "cilium-20220728220624-27744" rescaled to 1
	I0728 22:16:56.216804   45576 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.24.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0728 22:16:56.216804   45576 addons.go:412] enableAddons start: toEnable=map[], additional=[]
	I0728 22:16:56.216804   45576 start.go:211] Will wait 5m0s for node &{Name: IP:172.17.0.2 Port:8443 KubernetesVersion:v1.24.3 ContainerRuntime:docker ControlPlane:true Worker:true}
	I0728 22:16:56.216804   45576 addons.go:65] Setting storage-provisioner=true in profile "cilium-20220728220624-27744"
	I0728 22:16:56.219788   45576 out.go:177] * Verifying Kubernetes components...
	I0728 22:16:56.216804   45576 addons.go:65] Setting default-storageclass=true in profile "cilium-20220728220624-27744"
	I0728 22:16:56.216804   45576 addons.go:153] Setting addon storage-provisioner=true in "cilium-20220728220624-27744"
	I0728 22:16:56.216804   45576 config.go:178] Loaded profile config "cilium-20220728220624-27744": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.24.3
	I0728 22:16:56.219788   45576 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "cilium-20220728220624-27744"
	W0728 22:16:56.219788   45576 addons.go:162] addon storage-provisioner should already be in state true
	I0728 22:16:56.219788   45576 host.go:66] Checking if "cilium-20220728220624-27744" exists ...
	I0728 22:16:56.238815   45576 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0728 22:16:56.240787   45576 cli_runner.go:164] Run: docker container inspect cilium-20220728220624-27744 --format={{.State.Status}}
	I0728 22:16:56.246803   45576 cli_runner.go:164] Run: docker container inspect cilium-20220728220624-27744 --format={{.State.Status}}
	I0728 22:16:56.421197   45576 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" cilium-20220728220624-27744
	I0728 22:16:56.603302   45576 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0728 22:16:56.606292   45576 addons.go:345] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0728 22:16:56.606292   45576 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0728 22:16:56.623308   45576 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" cilium-20220728220624-27744
	I0728 22:16:56.629302   45576 addons.go:153] Setting addon default-storageclass=true in "cilium-20220728220624-27744"
	W0728 22:16:56.629302   45576 addons.go:162] addon default-storageclass should already be in state true
	I0728 22:16:56.629302   45576 host.go:66] Checking if "cilium-20220728220624-27744" exists ...
	I0728 22:16:56.654286   45576 cli_runner.go:164] Run: docker container inspect cilium-20220728220624-27744 --format={{.State.Status}}
	I0728 22:16:56.785227   45576 node_ready.go:35] waiting up to 5m0s for node "cilium-20220728220624-27744" to be "Ready" ...
	I0728 22:16:56.804052   45576 node_ready.go:49] node "cilium-20220728220624-27744" has status "Ready":"True"
	I0728 22:16:56.804052   45576 node_ready.go:38] duration metric: took 18.8245ms waiting for node "cilium-20220728220624-27744" to be "Ready" ...
	I0728 22:16:56.804052   45576 pod_ready.go:35] extra waiting up to 5m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0728 22:16:56.903058   45576 pod_ready.go:78] waiting up to 5m0s for pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace to be "Ready" ...
	I0728 22:16:56.976067   45576 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:55885 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\cilium-20220728220624-27744\id_rsa Username:docker}
	I0728 22:16:56.976067   45576 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.24.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.65.2 host.minikube.internal\n           fallthrough\n        }' | sudo /var/lib/minikube/binaries/v1.24.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0728 22:16:57.011046   45576 addons.go:345] installing /etc/kubernetes/addons/storageclass.yaml
	I0728 22:16:57.011046   45576 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0728 22:16:57.026041   45576 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" cilium-20220728220624-27744
	I0728 22:16:57.435774   45576 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:55885 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\cilium-20220728220624-27744\id_rsa Username:docker}
	I0728 22:16:57.697392   45576 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0728 22:16:57.839375   45576 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0728 22:16:58.384964   45576 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.24.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.65.2 host.minikube.internal\n           fallthrough\n        }' | sudo /var/lib/minikube/binaries/v1.24.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.4079057s)
	I0728 22:16:58.384964   45576 start.go:809] {"host.minikube.internal": 192.168.65.2} host record injected into CoreDNS
	I0728 22:16:59.208363   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:16:59.476740   45576 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (1.6373529s)
	I0728 22:16:59.476740   45576 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (1.7793348s)
	I0728 22:16:59.480341   45576 out.go:177] * Enabled addons: default-storageclass, storage-provisioner
	I0728 22:16:59.483318   45576 addons.go:414] enableAddons completed in 3.2664887s
	I0728 22:17:01.211574   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:03.623520   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:05.624309   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:07.676426   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:09.678826   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:11.688130   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:14.195830   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:16.679879   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:18.680557   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:21.180499   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:23.785285   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:26.121702   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:28.183157   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:30.377768   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:32.612327   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:34.688289   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:36.906496   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:39.183072   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:41.614016   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:44.121035   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:46.197630   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:48.713788   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:51.406935   45576 pod_ready.go:102] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:53.796092   45576 pod_ready.go:92] pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace has status "Ready":"True"
	I0728 22:17:53.796092   45576 pod_ready.go:81] duration metric: took 56.8915891s waiting for pod "cilium-operator-66599cf69-5d68m" in "kube-system" namespace to be "Ready" ...
	I0728 22:17:53.796092   45576 pod_ready.go:78] waiting up to 5m0s for pod "cilium-wzg6l" in "kube-system" namespace to be "Ready" ...
	I0728 22:17:56.183378   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:17:58.515164   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:00.519771   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:03.005727   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:05.017962   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:07.505439   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:09.524464   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:12.008385   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:14.011782   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:16.017351   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:18.020290   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:20.501491   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:22.519086   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:28.603095   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:31.009369   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:33.017874   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:35.507263   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:38.012424   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:40.080129   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:42.510784   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:45.011128   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:47.011258   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:49.016801   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:51.506532   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:53.521385   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:56.009825   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:18:58.016423   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:00.515167   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:02.521664   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:05.010218   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:07.505672   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:10.011209   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:12.505872   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:14.512966   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:16.519601   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:19.012819   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:21.508980   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:23.514681   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:25.885907   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:28.594552   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:31.015823   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:33.510954   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:36.014224   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:38.134686   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:40.503398   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:43.240285   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:45.515815   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:48.004506   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:50.513802   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:52.998816   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:55.002507   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:57.168643   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:19:59.512785   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:02.017138   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:04.504573   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:07.007064   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:09.013780   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:11.502745   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:13.518809   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:16.010392   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:18.015317   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:20.500458   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:22.501978   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:24.510081   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:26.515162   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:29.006265   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:31.093373   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:33.511505   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:36.009305   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:38.009835   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:40.018105   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:42.508671   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:45.012785   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:47.506523   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:49.508417   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:51.527249   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:54.006270   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:56.079608   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:20:58.579579   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:01.008592   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:03.010579   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:05.512180   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:07.513511   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:10.016533   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:12.509979   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:14.517662   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:17.007442   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:19.012199   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:21.593991   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:24.011833   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:26.503873   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:28.511530   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:31.000561   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:33.504919   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:35.515844   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:38.000922   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:40.025956   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:42.506908   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:44.513189   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:47.005133   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:49.011676   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:51.507702   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:53.511681   45576 pod_ready.go:102] pod "cilium-wzg6l" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:54.035715   45576 pod_ready.go:81] duration metric: took 4m0.2377961s waiting for pod "cilium-wzg6l" in "kube-system" namespace to be "Ready" ...
	E0728 22:21:54.035715   45576 pod_ready.go:66] WaitExtra: waitPodCondition: timed out waiting for the condition
	I0728 22:21:54.035715   45576 pod_ready.go:78] waiting up to 5m0s for pod "coredns-6d4b75cb6d-8vd5h" in "kube-system" namespace to be "Ready" ...
	I0728 22:21:54.042554   45576 pod_ready.go:97] error getting pod "coredns-6d4b75cb6d-8vd5h" in "kube-system" namespace (skipping!): pods "coredns-6d4b75cb6d-8vd5h" not found
	I0728 22:21:54.042554   45576 pod_ready.go:81] duration metric: took 6.839ms waiting for pod "coredns-6d4b75cb6d-8vd5h" in "kube-system" namespace to be "Ready" ...
	E0728 22:21:54.042554   45576 pod_ready.go:66] WaitExtra: waitPodCondition: error getting pod "coredns-6d4b75cb6d-8vd5h" in "kube-system" namespace (skipping!): pods "coredns-6d4b75cb6d-8vd5h" not found
	I0728 22:21:54.042554   45576 pod_ready.go:78] waiting up to 5m0s for pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace to be "Ready" ...
	I0728 22:21:56.085927   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:21:58.586794   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:00.587270   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:03.091125   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:05.093169   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:07.093484   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:09.098958   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:11.593734   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:13.598443   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:16.080122   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:18.082237   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:20.594454   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:23.086980   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:25.092292   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:27.599068   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:30.093133   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:32.592734   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:34.600850   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:37.091424   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:39.097735   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:41.592364   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:43.593598   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:46.081521   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:48.082764   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:50.580843   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:52.588834   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:54.595106   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:57.098664   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:22:59.588253   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:01.601471   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:04.093567   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:06.096120   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:08.584256   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:10.593536   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:13.099885   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:15.590910   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:18.090225   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:20.586560   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:22.592424   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:24.598036   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:27.092283   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:29.581203   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:32.087449   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:34.585747   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:36.595142   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:38.681362   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:41.090921   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:43.092620   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:45.093527   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:47.584416   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:49.596739   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:52.082636   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:54.593698   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:57.095790   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:23:59.098756   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:01.590355   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:03.592639   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:06.078289   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:08.083994   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:10.085153   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:12.090567   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:14.090593   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:16.092494   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:18.094393   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:20.578999   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:22.589481   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:25.091348   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:27.594773   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:30.080051   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:32.088599   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:34.098901   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:36.589130   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:39.084393   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:41.090575   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:43.099247   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:45.587493   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:48.092812   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:50.596103   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:52.598243   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:55.085679   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:57.089100   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:24:59.095900   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:01.597798   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:04.094641   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:06.592858   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:09.092518   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:11.582213   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:13.583902   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:15.588926   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:18.184070   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:20.596580   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:23.097416   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:25.578621   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:27.599489   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:30.125243   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:32.594929   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:34.605283   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:37.083946   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:39.091111   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:41.589223   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:43.605862   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:46.083469   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:48.094303   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:50.591763   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:52.597330   45576 pod_ready.go:102] pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace has status "Ready":"False"
	I0728 22:25:54.101639   45576 pod_ready.go:81] duration metric: took 4m0.0572604s waiting for pod "coredns-6d4b75cb6d-gx474" in "kube-system" namespace to be "Ready" ...
	E0728 22:25:54.101639   45576 pod_ready.go:66] WaitExtra: waitPodCondition: timed out waiting for the condition
	I0728 22:25:54.101639   45576 pod_ready.go:38] duration metric: took 8m57.2934968s for extra waiting for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0728 22:25:54.104930   45576 out.go:177] 
	W0728 22:25:54.107096   45576 out.go:239] X Exiting due to GUEST_START: wait 5m0s for node: extra waiting: timed out waiting 5m0s for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready"
	X Exiting due to GUEST_START: wait 5m0s for node: extra waiting: timed out waiting 5m0s for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready"
	W0728 22:25:54.107096   45576 out.go:239] * 
	* 
	W0728 22:25:54.108875   45576 out.go:239] ╭─────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                             │
	│    * 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.    │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯
	╭─────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                             │
	│    * 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.    │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯
	I0728 22:25:54.111461   45576 out.go:177] 

                                                
                                                
** /stderr **
net_test.go:103: failed start: exit status 80
--- FAIL: TestNetworkPlugins/group/cilium/Start (657.31s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/HairPin
net_test.go:238: (dbg) Run:  kubectl --context kubenet-20220728220616-27744 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
E0728 22:16:56.647305   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:17:01.776697   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
net_test.go:238: (dbg) Non-zero exit: kubectl --context kubenet-20220728220616-27744 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080": exit status 1 (5.803667s)

                                                
                                                
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:238: (dbg) Run:  kubectl --context kubenet-20220728220616-27744 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
net_test.go:238: (dbg) Non-zero exit: kubectl --context kubenet-20220728220616-27744 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080": exit status 1 (5.8830468s)

                                                
                                                
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:238: (dbg) Run:  kubectl --context kubenet-20220728220616-27744 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
E0728 22:17:09.826297   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 22:17:11.709046   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 22:17:12.024466   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
net_test.go:238: (dbg) Non-zero exit: kubectl --context kubenet-20220728220616-27744 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080": exit status 1 (5.730441s)

                                                
                                                
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:238: (dbg) Run:  kubectl --context kubenet-20220728220616-27744 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
net_test.go:238: (dbg) Non-zero exit: kubectl --context kubenet-20220728220616-27744 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080": exit status 1 (5.6898112s)

                                                
                                                
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:238: (dbg) Run:  kubectl --context kubenet-20220728220616-27744 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
E0728 22:17:26.339648   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\auto-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:17:26.609090   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
net_test.go:238: (dbg) Non-zero exit: kubectl --context kubenet-20220728220616-27744 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080": exit status 1 (5.7267219s)

                                                
                                                
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
E0728 22:17:32.512935   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
net_test.go:238: (dbg) Run:  kubectl --context kubenet-20220728220616-27744 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
net_test.go:238: (dbg) Non-zero exit: kubectl --context kubenet-20220728220616-27744 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080": exit status 1 (5.6371077s)

                                                
                                                
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
E0728 22:17:49.898093   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:17:49.913282   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:17:49.928348   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:17:49.959337   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:17:50.005624   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:17:50.100886   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:17:50.274247   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:17:50.601546   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:17:51.247503   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
net_test.go:238: (dbg) Run:  kubectl --context kubenet-20220728220616-27744 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
E0728 22:17:52.533750   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:17:55.095275   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
net_test.go:238: (dbg) Non-zero exit: kubectl --context kubenet-20220728220616-27744 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080": exit status 1 (5.7789134s)

                                                
                                                
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
net_test.go:243: failed to connect via pod host: exit status 1
--- FAIL: TestNetworkPlugins/group/kubenet/HairPin (61.88s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:138: (dbg) Run:  kubectl --context calico-20220728220624-27744 replace --force -f testdata\netcat-deployment.yaml
net_test.go:152: (dbg) TestNetworkPlugins/group/calico/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:342: "netcat-869c55b6dc-bb2fd" [9a17f4e3-8544-401e-bd74-ebc59e2f767e] Pending
helpers_test.go:342: "netcat-869c55b6dc-bb2fd" [9a17f4e3-8544-401e-bd74-ebc59e2f767e] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0728 22:21:32.120588   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\auto-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:21:34.242834   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:21:34.258417   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:21:34.273273   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:21:34.304894   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:21:34.351950   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:21:34.445813   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:21:34.617125   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:21:34.943312   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:21:35.589512   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:21:36.871285   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:21:39.431822   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:21:44.561644   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:21:51.439223   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:21:54.809601   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:22:05.682818   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:22:11.713270   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 22:22:15.291049   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:22:19.249355   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:22:26.603420   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 22:22:35.220911   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:22:49.903735   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:22:56.262571   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:23:17.710467   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:24:18.195298   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:24:21.740022   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:24:49.526015   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:24:51.251858   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.

                                                
                                                
=== CONT  TestNetworkPlugins/group/calico/NetCatPod
net_test.go:152: ***** TestNetworkPlugins/group/calico/NetCatPod: pod "app=netcat" failed to start within 15m0s: timed out waiting for the condition ****
net_test.go:152: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p calico-20220728220624-27744 -n calico-20220728220624-27744
E0728 22:36:20.601975   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\old-k8s-version-20220728221546-27744\client.crt: The system cannot find the path specified.

                                                
                                                
=== CONT  TestNetworkPlugins/group/calico/NetCatPod
net_test.go:152: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p calico-20220728220624-27744 -n calico-20220728220624-27744: (4.073416s)
net_test.go:152: TestNetworkPlugins/group/calico/NetCatPod: showing logs for failed pods as of 2022-07-28 22:36:22.2879558 +0000 GMT m=+7884.426244101
net_test.go:152: (dbg) Run:  kubectl --context calico-20220728220624-27744 describe po netcat-869c55b6dc-bb2fd -n default
net_test.go:152: (dbg) kubectl --context calico-20220728220624-27744 describe po netcat-869c55b6dc-bb2fd -n default:
Name:           netcat-869c55b6dc-bb2fd
Namespace:      default
Priority:       0
Node:           calico-20220728220624-27744/192.168.76.2
Start Time:     Thu, 28 Jul 2022 22:21:18 +0000
Labels:         app=netcat
pod-template-hash=869c55b6dc
Annotations:    <none>
Status:         Pending
IP:             
IPs:            <none>
Controlled By:  ReplicaSet/netcat-869c55b6dc
Containers:
dnsutils:
Container ID:  
Image:         k8s.gcr.io/e2e-test-images/agnhost:2.32
Image ID:      
Port:          <none>
Host Port:     <none>
Command:
/bin/sh
-c
while true; do echo hello | nc -l -p 8080; done
State:          Waiting
Reason:       ContainerCreating
Ready:          False
Restart Count:  0
Environment:    <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-gswc6 (ro)
Conditions:
Type              Status
Initialized       True 
Ready             False 
ContainersReady   False 
PodScheduled      True 
Volumes:
kube-api-access-gswc6:
Type:                    Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds:  3607
ConfigMapName:           kube-root-ca.crt
ConfigMapOptional:       <nil>
DownwardAPI:             true
QoS Class:                   BestEffort
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/not-ready:NoExecute for 300s
node.kubernetes.io/unreachable:NoExecute for 300s
Events:
Type     Reason                  Age                   From                                  Message
----     ------                  ----                  ----                                  -------
Normal   Scheduled               15m                   default-scheduler                     Successfully assigned default/netcat-869c55b6dc-bb2fd to calico-20220728220624-27744
Warning  FailedCreatePodSandBox  14m                   kubelet, calico-20220728220624-27744  Failed to create pod sandbox: rpc error: code = Unknown desc = [failed to set up sandbox container "ae858587497f158bacb7cd0f50228867f840a4d4621fa7d7a28837ec3862595b" network for pod "netcat-869c55b6dc-bb2fd": networkPlugin cni failed to set up pod "netcat-869c55b6dc-bb2fd_default" network: error getting ClusterInformation: Get "https://[10.96.0.1]:443/apis/crd.projectcalico.org/v1/clusterinformations/default": dial tcp 10.96.0.1:443: connect: no route to host, failed to clean up sandbox container "ae858587497f158bacb7cd0f50228867f840a4d4621fa7d7a28837ec3862595b" network for pod "netcat-869c55b6dc-bb2fd": networkPlugin cni failed to teardown pod "netcat-869c55b6dc-bb2fd_default" network: error getting ClusterInformation: Get "https://[10.96.0.1]:443/apis/crd.projectcalico.org/v1/clusterinformations/default": dial tcp 10.96.0.1:443: connect: no route to host]
Normal   SandboxChanged          4m55s (x39 over 14m)  kubelet, calico-20220728220624-27744  Pod sandbox changed, it will be killed and re-created.
net_test.go:152: (dbg) Run:  kubectl --context calico-20220728220624-27744 logs netcat-869c55b6dc-bb2fd -n default
net_test.go:152: (dbg) Non-zero exit: kubectl --context calico-20220728220624-27744 logs netcat-869c55b6dc-bb2fd -n default: exit status 1 (461.2233ms)

                                                
                                                
** stderr ** 
	Error from server (BadRequest): container "dnsutils" in pod "netcat-869c55b6dc-bb2fd" is waiting to start: ContainerCreating

                                                
                                                
** /stderr **
net_test.go:152: kubectl --context calico-20220728220624-27744 logs netcat-869c55b6dc-bb2fd -n default: exit status 1
net_test.go:153: failed waiting for netcat pod: app=netcat within 15m0s: timed out waiting for the condition
--- FAIL: TestNetworkPlugins/group/calico/NetCatPod (906.51s)
E0728 22:37:11.721577   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Pause
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe pause -p newest-cni-20220728223615-27744 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-windows-amd64.exe pause -p newest-cni-20220728223615-27744 --alsologtostderr -v=1: exit status 80 (5.8487331s)

                                                
                                                
-- stdout --
	* Pausing node newest-cni-20220728223615-27744 ... 
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0728 22:39:30.362999   47472 out.go:296] Setting OutFile to fd 1608 ...
	I0728 22:39:30.435111   47472 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 22:39:30.435111   47472 out.go:309] Setting ErrFile to fd 1932...
	I0728 22:39:30.435293   47472 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 22:39:30.459638   47472 out.go:303] Setting JSON to false
	I0728 22:39:30.459638   47472 mustload.go:65] Loading cluster: newest-cni-20220728223615-27744
	I0728 22:39:30.459638   47472 config.go:178] Loaded profile config "newest-cni-20220728223615-27744": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.24.3
	I0728 22:39:30.479150   47472 cli_runner.go:164] Run: docker container inspect newest-cni-20220728223615-27744 --format={{.State.Status}}
	I0728 22:39:32.847620   47472 cli_runner.go:217] Completed: docker container inspect newest-cni-20220728223615-27744 --format={{.State.Status}}: (2.3684518s)
	I0728 22:39:32.847620   47472 host.go:66] Checking if "newest-cni-20220728223615-27744" exists ...
	I0728 22:39:32.856130   47472 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:39:33.128476   47472 pause.go:58] "namespaces" [kube-system kubernetes-dashboard storage-gluster istio-operator]="keys" map[addons:[] all:%!s(bool=false) apiserver-ips:[] apiserver-name:minikubeCA apiserver-names:[] apiserver-port:%!s(int=8443) auto-update-drivers:%!s(bool=true) base-image:gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 binary-mirror: bootstrapper:kubeadm cache-images:%!s(bool=true) cancel-scheduled:%!s(bool=false) cert-expiration:26280h0m0s cni: container-runtime: cpus:2 cri-socket: delete-on-failure:%!s(bool=false) disable-driver-mounts:%!s(bool=false) disable-metrics:%!s(bool=false) disable-optimizations:%!s(bool=false) disk-size:20000mb dns-domain:cluster.local dns-proxy:%!s(bool=false) docker-env:[] docker-opt:[] download-only:%!s(bool=false) driver: dry-run:%!s(bool=false) embed-certs:%!s(bool=false) embedcerts:%!s(bool=false) enable-default-cni:%!s(bool=false) extra-config: extra-disks
:%!s(int=0) feature-gates: force:%!s(bool=false) force-systemd:%!s(bool=false) host-dns-resolver:%!s(bool=true) host-only-cidr:192.168.59.1/24 host-only-nic-type:virtio hyperkit-vpnkit-sock: hyperkit-vsock-ports:[] hyperv-external-adapter: hyperv-use-external-switch:%!s(bool=false) hyperv-virtual-switch: image-mirror-country: image-repository: insecure-registry:[] install-addons:%!s(bool=true) interactive:%!s(bool=true) iso-url:[https://storage.googleapis.com/minikube-builds/iso/14534/minikube-v1.26.0-1657340101-14534-amd64.iso https://github.com/kubernetes/minikube/releases/download/v1.26.0-1657340101-14534/minikube-v1.26.0-1657340101-14534-amd64.iso https://kubernetes.oss-cn-hangzhou.aliyuncs.com/minikube/iso/minikube-v1.26.0-1657340101-14534-amd64.iso https://storage.googleapis.com/minikube-builds/iso/14534/minikube-v1.26.0-1657340101-14534.iso https://github.com/kubernetes/minikube/releases/download/v1.26.0-1657340101-14534/minikube-v1.26.0-1657340101-14534.iso https://kubernetes.oss-cn-hangzhou.aliyuncs.
com/minikube/iso/minikube-v1.26.0-1657340101-14534.iso] keep-context:%!s(bool=false) keep-context-active:%!s(bool=false) kubernetes-version: kvm-gpu:%!s(bool=false) kvm-hidden:%!s(bool=false) kvm-network:default kvm-numa-count:%!s(int=1) kvm-qemu-uri:qemu:///system listen-address: memory: mount:%!s(bool=false) mount-9p-version:9p2000.L mount-gid:docker mount-ip: mount-msize:%!s(int=262144) mount-options:[] mount-port:0 mount-string:C:\Users\jenkins.minikube3:/minikube-host mount-type:9p mount-uid:docker namespace:default nat-nic-type:virtio native-ssh:%!s(bool=true) network: network-plugin: nfs-share:[] nfs-shares-root:/nfsshares no-kubernetes:%!s(bool=false) no-vtx-check:%!s(bool=false) nodes:%!s(int=1) output:text ports:[] preload:%!s(bool=true) profile:newest-cni-20220728223615-27744 purge:%!s(bool=false) qemu-firmware-path: registry-mirror:[] reminderwaitperiodinhours:%!s(int=24) rootless:%!s(bool=false) schedule:0s service-cluster-ip-range:10.96.0.0/12 ssh-ip-address: ssh-key: ssh-port:%!s(int=22) ssh-us
er:root subnet: trace: user: uuid: vm:%!s(bool=false) vm-driver: wait:[apiserver system_pods] wait-timeout:6m0s wantnonedriverwarning:%!s(bool=true) wantupdatenotification:%!s(bool=true) wantvirtualboxdriverwarning:%!s(bool=true)]="(MISSING)"
	I0728 22:39:33.132794   47472 out.go:177] * Pausing node newest-cni-20220728223615-27744 ... 
	I0728 22:39:33.134855   47472 host.go:66] Checking if "newest-cni-20220728223615-27744" exists ...
	I0728 22:39:33.146564   47472 ssh_runner.go:195] Run: systemctl --version
	I0728 22:39:33.153486   47472 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:39:33.392721   47472 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:56901 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\newest-cni-20220728223615-27744\id_rsa Username:docker}
	I0728 22:39:33.812111   47472 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0728 22:39:33.909002   47472 pause.go:50] kubelet running: true
	I0728 22:39:33.923462   47472 ssh_runner.go:195] Run: sudo systemctl disable --now kubelet
	I0728 22:39:35.197718   47472 ssh_runner.go:235] Completed: sudo systemctl disable --now kubelet: (1.2741866s)
	I0728 22:39:35.210506   47472 ssh_runner.go:195] Run: docker ps --filter status=running --filter=name=k8s_.*_(kube-system|kubernetes-dashboard|storage-gluster|istio-operator)_ --format={{.ID}}
	I0728 22:39:35.388000   47472 docker.go:460] Pausing containers: [aa2217e5bf9b 030bb6625a12 9a8167d82d27 dfe4fd352ce5 61967270bfe4 fa87714982ea 0327b6b4e682 99dbdf3863b2 c9bddc47f12c 876256c1a25f b0830f8db6c3 5ea44fba9452 5dcaeae11700]
	I0728 22:39:35.402116   47472 ssh_runner.go:195] Run: docker pause aa2217e5bf9b 030bb6625a12 9a8167d82d27 dfe4fd352ce5 61967270bfe4 fa87714982ea 0327b6b4e682 99dbdf3863b2 c9bddc47f12c 876256c1a25f b0830f8db6c3 5ea44fba9452 5dcaeae11700
	I0728 22:39:35.884819   47472 out.go:177] 
	W0728 22:39:35.887447   47472 out.go:239] X Exiting due to GUEST_PAUSE: docker: docker pause aa2217e5bf9b 030bb6625a12 9a8167d82d27 dfe4fd352ce5 61967270bfe4 fa87714982ea 0327b6b4e682 99dbdf3863b2 c9bddc47f12c 876256c1a25f b0830f8db6c3 5ea44fba9452 5dcaeae11700: Process exited with status 1
	stdout:
	030bb6625a12
	9a8167d82d27
	dfe4fd352ce5
	61967270bfe4
	fa87714982ea
	0327b6b4e682
	99dbdf3863b2
	c9bddc47f12c
	876256c1a25f
	b0830f8db6c3
	5ea44fba9452
	5dcaeae11700
	
	stderr:
	Error response from daemon: Container aa2217e5bf9b4ad583f1d02686109a8aed687b511cfe4a447f6667faf2298188 is not running
	
	X Exiting due to GUEST_PAUSE: docker: docker pause aa2217e5bf9b 030bb6625a12 9a8167d82d27 dfe4fd352ce5 61967270bfe4 fa87714982ea 0327b6b4e682 99dbdf3863b2 c9bddc47f12c 876256c1a25f b0830f8db6c3 5ea44fba9452 5dcaeae11700: Process exited with status 1
	stdout:
	030bb6625a12
	9a8167d82d27
	dfe4fd352ce5
	61967270bfe4
	fa87714982ea
	0327b6b4e682
	99dbdf3863b2
	c9bddc47f12c
	876256c1a25f
	b0830f8db6c3
	5ea44fba9452
	5dcaeae11700
	
	stderr:
	Error response from daemon: Container aa2217e5bf9b4ad583f1d02686109a8aed687b511cfe4a447f6667faf2298188 is not running
	
	W0728 22:39:35.887534   47472 out.go:239] * 
	* 
	W0728 22:39:35.919783   47472 out.go:239] ╭───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                                                       │
	│    * 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.minikube3\AppData\Local\Temp\minikube_pause_26475df06b51455fca7312b7aad83667d1d3f5a8_1.log    │
	│                                                                                                                       │
	╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
	╭───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                                                       │
	│    * 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.minikube3\AppData\Local\Temp\minikube_pause_26475df06b51455fca7312b7aad83667d1d3f5a8_1.log    │
	│                                                                                                                       │
	╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
	I0728 22:39:35.922788   47472 out.go:177] 

                                                
                                                
** /stderr **
start_stop_delete_test.go:311: out/minikube-windows-amd64.exe pause -p newest-cni-20220728223615-27744 --alsologtostderr -v=1 failed: exit status 80
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestStartStop/group/newest-cni/serial/Pause]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect newest-cni-20220728223615-27744
helpers_test.go:235: (dbg) docker inspect newest-cni-20220728223615-27744:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "0a922993fa7806f792475f8eff0ff4ce068c14bc1252f2c359a0d27bc6992a49",
	        "Created": "2022-07-28T22:36:58.0796486Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 411010,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2022-07-28T22:38:38.2618912Z",
	            "FinishedAt": "2022-07-28T22:38:26.1585054Z"
	        },
	        "Image": "sha256:443d84da239e4e701685e1614ef94cd6b60d0f0b15265a51d4f657992a9c59d8",
	        "ResolvConfPath": "/var/lib/docker/containers/0a922993fa7806f792475f8eff0ff4ce068c14bc1252f2c359a0d27bc6992a49/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/0a922993fa7806f792475f8eff0ff4ce068c14bc1252f2c359a0d27bc6992a49/hostname",
	        "HostsPath": "/var/lib/docker/containers/0a922993fa7806f792475f8eff0ff4ce068c14bc1252f2c359a0d27bc6992a49/hosts",
	        "LogPath": "/var/lib/docker/containers/0a922993fa7806f792475f8eff0ff4ce068c14bc1252f2c359a0d27bc6992a49/0a922993fa7806f792475f8eff0ff4ce068c14bc1252f2c359a0d27bc6992a49-json.log",
	        "Name": "/newest-cni-20220728223615-27744",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "newest-cni-20220728223615-27744:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "default",
	            "PortBindings": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ]
	            },
	            "RestartPolicy": {
	                "Name": "no",
	                "MaximumRetryCount": 0
	            },
	            "AutoRemove": false,
	            "VolumeDriver": "",
	            "VolumesFrom": null,
	            "CapAdd": null,
	            "CapDrop": null,
	            "CgroupnsMode": "host",
	            "Dns": [],
	            "DnsOptions": [],
	            "DnsSearch": [],
	            "ExtraHosts": null,
	            "GroupAdd": null,
	            "IpcMode": "private",
	            "Cgroup": "",
	            "Links": null,
	            "OomScoreAdj": 0,
	            "PidMode": "",
	            "Privileged": true,
	            "PublishAllPorts": false,
	            "ReadonlyRootfs": false,
	            "SecurityOpt": [
	                "seccomp=unconfined",
	                "apparmor=unconfined",
	                "label=disable"
	            ],
	            "Tmpfs": {
	                "/run": "",
	                "/tmp": ""
	            },
	            "UTSMode": "",
	            "UsernsMode": "",
	            "ShmSize": 67108864,
	            "Runtime": "runc",
	            "ConsoleSize": [
	                0,
	                0
	            ],
	            "Isolation": "",
	            "CpuShares": 0,
	            "Memory": 2306867200,
	            "NanoCpus": 2000000000,
	            "CgroupParent": "",
	            "BlkioWeight": 0,
	            "BlkioWeightDevice": [],
	            "BlkioDeviceReadBps": null,
	            "BlkioDeviceWriteBps": null,
	            "BlkioDeviceReadIOps": null,
	            "BlkioDeviceWriteIOps": null,
	            "CpuPeriod": 0,
	            "CpuQuota": 0,
	            "CpuRealtimePeriod": 0,
	            "CpuRealtimeRuntime": 0,
	            "CpusetCpus": "",
	            "CpusetMems": "",
	            "Devices": [],
	            "DeviceCgroupRules": null,
	            "DeviceRequests": null,
	            "KernelMemory": 0,
	            "KernelMemoryTCP": 0,
	            "MemoryReservation": 0,
	            "MemorySwap": 2306867200,
	            "MemorySwappiness": null,
	            "OomKillDisable": false,
	            "PidsLimit": null,
	            "Ulimits": null,
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "LowerDir": "/var/lib/docker/overlay2/032df508469fe4a315eed73abd5defd358256335b12e9e2b04a251d2afdd0260-init/diff:/var/lib/docker/overlay2/ebecdb71656480305a1aa55ac86b030f1a154d9d8d097f88c76377098f48e268/diff:/var/lib/docker/overlay2/c14561e4f6bbff05c1b2e7429787d40177404e1f306f4a6f0b6d90ea83cbf54e/diff:/var/lib/docker/overlay2/936f80e53da17a3d9a57cc525b05c63820da5883c2e53c0a76dca49756522fd1/diff:/var/lib/docker/overlay2/d14740c04a488879c4403b9c07129daedf98e5dfd5866887394aa9fe7b0db342/diff:/var/lib/docker/overlay2/333462924dcaac50a06ba4eefdc15184fd3c18e000554b1040c6bf7e7835ec6d/diff:/var/lib/docker/overlay2/59dfade3ee7dbb9ed491b304d06aa0a9bbc98c6e5dea1b6be790c3416f5892a8/diff:/var/lib/docker/overlay2/a79b1887950ebd2f820f0a90dc8979a29aad7a215a286957040946a0ba88b0f6/diff:/var/lib/docker/overlay2/78cdbdc0890181e0dcfb77f70bb8db25238349a68442176b9e5ea754022c8d89/diff:/var/lib/docker/overlay2/d05f8af40df9c46549bff017da23a5cb64c9f0f858adc53de6aef169f936e966/diff:/var/lib/docker/overlay2/8f354d
ea73b2f123706fae0f0e9d4c65fbdc54ae4e3de9ecff2a2e155ba34be9/diff:/var/lib/docker/overlay2/28a80e2c77dc5eb593605717ddc26b28e49f68990763513bcb8f6fb561c4b90f/diff:/var/lib/docker/overlay2/f314c6d36ebf9c950702f2c2fc0d5f5b7b293c5b584ed4fa51551c30c8c899b8/diff:/var/lib/docker/overlay2/e85c14137d84e0c5023e37e5afe54212359defeeee98c93535afdbaa550fe577/diff:/var/lib/docker/overlay2/492d925fc29c74b755bfa500f8896cf44e1f59a39b683b31e76d1921584692ab/diff:/var/lib/docker/overlay2/7a69f14d801b4be27ce30bd2c509ddbca158af143411194039296d11f04e3b32/diff:/var/lib/docker/overlay2/78bdfe15d6b7fedd3679e17b00e877ea62930eff304510bbeb22e71110d33ba8/diff:/var/lib/docker/overlay2/eeb0cbb566d31d052984333791c66667cff44287be43251f1f1aa10fead89fdd/diff:/var/lib/docker/overlay2/c81f3fd31b800a3c7eeece1a6800edf733de0fdc30d0ae04489e064febaa27c6/diff:/var/lib/docker/overlay2/59d1d6c9c9504806b1ce39b6a6d742c47dc429f8f11a65bc384f19f1723dbb45/diff:/var/lib/docker/overlay2/19979a43f2af5361e7dc4bdd753b57d089e786724c175868f7d62f7ec190f964/diff:/var/lib/d
ocker/overlay2/21d9bcba520e1fe22b6e26da53cbba3a751d76a59b8cd2fa2a3f409d99f81483/diff:/var/lib/docker/overlay2/d73c755d0106b41bff6dcf25767365438e020e7d81b81130565fdc9ccb6d1b0d/diff:/var/lib/docker/overlay2/259cfbec3c50ebd81f7a228f72137516cb223891943a507c5c9c68dde6383372/diff:/var/lib/docker/overlay2/3879c7f551bc50dc7dc03393437f6c68a37c6378bea342870290cc78840bb1e3/diff:/var/lib/docker/overlay2/ac65de79a2894e4f8992310ae6afe87998c8c1792356068d4e6653a3f0487e6e/diff:/var/lib/docker/overlay2/9130c29718c8b36f4adf94e6108e380585c0f77750eb3957eceaabfeb58049e8/diff:/var/lib/docker/overlay2/32199a5fadb8b1c2cd0a5a69b1283eecd156fe1052ea15e02b908a5eea9b836a/diff:/var/lib/docker/overlay2/de4dec5172922a86ba0a6a30f68bcc6dfc77e6285f7320a96462f748991b3916/diff:/var/lib/docker/overlay2/61e4ba463cd9151b3050de5b24e83f91a6e138c6b805731e645798d883222a65/diff:/var/lib/docker/overlay2/5f52d47d39f925d3d4a3645638d17578048feb6d4286bd31f39b95c8e8c8c229/diff:/var/lib/docker/overlay2/1a13368053b344c17d225c40910c3c37373608b8e78bed20ecc48abf45f
eb120/diff:/var/lib/docker/overlay2/54c865e16adbb827d22f0fc0618481e7400b927f9422836ccaca18e4645e747f/diff:/var/lib/docker/overlay2/321eb988a8ba0a167857b796df3acec4271dfd02aa89452066a4b460b7f73332/diff:/var/lib/docker/overlay2/5610e1b58b8e3a980de417158c7e62ecf33740952b46b2f75b49f1848a499900/diff:/var/lib/docker/overlay2/ab22495a3912b008af446048dd014b4b579e43200c9d1ed11c802503995dba46/diff:/var/lib/docker/overlay2/e404abc02affa7284514059cf76c8512861900c0c4a2dd286b99e67ed5e161d0/diff:/var/lib/docker/overlay2/ba6f3d60d6fd1b31ef5f979e1a9e3067e08fc4411d2d5937d088d70d17faa3d5/diff:/var/lib/docker/overlay2/f44fbc714e4b440971a163c215f59ba5c746a7ebb53a45957e9080b35436b35b/diff:/var/lib/docker/overlay2/f5286d4a862c9778724aa4c8cd3982f46e695f7b09e4028af862280e664a21c0/diff:/var/lib/docker/overlay2/853537d2434c970552ad9e84d88bc994c866ec7da63cf6271f2a6f1b31373120/diff:/var/lib/docker/overlay2/3ba7da58fc5b3091996ea298f0948d9716f4788be18e837eef06d4ce355446a4/diff",
	                "MergedDir": "/var/lib/docker/overlay2/032df508469fe4a315eed73abd5defd358256335b12e9e2b04a251d2afdd0260/merged",
	                "UpperDir": "/var/lib/docker/overlay2/032df508469fe4a315eed73abd5defd358256335b12e9e2b04a251d2afdd0260/diff",
	                "WorkDir": "/var/lib/docker/overlay2/032df508469fe4a315eed73abd5defd358256335b12e9e2b04a251d2afdd0260/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "newest-cni-20220728223615-27744",
	                "Source": "/var/lib/docker/volumes/newest-cni-20220728223615-27744/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "newest-cni-20220728223615-27744",
	            "Domainname": "",
	            "User": "root",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842",
	            "Volumes": null,
	            "WorkingDir": "",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "newest-cni-20220728223615-27744",
	                "name.minikube.sigs.k8s.io": "newest-cni-20220728223615-27744",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "1d94f0f4ef9b70d6135f672d3dd1fc3e776344957608bcab68f5247b737f7744",
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "56901"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "56902"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "56903"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "56904"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "56905"
	                    }
	                ]
	            },
	            "SandboxKey": "/var/run/docker/netns/1d94f0f4ef9b",
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "3a890d2f53ba4c368c2f30fa27ef39bd838ec5b740d684e896e67751d86b22cd",
	            "Gateway": "172.17.0.1",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "172.17.0.2",
	            "IPPrefixLen": 16,
	            "IPv6Gateway": "",
	            "MacAddress": "02:42:ac:11:00:02",
	            "Networks": {
	                "bridge": {
	                    "IPAMConfig": null,
	                    "Links": null,
	                    "Aliases": null,
	                    "NetworkID": "86fda902ed81457558e5e2c1393830af03be67e2e3ed0567909105fd5b12eb1b",
	                    "EndpointID": "3a890d2f53ba4c368c2f30fa27ef39bd838ec5b740d684e896e67751d86b22cd",
	                    "Gateway": "172.17.0.1",
	                    "IPAddress": "172.17.0.2",
	                    "IPPrefixLen": 16,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "MacAddress": "02:42:ac:11:00:02",
	                    "DriverOpts": null
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p newest-cni-20220728223615-27744 -n newest-cni-20220728223615-27744
helpers_test.go:239: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Host}} -p newest-cni-20220728223615-27744 -n newest-cni-20220728223615-27744: exit status 2 (3.5888279s)

                                                
                                                
-- stdout --
	Running

                                                
                                                
-- /stdout --
helpers_test.go:239: status error: exit status 2 (may be ok)
helpers_test.go:244: <<< TestStartStop/group/newest-cni/serial/Pause FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestStartStop/group/newest-cni/serial/Pause]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-windows-amd64.exe -p newest-cni-20220728223615-27744 logs -n 25
E0728 22:39:51.264634   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.
helpers_test.go:247: (dbg) Done: out/minikube-windows-amd64.exe -p newest-cni-20220728223615-27744 logs -n 25: (15.2578942s)
helpers_test.go:252: TestStartStop/group/newest-cni/serial/Pause logs: 
-- stdout --
	* 
	* ==> Audit <==
	* |---------|------------------------------------------------------------|-------------------------------------------------|-------------------|---------|---------------------|---------------------|
	| Command |                            Args                            |                     Profile                     |       User        | Version |     Start Time      |      End Time       |
	|---------|------------------------------------------------------------|-------------------------------------------------|-------------------|---------|---------------------|---------------------|
	| delete  | -p                                                         | old-k8s-version-20220728221546-27744            | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:31 GMT | 28 Jul 22 22:31 GMT |
	|         | old-k8s-version-20220728221546-27744                       |                                                 |                   |         |                     |                     |
	| delete  | -p                                                         | disable-driver-mounts-20220728223114-27744      | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:31 GMT | 28 Jul 22 22:31 GMT |
	|         | disable-driver-mounts-20220728223114-27744                 |                                                 |                   |         |                     |                     |
	| start   | -p                                                         | default-k8s-different-port-20220728223118-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:31 GMT | 28 Jul 22 22:37 GMT |
	|         | default-k8s-different-port-20220728223118-27744            |                                                 |                   |         |                     |                     |
	|         | --memory=2200 --alsologtostderr --wait=true                |                                                 |                   |         |                     |                     |
	|         | --apiserver-port=8444 --driver=docker                      |                                                 |                   |         |                     |                     |
	|         | --kubernetes-version=v1.24.3                               |                                                 |                   |         |                     |                     |
	| ssh     | -p                                                         | embed-certs-20220728222622-27744                | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:35 GMT | 28 Jul 22 22:35 GMT |
	|         | embed-certs-20220728222622-27744                           |                                                 |                   |         |                     |                     |
	|         | sudo crictl images -o json                                 |                                                 |                   |         |                     |                     |
	| pause   | -p                                                         | embed-certs-20220728222622-27744                | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:35 GMT | 28 Jul 22 22:35 GMT |
	|         | embed-certs-20220728222622-27744                           |                                                 |                   |         |                     |                     |
	|         | --alsologtostderr -v=1                                     |                                                 |                   |         |                     |                     |
	| unpause | -p                                                         | embed-certs-20220728222622-27744                | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:35 GMT | 28 Jul 22 22:35 GMT |
	|         | embed-certs-20220728222622-27744                           |                                                 |                   |         |                     |                     |
	|         | --alsologtostderr -v=1                                     |                                                 |                   |         |                     |                     |
	| ssh     | -p                                                         | no-preload-20220728221829-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:36 GMT | 28 Jul 22 22:36 GMT |
	|         | no-preload-20220728221829-27744                            |                                                 |                   |         |                     |                     |
	|         | sudo crictl images -o json                                 |                                                 |                   |         |                     |                     |
	| delete  | -p                                                         | embed-certs-20220728222622-27744                | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:36 GMT | 28 Jul 22 22:36 GMT |
	|         | embed-certs-20220728222622-27744                           |                                                 |                   |         |                     |                     |
	| pause   | -p                                                         | no-preload-20220728221829-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:36 GMT | 28 Jul 22 22:36 GMT |
	|         | no-preload-20220728221829-27744                            |                                                 |                   |         |                     |                     |
	|         | --alsologtostderr -v=1                                     |                                                 |                   |         |                     |                     |
	| delete  | -p                                                         | embed-certs-20220728222622-27744                | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:36 GMT | 28 Jul 22 22:36 GMT |
	|         | embed-certs-20220728222622-27744                           |                                                 |                   |         |                     |                     |
	| start   | -p newest-cni-20220728223615-27744 --memory=2200           | newest-cni-20220728223615-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:36 GMT | 28 Jul 22 22:38 GMT |
	|         | --alsologtostderr --wait=apiserver,system_pods,default_sa  |                                                 |                   |         |                     |                     |
	|         | --feature-gates ServerSideApply=true --network-plugin=cni  |                                                 |                   |         |                     |                     |
	|         | --extra-config=kubeadm.pod-network-cidr=192.168.111.111/16 |                                                 |                   |         |                     |                     |
	|         | --driver=docker --kubernetes-version=v1.24.3               |                                                 |                   |         |                     |                     |
	| unpause | -p                                                         | no-preload-20220728221829-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:36 GMT | 28 Jul 22 22:36 GMT |
	|         | no-preload-20220728221829-27744                            |                                                 |                   |         |                     |                     |
	|         | --alsologtostderr -v=1                                     |                                                 |                   |         |                     |                     |
	| delete  | -p                                                         | no-preload-20220728221829-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:36 GMT | 28 Jul 22 22:36 GMT |
	|         | no-preload-20220728221829-27744                            |                                                 |                   |         |                     |                     |
	| delete  | -p calico-20220728220624-27744                             | calico-20220728220624-27744                     | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:36 GMT | 28 Jul 22 22:37 GMT |
	| delete  | -p                                                         | no-preload-20220728221829-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:36 GMT | 28 Jul 22 22:36 GMT |
	|         | no-preload-20220728221829-27744                            |                                                 |                   |         |                     |                     |
	| addons  | enable metrics-server -p                                   | default-k8s-different-port-20220728223118-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:37 GMT | 28 Jul 22 22:37 GMT |
	|         | default-k8s-different-port-20220728223118-27744            |                                                 |                   |         |                     |                     |
	|         | --images=MetricsServer=k8s.gcr.io/echoserver:1.4           |                                                 |                   |         |                     |                     |
	|         | --registries=MetricsServer=fake.domain                     |                                                 |                   |         |                     |                     |
	| stop    | -p                                                         | default-k8s-different-port-20220728223118-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:37 GMT | 28 Jul 22 22:37 GMT |
	|         | default-k8s-different-port-20220728223118-27744            |                                                 |                   |         |                     |                     |
	|         | --alsologtostderr -v=3                                     |                                                 |                   |         |                     |                     |
	| addons  | enable dashboard -p                                        | default-k8s-different-port-20220728223118-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:37 GMT | 28 Jul 22 22:37 GMT |
	|         | default-k8s-different-port-20220728223118-27744            |                                                 |                   |         |                     |                     |
	|         | --images=MetricsScraper=k8s.gcr.io/echoserver:1.4          |                                                 |                   |         |                     |                     |
	| start   | -p                                                         | default-k8s-different-port-20220728223118-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:37 GMT |                     |
	|         | default-k8s-different-port-20220728223118-27744            |                                                 |                   |         |                     |                     |
	|         | --memory=2200 --alsologtostderr --wait=true                |                                                 |                   |         |                     |                     |
	|         | --apiserver-port=8444 --driver=docker                      |                                                 |                   |         |                     |                     |
	|         | --kubernetes-version=v1.24.3                               |                                                 |                   |         |                     |                     |
	| addons  | enable metrics-server -p                                   | newest-cni-20220728223615-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:38 GMT | 28 Jul 22 22:38 GMT |
	|         | newest-cni-20220728223615-27744                            |                                                 |                   |         |                     |                     |
	|         | --images=MetricsServer=k8s.gcr.io/echoserver:1.4           |                                                 |                   |         |                     |                     |
	|         | --registries=MetricsServer=fake.domain                     |                                                 |                   |         |                     |                     |
	| stop    | -p                                                         | newest-cni-20220728223615-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:38 GMT | 28 Jul 22 22:38 GMT |
	|         | newest-cni-20220728223615-27744                            |                                                 |                   |         |                     |                     |
	|         | --alsologtostderr -v=3                                     |                                                 |                   |         |                     |                     |
	| addons  | enable dashboard -p                                        | newest-cni-20220728223615-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:38 GMT | 28 Jul 22 22:38 GMT |
	|         | newest-cni-20220728223615-27744                            |                                                 |                   |         |                     |                     |
	|         | --images=MetricsScraper=k8s.gcr.io/echoserver:1.4          |                                                 |                   |         |                     |                     |
	| start   | -p newest-cni-20220728223615-27744 --memory=2200           | newest-cni-20220728223615-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:38 GMT | 28 Jul 22 22:39 GMT |
	|         | --alsologtostderr --wait=apiserver,system_pods,default_sa  |                                                 |                   |         |                     |                     |
	|         | --feature-gates ServerSideApply=true --network-plugin=cni  |                                                 |                   |         |                     |                     |
	|         | --extra-config=kubeadm.pod-network-cidr=192.168.111.111/16 |                                                 |                   |         |                     |                     |
	|         | --driver=docker --kubernetes-version=v1.24.3               |                                                 |                   |         |                     |                     |
	| ssh     | -p                                                         | newest-cni-20220728223615-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:39 GMT | 28 Jul 22 22:39 GMT |
	|         | newest-cni-20220728223615-27744                            |                                                 |                   |         |                     |                     |
	|         | sudo crictl images -o json                                 |                                                 |                   |         |                     |                     |
	| pause   | -p                                                         | newest-cni-20220728223615-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:39 GMT |                     |
	|         | newest-cni-20220728223615-27744                            |                                                 |                   |         |                     |                     |
	|         | --alsologtostderr -v=1                                     |                                                 |                   |         |                     |                     |
	|---------|------------------------------------------------------------|-------------------------------------------------|-------------------|---------|---------------------|---------------------|
	
	* 
	* ==> Last Start <==
	* Log file created at: 2022/07/28 22:38:33
	Running on machine: minikube3
	Binary: Built with gc go1.18.3 for windows/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0728 22:38:33.023911   44568 out.go:296] Setting OutFile to fd 1784 ...
	I0728 22:38:33.094705   44568 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 22:38:33.094705   44568 out.go:309] Setting ErrFile to fd 1832...
	I0728 22:38:33.094705   44568 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 22:38:33.130297   44568 out.go:303] Setting JSON to false
	I0728 22:38:33.138253   44568 start.go:115] hostinfo: {"hostname":"minikube3","uptime":15777,"bootTime":1659032136,"procs":193,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19044 Build 19044","kernelVersion":"10.0.19044 Build 19044","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"a0f355d5-8b6e-4346-9071-73232725d096"}
	W0728 22:38:33.139193   44568 start.go:123] gopshost.Virtualization returned error: not implemented yet
	I0728 22:38:33.144657   44568 out.go:177] * [newest-cni-20220728223615-27744] minikube v1.26.0 on Microsoft Windows 10 Enterprise N 10.0.19044 Build 19044
	I0728 22:38:33.148635   44568 notify.go:193] Checking for updates...
	I0728 22:38:33.151854   44568 out.go:177]   - KUBECONFIG=C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	I0728 22:38:33.154156   44568 out.go:177]   - MINIKUBE_HOME=C:\Users\jenkins.minikube3\minikube-integration\.minikube
	I0728 22:38:33.156793   44568 out.go:177]   - MINIKUBE_LOCATION=14555
	I0728 22:38:33.159884   44568 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0728 22:38:28.503831   48400 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56857/healthz ...
	I0728 22:38:28.690211   48400 api_server.go:266] https://127.0.0.1:56857/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:38:28.690483   48400 api_server.go:102] status: https://127.0.0.1:56857/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:38:29.010462   48400 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56857/healthz ...
	I0728 22:38:29.088163   48400 api_server.go:266] https://127.0.0.1:56857/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:38:29.088270   48400 api_server.go:102] status: https://127.0.0.1:56857/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:38:29.514514   48400 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56857/healthz ...
	I0728 22:38:29.600905   48400 api_server.go:266] https://127.0.0.1:56857/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:38:29.600905   48400 api_server.go:102] status: https://127.0.0.1:56857/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:38:30.011942   48400 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56857/healthz ...
	I0728 22:38:30.184168   48400 api_server.go:266] https://127.0.0.1:56857/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:38:30.184168   48400 api_server.go:102] status: https://127.0.0.1:56857/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:38:30.513231   48400 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56857/healthz ...
	I0728 22:38:30.701949   48400 api_server.go:266] https://127.0.0.1:56857/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:38:30.701949   48400 api_server.go:102] status: https://127.0.0.1:56857/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:38:31.014212   48400 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56857/healthz ...
	I0728 22:38:31.287113   48400 api_server.go:266] https://127.0.0.1:56857/healthz returned 200:
	ok
	I0728 22:38:31.485984   48400 api_server.go:140] control plane version: v1.24.3
	I0728 22:38:31.485984   48400 api_server.go:130] duration metric: took 11.9911991s to wait for apiserver health ...
	I0728 22:38:31.485984   48400 cni.go:95] Creating CNI manager for ""
	I0728 22:38:31.485984   48400 cni.go:169] CNI unnecessary in this configuration, recommending no CNI
	I0728 22:38:31.485984   48400 system_pods.go:43] waiting for kube-system pods to appear ...
	I0728 22:38:31.703720   48400 system_pods.go:59] 8 kube-system pods found
	I0728 22:38:31.703876   48400 system_pods.go:61] "coredns-6d4b75cb6d-p2xxk" [caf85449-48a0-4e72-847f-ea661fb85881] Running / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0728 22:38:31.703876   48400 system_pods.go:61] "etcd-default-k8s-different-port-20220728223118-27744" [aa65ff3a-edb6-4ebd-ba72-87dd3c6c406a] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0728 22:38:31.703876   48400 system_pods.go:61] "kube-apiserver-default-k8s-different-port-20220728223118-27744" [3a05e266-8790-45ec-853e-ca2b19df8a2b] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0728 22:38:31.703920   48400 system_pods.go:61] "kube-controller-manager-default-k8s-different-port-20220728223118-27744" [1f90e4b3-8a3e-493a-8913-2ad7c62b9bd4] Running / Ready:ContainersNotReady (containers with unready status: [kube-controller-manager]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-controller-manager])
	I0728 22:38:31.703920   48400 system_pods.go:61] "kube-proxy-pdx5f" [9649eae9-9a5c-4723-b643-afe5f2ce81d0] Running / Ready:ContainersNotReady (containers with unready status: [kube-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-proxy])
	I0728 22:38:31.703920   48400 system_pods.go:61] "kube-scheduler-default-k8s-different-port-20220728223118-27744" [19bc224c-11f0-46d5-81b7-f16b240a1e1d] Running / Ready:ContainersNotReady (containers with unready status: [kube-scheduler]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-scheduler])
	I0728 22:38:31.703974   48400 system_pods.go:61] "metrics-server-5c6f97fb75-hx7ll" [39c0bac4-ceee-4948-bbe4-e71ac42a9641] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0728 22:38:31.703974   48400 system_pods.go:61] "storage-provisioner" [998a8aa1-c1b5-4f9a-ba13-199b48c6926c] Running / Ready:ContainersNotReady (containers with unready status: [storage-provisioner]) / ContainersReady:ContainersNotReady (containers with unready status: [storage-provisioner])
	I0728 22:38:31.703974   48400 system_pods.go:74] duration metric: took 217.9882ms to wait for pod list to return data ...
	I0728 22:38:31.703974   48400 node_conditions.go:102] verifying NodePressure condition ...
	I0728 22:38:31.806223   48400 node_conditions.go:122] node storage ephemeral capacity is 263174212Ki
	I0728 22:38:31.806223   48400 node_conditions.go:123] node cpu capacity is 16
	I0728 22:38:31.806223   48400 node_conditions.go:105] duration metric: took 102.1873ms to run NodePressure ...
	I0728 22:38:31.806223   48400 ssh_runner.go:195] Run: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.24.3:$PATH" kubeadm init phase addon all --config /var/tmp/minikube/kubeadm.yaml"
	I0728 22:38:33.162362   44568 config.go:178] Loaded profile config "newest-cni-20220728223615-27744": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.24.3
	I0728 22:38:33.163188   44568 driver.go:365] Setting default libvirt URI to qemu:///system
	I0728 22:38:35.397811   44568 docker.go:137] docker version: linux-20.10.17
	I0728 22:38:35.409526   44568 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0728 22:38:36.020450   44568 info.go:265] docker info: {ID:32WQ:AR2E:QBMQ:3APU:6H37:XHFB:IZYG:CYO4:NVRY:3DND:E2II:HYH4 Containers:2 ContainersRunning:1 ContainersPaused:0 ContainersStopped:1 Images:4 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:true NFd:65 OomKillDisable:true NGoroutines:52 SystemTime:2022-07-28 22:38:35.5899636 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.102.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_
64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:53902323712 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.17 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:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1 Expected:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1} RuncCommit:{ID:v1.1.2-0-ga916309 Expected:v1.1.2-0-ga916309} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,
profile=default] 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] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.8.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.7.0] 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.8] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-p
lugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.17.0]] Warnings:<nil>}}
	I0728 22:38:36.024492   44568 out.go:177] * Using the docker driver based on existing profile
	I0728 22:38:36.026476   44568 start.go:284] selected driver: docker
	I0728 22:38:36.026476   44568 start.go:808] validating driver "docker" against &{Name:newest-cni-20220728223615-27744 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 Memory:2200 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.24.3 ClusterName:newest-cni-20220728223615-27744 Namespace:
default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates:ServerSideApply=true ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:kubeadm Key:pod-network-cidr Value:192.168.111.111/16}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:172.17.0.2 Port:8443 KubernetesVersion:v1.24.3 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[dashboard:true default-storageclass:true metrics-server:true storage-provisioner:true] CustomAddonImages:map[Dashboard:kubernetesui/dashboard:v2.6.0@sha256:4af9580485920635d888efe1eddbd67e12f9d5d84dba87100e93feb4e46636b3 MetricsScraper:k8s.gcr.io/echoserver:1.4 MetricsServer:k8s.gcr.io/echoserver:1.4] CustomAddonRegistries:map[MetricsServer:fake.domain] VerifyComponents:map[apiserver:true apps_running:false default_sa:true
extra:false kubelet:false node_ready:false system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube3:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath:}
	I0728 22:38:36.026476   44568 start.go:819] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0728 22:38:36.086129   44568 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0728 22:38:36.705502   44568 info.go:265] docker info: {ID:32WQ:AR2E:QBMQ:3APU:6H37:XHFB:IZYG:CYO4:NVRY:3DND:E2II:HYH4 Containers:2 ContainersRunning:1 ContainersPaused:0 ContainersStopped:1 Images:4 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:true NFd:65 OomKillDisable:true NGoroutines:52 SystemTime:2022-07-28 22:38:36.2643386 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.102.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_
64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:53902323712 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.17 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:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1 Expected:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1} RuncCommit:{ID:v1.1.2-0-ga916309 Expected:v1.1.2-0-ga916309} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,
profile=default] 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] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.8.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.7.0] 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.8] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-p
lugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.17.0]] Warnings:<nil>}}
	I0728 22:38:36.706168   44568 start_flags.go:872] Waiting for components: map[apiserver:true apps_running:false default_sa:true extra:false kubelet:false node_ready:false system_pods:true]
	I0728 22:38:36.706168   44568 cni.go:95] Creating CNI manager for ""
	I0728 22:38:36.706168   44568 cni.go:169] CNI unnecessary in this configuration, recommending no CNI
	I0728 22:38:36.706168   44568 start_flags.go:310] config:
	{Name:newest-cni-20220728223615-27744 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 Memory:2200 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.24.3 ClusterName:newest-cni-20220728223615-27744 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:clu
ster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates:ServerSideApply=true ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:kubeadm Key:pod-network-cidr Value:192.168.111.111/16}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:172.17.0.2 Port:8443 KubernetesVersion:v1.24.3 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[dashboard:true default-storageclass:true metrics-server:true storage-provisioner:true] CustomAddonImages:map[Dashboard:kubernetesui/dashboard:v2.6.0@sha256:4af9580485920635d888efe1eddbd67e12f9d5d84dba87100e93feb4e46636b3 MetricsScraper:k8s.gcr.io/echoserver:1.4 MetricsServer:k8s.gcr.io/echoserver:1.4] CustomAddonRegistries:map[MetricsServer:fake.domain] VerifyComponents:map[apiserver:true apps_running:false default_sa:true extra:false kubelet:false node_ready:false system_pods:true] StartHostTimeout:6m
0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube3:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath:}
	I0728 22:38:36.710009   44568 out.go:177] * Starting control plane node newest-cni-20220728223615-27744 in cluster newest-cni-20220728223615-27744
	I0728 22:38:36.712136   44568 cache.go:120] Beginning downloading kic base image for docker with docker
	I0728 22:38:36.714762   44568 out.go:177] * Pulling base image ...
	I0728 22:38:36.721438   44568 preload.go:132] Checking if preload exists for k8s version v1.24.3 and runtime docker
	I0728 22:38:36.721438   44568 image.go:75] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 in local docker daemon
	I0728 22:38:36.721438   44568 preload.go:148] Found local preload: C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.24.3-docker-overlay2-amd64.tar.lz4
	I0728 22:38:36.721438   44568 cache.go:57] Caching tarball of preloaded images
	I0728 22:38:36.722407   44568 preload.go:174] Found C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.24.3-docker-overlay2-amd64.tar.lz4 in cache, skipping download
	I0728 22:38:36.722407   44568 cache.go:60] Finished verifying existence of preloaded tar for  v1.24.3 on docker
	I0728 22:38:36.722407   44568 profile.go:148] Saving config to C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744\config.json ...
	I0728 22:38:36.939974   44568 image.go:79] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 in local docker daemon, skipping pull
	I0728 22:38:36.939974   44568 cache.go:142] gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 exists in daemon, skipping load
	I0728 22:38:36.939974   44568 cache.go:208] Successfully downloaded all kic artifacts
	I0728 22:38:36.939974   44568 start.go:370] acquiring machines lock for newest-cni-20220728223615-27744: {Name:mk9b21e79630c87523382e47a9c97a579a814a22 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0728 22:38:36.939974   44568 start.go:374] acquired machines lock for "newest-cni-20220728223615-27744" in 0s
	I0728 22:38:36.939974   44568 start.go:95] Skipping create...Using existing machine configuration
	I0728 22:38:36.939974   44568 fix.go:55] fixHost starting: 
	I0728 22:38:36.954557   44568 cli_runner.go:164] Run: docker container inspect newest-cni-20220728223615-27744 --format={{.State.Status}}
	I0728 22:38:37.214162   44568 fix.go:103] recreateIfNeeded on newest-cni-20220728223615-27744: state=Stopped err=<nil>
	W0728 22:38:37.214162   44568 fix.go:129] unexpected machine state, will restart: <nil>
	I0728 22:38:37.217350   44568 out.go:177] * Restarting existing docker container for "newest-cni-20220728223615-27744" ...
	I0728 22:38:37.226131   44568 cli_runner.go:164] Run: docker start newest-cni-20220728223615-27744
	I0728 22:38:34.504491   48400 ssh_runner.go:235] Completed: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.24.3:$PATH" kubeadm init phase addon all --config /var/tmp/minikube/kubeadm.yaml": (2.6982479s)
	I0728 22:38:34.504620   48400 kubeadm.go:762] waiting for restarted kubelet to initialise ...
	I0728 22:38:34.591930   48400 kubeadm.go:777] kubelet initialised
	I0728 22:38:34.592006   48400 kubeadm.go:778] duration metric: took 87.386ms waiting for restarted kubelet to initialise ...
	I0728 22:38:34.592037   48400 pod_ready.go:35] extra waiting up to 4m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0728 22:38:34.611516   48400 pod_ready.go:78] waiting up to 4m0s for pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace to be "Ready" ...
	I0728 22:38:36.667678   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:38.316477   44568 cli_runner.go:217] Completed: docker start newest-cni-20220728223615-27744: (1.0901945s)
	I0728 22:38:38.328751   44568 cli_runner.go:164] Run: docker container inspect newest-cni-20220728223615-27744 --format={{.State.Status}}
	I0728 22:38:38.563651   44568 kic.go:415] container "newest-cni-20220728223615-27744" state is running.
	I0728 22:38:38.573281   44568 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" newest-cni-20220728223615-27744
	I0728 22:38:38.827107   44568 profile.go:148] Saving config to C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744\config.json ...
	I0728 22:38:38.829184   44568 machine.go:88] provisioning docker machine ...
	I0728 22:38:38.829184   44568 ubuntu.go:169] provisioning hostname "newest-cni-20220728223615-27744"
	I0728 22:38:38.839377   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:39.129545   44568 main.go:134] libmachine: Using SSH client type: native
	I0728 22:38:39.129714   44568 main.go:134] libmachine: &{{{<nil> 0 [] [] []} docker [0xa93d20] 0xa96b80 <nil>  [] 0s} 127.0.0.1 56901 <nil> <nil>}
	I0728 22:38:39.129714   44568 main.go:134] libmachine: About to run SSH command:
	sudo hostname newest-cni-20220728223615-27744 && echo "newest-cni-20220728223615-27744" | sudo tee /etc/hostname
	I0728 22:38:39.498021   44568 main.go:134] libmachine: SSH cmd err, output: <nil>: newest-cni-20220728223615-27744
	
	I0728 22:38:39.511539   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:39.749426   44568 main.go:134] libmachine: Using SSH client type: native
	I0728 22:38:39.749426   44568 main.go:134] libmachine: &{{{<nil> 0 [] [] []} docker [0xa93d20] 0xa96b80 <nil>  [] 0s} 127.0.0.1 56901 <nil> <nil>}
	I0728 22:38:39.749426   44568 main.go:134] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\snewest-cni-20220728223615-27744' /etc/hosts; then
				if grep -xq '127.0.1.1\s.*' /etc/hosts; then
					sudo sed -i 's/^127.0.1.1\s.*/127.0.1.1 newest-cni-20220728223615-27744/g' /etc/hosts;
				else 
					echo '127.0.1.1 newest-cni-20220728223615-27744' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0728 22:38:39.970684   44568 main.go:134] libmachine: SSH cmd err, output: <nil>: 
	I0728 22:38:39.970684   44568 ubuntu.go:175] set auth options {CertDir:C:\Users\jenkins.minikube3\minikube-integration\.minikube CaCertPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca.pem CaPrivateKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\server.pem ServerKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\server-key.pem ClientKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\cert.pem ServerCertSANs:[] StorePath:C:\Users\jenkins.minikube3\minikube-integration\.minikube}
	I0728 22:38:39.970684   44568 ubuntu.go:177] setting up certificates
	I0728 22:38:39.970684   44568 provision.go:83] configureAuth start
	I0728 22:38:39.982158   44568 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" newest-cni-20220728223615-27744
	I0728 22:38:40.225377   44568 provision.go:138] copyHostCerts
	I0728 22:38:40.225377   44568 exec_runner.go:144] found C:\Users\jenkins.minikube3\minikube-integration\.minikube/ca.pem, removing ...
	I0728 22:38:40.225377   44568 exec_runner.go:207] rm: C:\Users\jenkins.minikube3\minikube-integration\.minikube\ca.pem
	I0728 22:38:40.225377   44568 exec_runner.go:151] cp: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca.pem --> C:\Users\jenkins.minikube3\minikube-integration\.minikube/ca.pem (1078 bytes)
	I0728 22:38:40.226388   44568 exec_runner.go:144] found C:\Users\jenkins.minikube3\minikube-integration\.minikube/cert.pem, removing ...
	I0728 22:38:40.227379   44568 exec_runner.go:207] rm: C:\Users\jenkins.minikube3\minikube-integration\.minikube\cert.pem
	I0728 22:38:40.227379   44568 exec_runner.go:151] cp: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\cert.pem --> C:\Users\jenkins.minikube3\minikube-integration\.minikube/cert.pem (1123 bytes)
	I0728 22:38:40.228505   44568 exec_runner.go:144] found C:\Users\jenkins.minikube3\minikube-integration\.minikube/key.pem, removing ...
	I0728 22:38:40.228505   44568 exec_runner.go:207] rm: C:\Users\jenkins.minikube3\minikube-integration\.minikube\key.pem
	I0728 22:38:40.228505   44568 exec_runner.go:151] cp: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\key.pem --> C:\Users\jenkins.minikube3\minikube-integration\.minikube/key.pem (1679 bytes)
	I0728 22:38:40.229420   44568 provision.go:112] generating server cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\server.pem ca-key=C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca.pem private-key=C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca-key.pem org=jenkins.newest-cni-20220728223615-27744 san=[172.17.0.2 127.0.0.1 localhost 127.0.0.1 minikube newest-cni-20220728223615-27744]
	I0728 22:38:40.638057   44568 provision.go:172] copyRemoteCerts
	I0728 22:38:40.649994   44568 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0728 22:38:40.658801   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:40.894512   44568 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:56901 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\newest-cni-20220728223615-27744\id_rsa Username:docker}
	I0728 22:38:41.036617   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0728 22:38:41.097393   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\server.pem --> /etc/docker/server.pem (1265 bytes)
	I0728 22:38:41.149763   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0728 22:38:41.198845   44568 provision.go:86] duration metric: configureAuth took 1.2281518s
	I0728 22:38:41.199505   44568 ubuntu.go:193] setting minikube options for container-runtime
	I0728 22:38:41.200108   44568 config.go:178] Loaded profile config "newest-cni-20220728223615-27744": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.24.3
	I0728 22:38:41.208599   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:41.452604   44568 main.go:134] libmachine: Using SSH client type: native
	I0728 22:38:41.453599   44568 main.go:134] libmachine: &{{{<nil> 0 [] [] []} docker [0xa93d20] 0xa96b80 <nil>  [] 0s} 127.0.0.1 56901 <nil> <nil>}
	I0728 22:38:41.453599   44568 main.go:134] libmachine: About to run SSH command:
	df --output=fstype / | tail -n 1
	I0728 22:38:41.603134   44568 main.go:134] libmachine: SSH cmd err, output: <nil>: overlay
	
	I0728 22:38:41.603209   44568 ubuntu.go:71] root file system type: overlay
	I0728 22:38:41.603532   44568 provision.go:309] Updating docker unit: /lib/systemd/system/docker.service ...
	I0728 22:38:41.611603   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:41.839215   44568 main.go:134] libmachine: Using SSH client type: native
	I0728 22:38:41.839796   44568 main.go:134] libmachine: &{{{<nil> 0 [] [] []} docker [0xa93d20] 0xa96b80 <nil>  [] 0s} 127.0.0.1 56901 <nil> <nil>}
	I0728 22:38:41.839864   44568 main.go:134] libmachine: About to run SSH command:
	sudo mkdir -p /lib/systemd/system && printf %!s(MISSING) "[Unit]
	Description=Docker Application Container Engine
	Documentation=https://docs.docker.com
	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
	Restart=on-failure
	
	
	
	# 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.
	LimitNOFILE=infinity
	LimitNPROC=infinity
	LimitCORE=infinity
	
	# 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
	
	[Install]
	WantedBy=multi-user.target
	" | sudo tee /lib/systemd/system/docker.service.new
	I0728 22:38:42.053747   44568 main.go:134] libmachine: SSH cmd err, output: <nil>: [Unit]
	Description=Docker Application Container Engine
	Documentation=https://docs.docker.com
	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
	Restart=on-failure
	
	
	
	# 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.
	LimitNOFILE=infinity
	LimitNPROC=infinity
	LimitCORE=infinity
	
	# 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
	
	[Install]
	WantedBy=multi-user.target
	
	I0728 22:38:42.062665   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:42.303533   44568 main.go:134] libmachine: Using SSH client type: native
	I0728 22:38:42.303736   44568 main.go:134] libmachine: &{{{<nil> 0 [] [] []} docker [0xa93d20] 0xa96b80 <nil>  [] 0s} 127.0.0.1 56901 <nil> <nil>}
	I0728 22:38:42.303736   44568 main.go:134] libmachine: About to run SSH 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; }
	I0728 22:38:42.525539   44568 main.go:134] libmachine: SSH cmd err, output: <nil>: 
	I0728 22:38:42.525656   44568 machine.go:91] provisioned docker machine in 3.696327s
	I0728 22:38:42.525656   44568 start.go:307] post-start starting for "newest-cni-20220728223615-27744" (driver="docker")
	I0728 22:38:42.525656   44568 start.go:334] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
	I0728 22:38:42.539706   44568 ssh_runner.go:195] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
	I0728 22:38:42.546520   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:42.791713   44568 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:56901 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\newest-cni-20220728223615-27744\id_rsa Username:docker}
	I0728 22:38:42.896896   44568 ssh_runner.go:195] Run: cat /etc/os-release
	I0728 22:38:42.910146   44568 main.go:134] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0728 22:38:42.910254   44568 main.go:134] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0728 22:38:42.910254   44568 main.go:134] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0728 22:38:42.910254   44568 info.go:137] Remote host: Ubuntu 20.04.4 LTS
	I0728 22:38:42.910254   44568 filesync.go:126] Scanning C:\Users\jenkins.minikube3\minikube-integration\.minikube\addons for local assets ...
	I0728 22:38:42.910254   44568 filesync.go:126] Scanning C:\Users\jenkins.minikube3\minikube-integration\.minikube\files for local assets ...
	I0728 22:38:42.910890   44568 filesync.go:149] local asset: C:\Users\jenkins.minikube3\minikube-integration\.minikube\files\etc\ssl\certs\277442.pem -> 277442.pem in /etc/ssl/certs
	I0728 22:38:42.925985   44568 ssh_runner.go:195] Run: sudo mkdir -p /etc/ssl/certs
	I0728 22:38:42.951329   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\files\etc\ssl\certs\277442.pem --> /etc/ssl/certs/277442.pem (1708 bytes)
	I0728 22:38:43.021020   44568 start.go:310] post-start completed in 495.3603ms
	I0728 22:38:43.036066   44568 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0728 22:38:43.043066   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:38.668681   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:41.160575   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:43.286620   44568 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:56901 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\newest-cni-20220728223615-27744\id_rsa Username:docker}
	I0728 22:38:43.445672   44568 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0728 22:38:43.465744   44568 fix.go:57] fixHost completed within 6.5256806s
	I0728 22:38:43.465782   44568 start.go:82] releasing machines lock for "newest-cni-20220728223615-27744", held for 6.5257588s
	I0728 22:38:43.474333   44568 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" newest-cni-20220728223615-27744
	I0728 22:38:43.722411   44568 ssh_runner.go:195] Run: curl -sS -m 2 https://k8s.gcr.io/
	I0728 22:38:43.729912   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:43.730921   44568 ssh_runner.go:195] Run: systemctl --version
	I0728 22:38:43.740667   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:43.969111   44568 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:56901 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\newest-cni-20220728223615-27744\id_rsa Username:docker}
	I0728 22:38:43.985131   44568 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:56901 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\newest-cni-20220728223615-27744\id_rsa Username:docker}
	I0728 22:38:44.185593   44568 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
	I0728 22:38:44.214108   44568 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (233 bytes)
	I0728 22:38:44.262347   44568 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0728 22:38:44.431442   44568 ssh_runner.go:195] Run: sudo systemctl restart cri-docker
	I0728 22:38:44.633926   44568 ssh_runner.go:195] Run: sudo systemctl cat docker.service
	I0728 22:38:44.661507   44568 cruntime.go:273] skipping containerd shutdown because we are bound to it
	I0728 22:38:44.671956   44568 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I0728 22:38:44.709909   44568 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/cri-dockerd.sock
	image-endpoint: unix:///var/run/cri-dockerd.sock
	" | sudo tee /etc/crictl.yaml"
	I0728 22:38:44.759481   44568 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
	I0728 22:38:44.927389   44568 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
	I0728 22:38:45.100169   44568 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0728 22:38:45.271124   44568 ssh_runner.go:195] Run: sudo systemctl restart docker
	I0728 22:38:46.130421   44568 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
	I0728 22:38:46.282671   44568 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0728 22:38:46.437125   44568 ssh_runner.go:195] Run: sudo systemctl start cri-docker.socket
	I0728 22:38:46.467920   44568 start.go:450] Will wait 60s for socket path /var/run/cri-dockerd.sock
	I0728 22:38:46.477404   44568 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
	I0728 22:38:46.495911   44568 start.go:471] Will wait 60s for crictl version
	I0728 22:38:46.505855   44568 ssh_runner.go:195] Run: sudo crictl version
	I0728 22:38:46.577161   44568 start.go:480] Version:  0.1.0
	RuntimeName:  docker
	RuntimeVersion:  20.10.17
	RuntimeApiVersion:  1.41.0
	I0728 22:38:46.584939   44568 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
	I0728 22:38:46.673857   44568 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
	I0728 22:38:46.757124   44568 out.go:204] * Preparing Kubernetes v1.24.3 on Docker 20.10.17 ...
	I0728 22:38:46.766304   44568 cli_runner.go:164] Run: docker exec -t newest-cni-20220728223615-27744 dig +short host.docker.internal
	I0728 22:38:47.167523   44568 network.go:96] got host ip for mount in container by digging dns: 192.168.65.2
	I0728 22:38:47.176530   44568 ssh_runner.go:195] Run: grep 192.168.65.2	host.minikube.internal$ /etc/hosts
	I0728 22:38:47.190197   44568 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.65.2	host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0728 22:38:47.227727   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:47.452555   44568 out.go:177]   - kubeadm.pod-network-cidr=192.168.111.111/16
	I0728 22:38:47.455272   44568 preload.go:132] Checking if preload exists for k8s version v1.24.3 and runtime docker
	I0728 22:38:47.462870   44568 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
	I0728 22:38:47.533045   44568 docker.go:611] Got preloaded images: -- stdout --
	k8s.gcr.io/kube-apiserver:v1.24.3
	k8s.gcr.io/kube-proxy:v1.24.3
	k8s.gcr.io/kube-scheduler:v1.24.3
	k8s.gcr.io/kube-controller-manager:v1.24.3
	k8s.gcr.io/etcd:3.5.3-0
	k8s.gcr.io/pause:3.7
	k8s.gcr.io/coredns/coredns:v1.8.6
	k8s.gcr.io/pause:3.6
	gcr.io/k8s-minikube/storage-provisioner:v5
	
	-- /stdout --
	I0728 22:38:47.533045   44568 docker.go:542] Images already preloaded, skipping extraction
	I0728 22:38:47.541607   44568 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
	I0728 22:38:47.616374   44568 docker.go:611] Got preloaded images: -- stdout --
	k8s.gcr.io/kube-apiserver:v1.24.3
	k8s.gcr.io/kube-proxy:v1.24.3
	k8s.gcr.io/kube-controller-manager:v1.24.3
	k8s.gcr.io/kube-scheduler:v1.24.3
	k8s.gcr.io/etcd:3.5.3-0
	k8s.gcr.io/pause:3.7
	k8s.gcr.io/coredns/coredns:v1.8.6
	k8s.gcr.io/pause:3.6
	gcr.io/k8s-minikube/storage-provisioner:v5
	
	-- /stdout --
	I0728 22:38:47.616374   44568 cache_images.go:84] Images are preloaded, skipping loading
	I0728 22:38:47.625235   44568 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
	I0728 22:38:47.811999   44568 cni.go:95] Creating CNI manager for ""
	I0728 22:38:47.811999   44568 cni.go:169] CNI unnecessary in this configuration, recommending no CNI
	I0728 22:38:47.811999   44568 kubeadm.go:87] Using pod CIDR: 192.168.111.111/16
	I0728 22:38:47.811999   44568 kubeadm.go:158] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:192.168.111.111/16 AdvertiseAddress:172.17.0.2 APIServerPort:8443 KubernetesVersion:v1.24.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:newest-cni-20220728223615-27744 NodeName:newest-cni-20220728223615-27744 DNSDomain:cluster.local CRISocket:/var/run/cri-dockerd.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota feature-gates:ServerSideApply=true] Pairs:map[certSANs:["127.0.0.1", "localhost", "172.17.0.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true feature-gates:ServerSideApply=true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[feature-gates:ServerSideApply=true leader-elect:false]
Pairs:map[]}] FeatureArgs:map[] NoTaintMaster:true NodeIP:172.17.0.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[]}
	I0728 22:38:47.811999   44568 kubeadm.go:162] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: InitConfiguration
	localAPIEndpoint:
	  advertiseAddress: 172.17.0.2
	  bindPort: 8443
	bootstrapTokens:
	  - groups:
	      - system:bootstrappers:kubeadm:default-node-token
	    ttl: 24h0m0s
	    usages:
	      - signing
	      - authentication
	nodeRegistration:
	  criSocket: /var/run/cri-dockerd.sock
	  name: "newest-cni-20220728223615-27744"
	  kubeletExtraArgs:
	    node-ip: 172.17.0.2
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "172.17.0.2"]
	  extraArgs:
	    enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	    feature-gates: "ServerSideApply=true"
	controllerManager:
	  extraArgs:
	    allocate-node-cidrs: "true"
	    feature-gates: "ServerSideApply=true"
	    leader-elect: "false"
	scheduler:
	  extraArgs:
	    feature-gates: "ServerSideApply=true"
	    leader-elect: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      proxy-refresh-interval: "70000"
	kubernetesVersion: v1.24.3
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "192.168.111.111/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%!"(MISSING)
	  nodefs.inodesFree: "0%!"(MISSING)
	  imagefs.available: "0%!"(MISSING)
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "192.168.111.111/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0728 22:38:47.812618   44568 kubeadm.go:961] kubelet [Unit]
	Wants=docker.socket
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.24.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --container-runtime=remote --container-runtime-endpoint=/var/run/cri-dockerd.sock --feature-gates=ServerSideApply=true --hostname-override=newest-cni-20220728223615-27744 --image-service-endpoint=/var/run/cri-dockerd.sock --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=172.17.0.2 --runtime-request-timeout=15m
	
	[Install]
	 config:
	{KubernetesVersion:v1.24.3 ClusterName:newest-cni-20220728223615-27744 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates:ServerSideApply=true ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:kubeadm Key:pod-network-cidr Value:192.168.111.111/16}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:}
	I0728 22:38:47.821772   44568 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.24.3
	I0728 22:38:47.853788   44568 binaries.go:44] Found k8s binaries, skipping transfer
	I0728 22:38:47.864748   44568 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0728 22:38:47.889338   44568 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (528 bytes)
	I0728 22:38:47.930571   44568 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0728 22:38:47.965968   44568 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2184 bytes)
	I0728 22:38:48.013766   44568 ssh_runner.go:195] Run: grep 172.17.0.2	control-plane.minikube.internal$ /etc/hosts
	I0728 22:38:48.027528   44568 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "172.17.0.2	control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0728 22:38:48.051325   44568 certs.go:54] Setting up C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744 for IP: 172.17.0.2
	I0728 22:38:48.052091   44568 certs.go:182] skipping minikubeCA CA generation: C:\Users\jenkins.minikube3\minikube-integration\.minikube\ca.key
	I0728 22:38:48.052187   44568 certs.go:182] skipping proxyClientCA CA generation: C:\Users\jenkins.minikube3\minikube-integration\.minikube\proxy-client-ca.key
	I0728 22:38:48.052187   44568 certs.go:298] skipping minikube-user signed cert generation: C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744\client.key
	I0728 22:38:48.053080   44568 certs.go:298] skipping minikube signed cert generation: C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744\apiserver.key.7b749c5f
	I0728 22:38:48.053390   44568 certs.go:298] skipping aggregator signed cert generation: C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744\proxy-client.key
	I0728 22:38:48.054699   44568 certs.go:388] found cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\27744.pem (1338 bytes)
	W0728 22:38:48.055033   44568 certs.go:384] ignoring C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\27744_empty.pem, impossibly tiny 0 bytes
	I0728 22:38:48.055033   44568 certs.go:388] found cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca-key.pem (1679 bytes)
	I0728 22:38:48.055033   44568 certs.go:388] found cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca.pem (1078 bytes)
	I0728 22:38:48.055705   44568 certs.go:388] found cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\cert.pem (1123 bytes)
	I0728 22:38:48.055958   44568 certs.go:388] found cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\key.pem (1679 bytes)
	I0728 22:38:48.055958   44568 certs.go:388] found cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\files\etc\ssl\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\files\etc\ssl\certs\277442.pem (1708 bytes)
	I0728 22:38:48.057219   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744\apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
	I0728 22:38:43.665951   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:46.152575   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:48.106313   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744\apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I0728 22:38:48.154605   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744\proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0728 22:38:48.208302   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744\proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I0728 22:38:48.257981   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0728 22:38:48.311624   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0728 22:38:48.370856   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0728 22:38:48.423942   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0728 22:38:48.469257   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\files\etc\ssl\certs\277442.pem --> /usr/share/ca-certificates/277442.pem (1708 bytes)
	I0728 22:38:48.519779   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0728 22:38:48.572079   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\27744.pem --> /usr/share/ca-certificates/27744.pem (1338 bytes)
	I0728 22:38:48.620505   44568 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0728 22:38:48.672603   44568 ssh_runner.go:195] Run: openssl version
	I0728 22:38:48.697314   44568 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/277442.pem && ln -fs /usr/share/ca-certificates/277442.pem /etc/ssl/certs/277442.pem"
	I0728 22:38:48.731930   44568 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/277442.pem
	I0728 22:38:48.746713   44568 certs.go:431] hashing: -rw-r--r-- 1 root root 1708 Jul 28 20:37 /usr/share/ca-certificates/277442.pem
	I0728 22:38:48.756165   44568 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/277442.pem
	I0728 22:38:48.781785   44568 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/3ec20f2e.0 || ln -fs /etc/ssl/certs/277442.pem /etc/ssl/certs/3ec20f2e.0"
	I0728 22:38:48.813983   44568 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
	I0728 22:38:48.852734   44568 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0728 22:38:48.869308   44568 certs.go:431] hashing: -rw-r--r-- 1 root root 1111 Jul 28 20:28 /usr/share/ca-certificates/minikubeCA.pem
	I0728 22:38:48.879649   44568 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0728 22:38:48.901042   44568 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
	I0728 22:38:48.935557   44568 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/27744.pem && ln -fs /usr/share/ca-certificates/27744.pem /etc/ssl/certs/27744.pem"
	I0728 22:38:48.967657   44568 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/27744.pem
	I0728 22:38:48.980082   44568 certs.go:431] hashing: -rw-r--r-- 1 root root 1338 Jul 28 20:37 /usr/share/ca-certificates/27744.pem
	I0728 22:38:48.989010   44568 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/27744.pem
	I0728 22:38:49.014487   44568 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/51391683.0 || ln -fs /etc/ssl/certs/27744.pem /etc/ssl/certs/51391683.0"
	I0728 22:38:49.039688   44568 kubeadm.go:395] StartCluster: {Name:newest-cni-20220728223615-27744 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 Memory:2200 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.24.3 ClusterName:newest-cni-20220728223615-27744 Namespace:default APIServerNam
e:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates:ServerSideApply=true ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:kubeadm Key:pod-network-cidr Value:192.168.111.111/16}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:172.17.0.2 Port:8443 KubernetesVersion:v1.24.3 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[dashboard:true default-storageclass:true metrics-server:true storage-provisioner:true] CustomAddonImages:map[Dashboard:kubernetesui/dashboard:v2.6.0@sha256:4af9580485920635d888efe1eddbd67e12f9d5d84dba87100e93feb4e46636b3 MetricsScraper:k8s.gcr.io/echoserver:1.4 MetricsServer:k8s.gcr.io/echoserver:1.4] CustomAddonRegistries:map[MetricsServer:fake.domain] VerifyComponents:map[apiserver:true apps_running:false default_sa:true extra:false kubelet:
false node_ready:false system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube3:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath:}
	I0728 22:38:49.048424   44568 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
	I0728 22:38:49.138776   44568 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0728 22:38:49.170161   44568 kubeadm.go:410] found existing configuration files, will attempt cluster restart
	I0728 22:38:49.170161   44568 kubeadm.go:626] restartCluster start
	I0728 22:38:49.180746   44568 ssh_runner.go:195] Run: sudo test -d /data/minikube
	I0728 22:38:49.199746   44568 kubeadm.go:127] /data/minikube skipping compat symlinks: sudo test -d /data/minikube: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:49.205750   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:49.433657   44568 kubeconfig.go:116] verify returned: extract IP: "newest-cni-20220728223615-27744" does not appear in C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	I0728 22:38:49.434326   44568 kubeconfig.go:127] "newest-cni-20220728223615-27744" context is missing from C:\Users\jenkins.minikube3\minikube-integration\kubeconfig - will repair!
	I0728 22:38:49.434580   44568 lock.go:35] WriteFile acquiring C:\Users\jenkins.minikube3\minikube-integration\kubeconfig: {Name:mk966a7640504e03827322930a51a762b5508893 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0728 22:38:49.454455   44568 ssh_runner.go:195] Run: sudo diff -u /var/tmp/minikube/kubeadm.yaml /var/tmp/minikube/kubeadm.yaml.new
	I0728 22:38:49.486630   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:49.497830   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:49.525713   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:49.727277   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:49.743153   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:49.771656   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:49.928221   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:49.938707   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:49.967382   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:50.130549   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:50.144239   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:50.183010   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:50.331889   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:50.344300   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:50.376882   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:50.535160   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:50.545936   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:50.573290   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:50.735372   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:50.746751   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:50.775871   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:50.939615   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:50.949928   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:50.979935   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:51.129144   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:51.139675   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:51.167710   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:51.330170   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:51.341471   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:51.372926   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:51.532986   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:51.542511   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:51.575183   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:51.736299   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:51.746675   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:51.775083   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:51.938352   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:51.948546   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:51.977684   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:52.126954   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:52.137690   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:52.170439   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:52.332519   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:52.343528   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:52.372648   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:52.534325   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:52.545198   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:52.576447   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:52.577130   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:52.596081   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:52.621775   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:52.621827   44568 kubeadm.go:601] needs reconfigure: apiserver error: timed out waiting for the condition
	I0728 22:38:52.621827   44568 kubeadm.go:1092] stopping kube-system containers ...
	I0728 22:38:52.632412   44568 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
	I0728 22:38:52.723232   44568 docker.go:443] Stopping containers: [cba2c76b5141 b580fb166ecd b147d9830976 72b40cd0c39a 163d3269165f 02252fe3f987 26ea6eed7e52 217d8c809eed 40abfb70512c e331633d6f6c c35601242fab 7abbdec9b733 011660c553b1 54add69f85f8 3c47c21e6453 8edd10927b6c f6ea0babf43e f2ee01eb3148 055f59d40070 338a72a8b167]
	I0728 22:38:52.730235   44568 ssh_runner.go:195] Run: docker stop cba2c76b5141 b580fb166ecd b147d9830976 72b40cd0c39a 163d3269165f 02252fe3f987 26ea6eed7e52 217d8c809eed 40abfb70512c e331633d6f6c c35601242fab 7abbdec9b733 011660c553b1 54add69f85f8 3c47c21e6453 8edd10927b6c f6ea0babf43e f2ee01eb3148 055f59d40070 338a72a8b167
	I0728 22:38:52.831696   44568 ssh_runner.go:195] Run: sudo systemctl stop kubelet
	I0728 22:38:52.879637   44568 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
	I0728 22:38:52.911936   44568 kubeadm.go:155] found existing configuration files:
	-rw------- 1 root root 5639 Jul 28 22:37 /etc/kubernetes/admin.conf
	-rw------- 1 root root 5650 Jul 28 22:37 /etc/kubernetes/controller-manager.conf
	-rw------- 1 root root 2063 Jul 28 22:37 /etc/kubernetes/kubelet.conf
	-rw------- 1 root root 5598 Jul 28 22:37 /etc/kubernetes/scheduler.conf
	
	I0728 22:38:52.929066   44568 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0728 22:38:52.960068   44568 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0728 22:38:52.993209   44568 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0728 22:38:53.020624   44568 kubeadm.go:166] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:53.031608   44568 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0728 22:38:53.063671   44568 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0728 22:38:53.088076   44568 kubeadm.go:166] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:53.100165   44568 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0728 22:38:48.660580   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:50.664708   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:52.786530   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:53.131877   44568 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0728 22:38:53.163221   44568 kubeadm.go:703] reconfiguring cluster from /var/tmp/minikube/kubeadm.yaml
	I0728 22:38:53.163221   44568 ssh_runner.go:195] Run: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.24.3:$PATH" kubeadm init phase certs all --config /var/tmp/minikube/kubeadm.yaml"
	I0728 22:38:53.280505   44568 ssh_runner.go:195] Run: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.24.3:$PATH" kubeadm init phase kubeconfig all --config /var/tmp/minikube/kubeadm.yaml"
	I0728 22:38:54.252404   44568 ssh_runner.go:195] Run: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.24.3:$PATH" kubeadm init phase kubelet-start --config /var/tmp/minikube/kubeadm.yaml"
	I0728 22:38:54.671503   44568 ssh_runner.go:195] Run: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.24.3:$PATH" kubeadm init phase control-plane all --config /var/tmp/minikube/kubeadm.yaml"
	I0728 22:38:54.889496   44568 ssh_runner.go:195] Run: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.24.3:$PATH" kubeadm init phase etcd local --config /var/tmp/minikube/kubeadm.yaml"
	I0728 22:38:55.196469   44568 api_server.go:51] waiting for apiserver process to appear ...
	I0728 22:38:55.211457   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0728 22:38:55.912331   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0728 22:38:56.409896   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0728 22:38:56.917245   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0728 22:38:57.416098   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0728 22:38:57.916162   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0728 22:38:55.154545   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:57.155493   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:58.413992   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0728 22:38:58.909941   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0728 22:38:59.099916   44568 api_server.go:71] duration metric: took 3.9034171s to wait for apiserver process to appear ...
	I0728 22:38:59.099916   44568 api_server.go:87] waiting for apiserver healthz status ...
	I0728 22:38:59.099916   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:38:59.105635   44568 api_server.go:256] stopped: https://127.0.0.1:56905/healthz: Get "https://127.0.0.1:56905/healthz": EOF
	I0728 22:38:59.620656   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:38:59.627501   44568 api_server.go:256] stopped: https://127.0.0.1:56905/healthz: Get "https://127.0.0.1:56905/healthz": EOF
	I0728 22:39:00.109139   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:38:59.655006   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:01.655928   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:05.116650   44568 api_server.go:256] stopped: https://127.0.0.1:56905/healthz: Get "https://127.0.0.1:56905/healthz": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
	I0728 22:39:05.619838   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:05.985881   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[-]poststarthook/bootstrap-controller failed: reason withheld
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[-]poststarthook/scheduling/bootstrap-system-priority-classes failed: reason withheld
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[-]poststarthook/apiservice-registration-controller failed: reason withheld
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:05.985969   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[-]poststarthook/bootstrap-controller failed: reason withheld
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[-]poststarthook/scheduling/bootstrap-system-priority-classes failed: reason withheld
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[-]poststarthook/apiservice-registration-controller failed: reason withheld
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:06.108918   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:06.285513   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[-]poststarthook/scheduling/bootstrap-system-priority-classes failed: reason withheld
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:06.285513   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[-]poststarthook/scheduling/bootstrap-system-priority-classes failed: reason withheld
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:06.611673   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:06.636565   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[-]poststarthook/scheduling/bootstrap-system-priority-classes failed: reason withheld
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:06.636565   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[-]poststarthook/scheduling/bootstrap-system-priority-classes failed: reason withheld
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:07.111673   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:07.195839   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:07.195958   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:07.610410   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:07.787214   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:07.787417   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:04.153197   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:06.158957   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:08.109565   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:08.287772   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:08.288067   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:08.606724   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:08.697546   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:08.697654   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:09.119815   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:09.200514   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:09.200514   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:09.620718   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:09.784467   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:09.784467   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:10.116879   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:10.206191   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:10.206191   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:10.618402   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:10.785249   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 200:
	ok
	I0728 22:39:10.886794   44568 api_server.go:140] control plane version: v1.24.3
	I0728 22:39:10.886794   44568 api_server.go:130] duration metric: took 11.7867888s to wait for apiserver health ...
	I0728 22:39:10.886794   44568 cni.go:95] Creating CNI manager for ""
	I0728 22:39:10.886794   44568 cni.go:169] CNI unnecessary in this configuration, recommending no CNI
	I0728 22:39:10.886794   44568 system_pods.go:43] waiting for kube-system pods to appear ...
	I0728 22:39:11.001046   44568 system_pods.go:59] 8 kube-system pods found
	I0728 22:39:11.001046   44568 system_pods.go:61] "coredns-6d4b75cb6d-qqb29" [abc6e6f3-9b3a-4572-be76-348f7d76f99e] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0728 22:39:11.001046   44568 system_pods.go:61] "etcd-newest-cni-20220728223615-27744" [eca16740-0b15-4f8b-a2c5-da159982e871] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0728 22:39:11.001046   44568 system_pods.go:61] "kube-apiserver-newest-cni-20220728223615-27744" [f0c7b5b8-7cb3-4e30-b4aa-39276870f5bc] Running
	I0728 22:39:11.001046   44568 system_pods.go:61] "kube-controller-manager-newest-cni-20220728223615-27744" [64bceb14-dc7e-434d-bf4c-8a673805acc6] Running
	I0728 22:39:11.001046   44568 system_pods.go:61] "kube-proxy-k4svt" [4a0adb1a-365f-4461-a221-657d65d226d6] Running / Ready:ContainersNotReady (containers with unready status: [kube-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-proxy])
	I0728 22:39:11.001598   44568 system_pods.go:61] "kube-scheduler-newest-cni-20220728223615-27744" [e8384b81-a9f5-488a-b0a4-d938cdee1e42] Running
	I0728 22:39:11.001684   44568 system_pods.go:61] "metrics-server-5c6f97fb75-fwc9b" [1e9eef8f-f309-42ed-b3ce-557a7f5c8d83] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0728 22:39:11.001723   44568 system_pods.go:61] "storage-provisioner" [a0449342-4b31-4189-98e6-747602dea5fd] Running
	I0728 22:39:11.001760   44568 system_pods.go:74] duration metric: took 114.9651ms to wait for pod list to return data ...
	I0728 22:39:11.001815   44568 node_conditions.go:102] verifying NodePressure condition ...
	I0728 22:39:11.094283   44568 node_conditions.go:122] node storage ephemeral capacity is 263174212Ki
	I0728 22:39:11.094414   44568 node_conditions.go:123] node cpu capacity is 16
	I0728 22:39:11.094414   44568 node_conditions.go:105] duration metric: took 92.5976ms to run NodePressure ...
	I0728 22:39:11.094414   44568 ssh_runner.go:195] Run: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.24.3:$PATH" kubeadm init phase addon all --config /var/tmp/minikube/kubeadm.yaml"
	I0728 22:39:12.418890   44568 ssh_runner.go:235] Completed: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.24.3:$PATH" kubeadm init phase addon all --config /var/tmp/minikube/kubeadm.yaml": (1.3244659s)
	I0728 22:39:12.418992   44568 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0728 22:39:12.491487   44568 ops.go:34] apiserver oom_adj: -16
	I0728 22:39:12.491562   44568 kubeadm.go:630] restartCluster took 23.3212237s
	I0728 22:39:12.491562   44568 kubeadm.go:397] StartCluster complete in 23.4516957s
	I0728 22:39:12.491696   44568 settings.go:142] acquiring lock: {Name:mke99fb8c09012609ce6804e7dfd4d68f5541df7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0728 22:39:12.492046   44568 settings.go:150] Updating kubeconfig:  C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	I0728 22:39:12.495145   44568 lock.go:35] WriteFile acquiring C:\Users\jenkins.minikube3\minikube-integration\kubeconfig: {Name:mk966a7640504e03827322930a51a762b5508893 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0728 22:39:12.591867   44568 kapi.go:244] deployment "coredns" in namespace "kube-system" and context "newest-cni-20220728223615-27744" rescaled to 1
	I0728 22:39:12.592492   44568 start.go:211] Will wait 6m0s for node &{Name: IP:172.17.0.2 Port:8443 KubernetesVersion:v1.24.3 ContainerRuntime:docker ControlPlane:true Worker:true}
	I0728 22:39:12.592492   44568 addons.go:412] enableAddons start: toEnable=map[dashboard:true default-storageclass:true metrics-server:true storage-provisioner:true], additional=[]
	I0728 22:39:12.592574   44568 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.24.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0728 22:39:12.592685   44568 addons.go:65] Setting storage-provisioner=true in profile "newest-cni-20220728223615-27744"
	I0728 22:39:12.592685   44568 addons.go:65] Setting dashboard=true in profile "newest-cni-20220728223615-27744"
	I0728 22:39:12.592685   44568 addons.go:65] Setting default-storageclass=true in profile "newest-cni-20220728223615-27744"
	I0728 22:39:12.595609   44568 addons.go:153] Setting addon dashboard=true in "newest-cni-20220728223615-27744"
	I0728 22:39:12.595609   44568 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "newest-cni-20220728223615-27744"
	W0728 22:39:12.595652   44568 addons.go:162] addon dashboard should already be in state true
	I0728 22:39:12.593077   44568 config.go:178] Loaded profile config "newest-cni-20220728223615-27744": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.24.3
	I0728 22:39:12.595314   44568 out.go:177] * Verifying Kubernetes components...
	I0728 22:39:12.595428   44568 addons.go:153] Setting addon storage-provisioner=true in "newest-cni-20220728223615-27744"
	I0728 22:39:12.592685   44568 addons.go:65] Setting metrics-server=true in profile "newest-cni-20220728223615-27744"
	I0728 22:39:12.597167   44568 host.go:66] Checking if "newest-cni-20220728223615-27744" exists ...
	W0728 22:39:12.599607   44568 addons.go:162] addon storage-provisioner should already be in state true
	I0728 22:39:12.599677   44568 addons.go:153] Setting addon metrics-server=true in "newest-cni-20220728223615-27744"
	W0728 22:39:12.599733   44568 addons.go:162] addon metrics-server should already be in state true
	I0728 22:39:12.599809   44568 host.go:66] Checking if "newest-cni-20220728223615-27744" exists ...
	I0728 22:39:12.599929   44568 host.go:66] Checking if "newest-cni-20220728223615-27744" exists ...
	I0728 22:39:12.616879   44568 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0728 22:39:12.623289   44568 cli_runner.go:164] Run: docker container inspect newest-cni-20220728223615-27744 --format={{.State.Status}}
	I0728 22:39:12.625840   44568 cli_runner.go:164] Run: docker container inspect newest-cni-20220728223615-27744 --format={{.State.Status}}
	I0728 22:39:12.626773   44568 cli_runner.go:164] Run: docker container inspect newest-cni-20220728223615-27744 --format={{.State.Status}}
	I0728 22:39:12.634639   44568 cli_runner.go:164] Run: docker container inspect newest-cni-20220728223615-27744 --format={{.State.Status}}
	I0728 22:39:12.907203   44568 out.go:177]   - Using image kubernetesui/dashboard:v2.6.0
	I0728 22:39:12.910199   44568 out.go:177]   - Using image k8s.gcr.io/echoserver:1.4
	I0728 22:39:12.913197   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-ns.yaml
	I0728 22:39:12.913197   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-ns.yaml (759 bytes)
	I0728 22:39:12.921211   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:39:12.928208   44568 out.go:177]   - Using image fake.domain/k8s.gcr.io/echoserver:1.4
	I0728 22:39:12.930200   44568 addons.go:345] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0728 22:39:12.930200   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0728 22:39:12.938196   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:39:12.962200   44568 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0728 22:39:12.964207   44568 addons.go:345] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0728 22:39:12.964207   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0728 22:39:12.971205   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:39:13.016208   44568 addons.go:153] Setting addon default-storageclass=true in "newest-cni-20220728223615-27744"
	W0728 22:39:13.016208   44568 addons.go:162] addon default-storageclass should already be in state true
	I0728 22:39:13.016208   44568 host.go:66] Checking if "newest-cni-20220728223615-27744" exists ...
	I0728 22:39:13.032207   44568 cli_runner.go:164] Run: docker container inspect newest-cni-20220728223615-27744 --format={{.State.Status}}
	I0728 22:39:08.657801   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:11.153411   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:13.166257   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:13.168210   44568 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:56901 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\newest-cni-20220728223615-27744\id_rsa Username:docker}
	I0728 22:39:13.184213   44568 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:56901 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\newest-cni-20220728223615-27744\id_rsa Username:docker}
	I0728 22:39:13.232214   44568 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:56901 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\newest-cni-20220728223615-27744\id_rsa Username:docker}
	I0728 22:39:13.279217   44568 addons.go:345] installing /etc/kubernetes/addons/storageclass.yaml
	I0728 22:39:13.279217   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0728 22:39:13.293204   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:39:13.296258   44568 start.go:789] CoreDNS already contains "host.minikube.internal" host record, skipping...
	I0728 22:39:13.309203   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:39:13.547882   44568 api_server.go:51] waiting for apiserver process to appear ...
	I0728 22:39:13.562849   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0728 22:39:13.562849   44568 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:56901 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\newest-cni-20220728223615-27744\id_rsa Username:docker}
	I0728 22:39:13.687304   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-clusterrole.yaml
	I0728 22:39:13.687304   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-clusterrole.yaml (1001 bytes)
	I0728 22:39:13.690320   44568 addons.go:345] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0728 22:39:13.690320   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1820 bytes)
	I0728 22:39:13.790889   44568 api_server.go:71] duration metric: took 1.1983055s to wait for apiserver process to appear ...
	I0728 22:39:13.791125   44568 api_server.go:87] waiting for apiserver healthz status ...
	I0728 22:39:13.791125   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:13.886805   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 200:
	ok
	I0728 22:39:13.892697   44568 api_server.go:140] control plane version: v1.24.3
	I0728 22:39:13.892697   44568 api_server.go:130] duration metric: took 101.5714ms to wait for apiserver health ...
	I0728 22:39:13.892697   44568 system_pods.go:43] waiting for kube-system pods to appear ...
	I0728 22:39:14.002939   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-clusterrolebinding.yaml
	I0728 22:39:14.003538   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-clusterrolebinding.yaml (1018 bytes)
	I0728 22:39:14.007225   44568 system_pods.go:59] 8 kube-system pods found
	I0728 22:39:14.007225   44568 system_pods.go:61] "coredns-6d4b75cb6d-qqb29" [abc6e6f3-9b3a-4572-be76-348f7d76f99e] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0728 22:39:14.007225   44568 system_pods.go:61] "etcd-newest-cni-20220728223615-27744" [eca16740-0b15-4f8b-a2c5-da159982e871] Running
	I0728 22:39:14.007225   44568 system_pods.go:61] "kube-apiserver-newest-cni-20220728223615-27744" [f0c7b5b8-7cb3-4e30-b4aa-39276870f5bc] Running
	I0728 22:39:14.007225   44568 system_pods.go:61] "kube-controller-manager-newest-cni-20220728223615-27744" [64bceb14-dc7e-434d-bf4c-8a673805acc6] Running
	I0728 22:39:14.007225   44568 system_pods.go:61] "kube-proxy-k4svt" [4a0adb1a-365f-4461-a221-657d65d226d6] Running
	I0728 22:39:14.007225   44568 system_pods.go:61] "kube-scheduler-newest-cni-20220728223615-27744" [e8384b81-a9f5-488a-b0a4-d938cdee1e42] Running
	I0728 22:39:14.007225   44568 system_pods.go:61] "metrics-server-5c6f97fb75-fwc9b" [1e9eef8f-f309-42ed-b3ce-557a7f5c8d83] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0728 22:39:14.007225   44568 system_pods.go:61] "storage-provisioner" [a0449342-4b31-4189-98e6-747602dea5fd] Running
	I0728 22:39:14.007225   44568 system_pods.go:74] duration metric: took 114.5265ms to wait for pod list to return data ...
	I0728 22:39:14.007225   44568 default_sa.go:34] waiting for default service account to be created ...
	I0728 22:39:14.007225   44568 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0728 22:39:14.084683   44568 addons.go:345] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0728 22:39:14.084683   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0728 22:39:14.090699   44568 default_sa.go:45] found service account: "default"
	I0728 22:39:14.090699   44568 default_sa.go:55] duration metric: took 83.4741ms for default service account to be created ...
	I0728 22:39:14.090699   44568 kubeadm.go:572] duration metric: took 1.4981135s to wait for : map[apiserver:true apps_running:false default_sa:true extra:false kubelet:false node_ready:false system_pods:true] ...
	I0728 22:39:14.090699   44568 node_conditions.go:102] verifying NodePressure condition ...
	I0728 22:39:14.191074   44568 node_conditions.go:122] node storage ephemeral capacity is 263174212Ki
	I0728 22:39:14.191074   44568 node_conditions.go:123] node cpu capacity is 16
	I0728 22:39:14.191074   44568 node_conditions.go:105] duration metric: took 100.3737ms to run NodePressure ...
	I0728 22:39:14.191074   44568 start.go:216] waiting for startup goroutines ...
	I0728 22:39:14.386741   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-configmap.yaml
	I0728 22:39:14.386741   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-configmap.yaml (837 bytes)
	I0728 22:39:14.405782   44568 addons.go:345] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0728 22:39:14.405782   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0728 22:39:14.406578   44568 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0728 22:39:14.696913   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-dp.yaml
	I0728 22:39:14.696913   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-dp.yaml (4196 bytes)
	I0728 22:39:14.712116   44568 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I0728 22:39:15.003979   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-role.yaml
	I0728 22:39:15.003979   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-role.yaml (1724 bytes)
	I0728 22:39:15.299914   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-rolebinding.yaml
	I0728 22:39:15.299914   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-rolebinding.yaml (1046 bytes)
	I0728 22:39:15.596773   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-sa.yaml
	I0728 22:39:15.596773   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-sa.yaml (837 bytes)
	I0728 22:39:15.797397   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-secret.yaml
	I0728 22:39:15.797397   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-secret.yaml (1389 bytes)
	I0728 22:39:16.086941   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-svc.yaml
	I0728 22:39:16.086941   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-svc.yaml (1294 bytes)
	I0728 22:39:16.505198   44568 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/dashboard-ns.yaml -f /etc/kubernetes/addons/dashboard-clusterrole.yaml -f /etc/kubernetes/addons/dashboard-clusterrolebinding.yaml -f /etc/kubernetes/addons/dashboard-configmap.yaml -f /etc/kubernetes/addons/dashboard-dp.yaml -f /etc/kubernetes/addons/dashboard-role.yaml -f /etc/kubernetes/addons/dashboard-rolebinding.yaml -f /etc/kubernetes/addons/dashboard-sa.yaml -f /etc/kubernetes/addons/dashboard-secret.yaml -f /etc/kubernetes/addons/dashboard-svc.yaml
	I0728 22:39:15.212271   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:17.703694   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:19.799817   44568 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (5.7915911s)
	I0728 22:39:19.799817   44568 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.3931981s)
	I0728 22:39:20.090211   44568 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (5.378054s)
	I0728 22:39:20.090211   44568 addons.go:383] Verifying addon metrics-server=true in "newest-cni-20220728223615-27744"
	I0728 22:39:20.901878   44568 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/dashboard-ns.yaml -f /etc/kubernetes/addons/dashboard-clusterrole.yaml -f /etc/kubernetes/addons/dashboard-clusterrolebinding.yaml -f /etc/kubernetes/addons/dashboard-configmap.yaml -f /etc/kubernetes/addons/dashboard-dp.yaml -f /etc/kubernetes/addons/dashboard-role.yaml -f /etc/kubernetes/addons/dashboard-rolebinding.yaml -f /etc/kubernetes/addons/dashboard-sa.yaml -f /etc/kubernetes/addons/dashboard-secret.yaml -f /etc/kubernetes/addons/dashboard-svc.yaml: (4.3966464s)
	I0728 22:39:20.906918   44568 out.go:177] * Enabled addons: storage-provisioner, default-storageclass, metrics-server, dashboard
	I0728 22:39:20.909227   44568 addons.go:414] enableAddons completed in 8.3166499s
	I0728 22:39:21.207069   44568 start.go:506] kubectl: 1.18.2, cluster: 1.24.3 (minor skew: 6)
	I0728 22:39:21.209471   44568 out.go:177] 
	W0728 22:39:21.212043   44568 out.go:239] ! C:\ProgramData\chocolatey\bin\kubectl.exe is version 1.18.2, which may have incompatibilites with Kubernetes 1.24.3.
	I0728 22:39:21.215630   44568 out.go:177]   - Want kubectl v1.24.3? Try 'minikube kubectl -- get pods -A'
	I0728 22:39:21.219219   44568 out.go:177] * Done! kubectl is now configured to use "newest-cni-20220728223615-27744" cluster and "default" namespace by default
	I0728 22:39:20.154946   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:22.162023   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:24.651731   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:27.161590   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:29.658935   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:31.659320   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:33.662718   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:36.157922   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:38.160756   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	
	* 
	* ==> Docker <==
	* -- Logs begin at Thu 2022-07-28 22:38:38 UTC, end at Thu 2022-07-28 22:39:43 UTC. --
	Jul 28 22:38:45 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:38:45.865021600Z" level=info msg="Default bridge (docker0) is assigned with an IP address 172.18.0.0/16. Daemon option --bip can be used to set a preferred IP address"
	Jul 28 22:38:45 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:38:45.999382200Z" level=info msg="Loading containers: done."
	Jul 28 22:38:46 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:38:46.064465400Z" level=info msg="Docker daemon" commit=a89b842 graphdriver(s)=overlay2 version=20.10.17
	Jul 28 22:38:46 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:38:46.064668100Z" level=info msg="Daemon has completed initialization"
	Jul 28 22:38:46 newest-cni-20220728223615-27744 systemd[1]: Started Docker Application Container Engine.
	Jul 28 22:38:46 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:38:46.115550600Z" level=info msg="API listen on [::]:2376"
	Jul 28 22:38:46 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:38:46.128503300Z" level=info msg="API listen on /var/run/docker.sock"
	Jul 28 22:39:10 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:10.299679700Z" level=info msg="ignoring event" container=ecf2855f7f705c96c55f5254502b27b5327189b6a109bd6a9bc24144f7212a21 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:11 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:11.604762100Z" level=info msg="ignoring event" container=620195b0e62a06e34987f76da13b020953330db67dd3304512085176acbef7e5 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:15 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:15.084328000Z" level=info msg="ignoring event" container=3a861675210854d6c706ba2be83b7cc49ecfcdfa70db0a04734e79137e975799 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:18 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:18.411231100Z" level=info msg="ignoring event" container=d97bded114be3148aa0bdafcec86b622cdb479f3aba699b562940d9e3d84a1e9 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:20 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:20.485739700Z" level=info msg="ignoring event" container=a10ec8e0c4959f161b60390c725ffd087ace2ad9563e92f460b541c689a4d63c module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:21 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:21.929657500Z" level=info msg="ignoring event" container=84bb24824835e9ab02f78ef1372a92b3a2516e2b101387ff55c600e37f856021 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:22 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:22.844113700Z" level=info msg="ignoring event" container=ad7ec17308cdb55413d4259b1b3528916b26644375c187b10f957d0dc44d6ee2 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:23 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:23.633860400Z" level=info msg="ignoring event" container=938f07470dc73058fdb37e12e75baa37825c9e6f5a62971dd73701f48cefd47b module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:25 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:25.402251600Z" level=info msg="ignoring event" container=a2e0fdc40df5de0dee522e194f07a0dff65854411f17a2291226e8ffceab37ca module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:27 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:27.711346000Z" level=info msg="ignoring event" container=43b769f76372e84a8da527adf75b59ca9ec5cfa6633dfaa72ce82df7fe5e98ec module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:30 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:30.483954900Z" level=info msg="ignoring event" container=7e98ebe5e90ea57002895914c6f10639771ab6ce5d162920584ffc7cf469ec1d module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:30 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:30.596287300Z" level=info msg="ignoring event" container=6bf3bd025653a46b32764b5fe8343f4e66ebe0f82fbae2b237fcc3cf1c200416 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:30 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:30.889060400Z" level=info msg="ignoring event" container=c136ca3f18e06acab74268ecd50551284133829a02474bf65ea54782f89d62ff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:32 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:32.112716500Z" level=info msg="ignoring event" container=d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:34 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:34.984783500Z" level=info msg="ignoring event" container=757523dc657d1edfbaabf3821db2b92c714d383affabb89f86f4de5d85b94797 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:35 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:35.013381800Z" level=info msg="ignoring event" container=e6a7b91a95ed88d16c1c2f7af9b59486fe673548661bc1e780f6b6652354c9f9 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:35 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:35.181836900Z" level=info msg="ignoring event" container=aa2217e5bf9b4ad583f1d02686109a8aed687b511cfe4a447f6667faf2298188 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:36 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:36.403001000Z" level=info msg="ignoring event" container=a6fec1291987c2f547f160bc629dd63b58ee96c15b60fb49488aafcc1ea6e177 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	
	* 
	* ==> container status <==
	* CONTAINER           IMAGE               CREATED              STATE               NAME                      ATTEMPT             POD ID
	030bb6625a120       2ae1ba6417cbc       35 seconds ago       Running             kube-proxy                1                   dfe4fd352ce5b
	9a8167d82d274       6e38f40d628db       35 seconds ago       Running             storage-provisioner       1                   61967270bfe47
	fa87714982eaf       586c112956dfc       46 seconds ago       Running             kube-controller-manager   1                   b0830f8db6c3f
	0327b6b4e6820       d521dd763e2e3       46 seconds ago       Running             kube-apiserver            1                   5ea44fba94525
	99dbdf3863b21       3a5aa3a515f5d       46 seconds ago       Running             kube-scheduler            1                   876256c1a25f5
	c9bddc47f12c3       aebe758cef4cd       46 seconds ago       Running             etcd                      1                   5dcaeae117007
	02252fe3f9874       6e38f40d628db       About a minute ago   Exited              storage-provisioner       0                   26ea6eed7e520
	40abfb70512c1       2ae1ba6417cbc       About a minute ago   Exited              kube-proxy                0                   e331633d6f6cb
	011660c553b1a       586c112956dfc       2 minutes ago        Exited              kube-controller-manager   0                   f6ea0babf43e1
	54add69f85f86       3a5aa3a515f5d       2 minutes ago        Exited              kube-scheduler            0                   f2ee01eb3148e
	3c47c21e64538       aebe758cef4cd       2 minutes ago        Exited              etcd                      0                   338a72a8b167a
	8edd10927b6c5       d521dd763e2e3       2 minutes ago        Exited              kube-apiserver            0                   055f59d400705
	
	* 
	* ==> describe nodes <==
	* 
	* ==> dmesg <==
	* [Jul28 22:06] WSL2: Performing memory compaction.
	[Jul28 22:07] overlayfs: upperdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.000006] overlayfs: workdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.026136] overlayfs: upperdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.000005] overlayfs: workdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.112736] overlayfs: upperdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.000006] overlayfs: workdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.008929] overlayfs: upperdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.000005] overlayfs: workdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.002137] overlayfs: upperdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.000005] overlayfs: workdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.001102] overlayfs: upperdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.000010] overlayfs: workdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.085198] overlayfs: upperdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.000007] overlayfs: workdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[ +39.084236] WSL2: Performing memory compaction.
	[Jul28 22:09] WSL2: Performing memory compaction.
	[Jul28 22:10] WSL2: Performing memory compaction.
	[Jul28 22:11] hrtimer: interrupt took 661000 ns
	[Jul28 22:13] WSL2: Performing memory compaction.
	[Jul28 22:14] WSL2: Performing memory compaction.
	[Jul28 22:16] WSL2: Performing memory compaction.
	[Jul28 22:36] WSL2: Performing memory compaction.
	[Jul28 22:38] WSL2: Performing memory compaction.
	
	* 
	* ==> etcd [3c47c21e6453] <==
	* {"level":"info","ts":"2022-07-28T22:37:59.001Z","caller":"traceutil/trace.go:171","msg":"trace[717754561] transaction","detail":"{read_only:false; number_of_response:1; response_revision:315; }","duration":"112.9775ms","start":"2022-07-28T22:37:58.888Z","end":"2022-07-28T22:37:59.001Z","steps":["trace[717754561] 'process raft request'  (duration: 112.3006ms)"],"step_count":1}
	{"level":"info","ts":"2022-07-28T22:37:59.001Z","caller":"traceutil/trace.go:171","msg":"trace[2097803797] transaction","detail":"{read_only:false; response_revision:317; number_of_response:1; }","duration":"103.4035ms","start":"2022-07-28T22:37:58.897Z","end":"2022-07-28T22:37:59.001Z","steps":["trace[2097803797] 'process raft request'  (duration: 103.1731ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:37:59.001Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"114.5889ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/endpoint-controller\" ","response":"range_response_count:1 size:205"}
	{"level":"info","ts":"2022-07-28T22:37:59.001Z","caller":"traceutil/trace.go:171","msg":"trace[1251503461] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/endpoint-controller; range_end:; response_count:1; response_revision:318; }","duration":"114.8411ms","start":"2022-07-28T22:37:58.886Z","end":"2022-07-28T22:37:59.001Z","steps":["trace[1251503461] 'agreement among raft nodes before linearized reading'  (duration: 114.679ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:37:59.187Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"101.2277ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/bootstrap-signer\" ","response":"range_response_count:1 size:199"}
	{"level":"info","ts":"2022-07-28T22:37:59.187Z","caller":"traceutil/trace.go:171","msg":"trace[1357515757] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/bootstrap-signer; range_end:; response_count:1; response_revision:318; }","duration":"101.6726ms","start":"2022-07-28T22:37:59.086Z","end":"2022-07-28T22:37:59.187Z","steps":["trace[1357515757] 'agreement among raft nodes before linearized reading'  (duration: 95.2988ms)"],"step_count":1}
	{"level":"info","ts":"2022-07-28T22:37:59.188Z","caller":"traceutil/trace.go:171","msg":"trace[1427464762] transaction","detail":"{read_only:false; response_revision:319; number_of_response:1; }","duration":"101.4932ms","start":"2022-07-28T22:37:59.086Z","end":"2022-07-28T22:37:59.188Z","steps":["trace[1427464762] 'process raft request'  (duration: 94.6864ms)"],"step_count":1}
	{"level":"info","ts":"2022-07-28T22:37:59.188Z","caller":"traceutil/trace.go:171","msg":"trace[1102403217] transaction","detail":"{read_only:false; response_revision:320; number_of_response:1; }","duration":"101.1276ms","start":"2022-07-28T22:37:59.087Z","end":"2022-07-28T22:37:59.188Z","steps":["trace[1102403217] 'process raft request'  (duration: 100.5104ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:37:59.197Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"110.557ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/clusterrole-aggregation-controller\" ","response":"range_response_count:1 size:236"}
	{"level":"info","ts":"2022-07-28T22:37:59.197Z","caller":"traceutil/trace.go:171","msg":"trace[133818729] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/clusterrole-aggregation-controller; range_end:; response_count:1; response_revision:324; }","duration":"110.7749ms","start":"2022-07-28T22:37:59.087Z","end":"2022-07-28T22:37:59.197Z","steps":["trace[133818729] 'agreement among raft nodes before linearized reading'  (duration: 110.4357ms)"],"step_count":1}
	{"level":"info","ts":"2022-07-28T22:37:59.812Z","caller":"traceutil/trace.go:171","msg":"trace[1310309583] transaction","detail":"{read_only:false; response_revision:361; number_of_response:1; }","duration":"115.797ms","start":"2022-07-28T22:37:59.696Z","end":"2022-07-28T22:37:59.812Z","steps":["trace[1310309583] 'process raft request'  (duration: 115.5512ms)"],"step_count":1}
	{"level":"info","ts":"2022-07-28T22:37:59.812Z","caller":"traceutil/trace.go:171","msg":"trace[1673914370] transaction","detail":"{read_only:false; response_revision:360; number_of_response:1; }","duration":"117.7156ms","start":"2022-07-28T22:37:59.694Z","end":"2022-07-28T22:37:59.812Z","steps":["trace[1673914370] 'process raft request'  (duration: 86.6036ms)","trace[1673914370] 'compare'  (duration: 30.5624ms)"],"step_count":2}
	{"level":"warn","ts":"2022-07-28T22:38:06.087Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"102.7295ms","expected-duration":"100ms","prefix":"","request":"header:<ID:13557104019566073009 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/daemonsets/kube-system/kube-proxy\" mod_revision:338 > success:<request_put:<key:\"/registry/daemonsets/kube-system/kube-proxy\" value_size:2828 >> failure:<request_range:<key:\"/registry/daemonsets/kube-system/kube-proxy\" > >>","response":"size:16"}
	{"level":"info","ts":"2022-07-28T22:38:06.087Z","caller":"traceutil/trace.go:171","msg":"trace[125433955] transaction","detail":"{read_only:false; response_revision:376; number_of_response:1; }","duration":"104.62ms","start":"2022-07-28T22:38:05.983Z","end":"2022-07-28T22:38:06.087Z","steps":["trace[125433955] 'compare'  (duration: 102.4719ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:38:11.581Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"100.0556ms","expected-duration":"100ms","prefix":"","request":"header:<ID:13557104019566073126 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/endpointslices/kube-system/metrics-server-gn5vv\" mod_revision:0 > success:<request_put:<key:\"/registry/endpointslices/kube-system/metrics-server-gn5vv\" value_size:1229 >> failure:<>>","response":"size:16"}
	{"level":"info","ts":"2022-07-28T22:38:11.582Z","caller":"traceutil/trace.go:171","msg":"trace[2028079001] transaction","detail":"{read_only:false; response_revision:434; number_of_response:1; }","duration":"101.3302ms","start":"2022-07-28T22:38:11.481Z","end":"2022-07-28T22:38:11.582Z","steps":["trace[2028079001] 'process raft request'  (duration: 101.2322ms)"],"step_count":1}
	{"level":"info","ts":"2022-07-28T22:38:11.582Z","caller":"traceutil/trace.go:171","msg":"trace[1470711626] transaction","detail":"{read_only:false; response_revision:433; number_of_response:1; }","duration":"101.4794ms","start":"2022-07-28T22:38:11.481Z","end":"2022-07-28T22:38:11.582Z","steps":["trace[1470711626] 'marshal mvccpb.KeyValue' {req_type:put; key:/registry/endpointslices/kube-system/metrics-server-gn5vv; req_size:1291; } (duration: 99.73ms)"],"step_count":1}
	{"level":"info","ts":"2022-07-28T22:38:15.393Z","caller":"osutil/interrupt_unix.go:64","msg":"received signal; shutting down","signal":"terminated"}
	{"level":"info","ts":"2022-07-28T22:38:15.394Z","caller":"embed/etcd.go:368","msg":"closing etcd server","name":"newest-cni-20220728223615-27744","data-dir":"/var/lib/minikube/etcd","advertise-peer-urls":["https://172.17.0.2:2380"],"advertise-client-urls":["https://172.17.0.2:2379"]}
	WARNING: 2022/07/28 22:38:15 [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1:2379 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	WARNING: 2022/07/28 22:38:15 [core] grpc: addrConn.createTransport failed to connect to {172.17.0.2:2379 172.17.0.2:2379 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 172.17.0.2:2379: connect: connection refused". Reconnecting...
	{"level":"info","ts":"2022-07-28T22:38:15.685Z","caller":"etcdserver/server.go:1453","msg":"skipped leadership transfer for single voting member cluster","local-member-id":"b8e14bda2255bc24","current-leader-member-id":"b8e14bda2255bc24"}
	{"level":"info","ts":"2022-07-28T22:38:15.790Z","caller":"embed/etcd.go:563","msg":"stopping serving peer traffic","address":"172.17.0.2:2380"}
	{"level":"info","ts":"2022-07-28T22:38:15.792Z","caller":"embed/etcd.go:568","msg":"stopped serving peer traffic","address":"172.17.0.2:2380"}
	{"level":"info","ts":"2022-07-28T22:38:15.792Z","caller":"embed/etcd.go:370","msg":"closed etcd server","name":"newest-cni-20220728223615-27744","data-dir":"/var/lib/minikube/etcd","advertise-peer-urls":["https://172.17.0.2:2380"],"advertise-client-urls":["https://172.17.0.2:2379"]}
	
	* 
	* ==> etcd [c9bddc47f12c] <==
	* {"level":"info","ts":"2022-07-28T22:39:16.590Z","caller":"traceutil/trace.go:171","msg":"trace[1378836124] transaction","detail":"{read_only:false; response_revision:517; number_of_response:1; }","duration":"100.9291ms","start":"2022-07-28T22:39:16.489Z","end":"2022-07-28T22:39:16.589Z","steps":["trace[1378836124] 'process raft request'  (duration: 93.06ms)"],"step_count":1}
	{"level":"info","ts":"2022-07-28T22:39:19.335Z","caller":"traceutil/trace.go:171","msg":"trace[1557930134] linearizableReadLoop","detail":"{readStateIndex:557; appliedIndex:557; }","duration":"131.276ms","start":"2022-07-28T22:39:19.203Z","end":"2022-07-28T22:39:19.335Z","steps":["trace[1557930134] 'read index received'  (duration: 131.2627ms)","trace[1557930134] 'applied index is now lower than readState.Index'  (duration: 9.1µs)"],"step_count":2}
	{"level":"warn","ts":"2022-07-28T22:39:19.386Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"182.8956ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2022-07-28T22:39:19.387Z","caller":"traceutil/trace.go:171","msg":"trace[37800869] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:523; }","duration":"183.515ms","start":"2022-07-28T22:39:19.203Z","end":"2022-07-28T22:39:19.387Z","steps":["trace[37800869] 'agreement among raft nodes before linearized reading'  (duration: 131.7485ms)","trace[37800869] 'range keys from in-memory index tree'  (duration: 51.1177ms)"],"step_count":2}
	{"level":"warn","ts":"2022-07-28T22:39:19.387Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"103.2919ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/storageclasses/standard\" ","response":"range_response_count:1 size:994"}
	{"level":"info","ts":"2022-07-28T22:39:19.388Z","caller":"traceutil/trace.go:171","msg":"trace[927383976] range","detail":"{range_begin:/registry/storageclasses/standard; range_end:; response_count:1; response_revision:523; }","duration":"104.2507ms","start":"2022-07-28T22:39:19.283Z","end":"2022-07-28T22:39:19.388Z","steps":["trace[927383976] 'agreement among raft nodes before linearized reading'  (duration: 51.7783ms)","trace[927383976] 'range keys from in-memory index tree'  (duration: 51.4687ms)"],"step_count":2}
	{"level":"info","ts":"2022-07-28T22:39:20.810Z","caller":"traceutil/trace.go:171","msg":"trace[574625103] transaction","detail":"{read_only:false; response_revision:540; number_of_response:1; }","duration":"108.4488ms","start":"2022-07-28T22:39:20.701Z","end":"2022-07-28T22:39:20.810Z","steps":["trace[574625103] 'process raft request'  (duration: 80.2057ms)","trace[574625103] 'compare'  (duration: 27.8729ms)"],"step_count":2}
	{"level":"warn","ts":"2022-07-28T22:39:26.094Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"104.537ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/deployment-controller\" ","response":"range_response_count:1 size:210"}
	{"level":"info","ts":"2022-07-28T22:39:26.094Z","caller":"traceutil/trace.go:171","msg":"trace[1223963060] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/deployment-controller; range_end:; response_count:1; response_revision:551; }","duration":"104.733ms","start":"2022-07-28T22:39:25.990Z","end":"2022-07-28T22:39:26.094Z","steps":["trace[1223963060] 'agreement among raft nodes before linearized reading'  (duration: 95.8612ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:39:26.095Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"104.2676ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/endpoint-controller\" ","response":"range_response_count:1 size:205"}
	{"level":"info","ts":"2022-07-28T22:39:26.095Z","caller":"traceutil/trace.go:171","msg":"trace[1201885071] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/endpoint-controller; range_end:; response_count:1; response_revision:551; }","duration":"104.3371ms","start":"2022-07-28T22:39:25.990Z","end":"2022-07-28T22:39:26.095Z","steps":["trace[1201885071] 'agreement among raft nodes before linearized reading'  (duration: 95.0491ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:39:26.095Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"109.3228ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/service-account-controller\" ","response":"range_response_count:1 size:220"}
	{"level":"info","ts":"2022-07-28T22:39:26.095Z","caller":"traceutil/trace.go:171","msg":"trace[1036983357] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/service-account-controller; range_end:; response_count:1; response_revision:551; }","duration":"109.4383ms","start":"2022-07-28T22:39:25.985Z","end":"2022-07-28T22:39:26.095Z","steps":["trace[1036983357] 'agreement among raft nodes before linearized reading'  (duration: 99.9468ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:39:26.593Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"100.1187ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/coredns\" ","response":"range_response_count:1 size:3983"}
	{"level":"info","ts":"2022-07-28T22:39:26.593Z","caller":"traceutil/trace.go:171","msg":"trace[599756943] range","detail":"{range_begin:/registry/deployments/kube-system/coredns; range_end:; response_count:1; response_revision:566; }","duration":"100.4013ms","start":"2022-07-28T22:39:26.493Z","end":"2022-07-28T22:39:26.593Z","steps":["trace[599756943] 'agreement among raft nodes before linearized reading'  (duration: 89.0845ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:39:26.793Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"106.8102ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/replicasets/kube-system/metrics-server-5c6f97fb75\" ","response":"range_response_count:1 size:3199"}
	{"level":"info","ts":"2022-07-28T22:39:26.793Z","caller":"traceutil/trace.go:171","msg":"trace[1279011646] range","detail":"{range_begin:/registry/replicasets/kube-system/metrics-server-5c6f97fb75; range_end:; response_count:1; response_revision:576; }","duration":"107.0186ms","start":"2022-07-28T22:39:26.686Z","end":"2022-07-28T22:39:26.793Z","steps":["trace[1279011646] 'agreement among raft nodes before linearized reading'  (duration: 96.185ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:39:26.793Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"106.5322ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/daemonsets/kube-system/kube-proxy\" ","response":"range_response_count:1 size:2894"}
	{"level":"warn","ts":"2022-07-28T22:39:26.793Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"108.1087ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/replicasets/kube-system/coredns-6d4b75cb6d\" ","response":"range_response_count:1 size:3678"}
	{"level":"info","ts":"2022-07-28T22:39:26.793Z","caller":"traceutil/trace.go:171","msg":"trace[1123308206] range","detail":"{range_begin:/registry/daemonsets/kube-system/kube-proxy; range_end:; response_count:1; response_revision:576; }","duration":"106.8561ms","start":"2022-07-28T22:39:26.686Z","end":"2022-07-28T22:39:26.793Z","steps":["trace[1123308206] 'agreement among raft nodes before linearized reading'  (duration: 95.9005ms)"],"step_count":1}
	{"level":"info","ts":"2022-07-28T22:39:26.793Z","caller":"traceutil/trace.go:171","msg":"trace[165131303] range","detail":"{range_begin:/registry/replicasets/kube-system/coredns-6d4b75cb6d; range_end:; response_count:1; response_revision:576; }","duration":"108.1755ms","start":"2022-07-28T22:39:26.685Z","end":"2022-07-28T22:39:26.793Z","steps":["trace[165131303] 'agreement among raft nodes before linearized reading'  (duration: 97.2252ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:39:26.793Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"106.4817ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/metrics-server\" ","response":"range_response_count:1 size:5177"}
	{"level":"info","ts":"2022-07-28T22:39:26.793Z","caller":"traceutil/trace.go:171","msg":"trace[1065184241] range","detail":"{range_begin:/registry/deployments/kube-system/metrics-server; range_end:; response_count:1; response_revision:576; }","duration":"107.1565ms","start":"2022-07-28T22:39:26.686Z","end":"2022-07-28T22:39:26.793Z","steps":["trace[1065184241] 'agreement among raft nodes before linearized reading'  (duration: 95.7293ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:39:26.995Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"102.647ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kubernetes-dashboard/kubernetes-dashboard\" ","response":"range_response_count:1 size:959"}
	{"level":"info","ts":"2022-07-28T22:39:26.995Z","caller":"traceutil/trace.go:171","msg":"trace[521754113] range","detail":"{range_begin:/registry/serviceaccounts/kubernetes-dashboard/kubernetes-dashboard; range_end:; response_count:1; response_revision:582; }","duration":"102.7735ms","start":"2022-07-28T22:39:26.893Z","end":"2022-07-28T22:39:26.995Z","steps":["trace[521754113] 'agreement among raft nodes before linearized reading'  (duration: 102.4668ms)"],"step_count":1}
	
	* 
	* ==> kernel <==
	*  22:39:54 up  4:22,  0 users,  load average: 3.83, 5.25, 6.01
	Linux newest-cni-20220728223615-27744 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 20.04.4 LTS"
	
	* 
	* ==> kube-apiserver [0327b6b4e682] <==
	* I0728 22:39:05.882607       1 cache.go:39] Caches are synced for autoregister controller
	I0728 22:39:05.885038       1 apf_controller.go:322] Running API Priority and Fairness config worker
	I0728 22:39:05.885563       1 shared_informer.go:262] Caches are synced for node_authorizer
	I0728 22:39:05.889843       1 controller.go:611] quota admission added evaluator for: leases.coordination.k8s.io
	I0728 22:39:06.226681       1 controller.go:132] OpenAPI AggregationController: action for item k8s_internal_local_delegation_chain_0000000000: Nothing (removed from the queue).
	I0728 22:39:06.690760       1 storage_scheduling.go:111] all system priority classes are created successfully or already exist.
	W0728 22:39:07.095264       1 handler_proxy.go:102] no RequestInfo found in the context
	E0728 22:39:07.095384       1 controller.go:116] loading OpenAPI spec for "v1beta1.metrics.k8s.io" failed with: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
	, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
	I0728 22:39:07.095700       1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
	W0728 22:39:07.096019       1 handler_proxy.go:102] no RequestInfo found in the context
	E0728 22:39:07.096270       1 controller.go:113] loading OpenAPI spec for "v1beta1.metrics.k8s.io" failed with: Error, could not get list of group versions for APIService
	I0728 22:39:07.096619       1 controller.go:126] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
	I0728 22:39:10.586367       1 controller.go:611] quota admission added evaluator for: events.events.k8s.io
	I0728 22:39:11.913797       1 controller.go:611] quota admission added evaluator for: serviceaccounts
	I0728 22:39:12.006650       1 controller.go:611] quota admission added evaluator for: deployments.apps
	I0728 22:39:12.293829       1 controller.go:611] quota admission added evaluator for: daemonsets.apps
	I0728 22:39:12.386104       1 controller.go:611] quota admission added evaluator for: roles.rbac.authorization.k8s.io
	I0728 22:39:12.398443       1 controller.go:611] quota admission added evaluator for: rolebindings.rbac.authorization.k8s.io
	I0728 22:39:19.583106       1 controller.go:611] quota admission added evaluator for: namespaces
	I0728 22:39:20.610305       1 alloc.go:327] "allocated clusterIPs" service="kubernetes-dashboard/kubernetes-dashboard" clusterIPs=map[IPv4:10.105.4.1]
	I0728 22:39:20.884088       1 alloc.go:327] "allocated clusterIPs" service="kubernetes-dashboard/dashboard-metrics-scraper" clusterIPs=map[IPv4:10.102.70.169]
	I0728 22:39:26.190064       1 controller.go:611] quota admission added evaluator for: endpointslices.discovery.k8s.io
	I0728 22:39:26.198180       1 controller.go:611] quota admission added evaluator for: endpoints
	I0728 22:39:26.199679       1 controller.go:611] quota admission added evaluator for: replicasets.apps
	
	* 
	* ==> kube-apiserver [8edd10927b6c] <==
	* W0728 22:38:24.615014       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.641486       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.674891       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.707773       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.725028       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.751215       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.847520       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.856125       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.890390       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.940129       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.945135       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.958047       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.958133       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.960718       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.988336       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.996957       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:25.003629       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:25.018171       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:25.049864       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:25.085627       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:25.121177       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:25.203974       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:25.296818       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:25.337955       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:25.468637       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	
	* 
	* ==> kube-controller-manager [011660c553b1] <==
	* I0728 22:37:58.382509       1 shared_informer.go:262] Caches are synced for attach detach
	I0728 22:37:58.382527       1 shared_informer.go:262] Caches are synced for persistent volume
	I0728 22:37:58.382843       1 range_allocator.go:374] Set node newest-cni-20220728223615-27744 PodCIDR to [192.168.0.0/24]
	I0728 22:37:58.382533       1 shared_informer.go:262] Caches are synced for ephemeral
	I0728 22:37:58.385421       1 shared_informer.go:255] Waiting for caches to sync for garbage collector
	I0728 22:37:58.481478       1 shared_informer.go:262] Caches are synced for endpoint
	I0728 22:37:58.481690       1 shared_informer.go:262] Caches are synced for endpoint_slice
	I0728 22:37:58.483017       1 shared_informer.go:262] Caches are synced for endpoint_slice_mirroring
	I0728 22:37:58.581192       1 shared_informer.go:262] Caches are synced for resource quota
	I0728 22:37:58.581418       1 shared_informer.go:262] Caches are synced for resource quota
	I0728 22:37:58.590169       1 event.go:294] "Event occurred" object="kube-system/etcd-newest-cni-20220728223615-27744" fieldPath="" kind="Pod" apiVersion="v1" type="Warning" reason="NodeNotReady" message="Node is not ready"
	I0728 22:37:58.590330       1 event.go:294] "Event occurred" object="kube-system/kube-apiserver-newest-cni-20220728223615-27744" fieldPath="" kind="Pod" apiVersion="v1" type="Warning" reason="NodeNotReady" message="Node is not ready"
	I0728 22:37:58.590853       1 event.go:294] "Event occurred" object="kube-system/kube-scheduler-newest-cni-20220728223615-27744" fieldPath="" kind="Pod" apiVersion="v1" type="Warning" reason="NodeNotReady" message="Node is not ready"
	I0728 22:37:58.981493       1 shared_informer.go:262] Caches are synced for garbage collector
	I0728 22:37:58.981535       1 garbagecollector.go:158] Garbage collector: all resource monitors have synced. Proceeding to collect garbage
	I0728 22:37:58.985922       1 shared_informer.go:262] Caches are synced for garbage collector
	I0728 22:37:59.198688       1 event.go:294] "Event occurred" object="kube-system/coredns" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set coredns-6d4b75cb6d to 2"
	I0728 22:37:59.285996       1 event.go:294] "Event occurred" object="kube-system/kube-proxy" fieldPath="" kind="DaemonSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: kube-proxy-k4svt"
	I0728 22:37:59.500080       1 event.go:294] "Event occurred" object="kube-system/coredns-6d4b75cb6d" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: coredns-6d4b75cb6d-dxnh4"
	I0728 22:37:59.582235       1 event.go:294] "Event occurred" object="kube-system/coredns-6d4b75cb6d" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: coredns-6d4b75cb6d-qqb29"
	I0728 22:37:59.585199       1 event.go:294] "Event occurred" object="kube-system/coredns" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled down replica set coredns-6d4b75cb6d to 1"
	I0728 22:37:59.828152       1 event.go:294] "Event occurred" object="kube-system/coredns-6d4b75cb6d" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulDelete" message="Deleted pod: coredns-6d4b75cb6d-dxnh4"
	I0728 22:38:03.301861       1 node_lifecycle_controller.go:1192] Controller detected that some Nodes are Ready. Exiting master disruption mode.
	I0728 22:38:10.882498       1 event.go:294] "Event occurred" object="kube-system/metrics-server" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set metrics-server-5c6f97fb75 to 1"
	I0728 22:38:10.901287       1 event.go:294] "Event occurred" object="kube-system/metrics-server-5c6f97fb75" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: metrics-server-5c6f97fb75-fwc9b"
	
	* 
	* ==> kube-controller-manager [fa87714982ea] <==
	* I0728 22:39:25.995283       1 shared_informer.go:262] Caches are synced for certificate-csrsigning-kube-apiserver-client
	I0728 22:39:25.995517       1 shared_informer.go:262] Caches are synced for stateful set
	I0728 22:39:25.996792       1 shared_informer.go:262] Caches are synced for disruption
	I0728 22:39:25.996810       1 disruption.go:371] Sending events to api server.
	I0728 22:39:26.082403       1 shared_informer.go:262] Caches are synced for namespace
	I0728 22:39:26.082592       1 shared_informer.go:262] Caches are synced for cronjob
	I0728 22:39:26.082597       1 shared_informer.go:262] Caches are synced for persistent volume
	I0728 22:39:26.082680       1 shared_informer.go:262] Caches are synced for PVC protection
	E0728 22:39:26.084422       1 memcache.go:206] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
	I0728 22:39:26.086469       1 shared_informer.go:262] Caches are synced for expand
	I0728 22:39:26.089547       1 shared_informer.go:262] Caches are synced for ephemeral
	I0728 22:39:26.097030       1 shared_informer.go:262] Caches are synced for ClusterRoleAggregator
	E0728 22:39:26.097287       1 memcache.go:104] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
	I0728 22:39:26.099687       1 shared_informer.go:262] Caches are synced for attach detach
	I0728 22:39:26.100696       1 shared_informer.go:255] Waiting for caches to sync for garbage collector
	I0728 22:39:26.186927       1 shared_informer.go:262] Caches are synced for resource quota
	I0728 22:39:26.282977       1 shared_informer.go:262] Caches are synced for HPA
	I0728 22:39:26.285441       1 shared_informer.go:262] Caches are synced for resource quota
	I0728 22:39:26.304653       1 event.go:294] "Event occurred" object="kubernetes-dashboard/dashboard-metrics-scraper" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set dashboard-metrics-scraper-dffd48c4c to 1"
	I0728 22:39:26.382790       1 event.go:294] "Event occurred" object="kubernetes-dashboard/kubernetes-dashboard" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set kubernetes-dashboard-5fd5574d9f to 1"
	I0728 22:39:26.681956       1 shared_informer.go:262] Caches are synced for garbage collector
	I0728 22:39:26.682073       1 garbagecollector.go:158] Garbage collector: all resource monitors have synced. Proceeding to collect garbage
	I0728 22:39:26.682078       1 shared_informer.go:262] Caches are synced for garbage collector
	I0728 22:39:26.683962       1 event.go:294] "Event occurred" object="kubernetes-dashboard/kubernetes-dashboard-5fd5574d9f" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: kubernetes-dashboard-5fd5574d9f-smnht"
	I0728 22:39:26.684814       1 event.go:294] "Event occurred" object="kubernetes-dashboard/dashboard-metrics-scraper-dffd48c4c" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: dashboard-metrics-scraper-dffd48c4c-7xjl7"
	
	* 
	* ==> kube-proxy [030bb6625a12] <==
	* I0728 22:39:10.096250       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs"
	I0728 22:39:10.099766       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs_rr"
	I0728 22:39:10.182108       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs_wrr"
	I0728 22:39:10.186069       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs_sh"
	I0728 22:39:10.193933       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="nf_conntrack"
	I0728 22:39:10.291849       1 node.go:163] Successfully retrieved node IP: 172.17.0.2
	I0728 22:39:10.292366       1 server_others.go:138] "Detected node IP" address="172.17.0.2"
	I0728 22:39:10.292528       1 server_others.go:578] "Unknown proxy mode, assuming iptables proxy" proxyMode=""
	I0728 22:39:10.538929       1 server_others.go:206] "Using iptables Proxier"
	I0728 22:39:10.539129       1 server_others.go:213] "kube-proxy running in dual-stack mode" ipFamily=IPv4
	I0728 22:39:10.539157       1 server_others.go:214] "Creating dualStackProxier for iptables"
	I0728 22:39:10.539181       1 server_others.go:501] "Detect-local-mode set to ClusterCIDR, but no IPv6 cluster CIDR defined, , defaulting to no-op detect-local for IPv6"
	I0728 22:39:10.539250       1 proxier.go:259] "Setting route_localnet=1, use nodePortAddresses to filter loopback addresses for NodePorts to skip it https://issues.k8s.io/90259"
	I0728 22:39:10.539842       1 proxier.go:259] "Setting route_localnet=1, use nodePortAddresses to filter loopback addresses for NodePorts to skip it https://issues.k8s.io/90259"
	I0728 22:39:10.540373       1 server.go:661] "Version info" version="v1.24.3"
	I0728 22:39:10.540502       1 server.go:663] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0728 22:39:10.542313       1 config.go:226] "Starting endpoint slice config controller"
	I0728 22:39:10.542427       1 shared_informer.go:255] Waiting for caches to sync for endpoint slice config
	I0728 22:39:10.542547       1 config.go:317] "Starting service config controller"
	I0728 22:39:10.542560       1 shared_informer.go:255] Waiting for caches to sync for service config
	I0728 22:39:10.543155       1 config.go:444] "Starting node config controller"
	I0728 22:39:10.543287       1 shared_informer.go:255] Waiting for caches to sync for node config
	I0728 22:39:10.682214       1 shared_informer.go:262] Caches are synced for node config
	I0728 22:39:10.682421       1 shared_informer.go:262] Caches are synced for service config
	I0728 22:39:10.682438       1 shared_informer.go:262] Caches are synced for endpoint slice config
	
	* 
	* ==> kube-proxy [40abfb70512c] <==
	* I0728 22:38:04.099526       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs"
	I0728 22:38:04.187538       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs_rr"
	I0728 22:38:04.191029       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs_wrr"
	I0728 22:38:04.283134       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs_sh"
	I0728 22:38:04.287608       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="nf_conntrack"
	I0728 22:38:04.397112       1 node.go:163] Successfully retrieved node IP: 172.17.0.2
	I0728 22:38:04.397407       1 server_others.go:138] "Detected node IP" address="172.17.0.2"
	I0728 22:38:04.397664       1 server_others.go:578] "Unknown proxy mode, assuming iptables proxy" proxyMode=""
	I0728 22:38:04.592204       1 server_others.go:206] "Using iptables Proxier"
	I0728 22:38:04.592346       1 server_others.go:213] "kube-proxy running in dual-stack mode" ipFamily=IPv4
	I0728 22:38:04.592362       1 server_others.go:214] "Creating dualStackProxier for iptables"
	I0728 22:38:04.592382       1 server_others.go:501] "Detect-local-mode set to ClusterCIDR, but no IPv6 cluster CIDR defined, , defaulting to no-op detect-local for IPv6"
	I0728 22:38:04.592593       1 proxier.go:259] "Setting route_localnet=1, use nodePortAddresses to filter loopback addresses for NodePorts to skip it https://issues.k8s.io/90259"
	I0728 22:38:04.593594       1 proxier.go:259] "Setting route_localnet=1, use nodePortAddresses to filter loopback addresses for NodePorts to skip it https://issues.k8s.io/90259"
	I0728 22:38:04.595935       1 server.go:661] "Version info" version="v1.24.3"
	I0728 22:38:04.596056       1 server.go:663] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0728 22:38:04.598887       1 config.go:444] "Starting node config controller"
	I0728 22:38:04.599014       1 shared_informer.go:255] Waiting for caches to sync for node config
	I0728 22:38:04.598918       1 config.go:317] "Starting service config controller"
	I0728 22:38:04.599053       1 shared_informer.go:255] Waiting for caches to sync for service config
	I0728 22:38:04.598960       1 config.go:226] "Starting endpoint slice config controller"
	I0728 22:38:04.599114       1 shared_informer.go:255] Waiting for caches to sync for endpoint slice config
	I0728 22:38:04.781514       1 shared_informer.go:262] Caches are synced for node config
	I0728 22:38:04.781594       1 shared_informer.go:262] Caches are synced for endpoint slice config
	I0728 22:38:04.781646       1 shared_informer.go:262] Caches are synced for service config
	
	* 
	* ==> kube-scheduler [54add69f85f8] <==
	* E0728 22:37:43.387457       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
	W0728 22:37:43.392803       1 reflector.go:324] vendor/k8s.io/client-go/informers/factory.go:134: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
	E0728 22:37:43.392920       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
	W0728 22:37:43.513382       1 reflector.go:324] vendor/k8s.io/client-go/informers/factory.go:134: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	E0728 22:37:43.513508       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	W0728 22:37:43.539983       1 reflector.go:324] vendor/k8s.io/client-go/informers/factory.go:134: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E0728 22:37:43.540148       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	W0728 22:37:43.609119       1 reflector.go:324] vendor/k8s.io/client-go/informers/factory.go:134: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	E0728 22:37:43.609259       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	W0728 22:37:43.623868       1 reflector.go:324] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	E0728 22:37:43.623988       1 reflector.go:138] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	W0728 22:37:43.798548       1 reflector.go:324] vendor/k8s.io/client-go/informers/factory.go:134: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0728 22:37:43.798599       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	W0728 22:37:43.884042       1 reflector.go:324] vendor/k8s.io/client-go/informers/factory.go:134: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	E0728 22:37:43.884177       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	W0728 22:37:43.944124       1 reflector.go:324] vendor/k8s.io/client-go/informers/factory.go:134: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0728 22:37:43.944448       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	W0728 22:37:43.983470       1 reflector.go:324] vendor/k8s.io/client-go/informers/factory.go:134: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
	E0728 22:37:43.983538       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
	W0728 22:37:43.983835       1 reflector.go:324] vendor/k8s.io/client-go/informers/factory.go:134: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E0728 22:37:43.983872       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	I0728 22:37:46.303759       1 shared_informer.go:262] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	I0728 22:38:15.482243       1 tlsconfig.go:255] "Shutting down DynamicServingCertificateController"
	I0728 22:38:15.483006       1 configmap_cafile_content.go:223] "Shutting down controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0728 22:38:15.490091       1 secure_serving.go:255] Stopped listening on 127.0.0.1:10259
	
	* 
	* ==> kube-scheduler [99dbdf3863b2] <==
	* W0728 22:38:59.483608       1 feature_gate.go:237] Setting GA feature gate ServerSideApply=true. It will be removed in a future release.
	I0728 22:39:01.005366       1 serving.go:348] Generated self-signed cert in-memory
	I0728 22:39:06.085165       1 server.go:147] "Starting Kubernetes Scheduler" version="v1.24.3"
	I0728 22:39:06.085209       1 server.go:149] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0728 22:39:06.094053       1 requestheader_controller.go:169] Starting RequestHeaderAuthRequestController
	I0728 22:39:06.094230       1 shared_informer.go:255] Waiting for caches to sync for RequestHeaderAuthRequestController
	I0728 22:39:06.094234       1 configmap_cafile_content.go:202] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0728 22:39:06.094262       1 shared_informer.go:255] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	I0728 22:39:06.094346       1 secure_serving.go:210] Serving securely on 127.0.0.1:10259
	I0728 22:39:06.094361       1 configmap_cafile_content.go:202] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
	I0728 22:39:06.094380       1 shared_informer.go:255] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file
	I0728 22:39:06.098057       1 tlsconfig.go:240] "Starting DynamicServingCertificateController"
	I0728 22:39:06.194576       1 shared_informer.go:262] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file
	I0728 22:39:06.195998       1 shared_informer.go:262] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	I0728 22:39:06.282122       1 shared_informer.go:262] Caches are synced for RequestHeaderAuthRequestController
	
	* 
	* ==> kubelet <==
	* -- Logs begin at Thu 2022-07-28 22:38:38 UTC, end at Thu 2022-07-28 22:39:54 UTC. --
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         Try `iptables -h' or 'iptables --help' for more information.
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         ]
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:  >
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]: E0728 22:39:32.287285    1235 kuberuntime_sandbox.go:70] "Failed to create sandbox for pod" err=<
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         rpc error: code = Unknown desc = [failed to set up sandbox container "d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245" network for pod "coredns-6d4b75cb6d-qqb29": networkPlugin cni failed to set up pod "coredns-6d4b75cb6d-qqb29_kube-system" network: failed to set bridge addr: could not add IP address to "cni0": permission denied, failed to clean up sandbox container "d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245" network for pod "coredns-6d4b75cb6d-qqb29": networkPlugin cni failed to teardown pod "coredns-6d4b75cb6d-qqb29_kube-system" network: running [/usr/sbin/iptables -t nat -D POSTROUTING -s 10.85.0.22 -j CNI-18e0802787e3595ec908859c -m comment --comment name: "crio" id: "d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245" --wait]: exit status 2: iptables v1.8.4 (legacy): Couldn't load target `CNI-18e0802787e3595ec908859c':No such file or directory
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         Try `iptables -h' or 'iptables --help' for more information.
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         ]
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:  > pod="kube-system/coredns-6d4b75cb6d-qqb29"
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]: E0728 22:39:32.287329    1235 kuberuntime_manager.go:815] "CreatePodSandbox for pod failed" err=<
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         rpc error: code = Unknown desc = [failed to set up sandbox container "d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245" network for pod "coredns-6d4b75cb6d-qqb29": networkPlugin cni failed to set up pod "coredns-6d4b75cb6d-qqb29_kube-system" network: failed to set bridge addr: could not add IP address to "cni0": permission denied, failed to clean up sandbox container "d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245" network for pod "coredns-6d4b75cb6d-qqb29": networkPlugin cni failed to teardown pod "coredns-6d4b75cb6d-qqb29_kube-system" network: running [/usr/sbin/iptables -t nat -D POSTROUTING -s 10.85.0.22 -j CNI-18e0802787e3595ec908859c -m comment --comment name: "crio" id: "d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245" --wait]: exit status 2: iptables v1.8.4 (legacy): Couldn't load target `CNI-18e0802787e3595ec908859c':No such file or directory
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         Try `iptables -h' or 'iptables --help' for more information.
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         ]
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:  > pod="kube-system/coredns-6d4b75cb6d-qqb29"
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]: E0728 22:39:32.287547    1235 pod_workers.go:951] "Error syncing pod, skipping" err="failed to \"CreatePodSandbox\" for \"coredns-6d4b75cb6d-qqb29_kube-system(abc6e6f3-9b3a-4572-be76-348f7d76f99e)\" with CreatePodSandboxError: \"Failed to create sandbox for pod \\\"coredns-6d4b75cb6d-qqb29_kube-system(abc6e6f3-9b3a-4572-be76-348f7d76f99e)\\\": rpc error: code = Unknown desc = [failed to set up sandbox container \\\"d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245\\\" network for pod \\\"coredns-6d4b75cb6d-qqb29\\\": networkPlugin cni failed to set up pod \\\"coredns-6d4b75cb6d-qqb29_kube-system\\\" network: failed to set bridge addr: could not add IP address to \\\"cni0\\\": permission denied, failed to clean up sandbox container \\\"d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245\\\" network for pod \\\"coredns-6d4b75cb6d-qqb29\\\": networkPlugin cni failed to teardown pod \\\"coredns-6d4b75cb6d-qqb29_kub
e-system\\\" network: running [/usr/sbin/iptables -t nat -D POSTROUTING -s 10.85.0.22 -j CNI-18e0802787e3595ec908859c -m comment --comment name: \\\"crio\\\" id: \\\"d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245\\\" --wait]: exit status 2: iptables v1.8.4 (legacy): Couldn't load target `CNI-18e0802787e3595ec908859c':No such file or directory\\n\\nTry `iptables -h' or 'iptables --help' for more information.\\n]\"" pod="kube-system/coredns-6d4b75cb6d-qqb29" podUID=abc6e6f3-9b3a-4572-be76-348f7d76f99e
	Jul 28 22:39:34 newest-cni-20220728223615-27744 kubelet[1235]: I0728 22:39:34.101873    1235 pod_container_deletor.go:79] "Container not found in pod's containers" containerID="aa2217e5bf9b4ad583f1d02686109a8aed687b511cfe4a447f6667faf2298188"
	Jul 28 22:39:34 newest-cni-20220728223615-27744 kubelet[1235]: I0728 22:39:34.195009    1235 pod_container_deletor.go:79] "Container not found in pod's containers" containerID="e6a7b91a95ed88d16c1c2f7af9b59486fe673548661bc1e780f6b6652354c9f9"
	Jul 28 22:39:34 newest-cni-20220728223615-27744 kubelet[1235]: I0728 22:39:34.394979    1235 pod_container_deletor.go:79] "Container not found in pod's containers" containerID="c136ca3f18e06acab74268ecd50551284133829a02474bf65ea54782f89d62ff"
	Jul 28 22:39:34 newest-cni-20220728223615-27744 kubelet[1235]: I0728 22:39:34.395057    1235 pod_container_deletor.go:79] "Container not found in pod's containers" containerID="757523dc657d1edfbaabf3821db2b92c714d383affabb89f86f4de5d85b94797"
	Jul 28 22:39:34 newest-cni-20220728223615-27744 kubelet[1235]: I0728 22:39:34.983790    1235 dynamic_cafile_content.go:171] "Shutting down controller" name="client-ca-bundle::/var/lib/minikube/certs/ca.crt"
	Jul 28 22:39:34 newest-cni-20220728223615-27744 systemd[1]: Stopping kubelet: The Kubernetes Node Agent...
	Jul 28 22:39:35 newest-cni-20220728223615-27744 systemd[1]: kubelet.service: Succeeded.
	Jul 28 22:39:35 newest-cni-20220728223615-27744 systemd[1]: Stopped kubelet: The Kubernetes Node Agent.
	
	* 
	* ==> storage-provisioner [02252fe3f987] <==
	* I0728 22:38:08.511921       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0728 22:38:08.596238       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0728 22:38:08.596365       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0728 22:38:08.696839       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0728 22:38:08.697469       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"69d11fcd-551c-499f-a25b-960a982df546", APIVersion:"v1", ResourceVersion:"399", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' newest-cni-20220728223615-27744_037bbae5-cb01-4e55-b417-82bb01e506de became leader
	I0728 22:38:08.697998       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_newest-cni-20220728223615-27744_037bbae5-cb01-4e55-b417-82bb01e506de!
	I0728 22:38:08.799085       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_newest-cni-20220728223615-27744_037bbae5-cb01-4e55-b417-82bb01e506de!
	
	* 
	* ==> storage-provisioner [9a8167d82d27] <==
	* I0728 22:39:09.790296       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0728 22:39:09.993248       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0728 22:39:09.993647       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0728 22:39:28.003432       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0728 22:39:28.003738       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"69d11fcd-551c-499f-a25b-960a982df546", APIVersion:"v1", ResourceVersion:"586", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' newest-cni-20220728223615-27744_67c40f2d-31d5-485f-b95a-4156473b37a7 became leader
	I0728 22:39:28.003872       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_newest-cni-20220728223615-27744_67c40f2d-31d5-485f-b95a-4156473b37a7!
	I0728 22:39:28.182938       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_newest-cni-20220728223615-27744_67c40f2d-31d5-485f-b95a-4156473b37a7!
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	E0728 22:39:53.845343   48628 logs.go:192] command /bin/bash -c "sudo /var/lib/minikube/binaries/v1.24.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig" failed with error: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.24.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig": Process exited with status 1
	stdout:
	
	stderr:
	Unable to connect to the server: net/http: TLS handshake timeout
	 output: "\n** stderr ** \nUnable to connect to the server: net/http: TLS handshake timeout\n\n** /stderr **"
	! unable to fetch logs for: describe nodes

                                                
                                                
** /stderr **
helpers_test.go:254: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p newest-cni-20220728223615-27744 -n newest-cni-20220728223615-27744
helpers_test.go:254: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p newest-cni-20220728223615-27744 -n newest-cni-20220728223615-27744: exit status 2 (3.574004s)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
helpers_test.go:254: status error: exit status 2 (may be ok)
helpers_test.go:256: "newest-cni-20220728223615-27744" apiserver is not running, skipping kubectl commands (state="Paused")
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestStartStop/group/newest-cni/serial/Pause]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect newest-cni-20220728223615-27744
helpers_test.go:235: (dbg) docker inspect newest-cni-20220728223615-27744:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "0a922993fa7806f792475f8eff0ff4ce068c14bc1252f2c359a0d27bc6992a49",
	        "Created": "2022-07-28T22:36:58.0796486Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 411010,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2022-07-28T22:38:38.2618912Z",
	            "FinishedAt": "2022-07-28T22:38:26.1585054Z"
	        },
	        "Image": "sha256:443d84da239e4e701685e1614ef94cd6b60d0f0b15265a51d4f657992a9c59d8",
	        "ResolvConfPath": "/var/lib/docker/containers/0a922993fa7806f792475f8eff0ff4ce068c14bc1252f2c359a0d27bc6992a49/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/0a922993fa7806f792475f8eff0ff4ce068c14bc1252f2c359a0d27bc6992a49/hostname",
	        "HostsPath": "/var/lib/docker/containers/0a922993fa7806f792475f8eff0ff4ce068c14bc1252f2c359a0d27bc6992a49/hosts",
	        "LogPath": "/var/lib/docker/containers/0a922993fa7806f792475f8eff0ff4ce068c14bc1252f2c359a0d27bc6992a49/0a922993fa7806f792475f8eff0ff4ce068c14bc1252f2c359a0d27bc6992a49-json.log",
	        "Name": "/newest-cni-20220728223615-27744",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "newest-cni-20220728223615-27744:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "default",
	            "PortBindings": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "0"
	                    }
	                ]
	            },
	            "RestartPolicy": {
	                "Name": "no",
	                "MaximumRetryCount": 0
	            },
	            "AutoRemove": false,
	            "VolumeDriver": "",
	            "VolumesFrom": null,
	            "CapAdd": null,
	            "CapDrop": null,
	            "CgroupnsMode": "host",
	            "Dns": [],
	            "DnsOptions": [],
	            "DnsSearch": [],
	            "ExtraHosts": null,
	            "GroupAdd": null,
	            "IpcMode": "private",
	            "Cgroup": "",
	            "Links": null,
	            "OomScoreAdj": 0,
	            "PidMode": "",
	            "Privileged": true,
	            "PublishAllPorts": false,
	            "ReadonlyRootfs": false,
	            "SecurityOpt": [
	                "seccomp=unconfined",
	                "apparmor=unconfined",
	                "label=disable"
	            ],
	            "Tmpfs": {
	                "/run": "",
	                "/tmp": ""
	            },
	            "UTSMode": "",
	            "UsernsMode": "",
	            "ShmSize": 67108864,
	            "Runtime": "runc",
	            "ConsoleSize": [
	                0,
	                0
	            ],
	            "Isolation": "",
	            "CpuShares": 0,
	            "Memory": 2306867200,
	            "NanoCpus": 2000000000,
	            "CgroupParent": "",
	            "BlkioWeight": 0,
	            "BlkioWeightDevice": [],
	            "BlkioDeviceReadBps": null,
	            "BlkioDeviceWriteBps": null,
	            "BlkioDeviceReadIOps": null,
	            "BlkioDeviceWriteIOps": null,
	            "CpuPeriod": 0,
	            "CpuQuota": 0,
	            "CpuRealtimePeriod": 0,
	            "CpuRealtimeRuntime": 0,
	            "CpusetCpus": "",
	            "CpusetMems": "",
	            "Devices": [],
	            "DeviceCgroupRules": null,
	            "DeviceRequests": null,
	            "KernelMemory": 0,
	            "KernelMemoryTCP": 0,
	            "MemoryReservation": 0,
	            "MemorySwap": 2306867200,
	            "MemorySwappiness": null,
	            "OomKillDisable": false,
	            "PidsLimit": null,
	            "Ulimits": null,
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "LowerDir": "/var/lib/docker/overlay2/032df508469fe4a315eed73abd5defd358256335b12e9e2b04a251d2afdd0260-init/diff:/var/lib/docker/overlay2/ebecdb71656480305a1aa55ac86b030f1a154d9d8d097f88c76377098f48e268/diff:/var/lib/docker/overlay2/c14561e4f6bbff05c1b2e7429787d40177404e1f306f4a6f0b6d90ea83cbf54e/diff:/var/lib/docker/overlay2/936f80e53da17a3d9a57cc525b05c63820da5883c2e53c0a76dca49756522fd1/diff:/var/lib/docker/overlay2/d14740c04a488879c4403b9c07129daedf98e5dfd5866887394aa9fe7b0db342/diff:/var/lib/docker/overlay2/333462924dcaac50a06ba4eefdc15184fd3c18e000554b1040c6bf7e7835ec6d/diff:/var/lib/docker/overlay2/59dfade3ee7dbb9ed491b304d06aa0a9bbc98c6e5dea1b6be790c3416f5892a8/diff:/var/lib/docker/overlay2/a79b1887950ebd2f820f0a90dc8979a29aad7a215a286957040946a0ba88b0f6/diff:/var/lib/docker/overlay2/78cdbdc0890181e0dcfb77f70bb8db25238349a68442176b9e5ea754022c8d89/diff:/var/lib/docker/overlay2/d05f8af40df9c46549bff017da23a5cb64c9f0f858adc53de6aef169f936e966/diff:/var/lib/docker/overlay2/8f354d
ea73b2f123706fae0f0e9d4c65fbdc54ae4e3de9ecff2a2e155ba34be9/diff:/var/lib/docker/overlay2/28a80e2c77dc5eb593605717ddc26b28e49f68990763513bcb8f6fb561c4b90f/diff:/var/lib/docker/overlay2/f314c6d36ebf9c950702f2c2fc0d5f5b7b293c5b584ed4fa51551c30c8c899b8/diff:/var/lib/docker/overlay2/e85c14137d84e0c5023e37e5afe54212359defeeee98c93535afdbaa550fe577/diff:/var/lib/docker/overlay2/492d925fc29c74b755bfa500f8896cf44e1f59a39b683b31e76d1921584692ab/diff:/var/lib/docker/overlay2/7a69f14d801b4be27ce30bd2c509ddbca158af143411194039296d11f04e3b32/diff:/var/lib/docker/overlay2/78bdfe15d6b7fedd3679e17b00e877ea62930eff304510bbeb22e71110d33ba8/diff:/var/lib/docker/overlay2/eeb0cbb566d31d052984333791c66667cff44287be43251f1f1aa10fead89fdd/diff:/var/lib/docker/overlay2/c81f3fd31b800a3c7eeece1a6800edf733de0fdc30d0ae04489e064febaa27c6/diff:/var/lib/docker/overlay2/59d1d6c9c9504806b1ce39b6a6d742c47dc429f8f11a65bc384f19f1723dbb45/diff:/var/lib/docker/overlay2/19979a43f2af5361e7dc4bdd753b57d089e786724c175868f7d62f7ec190f964/diff:/var/lib/d
ocker/overlay2/21d9bcba520e1fe22b6e26da53cbba3a751d76a59b8cd2fa2a3f409d99f81483/diff:/var/lib/docker/overlay2/d73c755d0106b41bff6dcf25767365438e020e7d81b81130565fdc9ccb6d1b0d/diff:/var/lib/docker/overlay2/259cfbec3c50ebd81f7a228f72137516cb223891943a507c5c9c68dde6383372/diff:/var/lib/docker/overlay2/3879c7f551bc50dc7dc03393437f6c68a37c6378bea342870290cc78840bb1e3/diff:/var/lib/docker/overlay2/ac65de79a2894e4f8992310ae6afe87998c8c1792356068d4e6653a3f0487e6e/diff:/var/lib/docker/overlay2/9130c29718c8b36f4adf94e6108e380585c0f77750eb3957eceaabfeb58049e8/diff:/var/lib/docker/overlay2/32199a5fadb8b1c2cd0a5a69b1283eecd156fe1052ea15e02b908a5eea9b836a/diff:/var/lib/docker/overlay2/de4dec5172922a86ba0a6a30f68bcc6dfc77e6285f7320a96462f748991b3916/diff:/var/lib/docker/overlay2/61e4ba463cd9151b3050de5b24e83f91a6e138c6b805731e645798d883222a65/diff:/var/lib/docker/overlay2/5f52d47d39f925d3d4a3645638d17578048feb6d4286bd31f39b95c8e8c8c229/diff:/var/lib/docker/overlay2/1a13368053b344c17d225c40910c3c37373608b8e78bed20ecc48abf45f
eb120/diff:/var/lib/docker/overlay2/54c865e16adbb827d22f0fc0618481e7400b927f9422836ccaca18e4645e747f/diff:/var/lib/docker/overlay2/321eb988a8ba0a167857b796df3acec4271dfd02aa89452066a4b460b7f73332/diff:/var/lib/docker/overlay2/5610e1b58b8e3a980de417158c7e62ecf33740952b46b2f75b49f1848a499900/diff:/var/lib/docker/overlay2/ab22495a3912b008af446048dd014b4b579e43200c9d1ed11c802503995dba46/diff:/var/lib/docker/overlay2/e404abc02affa7284514059cf76c8512861900c0c4a2dd286b99e67ed5e161d0/diff:/var/lib/docker/overlay2/ba6f3d60d6fd1b31ef5f979e1a9e3067e08fc4411d2d5937d088d70d17faa3d5/diff:/var/lib/docker/overlay2/f44fbc714e4b440971a163c215f59ba5c746a7ebb53a45957e9080b35436b35b/diff:/var/lib/docker/overlay2/f5286d4a862c9778724aa4c8cd3982f46e695f7b09e4028af862280e664a21c0/diff:/var/lib/docker/overlay2/853537d2434c970552ad9e84d88bc994c866ec7da63cf6271f2a6f1b31373120/diff:/var/lib/docker/overlay2/3ba7da58fc5b3091996ea298f0948d9716f4788be18e837eef06d4ce355446a4/diff",
	                "MergedDir": "/var/lib/docker/overlay2/032df508469fe4a315eed73abd5defd358256335b12e9e2b04a251d2afdd0260/merged",
	                "UpperDir": "/var/lib/docker/overlay2/032df508469fe4a315eed73abd5defd358256335b12e9e2b04a251d2afdd0260/diff",
	                "WorkDir": "/var/lib/docker/overlay2/032df508469fe4a315eed73abd5defd358256335b12e9e2b04a251d2afdd0260/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "volume",
	                "Name": "newest-cni-20220728223615-27744",
	                "Source": "/var/lib/docker/volumes/newest-cni-20220728223615-27744/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            },
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            }
	        ],
	        "Config": {
	            "Hostname": "newest-cni-20220728223615-27744",
	            "Domainname": "",
	            "User": "root",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842",
	            "Volumes": null,
	            "WorkingDir": "",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "newest-cni-20220728223615-27744",
	                "name.minikube.sigs.k8s.io": "newest-cni-20220728223615-27744",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "1d94f0f4ef9b70d6135f672d3dd1fc3e776344957608bcab68f5247b737f7744",
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "56901"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "56902"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "56903"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "56904"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "56905"
	                    }
	                ]
	            },
	            "SandboxKey": "/var/run/docker/netns/1d94f0f4ef9b",
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "3a890d2f53ba4c368c2f30fa27ef39bd838ec5b740d684e896e67751d86b22cd",
	            "Gateway": "172.17.0.1",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "172.17.0.2",
	            "IPPrefixLen": 16,
	            "IPv6Gateway": "",
	            "MacAddress": "02:42:ac:11:00:02",
	            "Networks": {
	                "bridge": {
	                    "IPAMConfig": null,
	                    "Links": null,
	                    "Aliases": null,
	                    "NetworkID": "86fda902ed81457558e5e2c1393830af03be67e2e3ed0567909105fd5b12eb1b",
	                    "EndpointID": "3a890d2f53ba4c368c2f30fa27ef39bd838ec5b740d684e896e67751d86b22cd",
	                    "Gateway": "172.17.0.1",
	                    "IPAddress": "172.17.0.2",
	                    "IPPrefixLen": 16,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "MacAddress": "02:42:ac:11:00:02",
	                    "DriverOpts": null
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p newest-cni-20220728223615-27744 -n newest-cni-20220728223615-27744
helpers_test.go:239: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Host}} -p newest-cni-20220728223615-27744 -n newest-cni-20220728223615-27744: exit status 2 (3.6577704s)

                                                
                                                
-- stdout --
	Running

                                                
                                                
-- /stdout --
helpers_test.go:239: status error: exit status 2 (may be ok)
helpers_test.go:244: <<< TestStartStop/group/newest-cni/serial/Pause FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestStartStop/group/newest-cni/serial/Pause]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-windows-amd64.exe -p newest-cni-20220728223615-27744 logs -n 25
E0728 22:40:10.206360   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\no-preload-20220728221829-27744\client.crt: The system cannot find the path specified.
E0728 22:40:10.221104   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\no-preload-20220728221829-27744\client.crt: The system cannot find the path specified.
E0728 22:40:10.237107   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\no-preload-20220728221829-27744\client.crt: The system cannot find the path specified.
E0728 22:40:10.268709   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\no-preload-20220728221829-27744\client.crt: The system cannot find the path specified.
E0728 22:40:10.314164   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\no-preload-20220728221829-27744\client.crt: The system cannot find the path specified.
E0728 22:40:10.396342   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\no-preload-20220728221829-27744\client.crt: The system cannot find the path specified.
E0728 22:40:10.569186   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\no-preload-20220728221829-27744\client.crt: The system cannot find the path specified.
E0728 22:40:10.896886   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\no-preload-20220728221829-27744\client.crt: The system cannot find the path specified.
E0728 22:40:11.552072   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\no-preload-20220728221829-27744\client.crt: The system cannot find the path specified.
E0728 22:40:12.842983   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\no-preload-20220728221829-27744\client.crt: The system cannot find the path specified.
E0728 22:40:15.406304   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\no-preload-20220728221829-27744\client.crt: The system cannot find the path specified.
helpers_test.go:247: (dbg) Done: out/minikube-windows-amd64.exe -p newest-cni-20220728223615-27744 logs -n 25: (15.2435209s)
helpers_test.go:252: TestStartStop/group/newest-cni/serial/Pause logs: 
-- stdout --
	* 
	* ==> Audit <==
	* |---------|------------------------------------------------------------|-------------------------------------------------|-------------------|---------|---------------------|---------------------|
	| Command |                            Args                            |                     Profile                     |       User        | Version |     Start Time      |      End Time       |
	|---------|------------------------------------------------------------|-------------------------------------------------|-------------------|---------|---------------------|---------------------|
	| delete  | -p                                                         | old-k8s-version-20220728221546-27744            | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:31 GMT | 28 Jul 22 22:31 GMT |
	|         | old-k8s-version-20220728221546-27744                       |                                                 |                   |         |                     |                     |
	| delete  | -p                                                         | disable-driver-mounts-20220728223114-27744      | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:31 GMT | 28 Jul 22 22:31 GMT |
	|         | disable-driver-mounts-20220728223114-27744                 |                                                 |                   |         |                     |                     |
	| start   | -p                                                         | default-k8s-different-port-20220728223118-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:31 GMT | 28 Jul 22 22:37 GMT |
	|         | default-k8s-different-port-20220728223118-27744            |                                                 |                   |         |                     |                     |
	|         | --memory=2200 --alsologtostderr --wait=true                |                                                 |                   |         |                     |                     |
	|         | --apiserver-port=8444 --driver=docker                      |                                                 |                   |         |                     |                     |
	|         | --kubernetes-version=v1.24.3                               |                                                 |                   |         |                     |                     |
	| ssh     | -p                                                         | embed-certs-20220728222622-27744                | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:35 GMT | 28 Jul 22 22:35 GMT |
	|         | embed-certs-20220728222622-27744                           |                                                 |                   |         |                     |                     |
	|         | sudo crictl images -o json                                 |                                                 |                   |         |                     |                     |
	| pause   | -p                                                         | embed-certs-20220728222622-27744                | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:35 GMT | 28 Jul 22 22:35 GMT |
	|         | embed-certs-20220728222622-27744                           |                                                 |                   |         |                     |                     |
	|         | --alsologtostderr -v=1                                     |                                                 |                   |         |                     |                     |
	| unpause | -p                                                         | embed-certs-20220728222622-27744                | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:35 GMT | 28 Jul 22 22:35 GMT |
	|         | embed-certs-20220728222622-27744                           |                                                 |                   |         |                     |                     |
	|         | --alsologtostderr -v=1                                     |                                                 |                   |         |                     |                     |
	| ssh     | -p                                                         | no-preload-20220728221829-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:36 GMT | 28 Jul 22 22:36 GMT |
	|         | no-preload-20220728221829-27744                            |                                                 |                   |         |                     |                     |
	|         | sudo crictl images -o json                                 |                                                 |                   |         |                     |                     |
	| delete  | -p                                                         | embed-certs-20220728222622-27744                | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:36 GMT | 28 Jul 22 22:36 GMT |
	|         | embed-certs-20220728222622-27744                           |                                                 |                   |         |                     |                     |
	| pause   | -p                                                         | no-preload-20220728221829-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:36 GMT | 28 Jul 22 22:36 GMT |
	|         | no-preload-20220728221829-27744                            |                                                 |                   |         |                     |                     |
	|         | --alsologtostderr -v=1                                     |                                                 |                   |         |                     |                     |
	| delete  | -p                                                         | embed-certs-20220728222622-27744                | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:36 GMT | 28 Jul 22 22:36 GMT |
	|         | embed-certs-20220728222622-27744                           |                                                 |                   |         |                     |                     |
	| start   | -p newest-cni-20220728223615-27744 --memory=2200           | newest-cni-20220728223615-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:36 GMT | 28 Jul 22 22:38 GMT |
	|         | --alsologtostderr --wait=apiserver,system_pods,default_sa  |                                                 |                   |         |                     |                     |
	|         | --feature-gates ServerSideApply=true --network-plugin=cni  |                                                 |                   |         |                     |                     |
	|         | --extra-config=kubeadm.pod-network-cidr=192.168.111.111/16 |                                                 |                   |         |                     |                     |
	|         | --driver=docker --kubernetes-version=v1.24.3               |                                                 |                   |         |                     |                     |
	| unpause | -p                                                         | no-preload-20220728221829-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:36 GMT | 28 Jul 22 22:36 GMT |
	|         | no-preload-20220728221829-27744                            |                                                 |                   |         |                     |                     |
	|         | --alsologtostderr -v=1                                     |                                                 |                   |         |                     |                     |
	| delete  | -p                                                         | no-preload-20220728221829-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:36 GMT | 28 Jul 22 22:36 GMT |
	|         | no-preload-20220728221829-27744                            |                                                 |                   |         |                     |                     |
	| delete  | -p calico-20220728220624-27744                             | calico-20220728220624-27744                     | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:36 GMT | 28 Jul 22 22:37 GMT |
	| delete  | -p                                                         | no-preload-20220728221829-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:36 GMT | 28 Jul 22 22:36 GMT |
	|         | no-preload-20220728221829-27744                            |                                                 |                   |         |                     |                     |
	| addons  | enable metrics-server -p                                   | default-k8s-different-port-20220728223118-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:37 GMT | 28 Jul 22 22:37 GMT |
	|         | default-k8s-different-port-20220728223118-27744            |                                                 |                   |         |                     |                     |
	|         | --images=MetricsServer=k8s.gcr.io/echoserver:1.4           |                                                 |                   |         |                     |                     |
	|         | --registries=MetricsServer=fake.domain                     |                                                 |                   |         |                     |                     |
	| stop    | -p                                                         | default-k8s-different-port-20220728223118-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:37 GMT | 28 Jul 22 22:37 GMT |
	|         | default-k8s-different-port-20220728223118-27744            |                                                 |                   |         |                     |                     |
	|         | --alsologtostderr -v=3                                     |                                                 |                   |         |                     |                     |
	| addons  | enable dashboard -p                                        | default-k8s-different-port-20220728223118-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:37 GMT | 28 Jul 22 22:37 GMT |
	|         | default-k8s-different-port-20220728223118-27744            |                                                 |                   |         |                     |                     |
	|         | --images=MetricsScraper=k8s.gcr.io/echoserver:1.4          |                                                 |                   |         |                     |                     |
	| start   | -p                                                         | default-k8s-different-port-20220728223118-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:37 GMT |                     |
	|         | default-k8s-different-port-20220728223118-27744            |                                                 |                   |         |                     |                     |
	|         | --memory=2200 --alsologtostderr --wait=true                |                                                 |                   |         |                     |                     |
	|         | --apiserver-port=8444 --driver=docker                      |                                                 |                   |         |                     |                     |
	|         | --kubernetes-version=v1.24.3                               |                                                 |                   |         |                     |                     |
	| addons  | enable metrics-server -p                                   | newest-cni-20220728223615-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:38 GMT | 28 Jul 22 22:38 GMT |
	|         | newest-cni-20220728223615-27744                            |                                                 |                   |         |                     |                     |
	|         | --images=MetricsServer=k8s.gcr.io/echoserver:1.4           |                                                 |                   |         |                     |                     |
	|         | --registries=MetricsServer=fake.domain                     |                                                 |                   |         |                     |                     |
	| stop    | -p                                                         | newest-cni-20220728223615-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:38 GMT | 28 Jul 22 22:38 GMT |
	|         | newest-cni-20220728223615-27744                            |                                                 |                   |         |                     |                     |
	|         | --alsologtostderr -v=3                                     |                                                 |                   |         |                     |                     |
	| addons  | enable dashboard -p                                        | newest-cni-20220728223615-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:38 GMT | 28 Jul 22 22:38 GMT |
	|         | newest-cni-20220728223615-27744                            |                                                 |                   |         |                     |                     |
	|         | --images=MetricsScraper=k8s.gcr.io/echoserver:1.4          |                                                 |                   |         |                     |                     |
	| start   | -p newest-cni-20220728223615-27744 --memory=2200           | newest-cni-20220728223615-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:38 GMT | 28 Jul 22 22:39 GMT |
	|         | --alsologtostderr --wait=apiserver,system_pods,default_sa  |                                                 |                   |         |                     |                     |
	|         | --feature-gates ServerSideApply=true --network-plugin=cni  |                                                 |                   |         |                     |                     |
	|         | --extra-config=kubeadm.pod-network-cidr=192.168.111.111/16 |                                                 |                   |         |                     |                     |
	|         | --driver=docker --kubernetes-version=v1.24.3               |                                                 |                   |         |                     |                     |
	| ssh     | -p                                                         | newest-cni-20220728223615-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:39 GMT | 28 Jul 22 22:39 GMT |
	|         | newest-cni-20220728223615-27744                            |                                                 |                   |         |                     |                     |
	|         | sudo crictl images -o json                                 |                                                 |                   |         |                     |                     |
	| pause   | -p                                                         | newest-cni-20220728223615-27744                 | minikube3\jenkins | v1.26.0 | 28 Jul 22 22:39 GMT |                     |
	|         | newest-cni-20220728223615-27744                            |                                                 |                   |         |                     |                     |
	|         | --alsologtostderr -v=1                                     |                                                 |                   |         |                     |                     |
	|---------|------------------------------------------------------------|-------------------------------------------------|-------------------|---------|---------------------|---------------------|
	
	* 
	* ==> Last Start <==
	* Log file created at: 2022/07/28 22:38:33
	Running on machine: minikube3
	Binary: Built with gc go1.18.3 for windows/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0728 22:38:33.023911   44568 out.go:296] Setting OutFile to fd 1784 ...
	I0728 22:38:33.094705   44568 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 22:38:33.094705   44568 out.go:309] Setting ErrFile to fd 1832...
	I0728 22:38:33.094705   44568 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 22:38:33.130297   44568 out.go:303] Setting JSON to false
	I0728 22:38:33.138253   44568 start.go:115] hostinfo: {"hostname":"minikube3","uptime":15777,"bootTime":1659032136,"procs":193,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19044 Build 19044","kernelVersion":"10.0.19044 Build 19044","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"a0f355d5-8b6e-4346-9071-73232725d096"}
	W0728 22:38:33.139193   44568 start.go:123] gopshost.Virtualization returned error: not implemented yet
	I0728 22:38:33.144657   44568 out.go:177] * [newest-cni-20220728223615-27744] minikube v1.26.0 on Microsoft Windows 10 Enterprise N 10.0.19044 Build 19044
	I0728 22:38:33.148635   44568 notify.go:193] Checking for updates...
	I0728 22:38:33.151854   44568 out.go:177]   - KUBECONFIG=C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	I0728 22:38:33.154156   44568 out.go:177]   - MINIKUBE_HOME=C:\Users\jenkins.minikube3\minikube-integration\.minikube
	I0728 22:38:33.156793   44568 out.go:177]   - MINIKUBE_LOCATION=14555
	I0728 22:38:33.159884   44568 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0728 22:38:28.503831   48400 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56857/healthz ...
	I0728 22:38:28.690211   48400 api_server.go:266] https://127.0.0.1:56857/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:38:28.690483   48400 api_server.go:102] status: https://127.0.0.1:56857/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:38:29.010462   48400 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56857/healthz ...
	I0728 22:38:29.088163   48400 api_server.go:266] https://127.0.0.1:56857/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:38:29.088270   48400 api_server.go:102] status: https://127.0.0.1:56857/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:38:29.514514   48400 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56857/healthz ...
	I0728 22:38:29.600905   48400 api_server.go:266] https://127.0.0.1:56857/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:38:29.600905   48400 api_server.go:102] status: https://127.0.0.1:56857/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:38:30.011942   48400 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56857/healthz ...
	I0728 22:38:30.184168   48400 api_server.go:266] https://127.0.0.1:56857/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:38:30.184168   48400 api_server.go:102] status: https://127.0.0.1:56857/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:38:30.513231   48400 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56857/healthz ...
	I0728 22:38:30.701949   48400 api_server.go:266] https://127.0.0.1:56857/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:38:30.701949   48400 api_server.go:102] status: https://127.0.0.1:56857/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:38:31.014212   48400 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56857/healthz ...
	I0728 22:38:31.287113   48400 api_server.go:266] https://127.0.0.1:56857/healthz returned 200:
	ok
	I0728 22:38:31.485984   48400 api_server.go:140] control plane version: v1.24.3
	I0728 22:38:31.485984   48400 api_server.go:130] duration metric: took 11.9911991s to wait for apiserver health ...
	I0728 22:38:31.485984   48400 cni.go:95] Creating CNI manager for ""
	I0728 22:38:31.485984   48400 cni.go:169] CNI unnecessary in this configuration, recommending no CNI
	I0728 22:38:31.485984   48400 system_pods.go:43] waiting for kube-system pods to appear ...
	I0728 22:38:31.703720   48400 system_pods.go:59] 8 kube-system pods found
	I0728 22:38:31.703876   48400 system_pods.go:61] "coredns-6d4b75cb6d-p2xxk" [caf85449-48a0-4e72-847f-ea661fb85881] Running / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0728 22:38:31.703876   48400 system_pods.go:61] "etcd-default-k8s-different-port-20220728223118-27744" [aa65ff3a-edb6-4ebd-ba72-87dd3c6c406a] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0728 22:38:31.703876   48400 system_pods.go:61] "kube-apiserver-default-k8s-different-port-20220728223118-27744" [3a05e266-8790-45ec-853e-ca2b19df8a2b] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0728 22:38:31.703920   48400 system_pods.go:61] "kube-controller-manager-default-k8s-different-port-20220728223118-27744" [1f90e4b3-8a3e-493a-8913-2ad7c62b9bd4] Running / Ready:ContainersNotReady (containers with unready status: [kube-controller-manager]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-controller-manager])
	I0728 22:38:31.703920   48400 system_pods.go:61] "kube-proxy-pdx5f" [9649eae9-9a5c-4723-b643-afe5f2ce81d0] Running / Ready:ContainersNotReady (containers with unready status: [kube-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-proxy])
	I0728 22:38:31.703920   48400 system_pods.go:61] "kube-scheduler-default-k8s-different-port-20220728223118-27744" [19bc224c-11f0-46d5-81b7-f16b240a1e1d] Running / Ready:ContainersNotReady (containers with unready status: [kube-scheduler]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-scheduler])
	I0728 22:38:31.703974   48400 system_pods.go:61] "metrics-server-5c6f97fb75-hx7ll" [39c0bac4-ceee-4948-bbe4-e71ac42a9641] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0728 22:38:31.703974   48400 system_pods.go:61] "storage-provisioner" [998a8aa1-c1b5-4f9a-ba13-199b48c6926c] Running / Ready:ContainersNotReady (containers with unready status: [storage-provisioner]) / ContainersReady:ContainersNotReady (containers with unready status: [storage-provisioner])
	I0728 22:38:31.703974   48400 system_pods.go:74] duration metric: took 217.9882ms to wait for pod list to return data ...
	I0728 22:38:31.703974   48400 node_conditions.go:102] verifying NodePressure condition ...
	I0728 22:38:31.806223   48400 node_conditions.go:122] node storage ephemeral capacity is 263174212Ki
	I0728 22:38:31.806223   48400 node_conditions.go:123] node cpu capacity is 16
	I0728 22:38:31.806223   48400 node_conditions.go:105] duration metric: took 102.1873ms to run NodePressure ...
	I0728 22:38:31.806223   48400 ssh_runner.go:195] Run: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.24.3:$PATH" kubeadm init phase addon all --config /var/tmp/minikube/kubeadm.yaml"
	I0728 22:38:33.162362   44568 config.go:178] Loaded profile config "newest-cni-20220728223615-27744": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.24.3
	I0728 22:38:33.163188   44568 driver.go:365] Setting default libvirt URI to qemu:///system
	I0728 22:38:35.397811   44568 docker.go:137] docker version: linux-20.10.17
	I0728 22:38:35.409526   44568 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0728 22:38:36.020450   44568 info.go:265] docker info: {ID:32WQ:AR2E:QBMQ:3APU:6H37:XHFB:IZYG:CYO4:NVRY:3DND:E2II:HYH4 Containers:2 ContainersRunning:1 ContainersPaused:0 ContainersStopped:1 Images:4 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:true NFd:65 OomKillDisable:true NGoroutines:52 SystemTime:2022-07-28 22:38:35.5899636 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.102.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_
64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:53902323712 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.17 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:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1 Expected:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1} RuncCommit:{ID:v1.1.2-0-ga916309 Expected:v1.1.2-0-ga916309} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,
profile=default] 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] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.8.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.7.0] 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.8] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-p
lugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.17.0]] Warnings:<nil>}}
	I0728 22:38:36.024492   44568 out.go:177] * Using the docker driver based on existing profile
	I0728 22:38:36.026476   44568 start.go:284] selected driver: docker
	I0728 22:38:36.026476   44568 start.go:808] validating driver "docker" against &{Name:newest-cni-20220728223615-27744 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 Memory:2200 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.24.3 ClusterName:newest-cni-20220728223615-27744 Namespace:
default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates:ServerSideApply=true ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:kubeadm Key:pod-network-cidr Value:192.168.111.111/16}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:172.17.0.2 Port:8443 KubernetesVersion:v1.24.3 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[dashboard:true default-storageclass:true metrics-server:true storage-provisioner:true] CustomAddonImages:map[Dashboard:kubernetesui/dashboard:v2.6.0@sha256:4af9580485920635d888efe1eddbd67e12f9d5d84dba87100e93feb4e46636b3 MetricsScraper:k8s.gcr.io/echoserver:1.4 MetricsServer:k8s.gcr.io/echoserver:1.4] CustomAddonRegistries:map[MetricsServer:fake.domain] VerifyComponents:map[apiserver:true apps_running:false default_sa:true
extra:false kubelet:false node_ready:false system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube3:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath:}
	I0728 22:38:36.026476   44568 start.go:819] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0728 22:38:36.086129   44568 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0728 22:38:36.705502   44568 info.go:265] docker info: {ID:32WQ:AR2E:QBMQ:3APU:6H37:XHFB:IZYG:CYO4:NVRY:3DND:E2II:HYH4 Containers:2 ContainersRunning:1 ContainersPaused:0 ContainersStopped:1 Images:4 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:true NFd:65 OomKillDisable:true NGoroutines:52 SystemTime:2022-07-28 22:38:36.2643386 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.102.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_
64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:53902323712 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.17 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:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1 Expected:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1} RuncCommit:{ID:v1.1.2-0-ga916309 Expected:v1.1.2-0-ga916309} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,
profile=default] 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] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.8.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.7.0] 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.8] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-p
lugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.17.0]] Warnings:<nil>}}
	I0728 22:38:36.706168   44568 start_flags.go:872] Waiting for components: map[apiserver:true apps_running:false default_sa:true extra:false kubelet:false node_ready:false system_pods:true]
	I0728 22:38:36.706168   44568 cni.go:95] Creating CNI manager for ""
	I0728 22:38:36.706168   44568 cni.go:169] CNI unnecessary in this configuration, recommending no CNI
	I0728 22:38:36.706168   44568 start_flags.go:310] config:
	{Name:newest-cni-20220728223615-27744 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 Memory:2200 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.24.3 ClusterName:newest-cni-20220728223615-27744 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:clu
ster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates:ServerSideApply=true ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:kubeadm Key:pod-network-cidr Value:192.168.111.111/16}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:172.17.0.2 Port:8443 KubernetesVersion:v1.24.3 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[dashboard:true default-storageclass:true metrics-server:true storage-provisioner:true] CustomAddonImages:map[Dashboard:kubernetesui/dashboard:v2.6.0@sha256:4af9580485920635d888efe1eddbd67e12f9d5d84dba87100e93feb4e46636b3 MetricsScraper:k8s.gcr.io/echoserver:1.4 MetricsServer:k8s.gcr.io/echoserver:1.4] CustomAddonRegistries:map[MetricsServer:fake.domain] VerifyComponents:map[apiserver:true apps_running:false default_sa:true extra:false kubelet:false node_ready:false system_pods:true] StartHostTimeout:6m
0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube3:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath:}
	I0728 22:38:36.710009   44568 out.go:177] * Starting control plane node newest-cni-20220728223615-27744 in cluster newest-cni-20220728223615-27744
	I0728 22:38:36.712136   44568 cache.go:120] Beginning downloading kic base image for docker with docker
	I0728 22:38:36.714762   44568 out.go:177] * Pulling base image ...
	I0728 22:38:36.721438   44568 preload.go:132] Checking if preload exists for k8s version v1.24.3 and runtime docker
	I0728 22:38:36.721438   44568 image.go:75] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 in local docker daemon
	I0728 22:38:36.721438   44568 preload.go:148] Found local preload: C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.24.3-docker-overlay2-amd64.tar.lz4
	I0728 22:38:36.721438   44568 cache.go:57] Caching tarball of preloaded images
	I0728 22:38:36.722407   44568 preload.go:174] Found C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.24.3-docker-overlay2-amd64.tar.lz4 in cache, skipping download
	I0728 22:38:36.722407   44568 cache.go:60] Finished verifying existence of preloaded tar for  v1.24.3 on docker
	I0728 22:38:36.722407   44568 profile.go:148] Saving config to C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744\config.json ...
	I0728 22:38:36.939974   44568 image.go:79] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 in local docker daemon, skipping pull
	I0728 22:38:36.939974   44568 cache.go:142] gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 exists in daemon, skipping load
	I0728 22:38:36.939974   44568 cache.go:208] Successfully downloaded all kic artifacts
	I0728 22:38:36.939974   44568 start.go:370] acquiring machines lock for newest-cni-20220728223615-27744: {Name:mk9b21e79630c87523382e47a9c97a579a814a22 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0728 22:38:36.939974   44568 start.go:374] acquired machines lock for "newest-cni-20220728223615-27744" in 0s
	I0728 22:38:36.939974   44568 start.go:95] Skipping create...Using existing machine configuration
	I0728 22:38:36.939974   44568 fix.go:55] fixHost starting: 
	I0728 22:38:36.954557   44568 cli_runner.go:164] Run: docker container inspect newest-cni-20220728223615-27744 --format={{.State.Status}}
	I0728 22:38:37.214162   44568 fix.go:103] recreateIfNeeded on newest-cni-20220728223615-27744: state=Stopped err=<nil>
	W0728 22:38:37.214162   44568 fix.go:129] unexpected machine state, will restart: <nil>
	I0728 22:38:37.217350   44568 out.go:177] * Restarting existing docker container for "newest-cni-20220728223615-27744" ...
	I0728 22:38:37.226131   44568 cli_runner.go:164] Run: docker start newest-cni-20220728223615-27744
	I0728 22:38:34.504491   48400 ssh_runner.go:235] Completed: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.24.3:$PATH" kubeadm init phase addon all --config /var/tmp/minikube/kubeadm.yaml": (2.6982479s)
	I0728 22:38:34.504620   48400 kubeadm.go:762] waiting for restarted kubelet to initialise ...
	I0728 22:38:34.591930   48400 kubeadm.go:777] kubelet initialised
	I0728 22:38:34.592006   48400 kubeadm.go:778] duration metric: took 87.386ms waiting for restarted kubelet to initialise ...
	I0728 22:38:34.592037   48400 pod_ready.go:35] extra waiting up to 4m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0728 22:38:34.611516   48400 pod_ready.go:78] waiting up to 4m0s for pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace to be "Ready" ...
	I0728 22:38:36.667678   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:38.316477   44568 cli_runner.go:217] Completed: docker start newest-cni-20220728223615-27744: (1.0901945s)
	I0728 22:38:38.328751   44568 cli_runner.go:164] Run: docker container inspect newest-cni-20220728223615-27744 --format={{.State.Status}}
	I0728 22:38:38.563651   44568 kic.go:415] container "newest-cni-20220728223615-27744" state is running.
	I0728 22:38:38.573281   44568 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" newest-cni-20220728223615-27744
	I0728 22:38:38.827107   44568 profile.go:148] Saving config to C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744\config.json ...
	I0728 22:38:38.829184   44568 machine.go:88] provisioning docker machine ...
	I0728 22:38:38.829184   44568 ubuntu.go:169] provisioning hostname "newest-cni-20220728223615-27744"
	I0728 22:38:38.839377   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:39.129545   44568 main.go:134] libmachine: Using SSH client type: native
	I0728 22:38:39.129714   44568 main.go:134] libmachine: &{{{<nil> 0 [] [] []} docker [0xa93d20] 0xa96b80 <nil>  [] 0s} 127.0.0.1 56901 <nil> <nil>}
	I0728 22:38:39.129714   44568 main.go:134] libmachine: About to run SSH command:
	sudo hostname newest-cni-20220728223615-27744 && echo "newest-cni-20220728223615-27744" | sudo tee /etc/hostname
	I0728 22:38:39.498021   44568 main.go:134] libmachine: SSH cmd err, output: <nil>: newest-cni-20220728223615-27744
	
	I0728 22:38:39.511539   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:39.749426   44568 main.go:134] libmachine: Using SSH client type: native
	I0728 22:38:39.749426   44568 main.go:134] libmachine: &{{{<nil> 0 [] [] []} docker [0xa93d20] 0xa96b80 <nil>  [] 0s} 127.0.0.1 56901 <nil> <nil>}
	I0728 22:38:39.749426   44568 main.go:134] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\snewest-cni-20220728223615-27744' /etc/hosts; then
				if grep -xq '127.0.1.1\s.*' /etc/hosts; then
					sudo sed -i 's/^127.0.1.1\s.*/127.0.1.1 newest-cni-20220728223615-27744/g' /etc/hosts;
				else 
					echo '127.0.1.1 newest-cni-20220728223615-27744' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0728 22:38:39.970684   44568 main.go:134] libmachine: SSH cmd err, output: <nil>: 
	I0728 22:38:39.970684   44568 ubuntu.go:175] set auth options {CertDir:C:\Users\jenkins.minikube3\minikube-integration\.minikube CaCertPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca.pem CaPrivateKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\server.pem ServerKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\server-key.pem ClientKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\cert.pem ServerCertSANs:[] StorePath:C:\Users\jenkins.minikube3\minikube-integration\.minikube}
	I0728 22:38:39.970684   44568 ubuntu.go:177] setting up certificates
	I0728 22:38:39.970684   44568 provision.go:83] configureAuth start
	I0728 22:38:39.982158   44568 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" newest-cni-20220728223615-27744
	I0728 22:38:40.225377   44568 provision.go:138] copyHostCerts
	I0728 22:38:40.225377   44568 exec_runner.go:144] found C:\Users\jenkins.minikube3\minikube-integration\.minikube/ca.pem, removing ...
	I0728 22:38:40.225377   44568 exec_runner.go:207] rm: C:\Users\jenkins.minikube3\minikube-integration\.minikube\ca.pem
	I0728 22:38:40.225377   44568 exec_runner.go:151] cp: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca.pem --> C:\Users\jenkins.minikube3\minikube-integration\.minikube/ca.pem (1078 bytes)
	I0728 22:38:40.226388   44568 exec_runner.go:144] found C:\Users\jenkins.minikube3\minikube-integration\.minikube/cert.pem, removing ...
	I0728 22:38:40.227379   44568 exec_runner.go:207] rm: C:\Users\jenkins.minikube3\minikube-integration\.minikube\cert.pem
	I0728 22:38:40.227379   44568 exec_runner.go:151] cp: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\cert.pem --> C:\Users\jenkins.minikube3\minikube-integration\.minikube/cert.pem (1123 bytes)
	I0728 22:38:40.228505   44568 exec_runner.go:144] found C:\Users\jenkins.minikube3\minikube-integration\.minikube/key.pem, removing ...
	I0728 22:38:40.228505   44568 exec_runner.go:207] rm: C:\Users\jenkins.minikube3\minikube-integration\.minikube\key.pem
	I0728 22:38:40.228505   44568 exec_runner.go:151] cp: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\key.pem --> C:\Users\jenkins.minikube3\minikube-integration\.minikube/key.pem (1679 bytes)
	I0728 22:38:40.229420   44568 provision.go:112] generating server cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\server.pem ca-key=C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca.pem private-key=C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca-key.pem org=jenkins.newest-cni-20220728223615-27744 san=[172.17.0.2 127.0.0.1 localhost 127.0.0.1 minikube newest-cni-20220728223615-27744]
	I0728 22:38:40.638057   44568 provision.go:172] copyRemoteCerts
	I0728 22:38:40.649994   44568 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0728 22:38:40.658801   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:40.894512   44568 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:56901 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\newest-cni-20220728223615-27744\id_rsa Username:docker}
	I0728 22:38:41.036617   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0728 22:38:41.097393   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\server.pem --> /etc/docker/server.pem (1265 bytes)
	I0728 22:38:41.149763   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0728 22:38:41.198845   44568 provision.go:86] duration metric: configureAuth took 1.2281518s
	I0728 22:38:41.199505   44568 ubuntu.go:193] setting minikube options for container-runtime
	I0728 22:38:41.200108   44568 config.go:178] Loaded profile config "newest-cni-20220728223615-27744": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.24.3
	I0728 22:38:41.208599   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:41.452604   44568 main.go:134] libmachine: Using SSH client type: native
	I0728 22:38:41.453599   44568 main.go:134] libmachine: &{{{<nil> 0 [] [] []} docker [0xa93d20] 0xa96b80 <nil>  [] 0s} 127.0.0.1 56901 <nil> <nil>}
	I0728 22:38:41.453599   44568 main.go:134] libmachine: About to run SSH command:
	df --output=fstype / | tail -n 1
	I0728 22:38:41.603134   44568 main.go:134] libmachine: SSH cmd err, output: <nil>: overlay
	
	I0728 22:38:41.603209   44568 ubuntu.go:71] root file system type: overlay
	I0728 22:38:41.603532   44568 provision.go:309] Updating docker unit: /lib/systemd/system/docker.service ...
	I0728 22:38:41.611603   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:41.839215   44568 main.go:134] libmachine: Using SSH client type: native
	I0728 22:38:41.839796   44568 main.go:134] libmachine: &{{{<nil> 0 [] [] []} docker [0xa93d20] 0xa96b80 <nil>  [] 0s} 127.0.0.1 56901 <nil> <nil>}
	I0728 22:38:41.839864   44568 main.go:134] libmachine: About to run SSH command:
	sudo mkdir -p /lib/systemd/system && printf %!s(MISSING) "[Unit]
	Description=Docker Application Container Engine
	Documentation=https://docs.docker.com
	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
	Restart=on-failure
	
	
	
	# 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.
	LimitNOFILE=infinity
	LimitNPROC=infinity
	LimitCORE=infinity
	
	# 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
	
	[Install]
	WantedBy=multi-user.target
	" | sudo tee /lib/systemd/system/docker.service.new
	I0728 22:38:42.053747   44568 main.go:134] libmachine: SSH cmd err, output: <nil>: [Unit]
	Description=Docker Application Container Engine
	Documentation=https://docs.docker.com
	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
	Restart=on-failure
	
	
	
	# 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.
	LimitNOFILE=infinity
	LimitNPROC=infinity
	LimitCORE=infinity
	
	# 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
	
	[Install]
	WantedBy=multi-user.target
	
	I0728 22:38:42.062665   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:42.303533   44568 main.go:134] libmachine: Using SSH client type: native
	I0728 22:38:42.303736   44568 main.go:134] libmachine: &{{{<nil> 0 [] [] []} docker [0xa93d20] 0xa96b80 <nil>  [] 0s} 127.0.0.1 56901 <nil> <nil>}
	I0728 22:38:42.303736   44568 main.go:134] libmachine: About to run SSH 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; }
	I0728 22:38:42.525539   44568 main.go:134] libmachine: SSH cmd err, output: <nil>: 
	I0728 22:38:42.525656   44568 machine.go:91] provisioned docker machine in 3.696327s
	I0728 22:38:42.525656   44568 start.go:307] post-start starting for "newest-cni-20220728223615-27744" (driver="docker")
	I0728 22:38:42.525656   44568 start.go:334] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
	I0728 22:38:42.539706   44568 ssh_runner.go:195] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
	I0728 22:38:42.546520   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:42.791713   44568 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:56901 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\newest-cni-20220728223615-27744\id_rsa Username:docker}
	I0728 22:38:42.896896   44568 ssh_runner.go:195] Run: cat /etc/os-release
	I0728 22:38:42.910146   44568 main.go:134] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0728 22:38:42.910254   44568 main.go:134] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0728 22:38:42.910254   44568 main.go:134] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0728 22:38:42.910254   44568 info.go:137] Remote host: Ubuntu 20.04.4 LTS
	I0728 22:38:42.910254   44568 filesync.go:126] Scanning C:\Users\jenkins.minikube3\minikube-integration\.minikube\addons for local assets ...
	I0728 22:38:42.910254   44568 filesync.go:126] Scanning C:\Users\jenkins.minikube3\minikube-integration\.minikube\files for local assets ...
	I0728 22:38:42.910890   44568 filesync.go:149] local asset: C:\Users\jenkins.minikube3\minikube-integration\.minikube\files\etc\ssl\certs\277442.pem -> 277442.pem in /etc/ssl/certs
	I0728 22:38:42.925985   44568 ssh_runner.go:195] Run: sudo mkdir -p /etc/ssl/certs
	I0728 22:38:42.951329   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\files\etc\ssl\certs\277442.pem --> /etc/ssl/certs/277442.pem (1708 bytes)
	I0728 22:38:43.021020   44568 start.go:310] post-start completed in 495.3603ms
	I0728 22:38:43.036066   44568 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0728 22:38:43.043066   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:38.668681   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:41.160575   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:43.286620   44568 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:56901 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\newest-cni-20220728223615-27744\id_rsa Username:docker}
	I0728 22:38:43.445672   44568 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0728 22:38:43.465744   44568 fix.go:57] fixHost completed within 6.5256806s
	I0728 22:38:43.465782   44568 start.go:82] releasing machines lock for "newest-cni-20220728223615-27744", held for 6.5257588s
	I0728 22:38:43.474333   44568 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" newest-cni-20220728223615-27744
	I0728 22:38:43.722411   44568 ssh_runner.go:195] Run: curl -sS -m 2 https://k8s.gcr.io/
	I0728 22:38:43.729912   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:43.730921   44568 ssh_runner.go:195] Run: systemctl --version
	I0728 22:38:43.740667   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:43.969111   44568 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:56901 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\newest-cni-20220728223615-27744\id_rsa Username:docker}
	I0728 22:38:43.985131   44568 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:56901 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\newest-cni-20220728223615-27744\id_rsa Username:docker}
	I0728 22:38:44.185593   44568 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
	I0728 22:38:44.214108   44568 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (233 bytes)
	I0728 22:38:44.262347   44568 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0728 22:38:44.431442   44568 ssh_runner.go:195] Run: sudo systemctl restart cri-docker
	I0728 22:38:44.633926   44568 ssh_runner.go:195] Run: sudo systemctl cat docker.service
	I0728 22:38:44.661507   44568 cruntime.go:273] skipping containerd shutdown because we are bound to it
	I0728 22:38:44.671956   44568 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I0728 22:38:44.709909   44568 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/cri-dockerd.sock
	image-endpoint: unix:///var/run/cri-dockerd.sock
	" | sudo tee /etc/crictl.yaml"
	I0728 22:38:44.759481   44568 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
	I0728 22:38:44.927389   44568 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
	I0728 22:38:45.100169   44568 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0728 22:38:45.271124   44568 ssh_runner.go:195] Run: sudo systemctl restart docker
	I0728 22:38:46.130421   44568 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
	I0728 22:38:46.282671   44568 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0728 22:38:46.437125   44568 ssh_runner.go:195] Run: sudo systemctl start cri-docker.socket
	I0728 22:38:46.467920   44568 start.go:450] Will wait 60s for socket path /var/run/cri-dockerd.sock
	I0728 22:38:46.477404   44568 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
	I0728 22:38:46.495911   44568 start.go:471] Will wait 60s for crictl version
	I0728 22:38:46.505855   44568 ssh_runner.go:195] Run: sudo crictl version
	I0728 22:38:46.577161   44568 start.go:480] Version:  0.1.0
	RuntimeName:  docker
	RuntimeVersion:  20.10.17
	RuntimeApiVersion:  1.41.0
	I0728 22:38:46.584939   44568 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
	I0728 22:38:46.673857   44568 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
	I0728 22:38:46.757124   44568 out.go:204] * Preparing Kubernetes v1.24.3 on Docker 20.10.17 ...
	I0728 22:38:46.766304   44568 cli_runner.go:164] Run: docker exec -t newest-cni-20220728223615-27744 dig +short host.docker.internal
	I0728 22:38:47.167523   44568 network.go:96] got host ip for mount in container by digging dns: 192.168.65.2
	I0728 22:38:47.176530   44568 ssh_runner.go:195] Run: grep 192.168.65.2	host.minikube.internal$ /etc/hosts
	I0728 22:38:47.190197   44568 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.65.2	host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0728 22:38:47.227727   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:47.452555   44568 out.go:177]   - kubeadm.pod-network-cidr=192.168.111.111/16
	I0728 22:38:47.455272   44568 preload.go:132] Checking if preload exists for k8s version v1.24.3 and runtime docker
	I0728 22:38:47.462870   44568 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
	I0728 22:38:47.533045   44568 docker.go:611] Got preloaded images: -- stdout --
	k8s.gcr.io/kube-apiserver:v1.24.3
	k8s.gcr.io/kube-proxy:v1.24.3
	k8s.gcr.io/kube-scheduler:v1.24.3
	k8s.gcr.io/kube-controller-manager:v1.24.3
	k8s.gcr.io/etcd:3.5.3-0
	k8s.gcr.io/pause:3.7
	k8s.gcr.io/coredns/coredns:v1.8.6
	k8s.gcr.io/pause:3.6
	gcr.io/k8s-minikube/storage-provisioner:v5
	
	-- /stdout --
	I0728 22:38:47.533045   44568 docker.go:542] Images already preloaded, skipping extraction
	I0728 22:38:47.541607   44568 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
	I0728 22:38:47.616374   44568 docker.go:611] Got preloaded images: -- stdout --
	k8s.gcr.io/kube-apiserver:v1.24.3
	k8s.gcr.io/kube-proxy:v1.24.3
	k8s.gcr.io/kube-controller-manager:v1.24.3
	k8s.gcr.io/kube-scheduler:v1.24.3
	k8s.gcr.io/etcd:3.5.3-0
	k8s.gcr.io/pause:3.7
	k8s.gcr.io/coredns/coredns:v1.8.6
	k8s.gcr.io/pause:3.6
	gcr.io/k8s-minikube/storage-provisioner:v5
	
	-- /stdout --
	I0728 22:38:47.616374   44568 cache_images.go:84] Images are preloaded, skipping loading
	I0728 22:38:47.625235   44568 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
	I0728 22:38:47.811999   44568 cni.go:95] Creating CNI manager for ""
	I0728 22:38:47.811999   44568 cni.go:169] CNI unnecessary in this configuration, recommending no CNI
	I0728 22:38:47.811999   44568 kubeadm.go:87] Using pod CIDR: 192.168.111.111/16
	I0728 22:38:47.811999   44568 kubeadm.go:158] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:192.168.111.111/16 AdvertiseAddress:172.17.0.2 APIServerPort:8443 KubernetesVersion:v1.24.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:newest-cni-20220728223615-27744 NodeName:newest-cni-20220728223615-27744 DNSDomain:cluster.local CRISocket:/var/run/cri-dockerd.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota feature-gates:ServerSideApply=true] Pairs:map[certSANs:["127.0.0.1", "localhost", "172.17.0.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true feature-gates:ServerSideApply=true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[feature-gates:ServerSideApply=true leader-elect:false]
Pairs:map[]}] FeatureArgs:map[] NoTaintMaster:true NodeIP:172.17.0.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[]}
	I0728 22:38:47.811999   44568 kubeadm.go:162] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: InitConfiguration
	localAPIEndpoint:
	  advertiseAddress: 172.17.0.2
	  bindPort: 8443
	bootstrapTokens:
	  - groups:
	      - system:bootstrappers:kubeadm:default-node-token
	    ttl: 24h0m0s
	    usages:
	      - signing
	      - authentication
	nodeRegistration:
	  criSocket: /var/run/cri-dockerd.sock
	  name: "newest-cni-20220728223615-27744"
	  kubeletExtraArgs:
	    node-ip: 172.17.0.2
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "172.17.0.2"]
	  extraArgs:
	    enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	    feature-gates: "ServerSideApply=true"
	controllerManager:
	  extraArgs:
	    allocate-node-cidrs: "true"
	    feature-gates: "ServerSideApply=true"
	    leader-elect: "false"
	scheduler:
	  extraArgs:
	    feature-gates: "ServerSideApply=true"
	    leader-elect: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      proxy-refresh-interval: "70000"
	kubernetesVersion: v1.24.3
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "192.168.111.111/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%!"(MISSING)
	  nodefs.inodesFree: "0%!"(MISSING)
	  imagefs.available: "0%!"(MISSING)
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "192.168.111.111/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0728 22:38:47.812618   44568 kubeadm.go:961] kubelet [Unit]
	Wants=docker.socket
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.24.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --container-runtime=remote --container-runtime-endpoint=/var/run/cri-dockerd.sock --feature-gates=ServerSideApply=true --hostname-override=newest-cni-20220728223615-27744 --image-service-endpoint=/var/run/cri-dockerd.sock --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=172.17.0.2 --runtime-request-timeout=15m
	
	[Install]
	 config:
	{KubernetesVersion:v1.24.3 ClusterName:newest-cni-20220728223615-27744 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates:ServerSideApply=true ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:kubeadm Key:pod-network-cidr Value:192.168.111.111/16}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:}
	I0728 22:38:47.821772   44568 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.24.3
	I0728 22:38:47.853788   44568 binaries.go:44] Found k8s binaries, skipping transfer
	I0728 22:38:47.864748   44568 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0728 22:38:47.889338   44568 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (528 bytes)
	I0728 22:38:47.930571   44568 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0728 22:38:47.965968   44568 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2184 bytes)
	I0728 22:38:48.013766   44568 ssh_runner.go:195] Run: grep 172.17.0.2	control-plane.minikube.internal$ /etc/hosts
	I0728 22:38:48.027528   44568 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "172.17.0.2	control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0728 22:38:48.051325   44568 certs.go:54] Setting up C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744 for IP: 172.17.0.2
	I0728 22:38:48.052091   44568 certs.go:182] skipping minikubeCA CA generation: C:\Users\jenkins.minikube3\minikube-integration\.minikube\ca.key
	I0728 22:38:48.052187   44568 certs.go:182] skipping proxyClientCA CA generation: C:\Users\jenkins.minikube3\minikube-integration\.minikube\proxy-client-ca.key
	I0728 22:38:48.052187   44568 certs.go:298] skipping minikube-user signed cert generation: C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744\client.key
	I0728 22:38:48.053080   44568 certs.go:298] skipping minikube signed cert generation: C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744\apiserver.key.7b749c5f
	I0728 22:38:48.053390   44568 certs.go:298] skipping aggregator signed cert generation: C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744\proxy-client.key
	I0728 22:38:48.054699   44568 certs.go:388] found cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\27744.pem (1338 bytes)
	W0728 22:38:48.055033   44568 certs.go:384] ignoring C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\27744_empty.pem, impossibly tiny 0 bytes
	I0728 22:38:48.055033   44568 certs.go:388] found cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca-key.pem (1679 bytes)
	I0728 22:38:48.055033   44568 certs.go:388] found cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\ca.pem (1078 bytes)
	I0728 22:38:48.055705   44568 certs.go:388] found cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\cert.pem (1123 bytes)
	I0728 22:38:48.055958   44568 certs.go:388] found cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\key.pem (1679 bytes)
	I0728 22:38:48.055958   44568 certs.go:388] found cert: C:\Users\jenkins.minikube3\minikube-integration\.minikube\files\etc\ssl\certs\C:\Users\jenkins.minikube3\minikube-integration\.minikube\files\etc\ssl\certs\277442.pem (1708 bytes)
	I0728 22:38:48.057219   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744\apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
	I0728 22:38:43.665951   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:46.152575   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:48.106313   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744\apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I0728 22:38:48.154605   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744\proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0728 22:38:48.208302   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\newest-cni-20220728223615-27744\proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I0728 22:38:48.257981   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0728 22:38:48.311624   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0728 22:38:48.370856   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0728 22:38:48.423942   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0728 22:38:48.469257   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\files\etc\ssl\certs\277442.pem --> /usr/share/ca-certificates/277442.pem (1708 bytes)
	I0728 22:38:48.519779   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0728 22:38:48.572079   44568 ssh_runner.go:362] scp C:\Users\jenkins.minikube3\minikube-integration\.minikube\certs\27744.pem --> /usr/share/ca-certificates/27744.pem (1338 bytes)
	I0728 22:38:48.620505   44568 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0728 22:38:48.672603   44568 ssh_runner.go:195] Run: openssl version
	I0728 22:38:48.697314   44568 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/277442.pem && ln -fs /usr/share/ca-certificates/277442.pem /etc/ssl/certs/277442.pem"
	I0728 22:38:48.731930   44568 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/277442.pem
	I0728 22:38:48.746713   44568 certs.go:431] hashing: -rw-r--r-- 1 root root 1708 Jul 28 20:37 /usr/share/ca-certificates/277442.pem
	I0728 22:38:48.756165   44568 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/277442.pem
	I0728 22:38:48.781785   44568 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/3ec20f2e.0 || ln -fs /etc/ssl/certs/277442.pem /etc/ssl/certs/3ec20f2e.0"
	I0728 22:38:48.813983   44568 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
	I0728 22:38:48.852734   44568 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0728 22:38:48.869308   44568 certs.go:431] hashing: -rw-r--r-- 1 root root 1111 Jul 28 20:28 /usr/share/ca-certificates/minikubeCA.pem
	I0728 22:38:48.879649   44568 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0728 22:38:48.901042   44568 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
	I0728 22:38:48.935557   44568 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/27744.pem && ln -fs /usr/share/ca-certificates/27744.pem /etc/ssl/certs/27744.pem"
	I0728 22:38:48.967657   44568 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/27744.pem
	I0728 22:38:48.980082   44568 certs.go:431] hashing: -rw-r--r-- 1 root root 1338 Jul 28 20:37 /usr/share/ca-certificates/27744.pem
	I0728 22:38:48.989010   44568 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/27744.pem
	I0728 22:38:49.014487   44568 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/51391683.0 || ln -fs /etc/ssl/certs/27744.pem /etc/ssl/certs/51391683.0"
	I0728 22:38:49.039688   44568 kubeadm.go:395] StartCluster: {Name:newest-cni-20220728223615-27744 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 Memory:2200 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.24.3 ClusterName:newest-cni-20220728223615-27744 Namespace:default APIServerNam
e:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates:ServerSideApply=true ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:kubeadm Key:pod-network-cidr Value:192.168.111.111/16}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:172.17.0.2 Port:8443 KubernetesVersion:v1.24.3 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[dashboard:true default-storageclass:true metrics-server:true storage-provisioner:true] CustomAddonImages:map[Dashboard:kubernetesui/dashboard:v2.6.0@sha256:4af9580485920635d888efe1eddbd67e12f9d5d84dba87100e93feb4e46636b3 MetricsScraper:k8s.gcr.io/echoserver:1.4 MetricsServer:k8s.gcr.io/echoserver:1.4] CustomAddonRegistries:map[MetricsServer:fake.domain] VerifyComponents:map[apiserver:true apps_running:false default_sa:true extra:false kubelet:
false node_ready:false system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube3:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath:}
	I0728 22:38:49.048424   44568 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
	I0728 22:38:49.138776   44568 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0728 22:38:49.170161   44568 kubeadm.go:410] found existing configuration files, will attempt cluster restart
	I0728 22:38:49.170161   44568 kubeadm.go:626] restartCluster start
	I0728 22:38:49.180746   44568 ssh_runner.go:195] Run: sudo test -d /data/minikube
	I0728 22:38:49.199746   44568 kubeadm.go:127] /data/minikube skipping compat symlinks: sudo test -d /data/minikube: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:49.205750   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:38:49.433657   44568 kubeconfig.go:116] verify returned: extract IP: "newest-cni-20220728223615-27744" does not appear in C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	I0728 22:38:49.434326   44568 kubeconfig.go:127] "newest-cni-20220728223615-27744" context is missing from C:\Users\jenkins.minikube3\minikube-integration\kubeconfig - will repair!
	I0728 22:38:49.434580   44568 lock.go:35] WriteFile acquiring C:\Users\jenkins.minikube3\minikube-integration\kubeconfig: {Name:mk966a7640504e03827322930a51a762b5508893 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0728 22:38:49.454455   44568 ssh_runner.go:195] Run: sudo diff -u /var/tmp/minikube/kubeadm.yaml /var/tmp/minikube/kubeadm.yaml.new
	I0728 22:38:49.486630   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:49.497830   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:49.525713   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:49.727277   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:49.743153   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:49.771656   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:49.928221   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:49.938707   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:49.967382   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:50.130549   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:50.144239   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:50.183010   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:50.331889   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:50.344300   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:50.376882   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:50.535160   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:50.545936   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:50.573290   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:50.735372   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:50.746751   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:50.775871   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:50.939615   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:50.949928   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:50.979935   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:51.129144   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:51.139675   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:51.167710   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:51.330170   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:51.341471   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:51.372926   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:51.532986   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:51.542511   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:51.575183   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:51.736299   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:51.746675   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:51.775083   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:51.938352   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:51.948546   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:51.977684   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:52.126954   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:52.137690   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:52.170439   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:52.332519   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:52.343528   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:52.372648   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:52.534325   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:52.545198   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:52.576447   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:52.577130   44568 api_server.go:165] Checking apiserver status ...
	I0728 22:38:52.596081   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	W0728 22:38:52.621775   44568 api_server.go:169] stopped: unable to get apiserver pid: sudo pgrep -xnf kube-apiserver.*minikube.*: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:52.621827   44568 kubeadm.go:601] needs reconfigure: apiserver error: timed out waiting for the condition
	I0728 22:38:52.621827   44568 kubeadm.go:1092] stopping kube-system containers ...
	I0728 22:38:52.632412   44568 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
	I0728 22:38:52.723232   44568 docker.go:443] Stopping containers: [cba2c76b5141 b580fb166ecd b147d9830976 72b40cd0c39a 163d3269165f 02252fe3f987 26ea6eed7e52 217d8c809eed 40abfb70512c e331633d6f6c c35601242fab 7abbdec9b733 011660c553b1 54add69f85f8 3c47c21e6453 8edd10927b6c f6ea0babf43e f2ee01eb3148 055f59d40070 338a72a8b167]
	I0728 22:38:52.730235   44568 ssh_runner.go:195] Run: docker stop cba2c76b5141 b580fb166ecd b147d9830976 72b40cd0c39a 163d3269165f 02252fe3f987 26ea6eed7e52 217d8c809eed 40abfb70512c e331633d6f6c c35601242fab 7abbdec9b733 011660c553b1 54add69f85f8 3c47c21e6453 8edd10927b6c f6ea0babf43e f2ee01eb3148 055f59d40070 338a72a8b167
	I0728 22:38:52.831696   44568 ssh_runner.go:195] Run: sudo systemctl stop kubelet
	I0728 22:38:52.879637   44568 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
	I0728 22:38:52.911936   44568 kubeadm.go:155] found existing configuration files:
	-rw------- 1 root root 5639 Jul 28 22:37 /etc/kubernetes/admin.conf
	-rw------- 1 root root 5650 Jul 28 22:37 /etc/kubernetes/controller-manager.conf
	-rw------- 1 root root 2063 Jul 28 22:37 /etc/kubernetes/kubelet.conf
	-rw------- 1 root root 5598 Jul 28 22:37 /etc/kubernetes/scheduler.conf
	
	I0728 22:38:52.929066   44568 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0728 22:38:52.960068   44568 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0728 22:38:52.993209   44568 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0728 22:38:53.020624   44568 kubeadm.go:166] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:53.031608   44568 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0728 22:38:53.063671   44568 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0728 22:38:53.088076   44568 kubeadm.go:166] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 1
	stdout:
	
	stderr:
	I0728 22:38:53.100165   44568 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0728 22:38:48.660580   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:50.664708   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:52.786530   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:53.131877   44568 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0728 22:38:53.163221   44568 kubeadm.go:703] reconfiguring cluster from /var/tmp/minikube/kubeadm.yaml
	I0728 22:38:53.163221   44568 ssh_runner.go:195] Run: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.24.3:$PATH" kubeadm init phase certs all --config /var/tmp/minikube/kubeadm.yaml"
	I0728 22:38:53.280505   44568 ssh_runner.go:195] Run: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.24.3:$PATH" kubeadm init phase kubeconfig all --config /var/tmp/minikube/kubeadm.yaml"
	I0728 22:38:54.252404   44568 ssh_runner.go:195] Run: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.24.3:$PATH" kubeadm init phase kubelet-start --config /var/tmp/minikube/kubeadm.yaml"
	I0728 22:38:54.671503   44568 ssh_runner.go:195] Run: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.24.3:$PATH" kubeadm init phase control-plane all --config /var/tmp/minikube/kubeadm.yaml"
	I0728 22:38:54.889496   44568 ssh_runner.go:195] Run: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.24.3:$PATH" kubeadm init phase etcd local --config /var/tmp/minikube/kubeadm.yaml"
	I0728 22:38:55.196469   44568 api_server.go:51] waiting for apiserver process to appear ...
	I0728 22:38:55.211457   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0728 22:38:55.912331   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0728 22:38:56.409896   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0728 22:38:56.917245   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0728 22:38:57.416098   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0728 22:38:57.916162   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0728 22:38:55.154545   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:57.155493   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:38:58.413992   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0728 22:38:58.909941   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0728 22:38:59.099916   44568 api_server.go:71] duration metric: took 3.9034171s to wait for apiserver process to appear ...
	I0728 22:38:59.099916   44568 api_server.go:87] waiting for apiserver healthz status ...
	I0728 22:38:59.099916   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:38:59.105635   44568 api_server.go:256] stopped: https://127.0.0.1:56905/healthz: Get "https://127.0.0.1:56905/healthz": EOF
	I0728 22:38:59.620656   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:38:59.627501   44568 api_server.go:256] stopped: https://127.0.0.1:56905/healthz: Get "https://127.0.0.1:56905/healthz": EOF
	I0728 22:39:00.109139   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:38:59.655006   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:01.655928   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:05.116650   44568 api_server.go:256] stopped: https://127.0.0.1:56905/healthz: Get "https://127.0.0.1:56905/healthz": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
	I0728 22:39:05.619838   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:05.985881   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[-]poststarthook/bootstrap-controller failed: reason withheld
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[-]poststarthook/scheduling/bootstrap-system-priority-classes failed: reason withheld
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[-]poststarthook/apiservice-registration-controller failed: reason withheld
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:05.985969   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[-]poststarthook/bootstrap-controller failed: reason withheld
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[-]poststarthook/scheduling/bootstrap-system-priority-classes failed: reason withheld
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[-]poststarthook/apiservice-registration-controller failed: reason withheld
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:06.108918   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:06.285513   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[-]poststarthook/scheduling/bootstrap-system-priority-classes failed: reason withheld
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:06.285513   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[-]poststarthook/scheduling/bootstrap-system-priority-classes failed: reason withheld
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:06.611673   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:06.636565   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[-]poststarthook/scheduling/bootstrap-system-priority-classes failed: reason withheld
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:06.636565   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[-]poststarthook/scheduling/bootstrap-system-priority-classes failed: reason withheld
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:07.111673   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:07.195839   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:07.195958   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:07.610410   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:07.787214   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:07.787417   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:04.153197   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:06.158957   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:08.109565   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:08.287772   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:08.288067   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:08.606724   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:08.697546   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:08.697654   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:09.119815   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:09.200514   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:09.200514   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:09.620718   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:09.784467   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:09.784467   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:10.116879   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:10.206191   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	W0728 22:39:10.206191   44568 api_server.go:102] status: https://127.0.0.1:56905/healthz returned error 500:
	[+]ping ok
	[+]log ok
	[+]etcd ok
	[+]poststarthook/start-kube-apiserver-admission-initializer ok
	[+]poststarthook/generic-apiserver-start-informers ok
	[+]poststarthook/priority-and-fairness-config-consumer ok
	[+]poststarthook/priority-and-fairness-filter ok
	[+]poststarthook/start-apiextensions-informers ok
	[+]poststarthook/start-apiextensions-controllers ok
	[+]poststarthook/crd-informer-synced ok
	[+]poststarthook/bootstrap-controller ok
	[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
	[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
	[+]poststarthook/priority-and-fairness-config-producer ok
	[+]poststarthook/start-cluster-authentication-info-controller ok
	[+]poststarthook/aggregator-reload-proxy-client-cert ok
	[+]poststarthook/start-kube-aggregator-informers ok
	[+]poststarthook/apiservice-registration-controller ok
	[+]poststarthook/apiservice-status-available-controller ok
	[+]poststarthook/kube-apiserver-autoregistration ok
	[+]autoregister-completion ok
	[+]poststarthook/apiservice-openapi-controller ok
	[+]poststarthook/apiservice-openapiv3-controller ok
	healthz check failed
	I0728 22:39:10.618402   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:10.785249   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 200:
	ok
	I0728 22:39:10.886794   44568 api_server.go:140] control plane version: v1.24.3
	I0728 22:39:10.886794   44568 api_server.go:130] duration metric: took 11.7867888s to wait for apiserver health ...
	I0728 22:39:10.886794   44568 cni.go:95] Creating CNI manager for ""
	I0728 22:39:10.886794   44568 cni.go:169] CNI unnecessary in this configuration, recommending no CNI
	I0728 22:39:10.886794   44568 system_pods.go:43] waiting for kube-system pods to appear ...
	I0728 22:39:11.001046   44568 system_pods.go:59] 8 kube-system pods found
	I0728 22:39:11.001046   44568 system_pods.go:61] "coredns-6d4b75cb6d-qqb29" [abc6e6f3-9b3a-4572-be76-348f7d76f99e] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0728 22:39:11.001046   44568 system_pods.go:61] "etcd-newest-cni-20220728223615-27744" [eca16740-0b15-4f8b-a2c5-da159982e871] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0728 22:39:11.001046   44568 system_pods.go:61] "kube-apiserver-newest-cni-20220728223615-27744" [f0c7b5b8-7cb3-4e30-b4aa-39276870f5bc] Running
	I0728 22:39:11.001046   44568 system_pods.go:61] "kube-controller-manager-newest-cni-20220728223615-27744" [64bceb14-dc7e-434d-bf4c-8a673805acc6] Running
	I0728 22:39:11.001046   44568 system_pods.go:61] "kube-proxy-k4svt" [4a0adb1a-365f-4461-a221-657d65d226d6] Running / Ready:ContainersNotReady (containers with unready status: [kube-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-proxy])
	I0728 22:39:11.001598   44568 system_pods.go:61] "kube-scheduler-newest-cni-20220728223615-27744" [e8384b81-a9f5-488a-b0a4-d938cdee1e42] Running
	I0728 22:39:11.001684   44568 system_pods.go:61] "metrics-server-5c6f97fb75-fwc9b" [1e9eef8f-f309-42ed-b3ce-557a7f5c8d83] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0728 22:39:11.001723   44568 system_pods.go:61] "storage-provisioner" [a0449342-4b31-4189-98e6-747602dea5fd] Running
	I0728 22:39:11.001760   44568 system_pods.go:74] duration metric: took 114.9651ms to wait for pod list to return data ...
	I0728 22:39:11.001815   44568 node_conditions.go:102] verifying NodePressure condition ...
	I0728 22:39:11.094283   44568 node_conditions.go:122] node storage ephemeral capacity is 263174212Ki
	I0728 22:39:11.094414   44568 node_conditions.go:123] node cpu capacity is 16
	I0728 22:39:11.094414   44568 node_conditions.go:105] duration metric: took 92.5976ms to run NodePressure ...
	I0728 22:39:11.094414   44568 ssh_runner.go:195] Run: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.24.3:$PATH" kubeadm init phase addon all --config /var/tmp/minikube/kubeadm.yaml"
	I0728 22:39:12.418890   44568 ssh_runner.go:235] Completed: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.24.3:$PATH" kubeadm init phase addon all --config /var/tmp/minikube/kubeadm.yaml": (1.3244659s)
	I0728 22:39:12.418992   44568 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0728 22:39:12.491487   44568 ops.go:34] apiserver oom_adj: -16
	I0728 22:39:12.491562   44568 kubeadm.go:630] restartCluster took 23.3212237s
	I0728 22:39:12.491562   44568 kubeadm.go:397] StartCluster complete in 23.4516957s
	I0728 22:39:12.491696   44568 settings.go:142] acquiring lock: {Name:mke99fb8c09012609ce6804e7dfd4d68f5541df7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0728 22:39:12.492046   44568 settings.go:150] Updating kubeconfig:  C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	I0728 22:39:12.495145   44568 lock.go:35] WriteFile acquiring C:\Users\jenkins.minikube3\minikube-integration\kubeconfig: {Name:mk966a7640504e03827322930a51a762b5508893 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0728 22:39:12.591867   44568 kapi.go:244] deployment "coredns" in namespace "kube-system" and context "newest-cni-20220728223615-27744" rescaled to 1
	I0728 22:39:12.592492   44568 start.go:211] Will wait 6m0s for node &{Name: IP:172.17.0.2 Port:8443 KubernetesVersion:v1.24.3 ContainerRuntime:docker ControlPlane:true Worker:true}
	I0728 22:39:12.592492   44568 addons.go:412] enableAddons start: toEnable=map[dashboard:true default-storageclass:true metrics-server:true storage-provisioner:true], additional=[]
	I0728 22:39:12.592574   44568 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.24.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0728 22:39:12.592685   44568 addons.go:65] Setting storage-provisioner=true in profile "newest-cni-20220728223615-27744"
	I0728 22:39:12.592685   44568 addons.go:65] Setting dashboard=true in profile "newest-cni-20220728223615-27744"
	I0728 22:39:12.592685   44568 addons.go:65] Setting default-storageclass=true in profile "newest-cni-20220728223615-27744"
	I0728 22:39:12.595609   44568 addons.go:153] Setting addon dashboard=true in "newest-cni-20220728223615-27744"
	I0728 22:39:12.595609   44568 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "newest-cni-20220728223615-27744"
	W0728 22:39:12.595652   44568 addons.go:162] addon dashboard should already be in state true
	I0728 22:39:12.593077   44568 config.go:178] Loaded profile config "newest-cni-20220728223615-27744": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.24.3
	I0728 22:39:12.595314   44568 out.go:177] * Verifying Kubernetes components...
	I0728 22:39:12.595428   44568 addons.go:153] Setting addon storage-provisioner=true in "newest-cni-20220728223615-27744"
	I0728 22:39:12.592685   44568 addons.go:65] Setting metrics-server=true in profile "newest-cni-20220728223615-27744"
	I0728 22:39:12.597167   44568 host.go:66] Checking if "newest-cni-20220728223615-27744" exists ...
	W0728 22:39:12.599607   44568 addons.go:162] addon storage-provisioner should already be in state true
	I0728 22:39:12.599677   44568 addons.go:153] Setting addon metrics-server=true in "newest-cni-20220728223615-27744"
	W0728 22:39:12.599733   44568 addons.go:162] addon metrics-server should already be in state true
	I0728 22:39:12.599809   44568 host.go:66] Checking if "newest-cni-20220728223615-27744" exists ...
	I0728 22:39:12.599929   44568 host.go:66] Checking if "newest-cni-20220728223615-27744" exists ...
	I0728 22:39:12.616879   44568 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0728 22:39:12.623289   44568 cli_runner.go:164] Run: docker container inspect newest-cni-20220728223615-27744 --format={{.State.Status}}
	I0728 22:39:12.625840   44568 cli_runner.go:164] Run: docker container inspect newest-cni-20220728223615-27744 --format={{.State.Status}}
	I0728 22:39:12.626773   44568 cli_runner.go:164] Run: docker container inspect newest-cni-20220728223615-27744 --format={{.State.Status}}
	I0728 22:39:12.634639   44568 cli_runner.go:164] Run: docker container inspect newest-cni-20220728223615-27744 --format={{.State.Status}}
	I0728 22:39:12.907203   44568 out.go:177]   - Using image kubernetesui/dashboard:v2.6.0
	I0728 22:39:12.910199   44568 out.go:177]   - Using image k8s.gcr.io/echoserver:1.4
	I0728 22:39:12.913197   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-ns.yaml
	I0728 22:39:12.913197   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-ns.yaml (759 bytes)
	I0728 22:39:12.921211   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:39:12.928208   44568 out.go:177]   - Using image fake.domain/k8s.gcr.io/echoserver:1.4
	I0728 22:39:12.930200   44568 addons.go:345] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0728 22:39:12.930200   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0728 22:39:12.938196   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:39:12.962200   44568 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0728 22:39:12.964207   44568 addons.go:345] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0728 22:39:12.964207   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0728 22:39:12.971205   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:39:13.016208   44568 addons.go:153] Setting addon default-storageclass=true in "newest-cni-20220728223615-27744"
	W0728 22:39:13.016208   44568 addons.go:162] addon default-storageclass should already be in state true
	I0728 22:39:13.016208   44568 host.go:66] Checking if "newest-cni-20220728223615-27744" exists ...
	I0728 22:39:13.032207   44568 cli_runner.go:164] Run: docker container inspect newest-cni-20220728223615-27744 --format={{.State.Status}}
	I0728 22:39:08.657801   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:11.153411   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:13.166257   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:13.168210   44568 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:56901 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\newest-cni-20220728223615-27744\id_rsa Username:docker}
	I0728 22:39:13.184213   44568 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:56901 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\newest-cni-20220728223615-27744\id_rsa Username:docker}
	I0728 22:39:13.232214   44568 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:56901 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\newest-cni-20220728223615-27744\id_rsa Username:docker}
	I0728 22:39:13.279217   44568 addons.go:345] installing /etc/kubernetes/addons/storageclass.yaml
	I0728 22:39:13.279217   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0728 22:39:13.293204   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:39:13.296258   44568 start.go:789] CoreDNS already contains "host.minikube.internal" host record, skipping...
	I0728 22:39:13.309203   44568 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" newest-cni-20220728223615-27744
	I0728 22:39:13.547882   44568 api_server.go:51] waiting for apiserver process to appear ...
	I0728 22:39:13.562849   44568 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0728 22:39:13.562849   44568 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:56901 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\newest-cni-20220728223615-27744\id_rsa Username:docker}
	I0728 22:39:13.687304   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-clusterrole.yaml
	I0728 22:39:13.687304   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-clusterrole.yaml (1001 bytes)
	I0728 22:39:13.690320   44568 addons.go:345] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0728 22:39:13.690320   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1820 bytes)
	I0728 22:39:13.790889   44568 api_server.go:71] duration metric: took 1.1983055s to wait for apiserver process to appear ...
	I0728 22:39:13.791125   44568 api_server.go:87] waiting for apiserver healthz status ...
	I0728 22:39:13.791125   44568 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:56905/healthz ...
	I0728 22:39:13.886805   44568 api_server.go:266] https://127.0.0.1:56905/healthz returned 200:
	ok
	I0728 22:39:13.892697   44568 api_server.go:140] control plane version: v1.24.3
	I0728 22:39:13.892697   44568 api_server.go:130] duration metric: took 101.5714ms to wait for apiserver health ...
	I0728 22:39:13.892697   44568 system_pods.go:43] waiting for kube-system pods to appear ...
	I0728 22:39:14.002939   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-clusterrolebinding.yaml
	I0728 22:39:14.003538   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-clusterrolebinding.yaml (1018 bytes)
	I0728 22:39:14.007225   44568 system_pods.go:59] 8 kube-system pods found
	I0728 22:39:14.007225   44568 system_pods.go:61] "coredns-6d4b75cb6d-qqb29" [abc6e6f3-9b3a-4572-be76-348f7d76f99e] Pending / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
	I0728 22:39:14.007225   44568 system_pods.go:61] "etcd-newest-cni-20220728223615-27744" [eca16740-0b15-4f8b-a2c5-da159982e871] Running
	I0728 22:39:14.007225   44568 system_pods.go:61] "kube-apiserver-newest-cni-20220728223615-27744" [f0c7b5b8-7cb3-4e30-b4aa-39276870f5bc] Running
	I0728 22:39:14.007225   44568 system_pods.go:61] "kube-controller-manager-newest-cni-20220728223615-27744" [64bceb14-dc7e-434d-bf4c-8a673805acc6] Running
	I0728 22:39:14.007225   44568 system_pods.go:61] "kube-proxy-k4svt" [4a0adb1a-365f-4461-a221-657d65d226d6] Running
	I0728 22:39:14.007225   44568 system_pods.go:61] "kube-scheduler-newest-cni-20220728223615-27744" [e8384b81-a9f5-488a-b0a4-d938cdee1e42] Running
	I0728 22:39:14.007225   44568 system_pods.go:61] "metrics-server-5c6f97fb75-fwc9b" [1e9eef8f-f309-42ed-b3ce-557a7f5c8d83] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
	I0728 22:39:14.007225   44568 system_pods.go:61] "storage-provisioner" [a0449342-4b31-4189-98e6-747602dea5fd] Running
	I0728 22:39:14.007225   44568 system_pods.go:74] duration metric: took 114.5265ms to wait for pod list to return data ...
	I0728 22:39:14.007225   44568 default_sa.go:34] waiting for default service account to be created ...
	I0728 22:39:14.007225   44568 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0728 22:39:14.084683   44568 addons.go:345] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0728 22:39:14.084683   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0728 22:39:14.090699   44568 default_sa.go:45] found service account: "default"
	I0728 22:39:14.090699   44568 default_sa.go:55] duration metric: took 83.4741ms for default service account to be created ...
	I0728 22:39:14.090699   44568 kubeadm.go:572] duration metric: took 1.4981135s to wait for : map[apiserver:true apps_running:false default_sa:true extra:false kubelet:false node_ready:false system_pods:true] ...
	I0728 22:39:14.090699   44568 node_conditions.go:102] verifying NodePressure condition ...
	I0728 22:39:14.191074   44568 node_conditions.go:122] node storage ephemeral capacity is 263174212Ki
	I0728 22:39:14.191074   44568 node_conditions.go:123] node cpu capacity is 16
	I0728 22:39:14.191074   44568 node_conditions.go:105] duration metric: took 100.3737ms to run NodePressure ...
	I0728 22:39:14.191074   44568 start.go:216] waiting for startup goroutines ...
	I0728 22:39:14.386741   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-configmap.yaml
	I0728 22:39:14.386741   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-configmap.yaml (837 bytes)
	I0728 22:39:14.405782   44568 addons.go:345] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0728 22:39:14.405782   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0728 22:39:14.406578   44568 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0728 22:39:14.696913   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-dp.yaml
	I0728 22:39:14.696913   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-dp.yaml (4196 bytes)
	I0728 22:39:14.712116   44568 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I0728 22:39:15.003979   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-role.yaml
	I0728 22:39:15.003979   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-role.yaml (1724 bytes)
	I0728 22:39:15.299914   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-rolebinding.yaml
	I0728 22:39:15.299914   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-rolebinding.yaml (1046 bytes)
	I0728 22:39:15.596773   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-sa.yaml
	I0728 22:39:15.596773   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-sa.yaml (837 bytes)
	I0728 22:39:15.797397   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-secret.yaml
	I0728 22:39:15.797397   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-secret.yaml (1389 bytes)
	I0728 22:39:16.086941   44568 addons.go:345] installing /etc/kubernetes/addons/dashboard-svc.yaml
	I0728 22:39:16.086941   44568 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-svc.yaml (1294 bytes)
	I0728 22:39:16.505198   44568 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/dashboard-ns.yaml -f /etc/kubernetes/addons/dashboard-clusterrole.yaml -f /etc/kubernetes/addons/dashboard-clusterrolebinding.yaml -f /etc/kubernetes/addons/dashboard-configmap.yaml -f /etc/kubernetes/addons/dashboard-dp.yaml -f /etc/kubernetes/addons/dashboard-role.yaml -f /etc/kubernetes/addons/dashboard-rolebinding.yaml -f /etc/kubernetes/addons/dashboard-sa.yaml -f /etc/kubernetes/addons/dashboard-secret.yaml -f /etc/kubernetes/addons/dashboard-svc.yaml
	I0728 22:39:15.212271   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:17.703694   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:19.799817   44568 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (5.7915911s)
	I0728 22:39:19.799817   44568 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.3931981s)
	I0728 22:39:20.090211   44568 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (5.378054s)
	I0728 22:39:20.090211   44568 addons.go:383] Verifying addon metrics-server=true in "newest-cni-20220728223615-27744"
	I0728 22:39:20.901878   44568 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.24.3/kubectl apply -f /etc/kubernetes/addons/dashboard-ns.yaml -f /etc/kubernetes/addons/dashboard-clusterrole.yaml -f /etc/kubernetes/addons/dashboard-clusterrolebinding.yaml -f /etc/kubernetes/addons/dashboard-configmap.yaml -f /etc/kubernetes/addons/dashboard-dp.yaml -f /etc/kubernetes/addons/dashboard-role.yaml -f /etc/kubernetes/addons/dashboard-rolebinding.yaml -f /etc/kubernetes/addons/dashboard-sa.yaml -f /etc/kubernetes/addons/dashboard-secret.yaml -f /etc/kubernetes/addons/dashboard-svc.yaml: (4.3966464s)
	I0728 22:39:20.906918   44568 out.go:177] * Enabled addons: storage-provisioner, default-storageclass, metrics-server, dashboard
	I0728 22:39:20.909227   44568 addons.go:414] enableAddons completed in 8.3166499s
	I0728 22:39:21.207069   44568 start.go:506] kubectl: 1.18.2, cluster: 1.24.3 (minor skew: 6)
	I0728 22:39:21.209471   44568 out.go:177] 
	W0728 22:39:21.212043   44568 out.go:239] ! C:\ProgramData\chocolatey\bin\kubectl.exe is version 1.18.2, which may have incompatibilites with Kubernetes 1.24.3.
	I0728 22:39:21.215630   44568 out.go:177]   - Want kubectl v1.24.3? Try 'minikube kubectl -- get pods -A'
	I0728 22:39:21.219219   44568 out.go:177] * Done! kubectl is now configured to use "newest-cni-20220728223615-27744" cluster and "default" namespace by default
	I0728 22:39:20.154946   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:22.162023   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:24.651731   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:27.161590   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:29.658935   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:31.659320   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:33.662718   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:36.157922   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:38.160756   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:40.656968   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:42.791412   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:45.156271   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:47.656169   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:49.668482   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:52.156192   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:54.661054   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:56.668190   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:39:59.172835   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	I0728 22:40:01.201700   48400 pod_ready.go:102] pod "coredns-6d4b75cb6d-p2xxk" in "kube-system" namespace has status "Ready":"False"
	
	* 
	* ==> Docker <==
	* -- Logs begin at Thu 2022-07-28 22:38:38 UTC, end at Thu 2022-07-28 22:40:07 UTC. --
	Jul 28 22:38:45 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:38:45.865021600Z" level=info msg="Default bridge (docker0) is assigned with an IP address 172.18.0.0/16. Daemon option --bip can be used to set a preferred IP address"
	Jul 28 22:38:45 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:38:45.999382200Z" level=info msg="Loading containers: done."
	Jul 28 22:38:46 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:38:46.064465400Z" level=info msg="Docker daemon" commit=a89b842 graphdriver(s)=overlay2 version=20.10.17
	Jul 28 22:38:46 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:38:46.064668100Z" level=info msg="Daemon has completed initialization"
	Jul 28 22:38:46 newest-cni-20220728223615-27744 systemd[1]: Started Docker Application Container Engine.
	Jul 28 22:38:46 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:38:46.115550600Z" level=info msg="API listen on [::]:2376"
	Jul 28 22:38:46 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:38:46.128503300Z" level=info msg="API listen on /var/run/docker.sock"
	Jul 28 22:39:10 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:10.299679700Z" level=info msg="ignoring event" container=ecf2855f7f705c96c55f5254502b27b5327189b6a109bd6a9bc24144f7212a21 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:11 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:11.604762100Z" level=info msg="ignoring event" container=620195b0e62a06e34987f76da13b020953330db67dd3304512085176acbef7e5 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:15 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:15.084328000Z" level=info msg="ignoring event" container=3a861675210854d6c706ba2be83b7cc49ecfcdfa70db0a04734e79137e975799 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:18 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:18.411231100Z" level=info msg="ignoring event" container=d97bded114be3148aa0bdafcec86b622cdb479f3aba699b562940d9e3d84a1e9 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:20 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:20.485739700Z" level=info msg="ignoring event" container=a10ec8e0c4959f161b60390c725ffd087ace2ad9563e92f460b541c689a4d63c module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:21 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:21.929657500Z" level=info msg="ignoring event" container=84bb24824835e9ab02f78ef1372a92b3a2516e2b101387ff55c600e37f856021 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:22 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:22.844113700Z" level=info msg="ignoring event" container=ad7ec17308cdb55413d4259b1b3528916b26644375c187b10f957d0dc44d6ee2 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:23 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:23.633860400Z" level=info msg="ignoring event" container=938f07470dc73058fdb37e12e75baa37825c9e6f5a62971dd73701f48cefd47b module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:25 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:25.402251600Z" level=info msg="ignoring event" container=a2e0fdc40df5de0dee522e194f07a0dff65854411f17a2291226e8ffceab37ca module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:27 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:27.711346000Z" level=info msg="ignoring event" container=43b769f76372e84a8da527adf75b59ca9ec5cfa6633dfaa72ce82df7fe5e98ec module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:30 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:30.483954900Z" level=info msg="ignoring event" container=7e98ebe5e90ea57002895914c6f10639771ab6ce5d162920584ffc7cf469ec1d module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:30 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:30.596287300Z" level=info msg="ignoring event" container=6bf3bd025653a46b32764b5fe8343f4e66ebe0f82fbae2b237fcc3cf1c200416 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:30 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:30.889060400Z" level=info msg="ignoring event" container=c136ca3f18e06acab74268ecd50551284133829a02474bf65ea54782f89d62ff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:32 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:32.112716500Z" level=info msg="ignoring event" container=d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:34 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:34.984783500Z" level=info msg="ignoring event" container=757523dc657d1edfbaabf3821db2b92c714d383affabb89f86f4de5d85b94797 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:35 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:35.013381800Z" level=info msg="ignoring event" container=e6a7b91a95ed88d16c1c2f7af9b59486fe673548661bc1e780f6b6652354c9f9 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:35 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:35.181836900Z" level=info msg="ignoring event" container=aa2217e5bf9b4ad583f1d02686109a8aed687b511cfe4a447f6667faf2298188 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	Jul 28 22:39:36 newest-cni-20220728223615-27744 dockerd[646]: time="2022-07-28T22:39:36.403001000Z" level=info msg="ignoring event" container=a6fec1291987c2f547f160bc629dd63b58ee96c15b60fb49488aafcc1ea6e177 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
	
	* 
	* ==> container status <==
	* CONTAINER           IMAGE               CREATED              STATE               NAME                      ATTEMPT             POD ID
	030bb6625a120       2ae1ba6417cbc       59 seconds ago       Running             kube-proxy                1                   dfe4fd352ce5b
	9a8167d82d274       6e38f40d628db       59 seconds ago       Running             storage-provisioner       1                   61967270bfe47
	fa87714982eaf       586c112956dfc       About a minute ago   Running             kube-controller-manager   1                   b0830f8db6c3f
	0327b6b4e6820       d521dd763e2e3       About a minute ago   Running             kube-apiserver            1                   5ea44fba94525
	99dbdf3863b21       3a5aa3a515f5d       About a minute ago   Running             kube-scheduler            1                   876256c1a25f5
	c9bddc47f12c3       aebe758cef4cd       About a minute ago   Running             etcd                      1                   5dcaeae117007
	02252fe3f9874       6e38f40d628db       2 minutes ago        Exited              storage-provisioner       0                   26ea6eed7e520
	40abfb70512c1       2ae1ba6417cbc       2 minutes ago        Exited              kube-proxy                0                   e331633d6f6cb
	011660c553b1a       586c112956dfc       2 minutes ago        Exited              kube-controller-manager   0                   f6ea0babf43e1
	54add69f85f86       3a5aa3a515f5d       2 minutes ago        Exited              kube-scheduler            0                   f2ee01eb3148e
	3c47c21e64538       aebe758cef4cd       2 minutes ago        Exited              etcd                      0                   338a72a8b167a
	8edd10927b6c5       d521dd763e2e3       2 minutes ago        Exited              kube-apiserver            0                   055f59d400705
	
	* 
	* ==> describe nodes <==
	* 
	* ==> dmesg <==
	* [Jul28 22:06] WSL2: Performing memory compaction.
	[Jul28 22:07] overlayfs: upperdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.000006] overlayfs: workdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.026136] overlayfs: upperdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.000005] overlayfs: workdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.112736] overlayfs: upperdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.000006] overlayfs: workdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.008929] overlayfs: upperdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.000005] overlayfs: workdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.002137] overlayfs: upperdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.000005] overlayfs: workdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.001102] overlayfs: upperdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.000010] overlayfs: workdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.085198] overlayfs: upperdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[  +0.000007] overlayfs: workdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[ +39.084236] WSL2: Performing memory compaction.
	[Jul28 22:09] WSL2: Performing memory compaction.
	[Jul28 22:10] WSL2: Performing memory compaction.
	[Jul28 22:11] hrtimer: interrupt took 661000 ns
	[Jul28 22:13] WSL2: Performing memory compaction.
	[Jul28 22:14] WSL2: Performing memory compaction.
	[Jul28 22:16] WSL2: Performing memory compaction.
	[Jul28 22:36] WSL2: Performing memory compaction.
	[Jul28 22:38] WSL2: Performing memory compaction.
	[Jul28 22:39] WSL2: Performing memory compaction.
	
	* 
	* ==> etcd [3c47c21e6453] <==
	* {"level":"info","ts":"2022-07-28T22:37:59.001Z","caller":"traceutil/trace.go:171","msg":"trace[717754561] transaction","detail":"{read_only:false; number_of_response:1; response_revision:315; }","duration":"112.9775ms","start":"2022-07-28T22:37:58.888Z","end":"2022-07-28T22:37:59.001Z","steps":["trace[717754561] 'process raft request'  (duration: 112.3006ms)"],"step_count":1}
	{"level":"info","ts":"2022-07-28T22:37:59.001Z","caller":"traceutil/trace.go:171","msg":"trace[2097803797] transaction","detail":"{read_only:false; response_revision:317; number_of_response:1; }","duration":"103.4035ms","start":"2022-07-28T22:37:58.897Z","end":"2022-07-28T22:37:59.001Z","steps":["trace[2097803797] 'process raft request'  (duration: 103.1731ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:37:59.001Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"114.5889ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/endpoint-controller\" ","response":"range_response_count:1 size:205"}
	{"level":"info","ts":"2022-07-28T22:37:59.001Z","caller":"traceutil/trace.go:171","msg":"trace[1251503461] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/endpoint-controller; range_end:; response_count:1; response_revision:318; }","duration":"114.8411ms","start":"2022-07-28T22:37:58.886Z","end":"2022-07-28T22:37:59.001Z","steps":["trace[1251503461] 'agreement among raft nodes before linearized reading'  (duration: 114.679ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:37:59.187Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"101.2277ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/bootstrap-signer\" ","response":"range_response_count:1 size:199"}
	{"level":"info","ts":"2022-07-28T22:37:59.187Z","caller":"traceutil/trace.go:171","msg":"trace[1357515757] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/bootstrap-signer; range_end:; response_count:1; response_revision:318; }","duration":"101.6726ms","start":"2022-07-28T22:37:59.086Z","end":"2022-07-28T22:37:59.187Z","steps":["trace[1357515757] 'agreement among raft nodes before linearized reading'  (duration: 95.2988ms)"],"step_count":1}
	{"level":"info","ts":"2022-07-28T22:37:59.188Z","caller":"traceutil/trace.go:171","msg":"trace[1427464762] transaction","detail":"{read_only:false; response_revision:319; number_of_response:1; }","duration":"101.4932ms","start":"2022-07-28T22:37:59.086Z","end":"2022-07-28T22:37:59.188Z","steps":["trace[1427464762] 'process raft request'  (duration: 94.6864ms)"],"step_count":1}
	{"level":"info","ts":"2022-07-28T22:37:59.188Z","caller":"traceutil/trace.go:171","msg":"trace[1102403217] transaction","detail":"{read_only:false; response_revision:320; number_of_response:1; }","duration":"101.1276ms","start":"2022-07-28T22:37:59.087Z","end":"2022-07-28T22:37:59.188Z","steps":["trace[1102403217] 'process raft request'  (duration: 100.5104ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:37:59.197Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"110.557ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/clusterrole-aggregation-controller\" ","response":"range_response_count:1 size:236"}
	{"level":"info","ts":"2022-07-28T22:37:59.197Z","caller":"traceutil/trace.go:171","msg":"trace[133818729] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/clusterrole-aggregation-controller; range_end:; response_count:1; response_revision:324; }","duration":"110.7749ms","start":"2022-07-28T22:37:59.087Z","end":"2022-07-28T22:37:59.197Z","steps":["trace[133818729] 'agreement among raft nodes before linearized reading'  (duration: 110.4357ms)"],"step_count":1}
	{"level":"info","ts":"2022-07-28T22:37:59.812Z","caller":"traceutil/trace.go:171","msg":"trace[1310309583] transaction","detail":"{read_only:false; response_revision:361; number_of_response:1; }","duration":"115.797ms","start":"2022-07-28T22:37:59.696Z","end":"2022-07-28T22:37:59.812Z","steps":["trace[1310309583] 'process raft request'  (duration: 115.5512ms)"],"step_count":1}
	{"level":"info","ts":"2022-07-28T22:37:59.812Z","caller":"traceutil/trace.go:171","msg":"trace[1673914370] transaction","detail":"{read_only:false; response_revision:360; number_of_response:1; }","duration":"117.7156ms","start":"2022-07-28T22:37:59.694Z","end":"2022-07-28T22:37:59.812Z","steps":["trace[1673914370] 'process raft request'  (duration: 86.6036ms)","trace[1673914370] 'compare'  (duration: 30.5624ms)"],"step_count":2}
	{"level":"warn","ts":"2022-07-28T22:38:06.087Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"102.7295ms","expected-duration":"100ms","prefix":"","request":"header:<ID:13557104019566073009 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/daemonsets/kube-system/kube-proxy\" mod_revision:338 > success:<request_put:<key:\"/registry/daemonsets/kube-system/kube-proxy\" value_size:2828 >> failure:<request_range:<key:\"/registry/daemonsets/kube-system/kube-proxy\" > >>","response":"size:16"}
	{"level":"info","ts":"2022-07-28T22:38:06.087Z","caller":"traceutil/trace.go:171","msg":"trace[125433955] transaction","detail":"{read_only:false; response_revision:376; number_of_response:1; }","duration":"104.62ms","start":"2022-07-28T22:38:05.983Z","end":"2022-07-28T22:38:06.087Z","steps":["trace[125433955] 'compare'  (duration: 102.4719ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:38:11.581Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"100.0556ms","expected-duration":"100ms","prefix":"","request":"header:<ID:13557104019566073126 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/endpointslices/kube-system/metrics-server-gn5vv\" mod_revision:0 > success:<request_put:<key:\"/registry/endpointslices/kube-system/metrics-server-gn5vv\" value_size:1229 >> failure:<>>","response":"size:16"}
	{"level":"info","ts":"2022-07-28T22:38:11.582Z","caller":"traceutil/trace.go:171","msg":"trace[2028079001] transaction","detail":"{read_only:false; response_revision:434; number_of_response:1; }","duration":"101.3302ms","start":"2022-07-28T22:38:11.481Z","end":"2022-07-28T22:38:11.582Z","steps":["trace[2028079001] 'process raft request'  (duration: 101.2322ms)"],"step_count":1}
	{"level":"info","ts":"2022-07-28T22:38:11.582Z","caller":"traceutil/trace.go:171","msg":"trace[1470711626] transaction","detail":"{read_only:false; response_revision:433; number_of_response:1; }","duration":"101.4794ms","start":"2022-07-28T22:38:11.481Z","end":"2022-07-28T22:38:11.582Z","steps":["trace[1470711626] 'marshal mvccpb.KeyValue' {req_type:put; key:/registry/endpointslices/kube-system/metrics-server-gn5vv; req_size:1291; } (duration: 99.73ms)"],"step_count":1}
	{"level":"info","ts":"2022-07-28T22:38:15.393Z","caller":"osutil/interrupt_unix.go:64","msg":"received signal; shutting down","signal":"terminated"}
	{"level":"info","ts":"2022-07-28T22:38:15.394Z","caller":"embed/etcd.go:368","msg":"closing etcd server","name":"newest-cni-20220728223615-27744","data-dir":"/var/lib/minikube/etcd","advertise-peer-urls":["https://172.17.0.2:2380"],"advertise-client-urls":["https://172.17.0.2:2379"]}
	WARNING: 2022/07/28 22:38:15 [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1:2379 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	WARNING: 2022/07/28 22:38:15 [core] grpc: addrConn.createTransport failed to connect to {172.17.0.2:2379 172.17.0.2:2379 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 172.17.0.2:2379: connect: connection refused". Reconnecting...
	{"level":"info","ts":"2022-07-28T22:38:15.685Z","caller":"etcdserver/server.go:1453","msg":"skipped leadership transfer for single voting member cluster","local-member-id":"b8e14bda2255bc24","current-leader-member-id":"b8e14bda2255bc24"}
	{"level":"info","ts":"2022-07-28T22:38:15.790Z","caller":"embed/etcd.go:563","msg":"stopping serving peer traffic","address":"172.17.0.2:2380"}
	{"level":"info","ts":"2022-07-28T22:38:15.792Z","caller":"embed/etcd.go:568","msg":"stopped serving peer traffic","address":"172.17.0.2:2380"}
	{"level":"info","ts":"2022-07-28T22:38:15.792Z","caller":"embed/etcd.go:370","msg":"closed etcd server","name":"newest-cni-20220728223615-27744","data-dir":"/var/lib/minikube/etcd","advertise-peer-urls":["https://172.17.0.2:2380"],"advertise-client-urls":["https://172.17.0.2:2379"]}
	
	* 
	* ==> etcd [c9bddc47f12c] <==
	* {"level":"info","ts":"2022-07-28T22:39:16.590Z","caller":"traceutil/trace.go:171","msg":"trace[1378836124] transaction","detail":"{read_only:false; response_revision:517; number_of_response:1; }","duration":"100.9291ms","start":"2022-07-28T22:39:16.489Z","end":"2022-07-28T22:39:16.589Z","steps":["trace[1378836124] 'process raft request'  (duration: 93.06ms)"],"step_count":1}
	{"level":"info","ts":"2022-07-28T22:39:19.335Z","caller":"traceutil/trace.go:171","msg":"trace[1557930134] linearizableReadLoop","detail":"{readStateIndex:557; appliedIndex:557; }","duration":"131.276ms","start":"2022-07-28T22:39:19.203Z","end":"2022-07-28T22:39:19.335Z","steps":["trace[1557930134] 'read index received'  (duration: 131.2627ms)","trace[1557930134] 'applied index is now lower than readState.Index'  (duration: 9.1µs)"],"step_count":2}
	{"level":"warn","ts":"2022-07-28T22:39:19.386Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"182.8956ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2022-07-28T22:39:19.387Z","caller":"traceutil/trace.go:171","msg":"trace[37800869] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:523; }","duration":"183.515ms","start":"2022-07-28T22:39:19.203Z","end":"2022-07-28T22:39:19.387Z","steps":["trace[37800869] 'agreement among raft nodes before linearized reading'  (duration: 131.7485ms)","trace[37800869] 'range keys from in-memory index tree'  (duration: 51.1177ms)"],"step_count":2}
	{"level":"warn","ts":"2022-07-28T22:39:19.387Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"103.2919ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/storageclasses/standard\" ","response":"range_response_count:1 size:994"}
	{"level":"info","ts":"2022-07-28T22:39:19.388Z","caller":"traceutil/trace.go:171","msg":"trace[927383976] range","detail":"{range_begin:/registry/storageclasses/standard; range_end:; response_count:1; response_revision:523; }","duration":"104.2507ms","start":"2022-07-28T22:39:19.283Z","end":"2022-07-28T22:39:19.388Z","steps":["trace[927383976] 'agreement among raft nodes before linearized reading'  (duration: 51.7783ms)","trace[927383976] 'range keys from in-memory index tree'  (duration: 51.4687ms)"],"step_count":2}
	{"level":"info","ts":"2022-07-28T22:39:20.810Z","caller":"traceutil/trace.go:171","msg":"trace[574625103] transaction","detail":"{read_only:false; response_revision:540; number_of_response:1; }","duration":"108.4488ms","start":"2022-07-28T22:39:20.701Z","end":"2022-07-28T22:39:20.810Z","steps":["trace[574625103] 'process raft request'  (duration: 80.2057ms)","trace[574625103] 'compare'  (duration: 27.8729ms)"],"step_count":2}
	{"level":"warn","ts":"2022-07-28T22:39:26.094Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"104.537ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/deployment-controller\" ","response":"range_response_count:1 size:210"}
	{"level":"info","ts":"2022-07-28T22:39:26.094Z","caller":"traceutil/trace.go:171","msg":"trace[1223963060] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/deployment-controller; range_end:; response_count:1; response_revision:551; }","duration":"104.733ms","start":"2022-07-28T22:39:25.990Z","end":"2022-07-28T22:39:26.094Z","steps":["trace[1223963060] 'agreement among raft nodes before linearized reading'  (duration: 95.8612ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:39:26.095Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"104.2676ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/endpoint-controller\" ","response":"range_response_count:1 size:205"}
	{"level":"info","ts":"2022-07-28T22:39:26.095Z","caller":"traceutil/trace.go:171","msg":"trace[1201885071] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/endpoint-controller; range_end:; response_count:1; response_revision:551; }","duration":"104.3371ms","start":"2022-07-28T22:39:25.990Z","end":"2022-07-28T22:39:26.095Z","steps":["trace[1201885071] 'agreement among raft nodes before linearized reading'  (duration: 95.0491ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:39:26.095Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"109.3228ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/service-account-controller\" ","response":"range_response_count:1 size:220"}
	{"level":"info","ts":"2022-07-28T22:39:26.095Z","caller":"traceutil/trace.go:171","msg":"trace[1036983357] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/service-account-controller; range_end:; response_count:1; response_revision:551; }","duration":"109.4383ms","start":"2022-07-28T22:39:25.985Z","end":"2022-07-28T22:39:26.095Z","steps":["trace[1036983357] 'agreement among raft nodes before linearized reading'  (duration: 99.9468ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:39:26.593Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"100.1187ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/coredns\" ","response":"range_response_count:1 size:3983"}
	{"level":"info","ts":"2022-07-28T22:39:26.593Z","caller":"traceutil/trace.go:171","msg":"trace[599756943] range","detail":"{range_begin:/registry/deployments/kube-system/coredns; range_end:; response_count:1; response_revision:566; }","duration":"100.4013ms","start":"2022-07-28T22:39:26.493Z","end":"2022-07-28T22:39:26.593Z","steps":["trace[599756943] 'agreement among raft nodes before linearized reading'  (duration: 89.0845ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:39:26.793Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"106.8102ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/replicasets/kube-system/metrics-server-5c6f97fb75\" ","response":"range_response_count:1 size:3199"}
	{"level":"info","ts":"2022-07-28T22:39:26.793Z","caller":"traceutil/trace.go:171","msg":"trace[1279011646] range","detail":"{range_begin:/registry/replicasets/kube-system/metrics-server-5c6f97fb75; range_end:; response_count:1; response_revision:576; }","duration":"107.0186ms","start":"2022-07-28T22:39:26.686Z","end":"2022-07-28T22:39:26.793Z","steps":["trace[1279011646] 'agreement among raft nodes before linearized reading'  (duration: 96.185ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:39:26.793Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"106.5322ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/daemonsets/kube-system/kube-proxy\" ","response":"range_response_count:1 size:2894"}
	{"level":"warn","ts":"2022-07-28T22:39:26.793Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"108.1087ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/replicasets/kube-system/coredns-6d4b75cb6d\" ","response":"range_response_count:1 size:3678"}
	{"level":"info","ts":"2022-07-28T22:39:26.793Z","caller":"traceutil/trace.go:171","msg":"trace[1123308206] range","detail":"{range_begin:/registry/daemonsets/kube-system/kube-proxy; range_end:; response_count:1; response_revision:576; }","duration":"106.8561ms","start":"2022-07-28T22:39:26.686Z","end":"2022-07-28T22:39:26.793Z","steps":["trace[1123308206] 'agreement among raft nodes before linearized reading'  (duration: 95.9005ms)"],"step_count":1}
	{"level":"info","ts":"2022-07-28T22:39:26.793Z","caller":"traceutil/trace.go:171","msg":"trace[165131303] range","detail":"{range_begin:/registry/replicasets/kube-system/coredns-6d4b75cb6d; range_end:; response_count:1; response_revision:576; }","duration":"108.1755ms","start":"2022-07-28T22:39:26.685Z","end":"2022-07-28T22:39:26.793Z","steps":["trace[165131303] 'agreement among raft nodes before linearized reading'  (duration: 97.2252ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:39:26.793Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"106.4817ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/metrics-server\" ","response":"range_response_count:1 size:5177"}
	{"level":"info","ts":"2022-07-28T22:39:26.793Z","caller":"traceutil/trace.go:171","msg":"trace[1065184241] range","detail":"{range_begin:/registry/deployments/kube-system/metrics-server; range_end:; response_count:1; response_revision:576; }","duration":"107.1565ms","start":"2022-07-28T22:39:26.686Z","end":"2022-07-28T22:39:26.793Z","steps":["trace[1065184241] 'agreement among raft nodes before linearized reading'  (duration: 95.7293ms)"],"step_count":1}
	{"level":"warn","ts":"2022-07-28T22:39:26.995Z","caller":"etcdserver/util.go:166","msg":"apply request took too long","took":"102.647ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kubernetes-dashboard/kubernetes-dashboard\" ","response":"range_response_count:1 size:959"}
	{"level":"info","ts":"2022-07-28T22:39:26.995Z","caller":"traceutil/trace.go:171","msg":"trace[521754113] range","detail":"{range_begin:/registry/serviceaccounts/kubernetes-dashboard/kubernetes-dashboard; range_end:; response_count:1; response_revision:582; }","duration":"102.7735ms","start":"2022-07-28T22:39:26.893Z","end":"2022-07-28T22:39:26.995Z","steps":["trace[521754113] 'agreement among raft nodes before linearized reading'  (duration: 102.4668ms)"],"step_count":1}
	
	* 
	* ==> kernel <==
	*  22:40:17 up  4:23,  0 users,  load average: 2.77, 4.89, 5.87
	Linux newest-cni-20220728223615-27744 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 20.04.4 LTS"
	
	* 
	* ==> kube-apiserver [0327b6b4e682] <==
	* I0728 22:39:05.882607       1 cache.go:39] Caches are synced for autoregister controller
	I0728 22:39:05.885038       1 apf_controller.go:322] Running API Priority and Fairness config worker
	I0728 22:39:05.885563       1 shared_informer.go:262] Caches are synced for node_authorizer
	I0728 22:39:05.889843       1 controller.go:611] quota admission added evaluator for: leases.coordination.k8s.io
	I0728 22:39:06.226681       1 controller.go:132] OpenAPI AggregationController: action for item k8s_internal_local_delegation_chain_0000000000: Nothing (removed from the queue).
	I0728 22:39:06.690760       1 storage_scheduling.go:111] all system priority classes are created successfully or already exist.
	W0728 22:39:07.095264       1 handler_proxy.go:102] no RequestInfo found in the context
	E0728 22:39:07.095384       1 controller.go:116] loading OpenAPI spec for "v1beta1.metrics.k8s.io" failed with: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
	, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
	I0728 22:39:07.095700       1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
	W0728 22:39:07.096019       1 handler_proxy.go:102] no RequestInfo found in the context
	E0728 22:39:07.096270       1 controller.go:113] loading OpenAPI spec for "v1beta1.metrics.k8s.io" failed with: Error, could not get list of group versions for APIService
	I0728 22:39:07.096619       1 controller.go:126] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
	I0728 22:39:10.586367       1 controller.go:611] quota admission added evaluator for: events.events.k8s.io
	I0728 22:39:11.913797       1 controller.go:611] quota admission added evaluator for: serviceaccounts
	I0728 22:39:12.006650       1 controller.go:611] quota admission added evaluator for: deployments.apps
	I0728 22:39:12.293829       1 controller.go:611] quota admission added evaluator for: daemonsets.apps
	I0728 22:39:12.386104       1 controller.go:611] quota admission added evaluator for: roles.rbac.authorization.k8s.io
	I0728 22:39:12.398443       1 controller.go:611] quota admission added evaluator for: rolebindings.rbac.authorization.k8s.io
	I0728 22:39:19.583106       1 controller.go:611] quota admission added evaluator for: namespaces
	I0728 22:39:20.610305       1 alloc.go:327] "allocated clusterIPs" service="kubernetes-dashboard/kubernetes-dashboard" clusterIPs=map[IPv4:10.105.4.1]
	I0728 22:39:20.884088       1 alloc.go:327] "allocated clusterIPs" service="kubernetes-dashboard/dashboard-metrics-scraper" clusterIPs=map[IPv4:10.102.70.169]
	I0728 22:39:26.190064       1 controller.go:611] quota admission added evaluator for: endpointslices.discovery.k8s.io
	I0728 22:39:26.198180       1 controller.go:611] quota admission added evaluator for: endpoints
	I0728 22:39:26.199679       1 controller.go:611] quota admission added evaluator for: replicasets.apps
	
	* 
	* ==> kube-apiserver [8edd10927b6c] <==
	* W0728 22:38:24.615014       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.641486       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.674891       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.707773       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.725028       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.751215       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.847520       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.856125       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.890390       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.940129       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.945135       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.958047       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.958133       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.960718       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.988336       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:24.996957       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:25.003629       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:25.018171       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:25.049864       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:25.085627       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:25.121177       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:25.203974       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:25.296818       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:25.337955       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	W0728 22:38:25.468637       1 clientconn.go:1331] [core] grpc: addrConn.createTransport failed to connect to {127.0.0.1:2379 127.0.0.1 <nil> 0 <nil>}. Err: connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection refused". Reconnecting...
	
	* 
	* ==> kube-controller-manager [011660c553b1] <==
	* I0728 22:37:58.382509       1 shared_informer.go:262] Caches are synced for attach detach
	I0728 22:37:58.382527       1 shared_informer.go:262] Caches are synced for persistent volume
	I0728 22:37:58.382843       1 range_allocator.go:374] Set node newest-cni-20220728223615-27744 PodCIDR to [192.168.0.0/24]
	I0728 22:37:58.382533       1 shared_informer.go:262] Caches are synced for ephemeral
	I0728 22:37:58.385421       1 shared_informer.go:255] Waiting for caches to sync for garbage collector
	I0728 22:37:58.481478       1 shared_informer.go:262] Caches are synced for endpoint
	I0728 22:37:58.481690       1 shared_informer.go:262] Caches are synced for endpoint_slice
	I0728 22:37:58.483017       1 shared_informer.go:262] Caches are synced for endpoint_slice_mirroring
	I0728 22:37:58.581192       1 shared_informer.go:262] Caches are synced for resource quota
	I0728 22:37:58.581418       1 shared_informer.go:262] Caches are synced for resource quota
	I0728 22:37:58.590169       1 event.go:294] "Event occurred" object="kube-system/etcd-newest-cni-20220728223615-27744" fieldPath="" kind="Pod" apiVersion="v1" type="Warning" reason="NodeNotReady" message="Node is not ready"
	I0728 22:37:58.590330       1 event.go:294] "Event occurred" object="kube-system/kube-apiserver-newest-cni-20220728223615-27744" fieldPath="" kind="Pod" apiVersion="v1" type="Warning" reason="NodeNotReady" message="Node is not ready"
	I0728 22:37:58.590853       1 event.go:294] "Event occurred" object="kube-system/kube-scheduler-newest-cni-20220728223615-27744" fieldPath="" kind="Pod" apiVersion="v1" type="Warning" reason="NodeNotReady" message="Node is not ready"
	I0728 22:37:58.981493       1 shared_informer.go:262] Caches are synced for garbage collector
	I0728 22:37:58.981535       1 garbagecollector.go:158] Garbage collector: all resource monitors have synced. Proceeding to collect garbage
	I0728 22:37:58.985922       1 shared_informer.go:262] Caches are synced for garbage collector
	I0728 22:37:59.198688       1 event.go:294] "Event occurred" object="kube-system/coredns" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set coredns-6d4b75cb6d to 2"
	I0728 22:37:59.285996       1 event.go:294] "Event occurred" object="kube-system/kube-proxy" fieldPath="" kind="DaemonSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: kube-proxy-k4svt"
	I0728 22:37:59.500080       1 event.go:294] "Event occurred" object="kube-system/coredns-6d4b75cb6d" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: coredns-6d4b75cb6d-dxnh4"
	I0728 22:37:59.582235       1 event.go:294] "Event occurred" object="kube-system/coredns-6d4b75cb6d" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: coredns-6d4b75cb6d-qqb29"
	I0728 22:37:59.585199       1 event.go:294] "Event occurred" object="kube-system/coredns" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled down replica set coredns-6d4b75cb6d to 1"
	I0728 22:37:59.828152       1 event.go:294] "Event occurred" object="kube-system/coredns-6d4b75cb6d" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulDelete" message="Deleted pod: coredns-6d4b75cb6d-dxnh4"
	I0728 22:38:03.301861       1 node_lifecycle_controller.go:1192] Controller detected that some Nodes are Ready. Exiting master disruption mode.
	I0728 22:38:10.882498       1 event.go:294] "Event occurred" object="kube-system/metrics-server" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set metrics-server-5c6f97fb75 to 1"
	I0728 22:38:10.901287       1 event.go:294] "Event occurred" object="kube-system/metrics-server-5c6f97fb75" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: metrics-server-5c6f97fb75-fwc9b"
	
	* 
	* ==> kube-controller-manager [fa87714982ea] <==
	* I0728 22:39:25.995283       1 shared_informer.go:262] Caches are synced for certificate-csrsigning-kube-apiserver-client
	I0728 22:39:25.995517       1 shared_informer.go:262] Caches are synced for stateful set
	I0728 22:39:25.996792       1 shared_informer.go:262] Caches are synced for disruption
	I0728 22:39:25.996810       1 disruption.go:371] Sending events to api server.
	I0728 22:39:26.082403       1 shared_informer.go:262] Caches are synced for namespace
	I0728 22:39:26.082592       1 shared_informer.go:262] Caches are synced for cronjob
	I0728 22:39:26.082597       1 shared_informer.go:262] Caches are synced for persistent volume
	I0728 22:39:26.082680       1 shared_informer.go:262] Caches are synced for PVC protection
	E0728 22:39:26.084422       1 memcache.go:206] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
	I0728 22:39:26.086469       1 shared_informer.go:262] Caches are synced for expand
	I0728 22:39:26.089547       1 shared_informer.go:262] Caches are synced for ephemeral
	I0728 22:39:26.097030       1 shared_informer.go:262] Caches are synced for ClusterRoleAggregator
	E0728 22:39:26.097287       1 memcache.go:104] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
	I0728 22:39:26.099687       1 shared_informer.go:262] Caches are synced for attach detach
	I0728 22:39:26.100696       1 shared_informer.go:255] Waiting for caches to sync for garbage collector
	I0728 22:39:26.186927       1 shared_informer.go:262] Caches are synced for resource quota
	I0728 22:39:26.282977       1 shared_informer.go:262] Caches are synced for HPA
	I0728 22:39:26.285441       1 shared_informer.go:262] Caches are synced for resource quota
	I0728 22:39:26.304653       1 event.go:294] "Event occurred" object="kubernetes-dashboard/dashboard-metrics-scraper" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set dashboard-metrics-scraper-dffd48c4c to 1"
	I0728 22:39:26.382790       1 event.go:294] "Event occurred" object="kubernetes-dashboard/kubernetes-dashboard" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set kubernetes-dashboard-5fd5574d9f to 1"
	I0728 22:39:26.681956       1 shared_informer.go:262] Caches are synced for garbage collector
	I0728 22:39:26.682073       1 garbagecollector.go:158] Garbage collector: all resource monitors have synced. Proceeding to collect garbage
	I0728 22:39:26.682078       1 shared_informer.go:262] Caches are synced for garbage collector
	I0728 22:39:26.683962       1 event.go:294] "Event occurred" object="kubernetes-dashboard/kubernetes-dashboard-5fd5574d9f" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: kubernetes-dashboard-5fd5574d9f-smnht"
	I0728 22:39:26.684814       1 event.go:294] "Event occurred" object="kubernetes-dashboard/dashboard-metrics-scraper-dffd48c4c" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: dashboard-metrics-scraper-dffd48c4c-7xjl7"
	
	* 
	* ==> kube-proxy [030bb6625a12] <==
	* I0728 22:39:10.096250       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs"
	I0728 22:39:10.099766       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs_rr"
	I0728 22:39:10.182108       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs_wrr"
	I0728 22:39:10.186069       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs_sh"
	I0728 22:39:10.193933       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="nf_conntrack"
	I0728 22:39:10.291849       1 node.go:163] Successfully retrieved node IP: 172.17.0.2
	I0728 22:39:10.292366       1 server_others.go:138] "Detected node IP" address="172.17.0.2"
	I0728 22:39:10.292528       1 server_others.go:578] "Unknown proxy mode, assuming iptables proxy" proxyMode=""
	I0728 22:39:10.538929       1 server_others.go:206] "Using iptables Proxier"
	I0728 22:39:10.539129       1 server_others.go:213] "kube-proxy running in dual-stack mode" ipFamily=IPv4
	I0728 22:39:10.539157       1 server_others.go:214] "Creating dualStackProxier for iptables"
	I0728 22:39:10.539181       1 server_others.go:501] "Detect-local-mode set to ClusterCIDR, but no IPv6 cluster CIDR defined, , defaulting to no-op detect-local for IPv6"
	I0728 22:39:10.539250       1 proxier.go:259] "Setting route_localnet=1, use nodePortAddresses to filter loopback addresses for NodePorts to skip it https://issues.k8s.io/90259"
	I0728 22:39:10.539842       1 proxier.go:259] "Setting route_localnet=1, use nodePortAddresses to filter loopback addresses for NodePorts to skip it https://issues.k8s.io/90259"
	I0728 22:39:10.540373       1 server.go:661] "Version info" version="v1.24.3"
	I0728 22:39:10.540502       1 server.go:663] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0728 22:39:10.542313       1 config.go:226] "Starting endpoint slice config controller"
	I0728 22:39:10.542427       1 shared_informer.go:255] Waiting for caches to sync for endpoint slice config
	I0728 22:39:10.542547       1 config.go:317] "Starting service config controller"
	I0728 22:39:10.542560       1 shared_informer.go:255] Waiting for caches to sync for service config
	I0728 22:39:10.543155       1 config.go:444] "Starting node config controller"
	I0728 22:39:10.543287       1 shared_informer.go:255] Waiting for caches to sync for node config
	I0728 22:39:10.682214       1 shared_informer.go:262] Caches are synced for node config
	I0728 22:39:10.682421       1 shared_informer.go:262] Caches are synced for service config
	I0728 22:39:10.682438       1 shared_informer.go:262] Caches are synced for endpoint slice config
	
	* 
	* ==> kube-proxy [40abfb70512c] <==
	* I0728 22:38:04.099526       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs"
	I0728 22:38:04.187538       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs_rr"
	I0728 22:38:04.191029       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs_wrr"
	I0728 22:38:04.283134       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="ip_vs_sh"
	I0728 22:38:04.287608       1 proxier.go:667] "Failed to load kernel module with modprobe, you can ignore this message when kube-proxy is running inside container without mounting /lib/modules" moduleName="nf_conntrack"
	I0728 22:38:04.397112       1 node.go:163] Successfully retrieved node IP: 172.17.0.2
	I0728 22:38:04.397407       1 server_others.go:138] "Detected node IP" address="172.17.0.2"
	I0728 22:38:04.397664       1 server_others.go:578] "Unknown proxy mode, assuming iptables proxy" proxyMode=""
	I0728 22:38:04.592204       1 server_others.go:206] "Using iptables Proxier"
	I0728 22:38:04.592346       1 server_others.go:213] "kube-proxy running in dual-stack mode" ipFamily=IPv4
	I0728 22:38:04.592362       1 server_others.go:214] "Creating dualStackProxier for iptables"
	I0728 22:38:04.592382       1 server_others.go:501] "Detect-local-mode set to ClusterCIDR, but no IPv6 cluster CIDR defined, , defaulting to no-op detect-local for IPv6"
	I0728 22:38:04.592593       1 proxier.go:259] "Setting route_localnet=1, use nodePortAddresses to filter loopback addresses for NodePorts to skip it https://issues.k8s.io/90259"
	I0728 22:38:04.593594       1 proxier.go:259] "Setting route_localnet=1, use nodePortAddresses to filter loopback addresses for NodePorts to skip it https://issues.k8s.io/90259"
	I0728 22:38:04.595935       1 server.go:661] "Version info" version="v1.24.3"
	I0728 22:38:04.596056       1 server.go:663] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0728 22:38:04.598887       1 config.go:444] "Starting node config controller"
	I0728 22:38:04.599014       1 shared_informer.go:255] Waiting for caches to sync for node config
	I0728 22:38:04.598918       1 config.go:317] "Starting service config controller"
	I0728 22:38:04.599053       1 shared_informer.go:255] Waiting for caches to sync for service config
	I0728 22:38:04.598960       1 config.go:226] "Starting endpoint slice config controller"
	I0728 22:38:04.599114       1 shared_informer.go:255] Waiting for caches to sync for endpoint slice config
	I0728 22:38:04.781514       1 shared_informer.go:262] Caches are synced for node config
	I0728 22:38:04.781594       1 shared_informer.go:262] Caches are synced for endpoint slice config
	I0728 22:38:04.781646       1 shared_informer.go:262] Caches are synced for service config
	
	* 
	* ==> kube-scheduler [54add69f85f8] <==
	* E0728 22:37:43.387457       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
	W0728 22:37:43.392803       1 reflector.go:324] vendor/k8s.io/client-go/informers/factory.go:134: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
	E0728 22:37:43.392920       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
	W0728 22:37:43.513382       1 reflector.go:324] vendor/k8s.io/client-go/informers/factory.go:134: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	E0728 22:37:43.513508       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	W0728 22:37:43.539983       1 reflector.go:324] vendor/k8s.io/client-go/informers/factory.go:134: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E0728 22:37:43.540148       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	W0728 22:37:43.609119       1 reflector.go:324] vendor/k8s.io/client-go/informers/factory.go:134: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	E0728 22:37:43.609259       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	W0728 22:37:43.623868       1 reflector.go:324] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	E0728 22:37:43.623988       1 reflector.go:138] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	W0728 22:37:43.798548       1 reflector.go:324] vendor/k8s.io/client-go/informers/factory.go:134: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0728 22:37:43.798599       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	W0728 22:37:43.884042       1 reflector.go:324] vendor/k8s.io/client-go/informers/factory.go:134: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	E0728 22:37:43.884177       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	W0728 22:37:43.944124       1 reflector.go:324] vendor/k8s.io/client-go/informers/factory.go:134: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0728 22:37:43.944448       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	W0728 22:37:43.983470       1 reflector.go:324] vendor/k8s.io/client-go/informers/factory.go:134: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
	E0728 22:37:43.983538       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
	W0728 22:37:43.983835       1 reflector.go:324] vendor/k8s.io/client-go/informers/factory.go:134: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E0728 22:37:43.983872       1 reflector.go:138] vendor/k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	I0728 22:37:46.303759       1 shared_informer.go:262] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	I0728 22:38:15.482243       1 tlsconfig.go:255] "Shutting down DynamicServingCertificateController"
	I0728 22:38:15.483006       1 configmap_cafile_content.go:223] "Shutting down controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0728 22:38:15.490091       1 secure_serving.go:255] Stopped listening on 127.0.0.1:10259
	
	* 
	* ==> kube-scheduler [99dbdf3863b2] <==
	* W0728 22:38:59.483608       1 feature_gate.go:237] Setting GA feature gate ServerSideApply=true. It will be removed in a future release.
	I0728 22:39:01.005366       1 serving.go:348] Generated self-signed cert in-memory
	I0728 22:39:06.085165       1 server.go:147] "Starting Kubernetes Scheduler" version="v1.24.3"
	I0728 22:39:06.085209       1 server.go:149] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0728 22:39:06.094053       1 requestheader_controller.go:169] Starting RequestHeaderAuthRequestController
	I0728 22:39:06.094230       1 shared_informer.go:255] Waiting for caches to sync for RequestHeaderAuthRequestController
	I0728 22:39:06.094234       1 configmap_cafile_content.go:202] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0728 22:39:06.094262       1 shared_informer.go:255] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	I0728 22:39:06.094346       1 secure_serving.go:210] Serving securely on 127.0.0.1:10259
	I0728 22:39:06.094361       1 configmap_cafile_content.go:202] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
	I0728 22:39:06.094380       1 shared_informer.go:255] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file
	I0728 22:39:06.098057       1 tlsconfig.go:240] "Starting DynamicServingCertificateController"
	I0728 22:39:06.194576       1 shared_informer.go:262] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file
	I0728 22:39:06.195998       1 shared_informer.go:262] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	I0728 22:39:06.282122       1 shared_informer.go:262] Caches are synced for RequestHeaderAuthRequestController
	
	* 
	* ==> kubelet <==
	* -- Logs begin at Thu 2022-07-28 22:38:38 UTC, end at Thu 2022-07-28 22:40:18 UTC. --
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         Try `iptables -h' or 'iptables --help' for more information.
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         ]
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:  >
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]: E0728 22:39:32.287285    1235 kuberuntime_sandbox.go:70] "Failed to create sandbox for pod" err=<
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         rpc error: code = Unknown desc = [failed to set up sandbox container "d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245" network for pod "coredns-6d4b75cb6d-qqb29": networkPlugin cni failed to set up pod "coredns-6d4b75cb6d-qqb29_kube-system" network: failed to set bridge addr: could not add IP address to "cni0": permission denied, failed to clean up sandbox container "d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245" network for pod "coredns-6d4b75cb6d-qqb29": networkPlugin cni failed to teardown pod "coredns-6d4b75cb6d-qqb29_kube-system" network: running [/usr/sbin/iptables -t nat -D POSTROUTING -s 10.85.0.22 -j CNI-18e0802787e3595ec908859c -m comment --comment name: "crio" id: "d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245" --wait]: exit status 2: iptables v1.8.4 (legacy): Couldn't load target `CNI-18e0802787e3595ec908859c':No such file or directory
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         Try `iptables -h' or 'iptables --help' for more information.
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         ]
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:  > pod="kube-system/coredns-6d4b75cb6d-qqb29"
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]: E0728 22:39:32.287329    1235 kuberuntime_manager.go:815] "CreatePodSandbox for pod failed" err=<
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         rpc error: code = Unknown desc = [failed to set up sandbox container "d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245" network for pod "coredns-6d4b75cb6d-qqb29": networkPlugin cni failed to set up pod "coredns-6d4b75cb6d-qqb29_kube-system" network: failed to set bridge addr: could not add IP address to "cni0": permission denied, failed to clean up sandbox container "d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245" network for pod "coredns-6d4b75cb6d-qqb29": networkPlugin cni failed to teardown pod "coredns-6d4b75cb6d-qqb29_kube-system" network: running [/usr/sbin/iptables -t nat -D POSTROUTING -s 10.85.0.22 -j CNI-18e0802787e3595ec908859c -m comment --comment name: "crio" id: "d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245" --wait]: exit status 2: iptables v1.8.4 (legacy): Couldn't load target `CNI-18e0802787e3595ec908859c':No such file or directory
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         Try `iptables -h' or 'iptables --help' for more information.
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:         ]
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]:  > pod="kube-system/coredns-6d4b75cb6d-qqb29"
	Jul 28 22:39:32 newest-cni-20220728223615-27744 kubelet[1235]: E0728 22:39:32.287547    1235 pod_workers.go:951] "Error syncing pod, skipping" err="failed to \"CreatePodSandbox\" for \"coredns-6d4b75cb6d-qqb29_kube-system(abc6e6f3-9b3a-4572-be76-348f7d76f99e)\" with CreatePodSandboxError: \"Failed to create sandbox for pod \\\"coredns-6d4b75cb6d-qqb29_kube-system(abc6e6f3-9b3a-4572-be76-348f7d76f99e)\\\": rpc error: code = Unknown desc = [failed to set up sandbox container \\\"d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245\\\" network for pod \\\"coredns-6d4b75cb6d-qqb29\\\": networkPlugin cni failed to set up pod \\\"coredns-6d4b75cb6d-qqb29_kube-system\\\" network: failed to set bridge addr: could not add IP address to \\\"cni0\\\": permission denied, failed to clean up sandbox container \\\"d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245\\\" network for pod \\\"coredns-6d4b75cb6d-qqb29\\\": networkPlugin cni failed to teardown pod \\\"coredns-6d4b75cb6d-qqb29_kub
e-system\\\" network: running [/usr/sbin/iptables -t nat -D POSTROUTING -s 10.85.0.22 -j CNI-18e0802787e3595ec908859c -m comment --comment name: \\\"crio\\\" id: \\\"d4bc008fa7941f51588ddce5cd7489d1c3d771eadd830fadf29caa06e5157245\\\" --wait]: exit status 2: iptables v1.8.4 (legacy): Couldn't load target `CNI-18e0802787e3595ec908859c':No such file or directory\\n\\nTry `iptables -h' or 'iptables --help' for more information.\\n]\"" pod="kube-system/coredns-6d4b75cb6d-qqb29" podUID=abc6e6f3-9b3a-4572-be76-348f7d76f99e
	Jul 28 22:39:34 newest-cni-20220728223615-27744 kubelet[1235]: I0728 22:39:34.101873    1235 pod_container_deletor.go:79] "Container not found in pod's containers" containerID="aa2217e5bf9b4ad583f1d02686109a8aed687b511cfe4a447f6667faf2298188"
	Jul 28 22:39:34 newest-cni-20220728223615-27744 kubelet[1235]: I0728 22:39:34.195009    1235 pod_container_deletor.go:79] "Container not found in pod's containers" containerID="e6a7b91a95ed88d16c1c2f7af9b59486fe673548661bc1e780f6b6652354c9f9"
	Jul 28 22:39:34 newest-cni-20220728223615-27744 kubelet[1235]: I0728 22:39:34.394979    1235 pod_container_deletor.go:79] "Container not found in pod's containers" containerID="c136ca3f18e06acab74268ecd50551284133829a02474bf65ea54782f89d62ff"
	Jul 28 22:39:34 newest-cni-20220728223615-27744 kubelet[1235]: I0728 22:39:34.395057    1235 pod_container_deletor.go:79] "Container not found in pod's containers" containerID="757523dc657d1edfbaabf3821db2b92c714d383affabb89f86f4de5d85b94797"
	Jul 28 22:39:34 newest-cni-20220728223615-27744 kubelet[1235]: I0728 22:39:34.983790    1235 dynamic_cafile_content.go:171] "Shutting down controller" name="client-ca-bundle::/var/lib/minikube/certs/ca.crt"
	Jul 28 22:39:34 newest-cni-20220728223615-27744 systemd[1]: Stopping kubelet: The Kubernetes Node Agent...
	Jul 28 22:39:35 newest-cni-20220728223615-27744 systemd[1]: kubelet.service: Succeeded.
	Jul 28 22:39:35 newest-cni-20220728223615-27744 systemd[1]: Stopped kubelet: The Kubernetes Node Agent.
	
	* 
	* ==> storage-provisioner [02252fe3f987] <==
	* I0728 22:38:08.511921       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0728 22:38:08.596238       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0728 22:38:08.596365       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0728 22:38:08.696839       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0728 22:38:08.697469       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"69d11fcd-551c-499f-a25b-960a982df546", APIVersion:"v1", ResourceVersion:"399", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' newest-cni-20220728223615-27744_037bbae5-cb01-4e55-b417-82bb01e506de became leader
	I0728 22:38:08.697998       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_newest-cni-20220728223615-27744_037bbae5-cb01-4e55-b417-82bb01e506de!
	I0728 22:38:08.799085       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_newest-cni-20220728223615-27744_037bbae5-cb01-4e55-b417-82bb01e506de!
	
	* 
	* ==> storage-provisioner [9a8167d82d27] <==
	* I0728 22:39:09.790296       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0728 22:39:09.993248       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0728 22:39:09.993647       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0728 22:39:28.003432       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0728 22:39:28.003738       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"69d11fcd-551c-499f-a25b-960a982df546", APIVersion:"v1", ResourceVersion:"586", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' newest-cni-20220728223615-27744_67c40f2d-31d5-485f-b95a-4156473b37a7 became leader
	I0728 22:39:28.003872       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_newest-cni-20220728223615-27744_67c40f2d-31d5-485f-b95a-4156473b37a7!
	I0728 22:39:28.182938       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_newest-cni-20220728223615-27744_67c40f2d-31d5-485f-b95a-4156473b37a7!
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	E0728 22:40:17.278762   49096 logs.go:192] command /bin/bash -c "sudo /var/lib/minikube/binaries/v1.24.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig" failed with error: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.24.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig": Process exited with status 1
	stdout:
	
	stderr:
	Unable to connect to the server: net/http: TLS handshake timeout
	 output: "\n** stderr ** \nUnable to connect to the server: net/http: TLS handshake timeout\n\n** /stderr **"
	! unable to fetch logs for: describe nodes

                                                
                                                
** /stderr **
helpers_test.go:254: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p newest-cni-20220728223615-27744 -n newest-cni-20220728223615-27744
E0728 22:40:20.531945   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\no-preload-20220728221829-27744\client.crt: The system cannot find the path specified.
helpers_test.go:254: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p newest-cni-20220728223615-27744 -n newest-cni-20220728223615-27744: exit status 2 (3.4422974s)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
helpers_test.go:254: status error: exit status 2 (may be ok)
helpers_test.go:256: "newest-cni-20220728223615-27744" apiserver is not running, skipping kubectl commands (state="Paused")
--- FAIL: TestStartStop/group/newest-cni/serial/Pause (52.40s)

                                                
                                    

Test pass (254/284)

Order passed test Duration
3 TestDownloadOnly/v1.16.0/json-events 14
4 TestDownloadOnly/v1.16.0/preload-exists 0
7 TestDownloadOnly/v1.16.0/kubectl 0
8 TestDownloadOnly/v1.16.0/LogsDuration 0.51
10 TestDownloadOnly/v1.24.3/json-events 9.54
11 TestDownloadOnly/v1.24.3/preload-exists 0.05
14 TestDownloadOnly/v1.24.3/kubectl 0
15 TestDownloadOnly/v1.24.3/LogsDuration 0.35
16 TestDownloadOnly/DeleteAll 4.74
17 TestDownloadOnly/DeleteAlwaysSucceeds 2.93
18 TestDownloadOnlyKic 36.5
19 TestBinaryMirror 7.01
20 TestOffline 173.98
22 TestAddons/Setup 369.87
26 TestAddons/parallel/MetricsServer 10.97
27 TestAddons/parallel/HelmTiller 38.52
29 TestAddons/parallel/CSI 93.77
30 TestAddons/parallel/Headlamp 29.69
32 TestAddons/serial/GCPAuth 24.19
33 TestAddons/StoppedEnableDisable 19.16
34 TestCertOptions 130.52
35 TestCertExpiration 379.91
36 TestDockerFlags 143.11
37 TestForceSystemdFlag 159.12
38 TestForceSystemdEnv 121.97
43 TestErrorSpam/setup 85.85
44 TestErrorSpam/start 10.22
45 TestErrorSpam/status 8.82
46 TestErrorSpam/pause 9.01
47 TestErrorSpam/unpause 10.09
48 TestErrorSpam/stop 24.35
51 TestFunctional/serial/CopySyncFile 0.02
52 TestFunctional/serial/StartWithProxy 109.93
53 TestFunctional/serial/AuditLog 0
54 TestFunctional/serial/SoftStart 54.3
55 TestFunctional/serial/KubeContext 0.26
56 TestFunctional/serial/KubectlGetPods 0.41
59 TestFunctional/serial/CacheCmd/cache/add_remote 12.27
60 TestFunctional/serial/CacheCmd/cache/add_local 5.83
61 TestFunctional/serial/CacheCmd/cache/delete_k8s.gcr.io/pause:3.3 0.36
62 TestFunctional/serial/CacheCmd/cache/list 0.37
63 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 2.79
64 TestFunctional/serial/CacheCmd/cache/cache_reload 12.51
65 TestFunctional/serial/CacheCmd/cache/delete 0.72
66 TestFunctional/serial/MinikubeKubectlCmd 1.94
67 TestFunctional/serial/MinikubeKubectlCmdDirectly 2.03
68 TestFunctional/serial/ExtraConfig 70.77
69 TestFunctional/serial/ComponentHealth 0.35
70 TestFunctional/serial/LogsCmd 4.93
71 TestFunctional/serial/LogsFileCmd 5.58
73 TestFunctional/parallel/ConfigCmd 2.45
75 TestFunctional/parallel/DryRun 6.35
76 TestFunctional/parallel/InternationalLanguage 3.21
77 TestFunctional/parallel/StatusCmd 12.64
82 TestFunctional/parallel/AddonsCmd 2.9
83 TestFunctional/parallel/PersistentVolumeClaim 55.78
85 TestFunctional/parallel/SSHCmd 7.13
86 TestFunctional/parallel/CpCmd 13.43
87 TestFunctional/parallel/MySQL 93.92
88 TestFunctional/parallel/FileSync 3.18
89 TestFunctional/parallel/CertSync 18.25
93 TestFunctional/parallel/NodeLabels 0.34
95 TestFunctional/parallel/NonActiveRuntimeDisabled 3.29
97 TestFunctional/parallel/DockerEnv/powershell 19.97
99 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0.01
101 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 17.89
102 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.35
107 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.23
108 TestFunctional/parallel/ProfileCmd/profile_not_create 5.96
109 TestFunctional/parallel/ProfileCmd/profile_list 3.98
110 TestFunctional/parallel/ProfileCmd/profile_json_output 3.81
111 TestFunctional/parallel/ImageCommands/ImageListShort 3.09
112 TestFunctional/parallel/ImageCommands/ImageListTable 2.9
113 TestFunctional/parallel/ImageCommands/ImageListJson 2.95
114 TestFunctional/parallel/ImageCommands/ImageListYaml 3.07
115 TestFunctional/parallel/ImageCommands/ImageBuild 12.49
116 TestFunctional/parallel/ImageCommands/Setup 3.08
117 TestFunctional/parallel/Version/short 0.36
118 TestFunctional/parallel/Version/components 4.75
119 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 13.49
120 TestFunctional/parallel/UpdateContextCmd/no_changes 2.87
121 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 2.76
122 TestFunctional/parallel/UpdateContextCmd/no_clusters 2.78
123 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 9.37
124 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 22.48
125 TestFunctional/parallel/ImageCommands/ImageSaveToFile 11.71
126 TestFunctional/parallel/ImageCommands/ImageRemove 7.3
127 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 14.4
128 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 12.45
129 TestFunctional/delete_addon-resizer_images 0.01
130 TestFunctional/delete_my-image_image 0.01
131 TestFunctional/delete_minikube_cached_images 0.01
134 TestIngressAddonLegacy/StartLegacyK8sCluster 107.3
136 TestIngressAddonLegacy/serial/ValidateIngressAddonActivation 46.17
137 TestIngressAddonLegacy/serial/ValidateIngressDNSAddonActivation 3.38
141 TestJSONOutput/start/Command 102.37
142 TestJSONOutput/start/Audit 0
144 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
145 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
147 TestJSONOutput/pause/Command 3.97
148 TestJSONOutput/pause/Audit 0
150 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
151 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
153 TestJSONOutput/unpause/Command 3.69
154 TestJSONOutput/unpause/Audit 0
156 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
157 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
159 TestJSONOutput/stop/Command 15.27
160 TestJSONOutput/stop/Audit 0
162 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
163 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
164 TestErrorJSONOutput 3.47
166 TestKicCustomNetwork/create_custom_network 97.8
167 TestKicCustomNetwork/use_default_bridge_network 94.21
168 TestKicExistingNetwork 96.9
169 TestKicCustomSubnet 99.36
170 TestMainNoArgs 0.34
171 TestMinikubeProfile 204.56
174 TestMountStart/serial/StartWithMountFirst 24.7
175 TestMountStart/serial/VerifyMountFirst 3.13
176 TestMountStart/serial/StartWithMountSecond 24.26
177 TestMountStart/serial/VerifyMountSecond 3.14
178 TestMountStart/serial/DeleteFirst 6.61
179 TestMountStart/serial/VerifyMountPostDelete 3.22
180 TestMountStart/serial/Stop 4.62
181 TestMountStart/serial/RestartStopped 15.99
182 TestMountStart/serial/VerifyMountPostStop 3.14
185 TestMultiNode/serial/FreshStart2Nodes 218.95
186 TestMultiNode/serial/DeployApp2Nodes 29.31
187 TestMultiNode/serial/PingHostFrom2Pods 12.83
188 TestMultiNode/serial/AddNode 74.81
189 TestMultiNode/serial/ProfileList 3.33
190 TestMultiNode/serial/CopyFile 108.04
191 TestMultiNode/serial/StopNode 13.9
192 TestMultiNode/serial/StartAfterStop 30.49
193 TestMultiNode/serial/RestartKeepsNodes 142.28
194 TestMultiNode/serial/DeleteNode 17.55
195 TestMultiNode/serial/StopMultiNode 32.49
196 TestMultiNode/serial/RestartMultiNode 108.82
197 TestMultiNode/serial/ValidateNameConflict 96.34
201 TestPreload 294.32
202 TestScheduledStopWindows 169.71
206 TestInsufficientStorage 64.85
207 TestRunningBinaryUpgrade 285.23
209 TestKubernetesUpgrade 352.27
210 TestMissingContainerUpgrade 326.02
212 TestNoKubernetes/serial/StartNoK8sWithVersion 0.46
213 TestNoKubernetes/serial/StartWithK8s 147.8
214 TestNoKubernetes/serial/StartWithStopK8s 51.99
215 TestStoppedBinaryUpgrade/Setup 0.48
216 TestStoppedBinaryUpgrade/Upgrade 244.06
217 TestNoKubernetes/serial/Start 30.88
218 TestNoKubernetes/serial/VerifyK8sNotRunning 3.93
219 TestNoKubernetes/serial/ProfileList 24.03
220 TestNoKubernetes/serial/Stop 5.52
221 TestNoKubernetes/serial/StartNoArgs 20.59
222 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 4.14
224 TestPause/serial/Start 119.98
225 TestStoppedBinaryUpgrade/MinikubeLogs 10.41
244 TestPause/serial/SecondStartNoReconfiguration 66.41
245 TestPause/serial/Pause 4.87
246 TestPause/serial/VerifyStatus 4.35
247 TestPause/serial/Unpause 4.65
248 TestPause/serial/PauseAgain 6.18
249 TestPause/serial/DeletePaused 17.03
250 TestPause/serial/VerifyDeletedResources 13.25
251 TestNetworkPlugins/group/auto/Start 137.96
252 TestNetworkPlugins/group/false/Start 113.77
253 TestNetworkPlugins/group/kindnet/Start 133.08
254 TestNetworkPlugins/group/auto/KubeletFlags 3.95
255 TestNetworkPlugins/group/auto/NetCatPod 24.15
256 TestNetworkPlugins/group/auto/DNS 0.73
257 TestNetworkPlugins/group/auto/Localhost 0.7
258 TestNetworkPlugins/group/auto/HairPin 5.65
259 TestNetworkPlugins/group/enable-default-cni/Start 152.95
260 TestNetworkPlugins/group/false/KubeletFlags 3.95
261 TestNetworkPlugins/group/false/NetCatPod 29.95
262 TestNetworkPlugins/group/false/DNS 0.64
263 TestNetworkPlugins/group/false/Localhost 0.6
264 TestNetworkPlugins/group/false/HairPin 5.67
265 TestNetworkPlugins/group/bridge/Start 121.39
266 TestNetworkPlugins/group/kindnet/ControllerPod 5.06
267 TestNetworkPlugins/group/kindnet/KubeletFlags 4.74
268 TestNetworkPlugins/group/kindnet/NetCatPod 26.03
269 TestNetworkPlugins/group/kindnet/DNS 0.72
270 TestNetworkPlugins/group/kindnet/Localhost 0.69
271 TestNetworkPlugins/group/kindnet/HairPin 0.69
272 TestNetworkPlugins/group/kubenet/Start 166.93
273 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 4.27
274 TestNetworkPlugins/group/enable-default-cni/NetCatPod 21.11
275 TestNetworkPlugins/group/enable-default-cni/DNS 0.72
276 TestNetworkPlugins/group/enable-default-cni/Localhost 0.96
277 TestNetworkPlugins/group/bridge/KubeletFlags 3.98
278 TestNetworkPlugins/group/enable-default-cni/HairPin 0.69
279 TestNetworkPlugins/group/calico/Start 382.43
280 TestNetworkPlugins/group/bridge/NetCatPod 32.23
282 TestNetworkPlugins/group/bridge/DNS 0.68
283 TestNetworkPlugins/group/bridge/Localhost 0.65
284 TestNetworkPlugins/group/bridge/HairPin 0.67
286 TestStartStop/group/old-k8s-version/serial/FirstStart 169.16
287 TestNetworkPlugins/group/kubenet/KubeletFlags 4.19
288 TestNetworkPlugins/group/kubenet/NetCatPod 21.03
289 TestNetworkPlugins/group/kubenet/DNS 0.74
290 TestNetworkPlugins/group/kubenet/Localhost 0.72
293 TestStartStop/group/no-preload/serial/FirstStart 399.87
294 TestStartStop/group/old-k8s-version/serial/DeployApp 12.41
295 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 5.34
296 TestStartStop/group/old-k8s-version/serial/Stop 16.65
297 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 6.36
298 TestStartStop/group/old-k8s-version/serial/SecondStart 657.02
299 TestNetworkPlugins/group/calico/ControllerPod 5.04
300 TestNetworkPlugins/group/calico/KubeletFlags 3.87
302 TestStartStop/group/no-preload/serial/DeployApp 10.4
303 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 5.31
304 TestStartStop/group/no-preload/serial/Stop 16.55
305 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 6.5
306 TestStartStop/group/no-preload/serial/SecondStart 601.41
308 TestStartStop/group/embed-certs/serial/FirstStart 111.62
309 TestStartStop/group/embed-certs/serial/DeployApp 11.31
310 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 5.03
311 TestStartStop/group/embed-certs/serial/Stop 16.01
312 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 5.46
313 TestStartStop/group/embed-certs/serial/SecondStart 360.16
314 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 5.04
315 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.65
316 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 3.86
317 TestStartStop/group/old-k8s-version/serial/Pause 25.51
319 TestStartStop/group/default-k8s-different-port/serial/FirstStart 356.59
320 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 36.06
321 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.6
322 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 3.77
323 TestStartStop/group/embed-certs/serial/Pause 24.73
324 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 5.04
325 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 5.64
326 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 3.93
327 TestStartStop/group/no-preload/serial/Pause 26.79
329 TestStartStop/group/newest-cni/serial/FirstStart 111.38
330 TestStartStop/group/default-k8s-different-port/serial/DeployApp 12.28
331 TestStartStop/group/default-k8s-different-port/serial/EnableAddonWhileActive 4.85
332 TestStartStop/group/default-k8s-different-port/serial/Stop 15.93
333 TestStartStop/group/default-k8s-different-port/serial/EnableAddonAfterStop 5.09
334 TestStartStop/group/default-k8s-different-port/serial/SecondStart 599.58
335 TestStartStop/group/newest-cni/serial/DeployApp 0
336 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 4.65
337 TestStartStop/group/newest-cni/serial/Stop 15.61
338 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 5.58
339 TestStartStop/group/newest-cni/serial/SecondStart 52.74
340 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
341 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
342 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 4.58
344 TestStartStop/group/default-k8s-different-port/serial/UserAppExistsAfterStop 5.07
345 TestStartStop/group/default-k8s-different-port/serial/AddonExistsAfterStop 5.58
346 TestStartStop/group/default-k8s-different-port/serial/VerifyKubernetesImages 3.4
347 TestStartStop/group/default-k8s-different-port/serial/Pause 23.23
x
+
TestDownloadOnly/v1.16.0/json-events (14s)

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

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

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

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

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

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

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

                                                
                                                
-- stdout --
	* 
	* ==> Audit <==
	* |---------|------------------------------------|------------------------------------|-------------------|---------|---------------------|----------|
	| Command |                Args                |              Profile               |       User        | Version |     Start Time      | End Time |
	|---------|------------------------------------|------------------------------------|-------------------|---------|---------------------|----------|
	| start   | -o=json --download-only -p         | download-only-20220728202457-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:24 GMT |          |
	|         | download-only-20220728202457-27744 |                                    |                   |         |                     |          |
	|         | --force --alsologtostderr          |                                    |                   |         |                     |          |
	|         | --kubernetes-version=v1.16.0       |                                    |                   |         |                     |          |
	|         | --container-runtime=docker         |                                    |                   |         |                     |          |
	|         | --driver=docker                    |                                    |                   |         |                     |          |
	|---------|------------------------------------|------------------------------------|-------------------|---------|---------------------|----------|
	
	* 
	* ==> Last Start <==
	* Log file created at: 2022/07/28 20:24:59
	Running on machine: minikube3
	Binary: Built with gc go1.18.3 for windows/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0728 20:24:59.662220   26636 out.go:296] Setting OutFile to fd 628 ...
	I0728 20:24:59.717595   26636 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 20:24:59.717595   26636 out.go:309] Setting ErrFile to fd 652...
	I0728 20:24:59.717595   26636 out.go:343] TERM=,COLORTERM=, which probably does not support color
	W0728 20:24:59.732281   26636 root.go:310] Error reading config file at C:\Users\jenkins.minikube3\minikube-integration\.minikube\config\config.json: open C:\Users\jenkins.minikube3\minikube-integration\.minikube\config\config.json: The system cannot find the path specified.
	I0728 20:24:59.745187   26636 out.go:303] Setting JSON to true
	I0728 20:24:59.748945   26636 start.go:115] hostinfo: {"hostname":"minikube3","uptime":7763,"bootTime":1659032136,"procs":192,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19044 Build 19044","kernelVersion":"10.0.19044 Build 19044","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"a0f355d5-8b6e-4346-9071-73232725d096"}
	W0728 20:24:59.749618   26636 start.go:123] gopshost.Virtualization returned error: not implemented yet
	I0728 20:24:59.777110   26636 out.go:97] [download-only-20220728202457-27744] minikube v1.26.0 on Microsoft Windows 10 Enterprise N 10.0.19044 Build 19044
	W0728 20:24:59.791231   26636 preload.go:295] Failed to list preload files: open C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\preloaded-tarball: The system cannot find the file specified.
	I0728 20:24:59.791317   26636 notify.go:193] Checking for updates...
	I0728 20:24:59.794440   26636 out.go:169] KUBECONFIG=C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	I0728 20:24:59.800806   26636 out.go:169] MINIKUBE_HOME=C:\Users\jenkins.minikube3\minikube-integration\.minikube
	I0728 20:24:59.804048   26636 out.go:169] MINIKUBE_LOCATION=14555
	I0728 20:24:59.805503   26636 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	W0728 20:24:59.814146   26636 out.go:272] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0728 20:24:59.817569   26636 driver.go:365] Setting default libvirt URI to qemu:///system
	I0728 20:25:01.535857   26636 docker.go:137] docker version: linux-20.10.17
	I0728 20:25:01.544539   26636 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0728 20:25:05.027833   26636 cli_runner.go:217] Completed: docker system info --format "{{json .}}": (3.4830072s)
	I0728 20:25:05.028958   26636 info.go:265] docker info: {ID:32WQ:AR2E:QBMQ:3APU:6H37:XHFB:IZYG:CYO4:NVRY:3DND:E2II:HYH4 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:0 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:true NFd:43 OomKillDisable:true NGoroutines:44 SystemTime:2022-07-28 20:25:01.7132899 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.102.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_
64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:53902323712 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.17 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:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1 Expected:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1} RuncCommit:{ID:v1.1.2-0-ga916309 Expected:v1.1.2-0-ga916309} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,
profile=default] 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] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.8.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.7.0] 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.8] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-p
lugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.17.0]] Warnings:<nil>}}
	I0728 20:25:05.041518   26636 out.go:97] Using the docker driver based on user configuration
	I0728 20:25:05.041518   26636 start.go:284] selected driver: docker
	I0728 20:25:05.052833   26636 start.go:808] validating driver "docker" against <nil>
	I0728 20:25:05.066522   26636 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0728 20:25:05.692501   26636 info.go:265] docker info: {ID:32WQ:AR2E:QBMQ:3APU:6H37:XHFB:IZYG:CYO4:NVRY:3DND:E2II:HYH4 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:0 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:true NFd:43 OomKillDisable:true NGoroutines:44 SystemTime:2022-07-28 20:25:05.2502673 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.102.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_
64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:53902323712 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.17 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:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1 Expected:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1} RuncCommit:{ID:v1.1.2-0-ga916309 Expected:v1.1.2-0-ga916309} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,
profile=default] 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] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.8.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.7.0] 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.8] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-p
lugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.17.0]] Warnings:<nil>}}
	I0728 20:25:05.693107   26636 start_flags.go:296] no existing cluster config was found, will generate one from the flags 
	I0728 20:25:05.755398   26636 start_flags.go:377] Using suggested 16300MB memory alloc based on sys=65534MB, container=51405MB
	I0728 20:25:05.755398   26636 start_flags.go:835] Wait components to verify : map[apiserver:true system_pods:true]
	I0728 20:25:05.759297   26636 out.go:169] Using Docker Desktop driver with root privileges
	I0728 20:25:05.763463   26636 cni.go:95] Creating CNI manager for ""
	I0728 20:25:05.763614   26636 cni.go:169] CNI unnecessary in this configuration, recommending no CNI
	I0728 20:25:05.763614   26636 start_flags.go:310] config:
	{Name:download-only-20220728202457-27744 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 Memory:16300 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.16.0 ClusterName:download-only-20220728202457-27744 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDom
ain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube3:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath:}
	I0728 20:25:05.765811   26636 out.go:97] Starting control plane node download-only-20220728202457-27744 in cluster download-only-20220728202457-27744
	I0728 20:25:05.765811   26636 cache.go:120] Beginning downloading kic base image for docker with docker
	I0728 20:25:05.767168   26636 out.go:97] Pulling base image ...
	I0728 20:25:05.768692   26636 preload.go:132] Checking if preload exists for k8s version v1.16.0 and runtime docker
	I0728 20:25:05.768692   26636 image.go:75] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 in local docker daemon
	I0728 20:25:05.805562   26636 preload.go:119] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.16.0/preloaded-images-k8s-v18-v1.16.0-docker-overlay2-amd64.tar.lz4
	I0728 20:25:05.805562   26636 cache.go:57] Caching tarball of preloaded images
	I0728 20:25:05.805562   26636 preload.go:132] Checking if preload exists for k8s version v1.16.0 and runtime docker
	I0728 20:25:05.813271   26636 out.go:97] Downloading Kubernetes v1.16.0 preload ...
	I0728 20:25:05.813271   26636 preload.go:238] getting checksum for preloaded-images-k8s-v18-v1.16.0-docker-overlay2-amd64.tar.lz4 ...
	I0728 20:25:05.884676   26636 download.go:101] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.16.0/preloaded-images-k8s-v18-v1.16.0-docker-overlay2-amd64.tar.lz4?checksum=md5:326f3ce331abb64565b50b8c9e791244 -> C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.16.0-docker-overlay2-amd64.tar.lz4
	I0728 20:25:05.984857   26636 cache.go:147] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 to local cache
	I0728 20:25:05.984857   26636 localpath.go:146] windows sanitize: C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842.tar -> C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds_v0.0.32-1656700284-14481@sha256_96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842.tar
	I0728 20:25:05.985396   26636 localpath.go:146] windows sanitize: C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842.tar -> C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds_v0.0.32-1656700284-14481@sha256_96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842.tar
	I0728 20:25:05.985396   26636 image.go:59] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 in local cache directory
	I0728 20:25:05.986995   26636 image.go:119] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 to local cache
	I0728 20:25:08.658888   26636 preload.go:249] saving checksum for preloaded-images-k8s-v18-v1.16.0-docker-overlay2-amd64.tar.lz4 ...
	I0728 20:25:08.667573   26636 preload.go:256] verifying checksumm of C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.16.0-docker-overlay2-amd64.tar.lz4 ...
	I0728 20:25:09.677663   26636 cache.go:60] Finished verifying existence of preloaded tar for  v1.16.0 on docker
	I0728 20:25:09.679861   26636 profile.go:148] Saving config to C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\download-only-20220728202457-27744\config.json ...
	I0728 20:25:09.680601   26636 lock.go:35] WriteFile acquiring C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\download-only-20220728202457-27744\config.json: {Name:mk42df02e7dfd7d0e574124ef63f03b3a8958937 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0728 20:25:09.682457   26636 preload.go:132] Checking if preload exists for k8s version v1.16.0 and runtime docker
	I0728 20:25:09.683447   26636 download.go:101] Downloading: https://storage.googleapis.com/kubernetes-release/release/v1.16.0/bin/windows/amd64/kubectl.exe?checksum=file:https://storage.googleapis.com/kubernetes-release/release/v1.16.0/bin/windows/amd64/kubectl.exe.sha1 -> C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\windows\amd64\v1.16.0/kubectl.exe
	
	* 
	* The control plane node "" does not exist.
	  To start a cluster, run: "minikube start -p download-only-20220728202457-27744"

                                                
                                                
-- /stdout --
aaa_download_only_test.go:174: minikube logs failed with error: exit status 85
--- PASS: TestDownloadOnly/v1.16.0/LogsDuration (0.51s)

                                                
                                    
x
+
TestDownloadOnly/v1.24.3/json-events (9.54s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.24.3/json-events
aaa_download_only_test.go:71: (dbg) Run:  out/minikube-windows-amd64.exe start -o=json --download-only -p download-only-20220728202457-27744 --force --alsologtostderr --kubernetes-version=v1.24.3 --container-runtime=docker --driver=docker
aaa_download_only_test.go:71: (dbg) Done: out/minikube-windows-amd64.exe start -o=json --download-only -p download-only-20220728202457-27744 --force --alsologtostderr --kubernetes-version=v1.24.3 --container-runtime=docker --driver=docker: (9.5437189s)
--- PASS: TestDownloadOnly/v1.24.3/json-events (9.54s)

                                                
                                    
x
+
TestDownloadOnly/v1.24.3/preload-exists (0.05s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.24.3/preload-exists
--- PASS: TestDownloadOnly/v1.24.3/preload-exists (0.05s)

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.24.3/LogsDuration (0.35s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.24.3/LogsDuration
aaa_download_only_test.go:173: (dbg) Run:  out/minikube-windows-amd64.exe logs -p download-only-20220728202457-27744
aaa_download_only_test.go:173: (dbg) Non-zero exit: out/minikube-windows-amd64.exe logs -p download-only-20220728202457-27744: exit status 85 (351.4258ms)

                                                
                                                
-- stdout --
	* 
	* ==> Audit <==
	* |---------|------------------------------------|------------------------------------|-------------------|---------|---------------------|----------|
	| Command |                Args                |              Profile               |       User        | Version |     Start Time      | End Time |
	|---------|------------------------------------|------------------------------------|-------------------|---------|---------------------|----------|
	| start   | -o=json --download-only -p         | download-only-20220728202457-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:24 GMT |          |
	|         | download-only-20220728202457-27744 |                                    |                   |         |                     |          |
	|         | --force --alsologtostderr          |                                    |                   |         |                     |          |
	|         | --kubernetes-version=v1.16.0       |                                    |                   |         |                     |          |
	|         | --container-runtime=docker         |                                    |                   |         |                     |          |
	|         | --driver=docker                    |                                    |                   |         |                     |          |
	| start   | -o=json --download-only -p         | download-only-20220728202457-27744 | minikube3\jenkins | v1.26.0 | 28 Jul 22 20:25 GMT |          |
	|         | download-only-20220728202457-27744 |                                    |                   |         |                     |          |
	|         | --force --alsologtostderr          |                                    |                   |         |                     |          |
	|         | --kubernetes-version=v1.24.3       |                                    |                   |         |                     |          |
	|         | --container-runtime=docker         |                                    |                   |         |                     |          |
	|         | --driver=docker                    |                                    |                   |         |                     |          |
	|---------|------------------------------------|------------------------------------|-------------------|---------|---------------------|----------|
	
	* 
	* ==> Last Start <==
	* Log file created at: 2022/07/28 20:25:12
	Running on machine: minikube3
	Binary: Built with gc go1.18.3 for windows/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0728 20:25:12.796620   29212 out.go:296] Setting OutFile to fd 652 ...
	I0728 20:25:12.851325   29212 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 20:25:12.851325   29212 out.go:309] Setting ErrFile to fd 656...
	I0728 20:25:12.851325   29212 out.go:343] TERM=,COLORTERM=, which probably does not support color
	W0728 20:25:12.863596   29212 root.go:310] Error reading config file at C:\Users\jenkins.minikube3\minikube-integration\.minikube\config\config.json: open C:\Users\jenkins.minikube3\minikube-integration\.minikube\config\config.json: The system cannot find the file specified.
	I0728 20:25:12.878151   29212 out.go:303] Setting JSON to true
	I0728 20:25:12.883604   29212 start.go:115] hostinfo: {"hostname":"minikube3","uptime":7776,"bootTime":1659032136,"procs":191,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19044 Build 19044","kernelVersion":"10.0.19044 Build 19044","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"a0f355d5-8b6e-4346-9071-73232725d096"}
	W0728 20:25:12.883604   29212 start.go:123] gopshost.Virtualization returned error: not implemented yet
	I0728 20:25:12.886765   29212 out.go:97] [download-only-20220728202457-27744] minikube v1.26.0 on Microsoft Windows 10 Enterprise N 10.0.19044 Build 19044
	I0728 20:25:12.888532   29212 notify.go:193] Checking for updates...
	I0728 20:25:12.889490   29212 out.go:169] KUBECONFIG=C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	I0728 20:25:12.893369   29212 out.go:169] MINIKUBE_HOME=C:\Users\jenkins.minikube3\minikube-integration\.minikube
	I0728 20:25:12.896066   29212 out.go:169] MINIKUBE_LOCATION=14555
	I0728 20:25:12.898765   29212 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	W0728 20:25:12.901892   29212 out.go:272] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0728 20:25:12.903561   29212 config.go:178] Loaded profile config "download-only-20220728202457-27744": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.16.0
	W0728 20:25:12.904295   29212 start.go:716] api.Load failed for download-only-20220728202457-27744: filestore "download-only-20220728202457-27744": Docker machine "download-only-20220728202457-27744" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
	I0728 20:25:12.904295   29212 driver.go:365] Setting default libvirt URI to qemu:///system
	W0728 20:25:12.904295   29212 start.go:716] api.Load failed for download-only-20220728202457-27744: filestore "download-only-20220728202457-27744": Docker machine "download-only-20220728202457-27744" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
	I0728 20:25:14.515029   29212 docker.go:137] docker version: linux-20.10.17
	I0728 20:25:14.523346   29212 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0728 20:25:15.122409   29212 info.go:265] docker info: {ID:32WQ:AR2E:QBMQ:3APU:6H37:XHFB:IZYG:CYO4:NVRY:3DND:E2II:HYH4 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:0 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:true NFd:43 OomKillDisable:true NGoroutines:44 SystemTime:2022-07-28 20:25:14.688921 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.102.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_6
4 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:53902323712 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.17 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:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1 Expected:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1} RuncCommit:{ID:v1.1.2-0-ga916309 Expected:v1.1.2-0-ga916309} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,p
rofile=default] 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] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.8.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.7.0] 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.8] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-pl
ugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.17.0]] Warnings:<nil>}}
	I0728 20:25:15.804530   29212 out.go:97] Using the docker driver based on existing profile
	I0728 20:25:15.816265   29212 start.go:284] selected driver: docker
	I0728 20:25:15.816265   29212 start.go:808] validating driver "docker" against &{Name:download-only-20220728202457-27744 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 Memory:16300 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.16.0 ClusterName:download-only-20220728202457-27744 Nam
espace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.16.0 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube3:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false Cust
omQemuFirmwarePath:}
	I0728 20:25:15.828815   29212 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0728 20:25:16.406322   29212 info.go:265] docker info: {ID:32WQ:AR2E:QBMQ:3APU:6H37:XHFB:IZYG:CYO4:NVRY:3DND:E2II:HYH4 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:0 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:true NFd:43 OomKillDisable:true NGoroutines:44 SystemTime:2022-07-28 20:25:16.0050335 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.102.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_
64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:53902323712 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.17 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:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1 Expected:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1} RuncCommit:{ID:v1.1.2-0-ga916309 Expected:v1.1.2-0-ga916309} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,
profile=default] 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] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.8.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.7.0] 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.8] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-p
lugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.17.0]] Warnings:<nil>}}
	I0728 20:25:16.449668   29212 cni.go:95] Creating CNI manager for ""
	I0728 20:25:16.449668   29212 cni.go:169] CNI unnecessary in this configuration, recommending no CNI
	I0728 20:25:16.449668   29212 start_flags.go:310] config:
	{Name:download-only-20220728202457-27744 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 Memory:16300 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.24.3 ClusterName:download-only-20220728202457-27744 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDom
ain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.16.0 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube3:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath:}
	I0728 20:25:16.583610   29212 out.go:97] Starting control plane node download-only-20220728202457-27744 in cluster download-only-20220728202457-27744
	I0728 20:25:16.588054   29212 cache.go:120] Beginning downloading kic base image for docker with docker
	I0728 20:25:16.591459   29212 out.go:97] Pulling base image ...
	I0728 20:25:16.591555   29212 preload.go:132] Checking if preload exists for k8s version v1.24.3 and runtime docker
	I0728 20:25:16.591555   29212 image.go:75] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 in local docker daemon
	I0728 20:25:16.629962   29212 preload.go:119] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.24.3/preloaded-images-k8s-v18-v1.24.3-docker-overlay2-amd64.tar.lz4
	I0728 20:25:16.629962   29212 cache.go:57] Caching tarball of preloaded images
	I0728 20:25:16.630539   29212 preload.go:132] Checking if preload exists for k8s version v1.24.3 and runtime docker
	I0728 20:25:16.635023   29212 out.go:97] Downloading Kubernetes v1.24.3 preload ...
	I0728 20:25:16.635072   29212 preload.go:238] getting checksum for preloaded-images-k8s-v18-v1.24.3-docker-overlay2-amd64.tar.lz4 ...
	I0728 20:25:16.689645   29212 download.go:101] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.24.3/preloaded-images-k8s-v18-v1.24.3-docker-overlay2-amd64.tar.lz4?checksum=md5:ae1c8e7b1fa116b4699d7551d3812287 -> C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v18-v1.24.3-docker-overlay2-amd64.tar.lz4
	I0728 20:25:16.794410   29212 cache.go:147] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 to local cache
	I0728 20:25:16.794465   29212 localpath.go:146] windows sanitize: C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842.tar -> C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds_v0.0.32-1656700284-14481@sha256_96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842.tar
	I0728 20:25:16.794465   29212 localpath.go:146] windows sanitize: C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842.tar -> C:\Users\jenkins.minikube3\minikube-integration\.minikube\cache\kic\amd64\kicbase-builds_v0.0.32-1656700284-14481@sha256_96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842.tar
	I0728 20:25:16.794465   29212 image.go:59] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 in local cache directory
	I0728 20:25:16.794465   29212 image.go:62] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 in local cache directory, skipping pull
	I0728 20:25:16.794465   29212 image.go:103] gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 exists in cache, skipping pull
	I0728 20:25:16.795133   29212 cache.go:150] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 as a tarball
	
	* 
	* The control plane node "" does not exist.
	  To start a cluster, run: "minikube start -p download-only-20220728202457-27744"

                                                
                                                
-- /stdout --
aaa_download_only_test.go:174: minikube logs failed with error: exit status 85
--- PASS: TestDownloadOnly/v1.24.3/LogsDuration (0.35s)

                                                
                                    
x
+
TestDownloadOnly/DeleteAll (4.74s)

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

                                                
                                    
x
+
TestDownloadOnly/DeleteAlwaysSucceeds (2.93s)

                                                
                                                
=== RUN   TestDownloadOnly/DeleteAlwaysSucceeds
aaa_download_only_test.go:203: (dbg) Run:  out/minikube-windows-amd64.exe delete -p download-only-20220728202457-27744
aaa_download_only_test.go:203: (dbg) Done: out/minikube-windows-amd64.exe delete -p download-only-20220728202457-27744: (2.9328432s)
--- PASS: TestDownloadOnly/DeleteAlwaysSucceeds (2.93s)

                                                
                                    
x
+
TestDownloadOnlyKic (36.5s)

                                                
                                                
=== RUN   TestDownloadOnlyKic
aaa_download_only_test.go:228: (dbg) Run:  out/minikube-windows-amd64.exe start --download-only -p download-docker-20220728202533-27744 --force --alsologtostderr --driver=docker
aaa_download_only_test.go:228: (dbg) Done: out/minikube-windows-amd64.exe start --download-only -p download-docker-20220728202533-27744 --force --alsologtostderr --driver=docker: (32.3524922s)
helpers_test.go:175: Cleaning up "download-docker-20220728202533-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p download-docker-20220728202533-27744
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p download-docker-20220728202533-27744: (3.0753603s)
--- PASS: TestDownloadOnlyKic (36.50s)

                                                
                                    
x
+
TestBinaryMirror (7.01s)

                                                
                                                
=== RUN   TestBinaryMirror
aaa_download_only_test.go:310: (dbg) Run:  out/minikube-windows-amd64.exe start --download-only -p binary-mirror-20220728202609-27744 --alsologtostderr --binary-mirror http://127.0.0.1:51165 --driver=docker
aaa_download_only_test.go:310: (dbg) Done: out/minikube-windows-amd64.exe start --download-only -p binary-mirror-20220728202609-27744 --alsologtostderr --binary-mirror http://127.0.0.1:51165 --driver=docker: (3.6193749s)
helpers_test.go:175: Cleaning up "binary-mirror-20220728202609-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p binary-mirror-20220728202609-27744
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p binary-mirror-20220728202609-27744: (3.1695598s)
--- PASS: TestBinaryMirror (7.01s)

                                                
                                    
x
+
TestOffline (173.98s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

                                                
                                                
=== CONT  TestOffline

                                                
                                                
=== CONT  TestOffline
aab_offline_test.go:55: (dbg) Run:  out/minikube-windows-amd64.exe start -p offline-docker-20220728215858-27744 --alsologtostderr -v=1 --memory=2048 --wait=true --driver=docker

                                                
                                                
=== CONT  TestOffline
aab_offline_test.go:55: (dbg) Done: out/minikube-windows-amd64.exe start -p offline-docker-20220728215858-27744 --alsologtostderr -v=1 --memory=2048 --wait=true --driver=docker: (2m41.7546606s)
helpers_test.go:175: Cleaning up "offline-docker-20220728215858-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p offline-docker-20220728215858-27744
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p offline-docker-20220728215858-27744: (12.2302097s)
--- PASS: TestOffline (173.98s)

                                                
                                    
x
+
TestAddons/Setup (369.87s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:76: (dbg) Run:  out/minikube-windows-amd64.exe start -p addons-20220728202616-27744 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --driver=docker --addons=ingress --addons=ingress-dns --addons=helm-tiller
addons_test.go:76: (dbg) Done: out/minikube-windows-amd64.exe start -p addons-20220728202616-27744 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --driver=docker --addons=ingress --addons=ingress-dns --addons=helm-tiller: (6m9.8740204s)
--- PASS: TestAddons/Setup (369.87s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (10.97s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:359: metrics-server stabilized in 95.6435ms

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:361: (dbg) TestAddons/parallel/MetricsServer: waiting 6m0s for pods matching "k8s-app=metrics-server" in namespace "kube-system" ...

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
helpers_test.go:342: "metrics-server-8595bd7d4c-4jtkp" [adff7715-280a-49ab-a797-519592cd535a] Running

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:361: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 5.1916582s
addons_test.go:367: (dbg) Run:  kubectl --context addons-20220728202616-27744 top pods -n kube-system

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:384: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-20220728202616-27744 addons disable metrics-server --alsologtostderr -v=1

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:384: (dbg) Done: out/minikube-windows-amd64.exe -p addons-20220728202616-27744 addons disable metrics-server --alsologtostderr -v=1: (5.1437668s)
--- PASS: TestAddons/parallel/MetricsServer (10.97s)

                                                
                                    
x
+
TestAddons/parallel/HelmTiller (38.52s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/HelmTiller
addons_test.go:408: tiller-deploy stabilized in 8.504ms
addons_test.go:410: (dbg) TestAddons/parallel/HelmTiller: waiting 6m0s for pods matching "app=helm" in namespace "kube-system" ...
helpers_test.go:342: "tiller-deploy-c7d76457b-bd5bl" [34104bf1-f3d4-4c30-937d-bcfcc7fe85cc] Running

                                                
                                                
=== CONT  TestAddons/parallel/HelmTiller
addons_test.go:410: (dbg) TestAddons/parallel/HelmTiller: app=helm healthy within 5.0690689s
addons_test.go:425: (dbg) Run:  kubectl --context addons-20220728202616-27744 run --rm helm-test --restart=Never --image=alpine/helm:2.16.3 -it --namespace=kube-system -- version

                                                
                                                
=== CONT  TestAddons/parallel/HelmTiller
addons_test.go:425: (dbg) Done: kubectl --context addons-20220728202616-27744 run --rm helm-test --restart=Never --image=alpine/helm:2.16.3 -it --namespace=kube-system -- version: (29.7102223s)
addons_test.go:442: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-20220728202616-27744 addons disable helm-tiller --alsologtostderr -v=1
addons_test.go:442: (dbg) Done: out/minikube-windows-amd64.exe -p addons-20220728202616-27744 addons disable helm-tiller --alsologtostderr -v=1: (3.715475s)
--- PASS: TestAddons/parallel/HelmTiller (38.52s)

                                                
                                    
x
+
TestAddons/parallel/CSI (93.77s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:513: csi-hostpath-driver pods stabilized in 101.6478ms

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:516: (dbg) Run:  kubectl --context addons-20220728202616-27744 create -f testdata\csi-hostpath-driver\pvc.yaml

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:516: (dbg) Done: kubectl --context addons-20220728202616-27744 create -f testdata\csi-hostpath-driver\pvc.yaml: (2.8145509s)
addons_test.go:521: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc" in namespace "default" ...
helpers_test.go:392: (dbg) Run:  kubectl --context addons-20220728202616-27744 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:392: (dbg) Run:  kubectl --context addons-20220728202616-27744 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:526: (dbg) Run:  kubectl --context addons-20220728202616-27744 create -f testdata\csi-hostpath-driver\pv-pod.yaml

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:526: (dbg) Done: kubectl --context addons-20220728202616-27744 create -f testdata\csi-hostpath-driver\pv-pod.yaml: (1.0589519s)
addons_test.go:531: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod" in namespace "default" ...
helpers_test.go:342: "task-pv-pod" [194b2401-6a68-4ff4-8b0a-bf61ef208330] Pending

                                                
                                                
=== CONT  TestAddons/parallel/CSI
helpers_test.go:342: "task-pv-pod" [194b2401-6a68-4ff4-8b0a-bf61ef208330] Pending / Ready:ContainersNotReady (containers with unready status: [task-pv-container]) / ContainersReady:ContainersNotReady (containers with unready status: [task-pv-container])

                                                
                                                
=== CONT  TestAddons/parallel/CSI
helpers_test.go:342: "task-pv-pod" [194b2401-6a68-4ff4-8b0a-bf61ef208330] Running
addons_test.go:531: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 43.0760203s
addons_test.go:536: (dbg) Run:  kubectl --context addons-20220728202616-27744 create -f testdata\csi-hostpath-driver\snapshot.yaml
addons_test.go:536: (dbg) Done: kubectl --context addons-20220728202616-27744 create -f testdata\csi-hostpath-driver\snapshot.yaml: (1.2230887s)
addons_test.go:541: (dbg) TestAddons/parallel/CSI: waiting 6m0s for volume snapshot "new-snapshot-demo" in namespace "default" ...
helpers_test.go:417: (dbg) Run:  kubectl --context addons-20220728202616-27744 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:425: TestAddons/parallel/CSI: WARNING: volume snapshot get for "default" "new-snapshot-demo" returned: 
helpers_test.go:417: (dbg) Run:  kubectl --context addons-20220728202616-27744 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:546: (dbg) Run:  kubectl --context addons-20220728202616-27744 delete pod task-pv-pod

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:546: (dbg) Done: kubectl --context addons-20220728202616-27744 delete pod task-pv-pod: (3.9919621s)
addons_test.go:552: (dbg) Run:  kubectl --context addons-20220728202616-27744 delete pvc hpvc
addons_test.go:558: (dbg) Run:  kubectl --context addons-20220728202616-27744 create -f testdata\csi-hostpath-driver\pvc-restore.yaml
addons_test.go:563: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc-restore" in namespace "default" ...
helpers_test.go:392: (dbg) Run:  kubectl --context addons-20220728202616-27744 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:568: (dbg) Run:  kubectl --context addons-20220728202616-27744 create -f testdata\csi-hostpath-driver\pv-pod-restore.yaml

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:573: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod-restore" in namespace "default" ...
helpers_test.go:342: "task-pv-pod-restore" [2c3f3963-cf04-4128-9e64-5d0c0855a6a1] Pending
helpers_test.go:342: "task-pv-pod-restore" [2c3f3963-cf04-4128-9e64-5d0c0855a6a1] Pending / Ready:ContainersNotReady (containers with unready status: [task-pv-container]) / ContainersReady:ContainersNotReady (containers with unready status: [task-pv-container])

                                                
                                                
=== CONT  TestAddons/parallel/CSI
helpers_test.go:342: "task-pv-pod-restore" [2c3f3963-cf04-4128-9e64-5d0c0855a6a1] Running
addons_test.go:573: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 15.0685228s
addons_test.go:578: (dbg) Run:  kubectl --context addons-20220728202616-27744 delete pod task-pv-pod-restore
addons_test.go:578: (dbg) Done: kubectl --context addons-20220728202616-27744 delete pod task-pv-pod-restore: (2.0457146s)
addons_test.go:582: (dbg) Run:  kubectl --context addons-20220728202616-27744 delete pvc hpvc-restore
addons_test.go:586: (dbg) Run:  kubectl --context addons-20220728202616-27744 delete volumesnapshot new-snapshot-demo
addons_test.go:590: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-20220728202616-27744 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:590: (dbg) Done: out/minikube-windows-amd64.exe -p addons-20220728202616-27744 addons disable csi-hostpath-driver --alsologtostderr -v=1: (12.6677379s)
addons_test.go:594: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-20220728202616-27744 addons disable volumesnapshots --alsologtostderr -v=1
addons_test.go:594: (dbg) Done: out/minikube-windows-amd64.exe -p addons-20220728202616-27744 addons disable volumesnapshots --alsologtostderr -v=1: (4.0702843s)
--- PASS: TestAddons/parallel/CSI (93.77s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (29.69s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:737: (dbg) Run:  out/minikube-windows-amd64.exe addons enable headlamp -p addons-20220728202616-27744 --alsologtostderr -v=1

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:737: (dbg) Done: out/minikube-windows-amd64.exe addons enable headlamp -p addons-20220728202616-27744 --alsologtostderr -v=1: (5.5558645s)
addons_test.go:742: (dbg) TestAddons/parallel/Headlamp: waiting 8m0s for pods matching "app.kubernetes.io/name=headlamp" in namespace "headlamp" ...
helpers_test.go:342: "headlamp-866f5bd7bc-5n4xz" [0bf62711-d5fc-48e7-b6e8-1bf9a1833ec6] Pending

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
helpers_test.go:342: "headlamp-866f5bd7bc-5n4xz" [0bf62711-d5fc-48e7-b6e8-1bf9a1833ec6] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
helpers_test.go:342: "headlamp-866f5bd7bc-5n4xz" [0bf62711-d5fc-48e7-b6e8-1bf9a1833ec6] Running

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:742: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 24.1301033s
--- PASS: TestAddons/parallel/Headlamp (29.69s)

                                                
                                    
x
+
TestAddons/serial/GCPAuth (24.19s)

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth
addons_test.go:605: (dbg) Run:  kubectl --context addons-20220728202616-27744 create -f testdata\busybox.yaml
addons_test.go:605: (dbg) Done: kubectl --context addons-20220728202616-27744 create -f testdata\busybox.yaml: (1.8445293s)
addons_test.go:612: (dbg) Run:  kubectl --context addons-20220728202616-27744 create sa gcp-auth-test
addons_test.go:618: (dbg) TestAddons/serial/GCPAuth: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:342: "busybox" [49808187-a726-4f13-a111-147416088adc] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:342: "busybox" [49808187-a726-4f13-a111-147416088adc] Running
addons_test.go:618: (dbg) TestAddons/serial/GCPAuth: integration-test=busybox healthy within 9.0873012s
addons_test.go:624: (dbg) Run:  kubectl --context addons-20220728202616-27744 exec busybox -- /bin/sh -c "printenv GOOGLE_APPLICATION_CREDENTIALS"
addons_test.go:636: (dbg) Run:  kubectl --context addons-20220728202616-27744 describe sa gcp-auth-test
addons_test.go:650: (dbg) Run:  kubectl --context addons-20220728202616-27744 exec busybox -- /bin/sh -c "cat /google-app-creds.json"
addons_test.go:674: (dbg) Run:  kubectl --context addons-20220728202616-27744 exec busybox -- /bin/sh -c "printenv GOOGLE_CLOUD_PROJECT"
addons_test.go:687: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-20220728202616-27744 addons disable gcp-auth --alsologtostderr -v=1
addons_test.go:687: (dbg) Done: out/minikube-windows-amd64.exe -p addons-20220728202616-27744 addons disable gcp-auth --alsologtostderr -v=1: (10.6950267s)
--- PASS: TestAddons/serial/GCPAuth (24.19s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (19.16s)

                                                
                                                
=== RUN   TestAddons/StoppedEnableDisable
addons_test.go:134: (dbg) Run:  out/minikube-windows-amd64.exe stop -p addons-20220728202616-27744
addons_test.go:134: (dbg) Done: out/minikube-windows-amd64.exe stop -p addons-20220728202616-27744: (15.2380309s)
addons_test.go:138: (dbg) Run:  out/minikube-windows-amd64.exe addons enable dashboard -p addons-20220728202616-27744
addons_test.go:138: (dbg) Done: out/minikube-windows-amd64.exe addons enable dashboard -p addons-20220728202616-27744: (1.9842807s)
addons_test.go:142: (dbg) Run:  out/minikube-windows-amd64.exe addons disable dashboard -p addons-20220728202616-27744
addons_test.go:142: (dbg) Done: out/minikube-windows-amd64.exe addons disable dashboard -p addons-20220728202616-27744: (1.937988s)
--- PASS: TestAddons/StoppedEnableDisable (19.16s)

                                                
                                    
x
+
TestCertOptions (130.52s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

                                                
                                                
=== CONT  TestCertOptions
cert_options_test.go:49: (dbg) Run:  out/minikube-windows-amd64.exe start -p cert-options-20220728220826-27744 --memory=2048 --apiserver-ips=127.0.0.1 --apiserver-ips=192.168.15.15 --apiserver-names=localhost --apiserver-names=www.google.com --apiserver-port=8555 --driver=docker --apiserver-name=localhost

                                                
                                                
=== CONT  TestCertOptions
cert_options_test.go:49: (dbg) Done: out/minikube-windows-amd64.exe start -p cert-options-20220728220826-27744 --memory=2048 --apiserver-ips=127.0.0.1 --apiserver-ips=192.168.15.15 --apiserver-names=localhost --apiserver-names=www.google.com --apiserver-port=8555 --driver=docker --apiserver-name=localhost: (1m47.4766756s)
cert_options_test.go:60: (dbg) Run:  out/minikube-windows-amd64.exe -p cert-options-20220728220826-27744 ssh "openssl x509 -text -noout -in /var/lib/minikube/certs/apiserver.crt"
cert_options_test.go:60: (dbg) Done: out/minikube-windows-amd64.exe -p cert-options-20220728220826-27744 ssh "openssl x509 -text -noout -in /var/lib/minikube/certs/apiserver.crt": (4.6025357s)
cert_options_test.go:100: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p cert-options-20220728220826-27744 -- "sudo cat /etc/kubernetes/admin.conf"
cert_options_test.go:100: (dbg) Done: out/minikube-windows-amd64.exe ssh -p cert-options-20220728220826-27744 -- "sudo cat /etc/kubernetes/admin.conf": (4.5056209s)
helpers_test.go:175: Cleaning up "cert-options-20220728220826-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p cert-options-20220728220826-27744
E0728 22:10:27.646195   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p cert-options-20220728220826-27744: (13.6139278s)
--- PASS: TestCertOptions (130.52s)

                                                
                                    
x
+
TestCertExpiration (379.91s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Run:  out/minikube-windows-amd64.exe start -p cert-expiration-20220728220825-27744 --memory=2048 --cert-expiration=3m --driver=docker

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Done: out/minikube-windows-amd64.exe start -p cert-expiration-20220728220825-27744 --memory=2048 --cert-expiration=3m --driver=docker: (1m48.0638005s)

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:131: (dbg) Run:  out/minikube-windows-amd64.exe start -p cert-expiration-20220728220825-27744 --memory=2048 --cert-expiration=8760h --driver=docker

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:131: (dbg) Done: out/minikube-windows-amd64.exe start -p cert-expiration-20220728220825-27744 --memory=2048 --cert-expiration=8760h --driver=docker: (1m22.2743999s)
helpers_test.go:175: Cleaning up "cert-expiration-20220728220825-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p cert-expiration-20220728220825-27744

                                                
                                                
=== CONT  TestCertExpiration
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p cert-expiration-20220728220825-27744: (9.5679288s)
--- PASS: TestCertExpiration (379.91s)

                                                
                                    
x
+
TestDockerFlags (143.11s)

                                                
                                                
=== RUN   TestDockerFlags
=== PAUSE TestDockerFlags

                                                
                                                

                                                
                                                
=== CONT  TestDockerFlags
docker_test.go:45: (dbg) Run:  out/minikube-windows-amd64.exe start -p docker-flags-20220728220729-27744 --cache-images=false --memory=2048 --install-addons=false --wait=false --docker-env=FOO=BAR --docker-env=BAZ=BAT --docker-opt=debug --docker-opt=icc=true --alsologtostderr -v=5 --driver=docker

                                                
                                                
=== CONT  TestDockerFlags
docker_test.go:45: (dbg) Done: out/minikube-windows-amd64.exe start -p docker-flags-20220728220729-27744 --cache-images=false --memory=2048 --install-addons=false --wait=false --docker-env=FOO=BAR --docker-env=BAZ=BAT --docker-opt=debug --docker-opt=icc=true --alsologtostderr -v=5 --driver=docker: (2m1.5848436s)
docker_test.go:50: (dbg) Run:  out/minikube-windows-amd64.exe -p docker-flags-20220728220729-27744 ssh "sudo systemctl show docker --property=Environment --no-pager"
docker_test.go:50: (dbg) Done: out/minikube-windows-amd64.exe -p docker-flags-20220728220729-27744 ssh "sudo systemctl show docker --property=Environment --no-pager": (4.1221005s)
docker_test.go:61: (dbg) Run:  out/minikube-windows-amd64.exe -p docker-flags-20220728220729-27744 ssh "sudo systemctl show docker --property=ExecStart --no-pager"
docker_test.go:61: (dbg) Done: out/minikube-windows-amd64.exe -p docker-flags-20220728220729-27744 ssh "sudo systemctl show docker --property=ExecStart --no-pager": (4.2897141s)
helpers_test.go:175: Cleaning up "docker-flags-20220728220729-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p docker-flags-20220728220729-27744
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p docker-flags-20220728220729-27744: (13.11714s)
--- PASS: TestDockerFlags (143.11s)

                                                
                                    
x
+
TestForceSystemdFlag (159.12s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdFlag

                                                
                                                
=== CONT  TestForceSystemdFlag
docker_test.go:85: (dbg) Run:  out/minikube-windows-amd64.exe start -p force-systemd-flag-20220728215858-27744 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker

                                                
                                                
=== CONT  TestForceSystemdFlag
docker_test.go:85: (dbg) Done: out/minikube-windows-amd64.exe start -p force-systemd-flag-20220728215858-27744 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker: (2m21.286377s)
docker_test.go:104: (dbg) Run:  out/minikube-windows-amd64.exe -p force-systemd-flag-20220728215858-27744 ssh "docker info --format {{.CgroupDriver}}"

                                                
                                                
=== CONT  TestForceSystemdFlag
docker_test.go:104: (dbg) Done: out/minikube-windows-amd64.exe -p force-systemd-flag-20220728215858-27744 ssh "docker info --format {{.CgroupDriver}}": (4.7357566s)
helpers_test.go:175: Cleaning up "force-systemd-flag-20220728215858-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p force-systemd-flag-20220728215858-27744

                                                
                                                
=== CONT  TestForceSystemdFlag
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p force-systemd-flag-20220728215858-27744: (13.0990256s)
--- PASS: TestForceSystemdFlag (159.12s)

                                                
                                    
x
+
TestForceSystemdEnv (121.97s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdEnv
docker_test.go:149: (dbg) Run:  out/minikube-windows-amd64.exe start -p force-systemd-env-20220728220624-27744 --memory=2048 --alsologtostderr -v=5 --driver=docker

                                                
                                                
=== CONT  TestForceSystemdEnv
docker_test.go:149: (dbg) Done: out/minikube-windows-amd64.exe start -p force-systemd-env-20220728220624-27744 --memory=2048 --alsologtostderr -v=5 --driver=docker: (1m43.6963494s)
docker_test.go:104: (dbg) Run:  out/minikube-windows-amd64.exe -p force-systemd-env-20220728220624-27744 ssh "docker info --format {{.CgroupDriver}}"
docker_test.go:104: (dbg) Done: out/minikube-windows-amd64.exe -p force-systemd-env-20220728220624-27744 ssh "docker info --format {{.CgroupDriver}}": (5.2483463s)
helpers_test.go:175: Cleaning up "force-systemd-env-20220728220624-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p force-systemd-env-20220728220624-27744

                                                
                                                
=== CONT  TestForceSystemdEnv
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p force-systemd-env-20220728220624-27744: (13.0220619s)
--- PASS: TestForceSystemdEnv (121.97s)

                                                
                                    
x
+
TestErrorSpam/setup (85.85s)

                                                
                                                
=== RUN   TestErrorSpam/setup
error_spam_test.go:78: (dbg) Run:  out/minikube-windows-amd64.exe start -p nospam-20220728203451-27744 -n=1 --memory=2250 --wait=false --log_dir=C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 --driver=docker
error_spam_test.go:78: (dbg) Done: out/minikube-windows-amd64.exe start -p nospam-20220728203451-27744 -n=1 --memory=2250 --wait=false --log_dir=C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 --driver=docker: (1m25.8513409s)
error_spam_test.go:88: acceptable stderr: "! C:\\ProgramData\\chocolatey\\bin\\kubectl.exe is version 1.18.2, which may have incompatibilites with Kubernetes 1.24.3."
--- PASS: TestErrorSpam/setup (85.85s)

                                                
                                    
x
+
TestErrorSpam/start (10.22s)

                                                
                                                
=== RUN   TestErrorSpam/start
error_spam_test.go:213: Cleaning up 1 logfile(s) ...
error_spam_test.go:156: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 start --dry-run
error_spam_test.go:156: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 start --dry-run: (3.3194663s)
error_spam_test.go:156: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 start --dry-run
error_spam_test.go:156: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 start --dry-run: (3.3763929s)
error_spam_test.go:179: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 start --dry-run
error_spam_test.go:179: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 start --dry-run: (3.523592s)
--- PASS: TestErrorSpam/start (10.22s)

                                                
                                    
x
+
TestErrorSpam/status (8.82s)

                                                
                                                
=== RUN   TestErrorSpam/status
error_spam_test.go:213: Cleaning up 0 logfile(s) ...
error_spam_test.go:156: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 status
error_spam_test.go:156: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 status: (2.9564082s)
error_spam_test.go:156: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 status
error_spam_test.go:156: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 status: (2.9341689s)
error_spam_test.go:179: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 status
error_spam_test.go:179: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 status: (2.9224412s)
--- PASS: TestErrorSpam/status (8.82s)

                                                
                                    
x
+
TestErrorSpam/pause (9.01s)

                                                
                                                
=== RUN   TestErrorSpam/pause
error_spam_test.go:213: Cleaning up 0 logfile(s) ...
error_spam_test.go:156: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 pause
error_spam_test.go:156: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 pause: (3.4350627s)
error_spam_test.go:156: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 pause
error_spam_test.go:156: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 pause: (2.7705669s)
error_spam_test.go:179: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 pause
error_spam_test.go:179: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 pause: (2.8070389s)
--- PASS: TestErrorSpam/pause (9.01s)

                                                
                                    
x
+
TestErrorSpam/unpause (10.09s)

                                                
                                                
=== RUN   TestErrorSpam/unpause
error_spam_test.go:213: Cleaning up 0 logfile(s) ...
error_spam_test.go:156: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 unpause
error_spam_test.go:156: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 unpause: (3.4898129s)
error_spam_test.go:156: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 unpause
error_spam_test.go:156: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 unpause: (3.4519035s)
error_spam_test.go:179: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 unpause
error_spam_test.go:179: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 unpause: (3.1506746s)
--- PASS: TestErrorSpam/unpause (10.09s)

                                                
                                    
x
+
TestErrorSpam/stop (24.35s)

                                                
                                                
=== RUN   TestErrorSpam/stop
error_spam_test.go:213: Cleaning up 0 logfile(s) ...
error_spam_test.go:156: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 stop
error_spam_test.go:156: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 stop: (14.5113921s)
error_spam_test.go:156: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 stop
error_spam_test.go:156: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 stop: (4.9184364s)
error_spam_test.go:179: (dbg) Run:  out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 stop
error_spam_test.go:179: (dbg) Done: out/minikube-windows-amd64.exe -p nospam-20220728203451-27744 --log_dir C:\Users\jenkins.minikube3\AppData\Local\Temp\nospam-20220728203451-27744 stop: (4.9126129s)
--- PASS: TestErrorSpam/stop (24.35s)

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0.02s)

                                                
                                                
=== RUN   TestFunctional/serial/CopySyncFile
functional_test.go:1781: local sync path: C:\Users\jenkins.minikube3\minikube-integration\.minikube\files\etc\test\nested\copy\27744\hosts
--- PASS: TestFunctional/serial/CopySyncFile (0.02s)

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (109.93s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2160: (dbg) Run:  out/minikube-windows-amd64.exe start -p functional-20220728203726-27744 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker
E0728 20:37:26.561521   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 20:37:26.577494   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 20:37:26.592588   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 20:37:26.623675   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 20:37:26.670459   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 20:37:26.765687   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 20:37:26.938767   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 20:37:27.271427   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 20:37:27.918777   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 20:37:29.211252   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 20:37:31.772659   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 20:37:36.898813   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 20:37:47.148444   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 20:38:07.637242   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 20:38:48.603359   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
functional_test.go:2160: (dbg) Done: out/minikube-windows-amd64.exe start -p functional-20220728203726-27744 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker: (1m49.9247137s)
--- PASS: TestFunctional/serial/StartWithProxy (109.93s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (54.3s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
functional_test.go:651: (dbg) Run:  out/minikube-windows-amd64.exe start -p functional-20220728203726-27744 --alsologtostderr -v=8
functional_test.go:651: (dbg) Done: out/minikube-windows-amd64.exe start -p functional-20220728203726-27744 --alsologtostderr -v=8: (54.2928298s)
functional_test.go:655: soft start took 54.2944573s for "functional-20220728203726-27744" cluster.
--- PASS: TestFunctional/serial/SoftStart (54.30s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.26s)

                                                
                                                
=== RUN   TestFunctional/serial/KubeContext
functional_test.go:673: (dbg) Run:  kubectl config current-context
E0728 20:40:10.527298   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
--- PASS: TestFunctional/serial/KubeContext (0.26s)

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.41s)

                                                
                                                
=== RUN   TestFunctional/serial/KubectlGetPods
functional_test.go:688: (dbg) Run:  kubectl --context functional-20220728203726-27744 get po -A
--- PASS: TestFunctional/serial/KubectlGetPods (0.41s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1041: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 cache add k8s.gcr.io/pause:3.1
functional_test.go:1041: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 cache add k8s.gcr.io/pause:3.1: (4.1386315s)
functional_test.go:1041: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 cache add k8s.gcr.io/pause:3.3
functional_test.go:1041: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 cache add k8s.gcr.io/pause:3.3: (3.9154603s)
functional_test.go:1041: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 cache add k8s.gcr.io/pause:latest
functional_test.go:1041: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 cache add k8s.gcr.io/pause:latest: (4.2132366s)
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (12.27s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_local
functional_test.go:1069: (dbg) Run:  docker build -t minikube-local-cache-test:functional-20220728203726-27744 C:\Users\jenkins.minikube3\AppData\Local\Temp\TestFunctionalserialCacheCmdcacheadd_local999741904\001
functional_test.go:1069: (dbg) Done: docker build -t minikube-local-cache-test:functional-20220728203726-27744 C:\Users\jenkins.minikube3\AppData\Local\Temp\TestFunctionalserialCacheCmdcacheadd_local999741904\001: (1.4604175s)
functional_test.go:1081: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 cache add minikube-local-cache-test:functional-20220728203726-27744
functional_test.go:1081: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 cache add minikube-local-cache-test:functional-20220728203726-27744: (3.7748003s)
functional_test.go:1086: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 cache delete minikube-local-cache-test:functional-20220728203726-27744
functional_test.go:1075: (dbg) Run:  docker rmi minikube-local-cache-test:functional-20220728203726-27744
--- PASS: TestFunctional/serial/CacheCmd/cache/add_local (5.83s)

                                                
                                    
x
+
TestFunctional/serial/CacheCmd/cache/delete_k8s.gcr.io/pause:3.3 (0.36s)

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/delete_k8s.gcr.io/pause:3.3
functional_test.go:1094: (dbg) Run:  out/minikube-windows-amd64.exe cache delete k8s.gcr.io/pause:3.3
--- PASS: TestFunctional/serial/CacheCmd/cache/delete_k8s.gcr.io/pause:3.3 (0.36s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node
functional_test.go:1116: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh sudo crictl images
functional_test.go:1116: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh sudo crictl images: (2.7938506s)
--- PASS: TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node (2.79s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/cache_reload
functional_test.go:1139: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh sudo docker rmi k8s.gcr.io/pause:latest
functional_test.go:1139: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh sudo docker rmi k8s.gcr.io/pause:latest: (2.905031s)
functional_test.go:1145: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh sudo crictl inspecti k8s.gcr.io/pause:latest
functional_test.go:1145: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh sudo crictl inspecti k8s.gcr.io/pause:latest: exit status 1 (2.87108s)

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

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

                                                
                                                
** /stderr **
functional_test.go:1150: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 cache reload
functional_test.go:1150: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 cache reload: (3.9574772s)
functional_test.go:1155: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh sudo crictl inspecti k8s.gcr.io/pause:latest
functional_test.go:1155: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh sudo crictl inspecti k8s.gcr.io/pause:latest: (2.7796783s)
--- PASS: TestFunctional/serial/CacheCmd/cache/cache_reload (12.51s)

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (1.94s)

                                                
                                                
=== RUN   TestFunctional/serial/MinikubeKubectlCmd
functional_test.go:708: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 kubectl -- --context functional-20220728203726-27744 get pods
functional_test.go:708: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 kubectl -- --context functional-20220728203726-27744 get pods: (1.9432359s)
--- PASS: TestFunctional/serial/MinikubeKubectlCmd (1.94s)

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (2.03s)

                                                
                                                
=== RUN   TestFunctional/serial/MinikubeKubectlCmdDirectly
functional_test.go:733: (dbg) Run:  out\kubectl.exe --context functional-20220728203726-27744 get pods
functional_test.go:733: (dbg) Done: out\kubectl.exe --context functional-20220728203726-27744 get pods: (2.0263059s)
--- PASS: TestFunctional/serial/MinikubeKubectlCmdDirectly (2.03s)

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (70.77s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:749: (dbg) Run:  out/minikube-windows-amd64.exe start -p functional-20220728203726-27744 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
functional_test.go:749: (dbg) Done: out/minikube-windows-amd64.exe start -p functional-20220728203726-27744 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (1m10.766884s)
functional_test.go:753: restart took 1m10.7675167s for "functional-20220728203726-27744" cluster.
--- PASS: TestFunctional/serial/ExtraConfig (70.77s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.35s)

                                                
                                                
=== RUN   TestFunctional/serial/ComponentHealth
functional_test.go:802: (dbg) Run:  kubectl --context functional-20220728203726-27744 get po -l tier=control-plane -n kube-system -o=json
functional_test.go:817: etcd phase: Running
functional_test.go:827: etcd status: Ready
functional_test.go:817: kube-apiserver phase: Running
functional_test.go:827: kube-apiserver status: Ready
functional_test.go:817: kube-controller-manager phase: Running
functional_test.go:827: kube-controller-manager status: Ready
functional_test.go:817: kube-scheduler phase: Running
functional_test.go:827: kube-scheduler status: Ready
--- PASS: TestFunctional/serial/ComponentHealth (0.35s)

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (4.93s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsCmd
functional_test.go:1228: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 logs
functional_test.go:1228: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 logs: (4.9311736s)
--- PASS: TestFunctional/serial/LogsCmd (4.93s)

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (5.58s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1242: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 logs --file C:\Users\jenkins.minikube3\AppData\Local\Temp\TestFunctionalserialLogsFileCmd2577988616\001\logs.txt
functional_test.go:1242: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 logs --file C:\Users\jenkins.minikube3\AppData\Local\Temp\TestFunctionalserialLogsFileCmd2577988616\001\logs.txt: (5.5758856s)
--- PASS: TestFunctional/serial/LogsFileCmd (5.58s)

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (2.45s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ConfigCmd

                                                
                                                
=== CONT  TestFunctional/parallel/ConfigCmd
functional_test.go:1191: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 config unset cpus

                                                
                                                
=== CONT  TestFunctional/parallel/ConfigCmd
functional_test.go:1191: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 config get cpus

                                                
                                                
=== CONT  TestFunctional/parallel/ConfigCmd
functional_test.go:1191: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 config get cpus: exit status 14 (410.7291ms)

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

                                                
                                                
** /stderr **
functional_test.go:1191: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 config set cpus 2
functional_test.go:1191: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 config get cpus
functional_test.go:1191: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 config unset cpus

                                                
                                                
=== CONT  TestFunctional/parallel/ConfigCmd
functional_test.go:1191: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 config get cpus
functional_test.go:1191: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 config get cpus: exit status 14 (389.1472ms)

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

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

                                                
                                    
x
+
TestFunctional/parallel/DryRun (6.35s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/DryRun
functional_test.go:966: (dbg) Run:  out/minikube-windows-amd64.exe start -p functional-20220728203726-27744 --dry-run --memory 250MB --alsologtostderr --driver=docker

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

                                                
                                                
-- stdout --
	* [functional-20220728203726-27744] minikube v1.26.0 on Microsoft Windows 10 Enterprise N 10.0.19044 Build 19044
	  - KUBECONFIG=C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube3\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=14555
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	* Using the docker driver based on existing profile
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0728 20:43:01.496969   25000 out.go:296] Setting OutFile to fd 812 ...
	I0728 20:43:01.561782   25000 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 20:43:01.561846   25000 out.go:309] Setting ErrFile to fd 972...
	I0728 20:43:01.561846   25000 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 20:43:01.590064   25000 out.go:303] Setting JSON to false
	I0728 20:43:01.596985   25000 start.go:115] hostinfo: {"hostname":"minikube3","uptime":8845,"bootTime":1659032136,"procs":191,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19044 Build 19044","kernelVersion":"10.0.19044 Build 19044","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"a0f355d5-8b6e-4346-9071-73232725d096"}
	W0728 20:43:01.598006   25000 start.go:123] gopshost.Virtualization returned error: not implemented yet
	I0728 20:43:01.603455   25000 out.go:177] * [functional-20220728203726-27744] minikube v1.26.0 on Microsoft Windows 10 Enterprise N 10.0.19044 Build 19044
	I0728 20:43:01.606270   25000 out.go:177]   - KUBECONFIG=C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	I0728 20:43:01.608246   25000 out.go:177]   - MINIKUBE_HOME=C:\Users\jenkins.minikube3\minikube-integration\.minikube
	I0728 20:43:01.611575   25000 out.go:177]   - MINIKUBE_LOCATION=14555
	I0728 20:43:01.613667   25000 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0728 20:43:01.620204   25000 config.go:178] Loaded profile config "functional-20220728203726-27744": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.24.3
	I0728 20:43:01.621127   25000 driver.go:365] Setting default libvirt URI to qemu:///system
	I0728 20:43:03.400047   25000 docker.go:137] docker version: linux-20.10.17
	I0728 20:43:03.406822   25000 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0728 20:43:03.991855   25000 info.go:265] docker info: {ID:32WQ:AR2E:QBMQ:3APU:6H37:XHFB:IZYG:CYO4:NVRY:3DND:E2II:HYH4 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:true NFd:59 OomKillDisable:true NGoroutines:52 SystemTime:2022-07-28 20:43:03.5803674 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.102.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_
64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:53902323712 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.17 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:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1 Expected:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1} RuncCommit:{ID:v1.1.2-0-ga916309 Expected:v1.1.2-0-ga916309} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,
profile=default] 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] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.8.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.7.0] 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.8] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-p
lugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.17.0]] Warnings:<nil>}}
	I0728 20:43:03.996911   25000 out.go:177] * Using the docker driver based on existing profile
	I0728 20:43:04.000321   25000 start.go:284] selected driver: docker
	I0728 20:43:04.000381   25000 start.go:808] validating driver "docker" against &{Name:functional-20220728203726-27744 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.24.3 ClusterName:functional-20220728203726-27744 Namespace:
default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8441 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.24.3 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[ambassador:false auto-pause:false csi-hostpath-driver:false dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:false gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:false ingress-dns:false istio:false istio-provisioner:false kong:false kubevirt:false logviewer:false metallb:false metrics-server:false nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-pol
icy:false portainer:false registry:false registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false volumesnapshots:false] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube3:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath:}
	I0728 20:43:04.000381   25000 start.go:819] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0728 20:43:04.051324   25000 out.go:177] 
	W0728 20:43:04.053721   25000 out.go:239] X Exiting due to RSRC_INSUFFICIENT_REQ_MEMORY: Requested memory allocation 250MiB is less than the usable minimum of 1800MB
	X Exiting due to RSRC_INSUFFICIENT_REQ_MEMORY: Requested memory allocation 250MiB is less than the usable minimum of 1800MB
	I0728 20:43:04.055462   25000 out.go:177] 

                                                
                                                
** /stderr **
functional_test.go:983: (dbg) Run:  out/minikube-windows-amd64.exe start -p functional-20220728203726-27744 --dry-run --alsologtostderr -v=1 --driver=docker

                                                
                                                
=== CONT  TestFunctional/parallel/DryRun
functional_test.go:983: (dbg) Done: out/minikube-windows-amd64.exe start -p functional-20220728203726-27744 --dry-run --alsologtostderr -v=1 --driver=docker: (3.4892245s)
--- PASS: TestFunctional/parallel/DryRun (6.35s)

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (3.21s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/InternationalLanguage
functional_test.go:1012: (dbg) Run:  out/minikube-windows-amd64.exe start -p functional-20220728203726-27744 --dry-run --memory 250MB --alsologtostderr --driver=docker

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

                                                
                                                
-- stdout --
	* [functional-20220728203726-27744] minikube v1.26.0 sur Microsoft Windows 10 Enterprise N 10.0.19044 Build 19044
	  - KUBECONFIG=C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube3\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=14555
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	* Utilisation du pilote docker basé sur le profil existant
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0728 20:42:58.300000   25756 out.go:296] Setting OutFile to fd 544 ...
	I0728 20:42:58.368531   25756 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 20:42:58.368531   25756 out.go:309] Setting ErrFile to fd 820...
	I0728 20:42:58.368531   25756 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 20:42:58.401777   25756 out.go:303] Setting JSON to false
	I0728 20:42:58.408644   25756 start.go:115] hostinfo: {"hostname":"minikube3","uptime":8842,"bootTime":1659032136,"procs":192,"os":"windows","platform":"Microsoft Windows 10 Enterprise N","platformFamily":"Standalone Workstation","platformVersion":"10.0.19044 Build 19044","kernelVersion":"10.0.19044 Build 19044","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"a0f355d5-8b6e-4346-9071-73232725d096"}
	W0728 20:42:58.408644   25756 start.go:123] gopshost.Virtualization returned error: not implemented yet
	I0728 20:42:58.413002   25756 out.go:177] * [functional-20220728203726-27744] minikube v1.26.0 sur Microsoft Windows 10 Enterprise N 10.0.19044 Build 19044
	I0728 20:42:58.416829   25756 out.go:177]   - KUBECONFIG=C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	I0728 20:42:58.420468   25756 out.go:177]   - MINIKUBE_HOME=C:\Users\jenkins.minikube3\minikube-integration\.minikube
	I0728 20:42:58.423018   25756 out.go:177]   - MINIKUBE_LOCATION=14555
	I0728 20:42:58.425412   25756 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0728 20:42:58.432983   25756 config.go:178] Loaded profile config "functional-20220728203726-27744": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.24.3
	I0728 20:42:58.434097   25756 driver.go:365] Setting default libvirt URI to qemu:///system
	I0728 20:43:00.462270   25756 docker.go:137] docker version: linux-20.10.17
	I0728 20:43:00.470599   25756 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0728 20:43:01.066665   25756 info.go:265] docker info: {ID:32WQ:AR2E:QBMQ:3APU:6H37:XHFB:IZYG:CYO4:NVRY:3DND:E2II:HYH4 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:true KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:true NFd:59 OomKillDisable:true NGoroutines:52 SystemTime:2022-07-28 20:43:00.6552542 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:3 KernelVersion:5.10.102.1-microsoft-standard-WSL2 OperatingSystem:Docker Desktop OSType:linux Architecture:x86_
64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:16 MemTotal:53902323712 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[] ExperimentalBuild:false ServerVersion:20.10.17 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:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1 Expected:10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1} RuncCommit:{ID:v1.1.2-0-ga916309 Expected:v1.1.2-0-ga916309} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,
profile=default] 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] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:C:\Program Files\Docker\cli-plugins\docker-buildx.exe SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.8.2] map[Name:compose Path:C:\Program Files\Docker\cli-plugins\docker-compose.exe SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.7.0] 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.8] map[Name:sbom Path:C:\Program Files\Docker\cli-plugins\docker-sbom.exe SchemaVersion:0.1.0 ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-p
lugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scan Path:C:\Program Files\Docker\cli-plugins\docker-scan.exe SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.17.0]] Warnings:<nil>}}
	I0728 20:43:01.070667   25756 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0728 20:43:01.073672   25756 start.go:284] selected driver: docker
	I0728 20:43:01.073672   25756 start.go:808] validating driver "docker" against &{Name:functional-20220728203726-27744 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.32-1656700284-14481@sha256:96d18f055abcf72b9f587e13317d6f9b5bb6f60e9fa09d6c51e11defaf9bf842 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.24.3 ClusterName:functional-20220728203726-27744 Namespace:
default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8441 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.24.3 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[ambassador:false auto-pause:false csi-hostpath-driver:false dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:false gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:false ingress-dns:false istio:false istio-provisioner:false kong:false kubevirt:false logviewer:false metallb:false metrics-server:false nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-pol
icy:false portainer:false registry:false registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false volumesnapshots:false] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:C:\Users\jenkins.minikube3:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath:}
	I0728 20:43:01.073672   25756 start.go:819] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0728 20:43:01.188898   25756 out.go:177] 
	W0728 20:43:01.190899   25756 out.go:239] X Fermeture en raison de RSRC_INSUFFICIENT_REQ_MEMORY : L'allocation de mémoire demandée 250 Mio est inférieure au minimum utilisable de 1800 Mo
	X Fermeture en raison de RSRC_INSUFFICIENT_REQ_MEMORY : L'allocation de mémoire demandée 250 Mio est inférieure au minimum utilisable de 1800 Mo
	I0728 20:43:01.192899   25756 out.go:177] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (12.64s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/StatusCmd
functional_test.go:846: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 status

                                                
                                                
=== CONT  TestFunctional/parallel/StatusCmd
functional_test.go:846: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 status: (4.4861674s)
functional_test.go:852: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 status -f host:{{.Host}},kublet:{{.Kubelet}},apiserver:{{.APIServer}},kubeconfig:{{.Kubeconfig}}

                                                
                                                
=== CONT  TestFunctional/parallel/StatusCmd
functional_test.go:852: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 status -f host:{{.Host}},kublet:{{.Kubelet}},apiserver:{{.APIServer}},kubeconfig:{{.Kubeconfig}}: (4.3008198s)
functional_test.go:864: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 status -o json
E0728 20:42:54.372586   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
functional_test.go:864: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 status -o json: (3.8578312s)
--- PASS: TestFunctional/parallel/StatusCmd (12.64s)

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (2.9s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/AddonsCmd
functional_test.go:1619: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 addons list

                                                
                                                
=== CONT  TestFunctional/parallel/AddonsCmd
functional_test.go:1619: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 addons list: (2.5100218s)
functional_test.go:1631: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 addons list -o json
--- PASS: TestFunctional/parallel/AddonsCmd (2.90s)

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (55.78s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 4m0s for pods matching "integration-test=storage-provisioner" in namespace "kube-system" ...
helpers_test.go:342: "storage-provisioner" [26ee2098-d193-4c43-a02d-b4839d6380d7] Running

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 5.0336975s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-20220728203726-27744 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-20220728203726-27744 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-20220728203726-27744 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-20220728203726-27744 apply -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 3m0s for pods matching "test=storage-provisioner" in namespace "default" ...
helpers_test.go:342: "sp-pod" [66b76d69-df9b-4c1a-b827-599e22051775] Pending

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
helpers_test.go:342: "sp-pod" [66b76d69-df9b-4c1a-b827-599e22051775] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
helpers_test.go:342: "sp-pod" [66b76d69-df9b-4c1a-b827-599e22051775] Running

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 31.0589396s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-20220728203726-27744 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:100: (dbg) Done: kubectl --context functional-20220728203726-27744 exec sp-pod -- touch /tmp/mount/foo: (1.4147237s)
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-20220728203726-27744 delete -f testdata/storage-provisioner/pod.yaml

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
functional_test_pvc_test.go:106: (dbg) Done: kubectl --context functional-20220728203726-27744 delete -f testdata/storage-provisioner/pod.yaml: (4.8871631s)
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-20220728203726-27744 apply -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 3m0s for pods matching "test=storage-provisioner" in namespace "default" ...
helpers_test.go:342: "sp-pod" [22a487d7-d337-4170-a4b2-b25074680a54] Pending
helpers_test.go:342: "sp-pod" [22a487d7-d337-4170-a4b2-b25074680a54] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
helpers_test.go:342: "sp-pod" [22a487d7-d337-4170-a4b2-b25074680a54] Running

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 10.0902855s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-20220728203726-27744 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (55.78s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (7.13s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/SSHCmd

                                                
                                                
=== CONT  TestFunctional/parallel/SSHCmd
functional_test.go:1654: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh "echo hello"

                                                
                                                
=== CONT  TestFunctional/parallel/SSHCmd
functional_test.go:1654: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh "echo hello": (3.4927496s)
functional_test.go:1671: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh "cat /etc/hostname"
functional_test.go:1671: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh "cat /etc/hostname": (3.6402423s)
--- PASS: TestFunctional/parallel/SSHCmd (7.13s)

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (13.43s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CpCmd
helpers_test.go:554: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 cp testdata\cp-test.txt /home/docker/cp-test.txt
helpers_test.go:554: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 cp testdata\cp-test.txt /home/docker/cp-test.txt: (3.1708483s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh -n functional-20220728203726-27744 "sudo cat /home/docker/cp-test.txt"

                                                
                                                
=== CONT  TestFunctional/parallel/CpCmd
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh -n functional-20220728203726-27744 "sudo cat /home/docker/cp-test.txt": (3.3681476s)
helpers_test.go:554: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 cp functional-20220728203726-27744:/home/docker/cp-test.txt C:\Users\jenkins.minikube3\AppData\Local\Temp\TestFunctionalparallelCpCmd2022242482\001\cp-test.txt

                                                
                                                
=== CONT  TestFunctional/parallel/CpCmd
helpers_test.go:554: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 cp functional-20220728203726-27744:/home/docker/cp-test.txt C:\Users\jenkins.minikube3\AppData\Local\Temp\TestFunctionalparallelCpCmd2022242482\001\cp-test.txt: (3.5019969s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh -n functional-20220728203726-27744 "sudo cat /home/docker/cp-test.txt"

                                                
                                                
=== CONT  TestFunctional/parallel/CpCmd
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh -n functional-20220728203726-27744 "sudo cat /home/docker/cp-test.txt": (3.380687s)
--- PASS: TestFunctional/parallel/CpCmd (13.43s)

                                                
                                    
x
+
TestFunctional/parallel/MySQL (93.92s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1719: (dbg) Run:  kubectl --context functional-20220728203726-27744 replace --force -f testdata\mysql.yaml
functional_test.go:1725: (dbg) TestFunctional/parallel/MySQL: waiting 10m0s for pods matching "app=mysql" in namespace "default" ...
helpers_test.go:342: "mysql-67f7d69d8b-fzlzd" [d8892d40-f3c6-4697-bfb7-48e99daa3d1f] Pending / Ready:ContainersNotReady (containers with unready status: [mysql]) / ContainersReady:ContainersNotReady (containers with unready status: [mysql])

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
helpers_test.go:342: "mysql-67f7d69d8b-fzlzd" [d8892d40-f3c6-4697-bfb7-48e99daa3d1f] Running

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1725: (dbg) TestFunctional/parallel/MySQL: app=mysql healthy within 1m10.061925s
functional_test.go:1733: (dbg) Run:  kubectl --context functional-20220728203726-27744 exec mysql-67f7d69d8b-fzlzd -- mysql -ppassword -e "show databases;"
functional_test.go:1733: (dbg) Non-zero exit: kubectl --context functional-20220728203726-27744 exec mysql-67f7d69d8b-fzlzd -- mysql -ppassword -e "show databases;": exit status 1 (518.755ms)

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

                                                
                                                
** /stderr **
functional_test.go:1733: (dbg) Run:  kubectl --context functional-20220728203726-27744 exec mysql-67f7d69d8b-fzlzd -- mysql -ppassword -e "show databases;"
functional_test.go:1733: (dbg) Non-zero exit: kubectl --context functional-20220728203726-27744 exec mysql-67f7d69d8b-fzlzd -- mysql -ppassword -e "show databases;": exit status 1 (545.5783ms)

                                                
                                                
** 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 **

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1733: (dbg) Run:  kubectl --context functional-20220728203726-27744 exec mysql-67f7d69d8b-fzlzd -- mysql -ppassword -e "show databases;"
functional_test.go:1733: (dbg) Non-zero exit: kubectl --context functional-20220728203726-27744 exec mysql-67f7d69d8b-fzlzd -- mysql -ppassword -e "show databases;": exit status 1 (999.4502ms)

                                                
                                                
** 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 **

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1733: (dbg) Run:  kubectl --context functional-20220728203726-27744 exec mysql-67f7d69d8b-fzlzd -- mysql -ppassword -e "show databases;"
functional_test.go:1733: (dbg) Non-zero exit: kubectl --context functional-20220728203726-27744 exec mysql-67f7d69d8b-fzlzd -- mysql -ppassword -e "show databases;": exit status 1 (622.2168ms)

                                                
                                                
** 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 **

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1733: (dbg) Run:  kubectl --context functional-20220728203726-27744 exec mysql-67f7d69d8b-fzlzd -- mysql -ppassword -e "show databases;"
functional_test.go:1733: (dbg) Non-zero exit: kubectl --context functional-20220728203726-27744 exec mysql-67f7d69d8b-fzlzd -- mysql -ppassword -e "show databases;": exit status 1 (646.4524ms)

                                                
                                                
** 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 **

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1733: (dbg) Run:  kubectl --context functional-20220728203726-27744 exec mysql-67f7d69d8b-fzlzd -- mysql -ppassword -e "show databases;"
functional_test.go:1733: (dbg) Non-zero exit: kubectl --context functional-20220728203726-27744 exec mysql-67f7d69d8b-fzlzd -- mysql -ppassword -e "show databases;": exit status 1 (621.167ms)

                                                
                                                
** 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 **

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1733: (dbg) Run:  kubectl --context functional-20220728203726-27744 exec mysql-67f7d69d8b-fzlzd -- mysql -ppassword -e "show databases;"
--- PASS: TestFunctional/parallel/MySQL (93.92s)

                                                
                                    
x
+
TestFunctional/parallel/FileSync (3.18s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/FileSync
functional_test.go:1855: Checking for existence of /etc/test/nested/copy/27744/hosts within VM
functional_test.go:1857: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh "sudo cat /etc/test/nested/copy/27744/hosts"
functional_test.go:1857: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh "sudo cat /etc/test/nested/copy/27744/hosts": (3.181145s)
functional_test.go:1862: file sync test content: Test file for checking file sync process
--- PASS: TestFunctional/parallel/FileSync (3.18s)

                                                
                                    
x
+
TestFunctional/parallel/CertSync (18.25s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1898: Checking for existence of /etc/ssl/certs/27744.pem within VM
functional_test.go:1899: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh "sudo cat /etc/ssl/certs/27744.pem"
functional_test.go:1899: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh "sudo cat /etc/ssl/certs/27744.pem": (3.2075288s)
functional_test.go:1898: Checking for existence of /usr/share/ca-certificates/27744.pem within VM
functional_test.go:1899: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh "sudo cat /usr/share/ca-certificates/27744.pem"

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1899: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh "sudo cat /usr/share/ca-certificates/27744.pem": (3.0416468s)
functional_test.go:1898: Checking for existence of /etc/ssl/certs/51391683.0 within VM
functional_test.go:1899: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh "sudo cat /etc/ssl/certs/51391683.0"

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1899: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh "sudo cat /etc/ssl/certs/51391683.0": (3.0531889s)
functional_test.go:1925: Checking for existence of /etc/ssl/certs/277442.pem within VM
functional_test.go:1926: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh "sudo cat /etc/ssl/certs/277442.pem"
functional_test.go:1926: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh "sudo cat /etc/ssl/certs/277442.pem": (3.00804s)
functional_test.go:1925: Checking for existence of /usr/share/ca-certificates/277442.pem within VM
functional_test.go:1926: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh "sudo cat /usr/share/ca-certificates/277442.pem"

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1926: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh "sudo cat /usr/share/ca-certificates/277442.pem": (2.9784842s)
functional_test.go:1925: Checking for existence of /etc/ssl/certs/3ec20f2e.0 within VM
functional_test.go:1926: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh "sudo cat /etc/ssl/certs/3ec20f2e.0"

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1926: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh "sudo cat /etc/ssl/certs/3ec20f2e.0": (2.9642298s)
--- PASS: TestFunctional/parallel/CertSync (18.25s)

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.34s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (3.29s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/NonActiveRuntimeDisabled
functional_test.go:1953: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh "sudo systemctl is-active crio"

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

                                                
                                                
-- stdout --
	inactive

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/DockerEnv/powershell

                                                
                                                
=== CONT  TestFunctional/parallel/DockerEnv/powershell
functional_test.go:491: (dbg) Run:  powershell.exe -NoProfile -NonInteractive "out/minikube-windows-amd64.exe -p functional-20220728203726-27744 docker-env | Invoke-Expression ; out/minikube-windows-amd64.exe status -p functional-20220728203726-27744"

                                                
                                                
=== CONT  TestFunctional/parallel/DockerEnv/powershell
functional_test.go:491: (dbg) Done: powershell.exe -NoProfile -NonInteractive "out/minikube-windows-amd64.exe -p functional-20220728203726-27744 docker-env | Invoke-Expression ; out/minikube-windows-amd64.exe status -p functional-20220728203726-27744": (12.5452669s)
functional_test.go:514: (dbg) Run:  powershell.exe -NoProfile -NonInteractive "out/minikube-windows-amd64.exe -p functional-20220728203726-27744 docker-env | Invoke-Expression ; docker images"

                                                
                                                
=== CONT  TestFunctional/parallel/DockerEnv/powershell
functional_test.go:514: (dbg) Done: powershell.exe -NoProfile -NonInteractive "out/minikube-windows-amd64.exe -p functional-20220728203726-27744 docker-env | Invoke-Expression ; docker images": (7.4167806s)
--- PASS: TestFunctional/parallel/DockerEnv/powershell (19.97s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:147: (dbg) Run:  kubectl --context functional-20220728203726-27744 apply -f testdata\testsvc.yaml

                                                
                                                
=== CONT  TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:151: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: waiting 4m0s for pods matching "run=nginx-svc" in namespace "default" ...
helpers_test.go:342: "nginx-svc" [884a04dd-e0da-403c-b5b4-d27ef6c4698c] Pending

                                                
                                                
=== CONT  TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
helpers_test.go:342: "nginx-svc" [884a04dd-e0da-403c-b5b4-d27ef6c4698c] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])

                                                
                                                
=== CONT  TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
helpers_test.go:342: "nginx-svc" [884a04dd-e0da-403c-b5b4-d27ef6c4698c] Running
E0728 20:42:26.558237   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
functional_test_tunnel_test.go:151: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 17.1659156s
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (17.89s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel
functional_test_tunnel_test.go:369: (dbg) stopping [out/minikube-windows-amd64.exe -p functional-20220728203726-27744 tunnel --alsologtostderr] ...
helpers_test.go:506: unable to kill pid 29172: TerminateProcess: Access is denied.
helpers_test.go:506: unable to kill pid 8064: TerminateProcess: Access is denied.
--- PASS: TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.23s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_not_create
functional_test.go:1265: (dbg) Run:  out/minikube-windows-amd64.exe profile lis
functional_test.go:1265: (dbg) Done: out/minikube-windows-amd64.exe profile lis: (2.0781468s)
functional_test.go:1270: (dbg) Run:  out/minikube-windows-amd64.exe profile list --output json
functional_test.go:1270: (dbg) Done: out/minikube-windows-amd64.exe profile list --output json: (3.8810544s)
--- PASS: TestFunctional/parallel/ProfileCmd/profile_not_create (5.96s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_list
functional_test.go:1305: (dbg) Run:  out/minikube-windows-amd64.exe profile list
functional_test.go:1305: (dbg) Done: out/minikube-windows-amd64.exe profile list: (3.6074595s)
functional_test.go:1310: Took "3.6075091s" to run "out/minikube-windows-amd64.exe profile list"
functional_test.go:1319: (dbg) Run:  out/minikube-windows-amd64.exe profile list -l
functional_test.go:1324: Took "373.7404ms" to run "out/minikube-windows-amd64.exe profile list -l"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_list (3.98s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_json_output
functional_test.go:1356: (dbg) Run:  out/minikube-windows-amd64.exe profile list -o json
functional_test.go:1356: (dbg) Done: out/minikube-windows-amd64.exe profile list -o json: (3.344047s)
functional_test.go:1361: Took "3.3442929s" to run "out/minikube-windows-amd64.exe profile list -o json"
functional_test.go:1369: (dbg) Run:  out/minikube-windows-amd64.exe profile list -o json --light
functional_test.go:1374: Took "469.0781ms" to run "out/minikube-windows-amd64.exe profile list -o json --light"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_json_output (3.81s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:256: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls --format short

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:256: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls --format short: (3.0908291s)
functional_test.go:261: (dbg) Stdout: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls --format short:
k8s.gcr.io/pause:latest
k8s.gcr.io/pause:3.7
k8s.gcr.io/pause:3.6
k8s.gcr.io/pause:3.3
k8s.gcr.io/pause:3.1
k8s.gcr.io/kube-scheduler:v1.24.3
k8s.gcr.io/kube-proxy:v1.24.3
k8s.gcr.io/kube-controller-manager:v1.24.3
k8s.gcr.io/kube-apiserver:v1.24.3
k8s.gcr.io/etcd:3.5.3-0
k8s.gcr.io/echoserver:1.8
k8s.gcr.io/coredns/coredns:v1.8.6
gcr.io/k8s-minikube/storage-provisioner:v5
gcr.io/google-containers/addon-resizer:functional-20220728203726-27744
docker.io/library/nginx:latest
docker.io/library/nginx:alpine
docker.io/library/mysql:5.7
docker.io/library/minikube-local-cache-test:functional-20220728203726-27744
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (3.09s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:256: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls --format table

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:256: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls --format table: (2.897345s)
functional_test.go:261: (dbg) Stdout: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls --format table:
|---------------------------------------------|---------------------------------|---------------|--------|
|                    Image                    |               Tag               |   Image ID    |  Size  |
|---------------------------------------------|---------------------------------|---------------|--------|
| k8s.gcr.io/etcd                             | 3.5.3-0                         | aebe758cef4cd | 299MB  |
| k8s.gcr.io/coredns/coredns                  | v1.8.6                          | a4ca41631cc7a | 46.8MB |
| k8s.gcr.io/pause                            | 3.6                             | 6270bb605e12e | 683kB  |
| gcr.io/k8s-minikube/storage-provisioner     | v5                              | 6e38f40d628db | 31.5MB |
| gcr.io/google-containers/addon-resizer      | functional-20220728203726-27744 | ffd4cfbbe753e | 32.9MB |
| k8s.gcr.io/echoserver                       | 1.8                             | 82e4c8a736a4f | 95.4MB |
| k8s.gcr.io/kube-controller-manager          | v1.24.3                         | 586c112956dfc | 119MB  |
| k8s.gcr.io/pause                            | 3.7                             | 221177c6082a8 | 711kB  |
| k8s.gcr.io/pause                            | 3.1                             | da86e6ba6ca19 | 742kB  |
| k8s.gcr.io/pause                            | latest                          | 350b164e7ae1d | 240kB  |
| docker.io/library/nginx                     | latest                          | 670dcc86b69df | 142MB  |
| k8s.gcr.io/kube-apiserver                   | v1.24.3                         | d521dd763e2e3 | 130MB  |
| k8s.gcr.io/kube-scheduler                   | v1.24.3                         | 3a5aa3a515f5d | 51MB   |
| k8s.gcr.io/kube-proxy                       | v1.24.3                         | 2ae1ba6417cbc | 110MB  |
| docker.io/library/minikube-local-cache-test | functional-20220728203726-27744 | c228b1cc6c906 | 30B    |
| docker.io/library/mysql                     | 5.7                             | 3147495b3a5ce | 431MB  |
| docker.io/library/nginx                     | alpine                          | e46bcc6975310 | 23.5MB |
| k8s.gcr.io/pause                            | 3.3                             | 0184c1613d929 | 683kB  |
|---------------------------------------------|---------------------------------|---------------|--------|
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (2.90s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:256: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls --format json
functional_test.go:256: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls --format json: (2.9516073s)
functional_test.go:261: (dbg) Stdout: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls --format json:
[{"id":"aebe758cef4cd05b9f8cee39758227714d02f42ef3088023c1e3cd454f927a2b","repoDigests":[],"repoTags":["k8s.gcr.io/etcd:3.5.3-0"],"size":"299000000"},{"id":"a4ca41631cc7ac19ce1be3ebf0314ac5f47af7c711f17066006db82ee3b75b03","repoDigests":[],"repoTags":["k8s.gcr.io/coredns/coredns:v1.8.6"],"size":"46800000"},{"id":"586c112956dfc2de95aef392cbfcbfa2b579c332993079ed4d13108ff2409f2f","repoDigests":[],"repoTags":["k8s.gcr.io/kube-controller-manager:v1.24.3"],"size":"119000000"},{"id":"3147495b3a5ce957dee2319099a8808c1418e0b0a2c82c9b2396c5fb4b688509","repoDigests":[],"repoTags":["docker.io/library/mysql:5.7"],"size":"431000000"},{"id":"2ae1ba6417cbcd0b381139277508ddbebd0cf055344b710f7ea16e4da954a302","repoDigests":[],"repoTags":["k8s.gcr.io/kube-proxy:v1.24.3"],"size":"110000000"},{"id":"da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e","repoDigests":[],"repoTags":["k8s.gcr.io/pause:3.1"],"size":"742000"},{"id":"82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410","repoDigests":[]
,"repoTags":["k8s.gcr.io/echoserver:1.8"],"size":"95400000"},{"id":"c228b1cc6c906c774d6df0b41943c59f5014709a3e333e8ffa2adccf43e86feb","repoDigests":[],"repoTags":["docker.io/library/minikube-local-cache-test:functional-20220728203726-27744"],"size":"30"},{"id":"670dcc86b69df89a9d5a9e1a7ae5b8f67619c1c74e19de8a35f57d6c06505fd4","repoDigests":[],"repoTags":["docker.io/library/nginx:latest"],"size":"142000000"},{"id":"d521dd763e2e345a72534dd1503df3f5a14645ccb3fb0c0dd672fdd6da8853db","repoDigests":[],"repoTags":["k8s.gcr.io/kube-apiserver:v1.24.3"],"size":"130000000"},{"id":"3a5aa3a515f5d28b31ac5410cfaa56ddbbec1c4e88cbdf711db9de6bbf6b00b0","repoDigests":[],"repoTags":["k8s.gcr.io/kube-scheduler:v1.24.3"],"size":"51000000"},{"id":"6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562","repoDigests":[],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"31500000"},{"id":"e46bcc69753105cfd75905056666b92cee0d3e96ebf134b19f1b38de53cda93e","repoDigests":[],"repoTags":["docker.io/library/nginx:al
pine"],"size":"23500000"},{"id":"6270bb605e12e581514ada5fd5b3216f727db55dc87d5889c790e4c760683fee","repoDigests":[],"repoTags":["k8s.gcr.io/pause:3.6"],"size":"683000"},{"id":"ffd4cfbbe753e62419e129ee2ac618beb94e51baa7471df5038b0b516b59cf91","repoDigests":[],"repoTags":["gcr.io/google-containers/addon-resizer:functional-20220728203726-27744"],"size":"32900000"},{"id":"0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da","repoDigests":[],"repoTags":["k8s.gcr.io/pause:3.3"],"size":"683000"},{"id":"350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06","repoDigests":[],"repoTags":["k8s.gcr.io/pause:latest"],"size":"240000"},{"id":"221177c6082a88ea4f6240ab2450d540955ac6f4d5454f0e15751b653ebda165","repoDigests":[],"repoTags":["k8s.gcr.io/pause:3.7"],"size":"711000"}]
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (2.95s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:256: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls --format yaml

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:256: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls --format yaml: (3.0722653s)
functional_test.go:261: (dbg) Stdout: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls --format yaml:
- id: da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e
repoDigests: []
repoTags:
- k8s.gcr.io/pause:3.1
size: "742000"
- id: 350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06
repoDigests: []
repoTags:
- k8s.gcr.io/pause:latest
size: "240000"
- id: c228b1cc6c906c774d6df0b41943c59f5014709a3e333e8ffa2adccf43e86feb
repoDigests: []
repoTags:
- docker.io/library/minikube-local-cache-test:functional-20220728203726-27744
size: "30"
- id: 3147495b3a5ce957dee2319099a8808c1418e0b0a2c82c9b2396c5fb4b688509
repoDigests: []
repoTags:
- docker.io/library/mysql:5.7
size: "431000000"
- id: 670dcc86b69df89a9d5a9e1a7ae5b8f67619c1c74e19de8a35f57d6c06505fd4
repoDigests: []
repoTags:
- docker.io/library/nginx:latest
size: "142000000"
- id: 2ae1ba6417cbcd0b381139277508ddbebd0cf055344b710f7ea16e4da954a302
repoDigests: []
repoTags:
- k8s.gcr.io/kube-proxy:v1.24.3
size: "110000000"
- id: aebe758cef4cd05b9f8cee39758227714d02f42ef3088023c1e3cd454f927a2b
repoDigests: []
repoTags:
- k8s.gcr.io/etcd:3.5.3-0
size: "299000000"
- id: 221177c6082a88ea4f6240ab2450d540955ac6f4d5454f0e15751b653ebda165
repoDigests: []
repoTags:
- k8s.gcr.io/pause:3.7
size: "711000"
- id: 6270bb605e12e581514ada5fd5b3216f727db55dc87d5889c790e4c760683fee
repoDigests: []
repoTags:
- k8s.gcr.io/pause:3.6
size: "683000"
- id: 3a5aa3a515f5d28b31ac5410cfaa56ddbbec1c4e88cbdf711db9de6bbf6b00b0
repoDigests: []
repoTags:
- k8s.gcr.io/kube-scheduler:v1.24.3
size: "51000000"
- id: 586c112956dfc2de95aef392cbfcbfa2b579c332993079ed4d13108ff2409f2f
repoDigests: []
repoTags:
- k8s.gcr.io/kube-controller-manager:v1.24.3
size: "119000000"
- id: a4ca41631cc7ac19ce1be3ebf0314ac5f47af7c711f17066006db82ee3b75b03
repoDigests: []
repoTags:
- k8s.gcr.io/coredns/coredns:v1.8.6
size: "46800000"
- id: 0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da
repoDigests: []
repoTags:
- k8s.gcr.io/pause:3.3
size: "683000"
- id: 82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410
repoDigests: []
repoTags:
- k8s.gcr.io/echoserver:1.8
size: "95400000"
- id: e46bcc69753105cfd75905056666b92cee0d3e96ebf134b19f1b38de53cda93e
repoDigests: []
repoTags:
- docker.io/library/nginx:alpine
size: "23500000"
- id: d521dd763e2e345a72534dd1503df3f5a14645ccb3fb0c0dd672fdd6da8853db
repoDigests: []
repoTags:
- k8s.gcr.io/kube-apiserver:v1.24.3
size: "130000000"
- id: 6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562
repoDigests: []
repoTags:
- gcr.io/k8s-minikube/storage-provisioner:v5
size: "31500000"
- id: ffd4cfbbe753e62419e129ee2ac618beb94e51baa7471df5038b0b516b59cf91
repoDigests: []
repoTags:
- gcr.io/google-containers/addon-resizer:functional-20220728203726-27744
size: "32900000"

                                                
                                                
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (3.07s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageBuild
functional_test.go:303: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh pgrep buildkitd

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageBuild
functional_test.go:303: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 ssh pgrep buildkitd: exit status 1 (3.3101567s)

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

                                                
                                                
** /stderr **
functional_test.go:310: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image build -t localhost/my-image:functional-20220728203726-27744 testdata\build

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageBuild
functional_test.go:310: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image build -t localhost/my-image:functional-20220728203726-27744 testdata\build: (6.2791377s)
functional_test.go:315: (dbg) Stdout: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image build -t localhost/my-image:functional-20220728203726-27744 testdata\build:
Sending build context to Docker daemon  3.072kB

Step 1/3 : FROM gcr.io/k8s-minikube/busybox
latest: Pulling from k8s-minikube/busybox
5cc84ad355aa: Pulling fs layer
5cc84ad355aa: Download complete
5cc84ad355aa: Pull complete
Digest: sha256:ca5ae90100d50772da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b
Status: Downloaded newer image for gcr.io/k8s-minikube/busybox:latest
---> beae173ccac6
Step 2/3 : RUN true
---> Running in bcbf2827280f
Removing intermediate container bcbf2827280f
---> 22cd17376c3a
Step 3/3 : ADD content.txt /
---> 150c9e51b8c4
Successfully built 150c9e51b8c4
Successfully tagged localhost/my-image:functional-20220728203726-27744
functional_test.go:443: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls
functional_test.go:443: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls: (2.9010292s)
E0728 20:47:26.569385   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (12.49s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/Setup
functional_test.go:337: (dbg) Run:  docker pull gcr.io/google-containers/addon-resizer:1.8.8

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/Setup
functional_test.go:337: (dbg) Done: docker pull gcr.io/google-containers/addon-resizer:1.8.8: (2.7889777s)
functional_test.go:342: (dbg) Run:  docker tag gcr.io/google-containers/addon-resizer:1.8.8 gcr.io/google-containers/addon-resizer:functional-20220728203726-27744
--- PASS: TestFunctional/parallel/ImageCommands/Setup (3.08s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/short
functional_test.go:2182: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 version --short
--- PASS: TestFunctional/parallel/Version/short (0.36s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/components
functional_test.go:2196: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 version -o=json --components

                                                
                                                
=== CONT  TestFunctional/parallel/Version/components
functional_test.go:2196: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 version -o=json --components: (4.7482579s)
--- PASS: TestFunctional/parallel/Version/components (4.75s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:350: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image load --daemon gcr.io/google-containers/addon-resizer:functional-20220728203726-27744

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:350: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image load --daemon gcr.io/google-containers/addon-resizer:functional-20220728203726-27744: (10.8250167s)
functional_test.go:443: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:443: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls: (2.6670179s)
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadDaemon (13.49s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_changes
functional_test.go:2045: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 update-context --alsologtostderr -v=2

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_changes
functional_test.go:2045: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 update-context --alsologtostderr -v=2: (2.8723801s)
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_changes (2.87s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster
functional_test.go:2045: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 update-context --alsologtostderr -v=2

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster
functional_test.go:2045: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 update-context --alsologtostderr -v=2: (2.7608922s)
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster (2.76s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_clusters
functional_test.go:2045: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 update-context --alsologtostderr -v=2
functional_test.go:2045: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 update-context --alsologtostderr -v=2: (2.7756496s)
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_clusters (2.78s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageReloadDaemon
functional_test.go:360: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image load --daemon gcr.io/google-containers/addon-resizer:functional-20220728203726-27744

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageReloadDaemon
functional_test.go:360: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image load --daemon gcr.io/google-containers/addon-resizer:functional-20220728203726-27744: (6.8738218s)
functional_test.go:443: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageReloadDaemon
functional_test.go:443: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls: (2.4920723s)
--- PASS: TestFunctional/parallel/ImageCommands/ImageReloadDaemon (9.37s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon
functional_test.go:230: (dbg) Run:  docker pull gcr.io/google-containers/addon-resizer:1.8.9

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon
functional_test.go:230: (dbg) Done: docker pull gcr.io/google-containers/addon-resizer:1.8.9: (2.8581229s)
functional_test.go:235: (dbg) Run:  docker tag gcr.io/google-containers/addon-resizer:1.8.9 gcr.io/google-containers/addon-resizer:functional-20220728203726-27744
functional_test.go:240: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image load --daemon gcr.io/google-containers/addon-resizer:functional-20220728203726-27744
functional_test.go:240: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image load --daemon gcr.io/google-containers/addon-resizer:functional-20220728203726-27744: (15.9731985s)
functional_test.go:443: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls
functional_test.go:443: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls: (3.3742916s)
--- PASS: TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (22.48s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageRemove
functional_test.go:387: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image rm gcr.io/google-containers/addon-resizer:functional-20220728203726-27744
functional_test.go:387: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image rm gcr.io/google-containers/addon-resizer:functional-20220728203726-27744: (3.949613s)
functional_test.go:443: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls
functional_test.go:443: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls: (3.3542365s)
--- PASS: TestFunctional/parallel/ImageCommands/ImageRemove (7.30s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadFromFile
functional_test.go:404: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image load C:\jenkins\workspace\Docker_Windows_integration\addon-resizer-save.tar
functional_test.go:404: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image load C:\jenkins\workspace\Docker_Windows_integration\addon-resizer-save.tar: (10.8025073s)
functional_test.go:443: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls
functional_test.go:443: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image ls: (3.6012609s)
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadFromFile (14.40s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveDaemon
functional_test.go:414: (dbg) Run:  docker rmi gcr.io/google-containers/addon-resizer:functional-20220728203726-27744
functional_test.go:419: (dbg) Run:  out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image save --daemon gcr.io/google-containers/addon-resizer:functional-20220728203726-27744

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageSaveDaemon
functional_test.go:419: (dbg) Done: out/minikube-windows-amd64.exe -p functional-20220728203726-27744 image save --daemon gcr.io/google-containers/addon-resizer:functional-20220728203726-27744: (11.9353834s)
functional_test.go:424: (dbg) Run:  docker image inspect gcr.io/google-containers/addon-resizer:functional-20220728203726-27744
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveDaemon (12.45s)

                                                
                                    
x
+
TestFunctional/delete_addon-resizer_images (0.01s)

                                                
                                                
=== RUN   TestFunctional/delete_addon-resizer_images
functional_test.go:185: (dbg) Run:  docker rmi -f gcr.io/google-containers/addon-resizer:1.8.8
functional_test.go:185: (dbg) Non-zero exit: docker rmi -f gcr.io/google-containers/addon-resizer:1.8.8: context deadline exceeded (819.5µs)
functional_test.go:187: failed to remove image "gcr.io/google-containers/addon-resizer:1.8.8" from docker images. args "docker rmi -f gcr.io/google-containers/addon-resizer:1.8.8": context deadline exceeded
functional_test.go:185: (dbg) Run:  docker rmi -f gcr.io/google-containers/addon-resizer:functional-20220728203726-27744
functional_test.go:185: (dbg) Non-zero exit: docker rmi -f gcr.io/google-containers/addon-resizer:functional-20220728203726-27744: context deadline exceeded (0s)
functional_test.go:187: failed to remove image "gcr.io/google-containers/addon-resizer:functional-20220728203726-27744" from docker images. args "docker rmi -f gcr.io/google-containers/addon-resizer:functional-20220728203726-27744": context deadline exceeded
--- PASS: TestFunctional/delete_addon-resizer_images (0.01s)

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.01s)

                                                
                                                
=== RUN   TestFunctional/delete_my-image_image
functional_test.go:193: (dbg) Run:  docker rmi -f localhost/my-image:functional-20220728203726-27744
functional_test.go:193: (dbg) Non-zero exit: docker rmi -f localhost/my-image:functional-20220728203726-27744: context deadline exceeded (85µs)
functional_test.go:195: failed to remove image my-image from docker images. args "docker rmi -f localhost/my-image:functional-20220728203726-27744": context deadline exceeded
--- PASS: TestFunctional/delete_my-image_image (0.01s)

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.01s)

                                                
                                                
=== RUN   TestFunctional/delete_minikube_cached_images
functional_test.go:201: (dbg) Run:  docker rmi -f minikube-local-cache-test:functional-20220728203726-27744
functional_test.go:201: (dbg) Non-zero exit: docker rmi -f minikube-local-cache-test:functional-20220728203726-27744: context deadline exceeded (0s)
functional_test.go:203: failed to remove image minikube local cache test images from docker. args "docker rmi -f minikube-local-cache-test:functional-20220728203726-27744": context deadline exceeded
--- PASS: TestFunctional/delete_minikube_cached_images (0.01s)

                                                
                                    
x
+
TestIngressAddonLegacy/StartLegacyK8sCluster (107.3s)

                                                
                                                
=== RUN   TestIngressAddonLegacy/StartLegacyK8sCluster
ingress_addon_legacy_test.go:39: (dbg) Run:  out/minikube-windows-amd64.exe start -p ingress-addon-legacy-20220728211750-27744 --kubernetes-version=v1.18.20 --memory=4096 --wait=true --alsologtostderr -v=5 --driver=docker
ingress_addon_legacy_test.go:39: (dbg) Done: out/minikube-windows-amd64.exe start -p ingress-addon-legacy-20220728211750-27744 --kubernetes-version=v1.18.20 --memory=4096 --wait=true --alsologtostderr -v=5 --driver=docker: (1m47.3018484s)
--- PASS: TestIngressAddonLegacy/StartLegacyK8sCluster (107.30s)

                                                
                                    
x
+
TestIngressAddonLegacy/serial/ValidateIngressAddonActivation (46.17s)

                                                
                                                
=== RUN   TestIngressAddonLegacy/serial/ValidateIngressAddonActivation
ingress_addon_legacy_test.go:70: (dbg) Run:  out/minikube-windows-amd64.exe -p ingress-addon-legacy-20220728211750-27744 addons enable ingress --alsologtostderr -v=5
ingress_addon_legacy_test.go:70: (dbg) Done: out/minikube-windows-amd64.exe -p ingress-addon-legacy-20220728211750-27744 addons enable ingress --alsologtostderr -v=5: (46.173602s)
--- PASS: TestIngressAddonLegacy/serial/ValidateIngressAddonActivation (46.17s)

                                                
                                    
x
+
TestIngressAddonLegacy/serial/ValidateIngressDNSAddonActivation (3.38s)

                                                
                                                
=== RUN   TestIngressAddonLegacy/serial/ValidateIngressDNSAddonActivation
ingress_addon_legacy_test.go:79: (dbg) Run:  out/minikube-windows-amd64.exe -p ingress-addon-legacy-20220728211750-27744 addons enable ingress-dns --alsologtostderr -v=5
ingress_addon_legacy_test.go:79: (dbg) Done: out/minikube-windows-amd64.exe -p ingress-addon-legacy-20220728211750-27744 addons enable ingress-dns --alsologtostderr -v=5: (3.3759277s)
--- PASS: TestIngressAddonLegacy/serial/ValidateIngressDNSAddonActivation (3.38s)

                                                
                                    
x
+
TestJSONOutput/start/Command (102.37s)

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-windows-amd64.exe start -p json-output-20220728212118-27744 --output=json --user=testUser --memory=2200 --wait=true --driver=docker
E0728 21:22:11.695623   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:22:11.711154   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:22:11.726884   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:22:11.757433   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:22:11.805130   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:22:11.901037   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:22:12.071581   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:22:12.395033   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:22:13.045237   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:22:14.334290   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:22:16.901795   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:22:22.031883   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:22:26.573126   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 21:22:32.277757   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:22:52.765129   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
json_output_test.go:63: (dbg) Done: out/minikube-windows-amd64.exe start -p json-output-20220728212118-27744 --output=json --user=testUser --memory=2200 --wait=true --driver=docker: (1m42.3684715s)
--- PASS: TestJSONOutput/start/Command (102.37s)

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

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

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

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

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

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

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

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"84c76808-ffac-4aa2-bd0b-e445a64ded62","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-20220728212330-27744] minikube v1.26.0 on Microsoft Windows 10 Enterprise N 10.0.19044 Build 19044","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"8e2d5d44-c2ba-4dcc-872c-77613e2ea69a","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=C:\\Users\\jenkins.minikube3\\minikube-integration\\kubeconfig"}}
	{"specversion":"1.0","id":"d3dae0e2-d01f-45a1-9926-b723ea001a3c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=C:\\Users\\jenkins.minikube3\\minikube-integration\\.minikube"}}
	{"specversion":"1.0","id":"ebb830b6-e936-479a-94e4-21bf36ab41cd","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=14555"}}
	{"specversion":"1.0","id":"cce86519-062b-4256-ba1d-28d1c906330f","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":"841c86ef-1c73-468d-aa1c-19750e9bd7f6","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-20220728212330-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p json-output-error-20220728212330-27744
E0728 21:23:33.729293   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p json-output-error-20220728212330-27744: (3.1138155s)
--- PASS: TestErrorJSONOutput (3.47s)

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (97.8s)

                                                
                                                
=== RUN   TestKicCustomNetwork/create_custom_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-windows-amd64.exe start -p docker-network-20220728212333-27744 --network=
E0728 21:24:55.661726   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
kic_custom_network_test.go:57: (dbg) Done: out/minikube-windows-amd64.exe start -p docker-network-20220728212333-27744 --network=: (1m29.5338723s)
kic_custom_network_test.go:122: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-20220728212333-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p docker-network-20220728212333-27744
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p docker-network-20220728212333-27744: (8.0371292s)
--- PASS: TestKicCustomNetwork/create_custom_network (97.80s)

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (94.21s)

                                                
                                                
=== RUN   TestKicCustomNetwork/use_default_bridge_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-windows-amd64.exe start -p docker-network-20220728212511-27744 --network=bridge
E0728 21:25:27.612299   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 21:25:27.627731   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 21:25:27.643069   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 21:25:27.673760   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 21:25:27.721226   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 21:25:27.816951   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 21:25:27.990546   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 21:25:28.319574   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 21:25:28.969946   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 21:25:30.254410   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 21:25:32.823120   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 21:25:37.950946   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 21:25:48.201578   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 21:26:09.708030   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
kic_custom_network_test.go:57: (dbg) Done: out/minikube-windows-amd64.exe start -p docker-network-20220728212511-27744 --network=bridge: (1m26.9332827s)
kic_custom_network_test.go:122: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-20220728212511-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p docker-network-20220728212511-27744
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p docker-network-20220728212511-27744: (7.0550063s)
--- PASS: TestKicCustomNetwork/use_default_bridge_network (94.21s)

                                                
                                    
x
+
TestKicExistingNetwork (96.9s)

                                                
                                                
=== RUN   TestKicExistingNetwork
kic_custom_network_test.go:122: (dbg) Run:  docker network ls --format {{.Name}}
kic_custom_network_test.go:93: (dbg) Run:  out/minikube-windows-amd64.exe start -p existing-network-20220728212646-27744 --network=existing-network
E0728 21:26:50.682824   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 21:27:09.776610   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 21:27:11.691920   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:27:26.586094   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 21:27:39.517202   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:28:12.610797   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
kic_custom_network_test.go:93: (dbg) Done: out/minikube-windows-amd64.exe start -p existing-network-20220728212646-27744 --network=existing-network: (1m28.3310726s)
helpers_test.go:175: Cleaning up "existing-network-20220728212646-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p existing-network-20220728212646-27744
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p existing-network-20220728212646-27744: (7.1928479s)
--- PASS: TestKicExistingNetwork (96.90s)

                                                
                                    
x
+
TestKicCustomSubnet (99.36s)

                                                
                                                
=== RUN   TestKicCustomSubnet
kic_custom_network_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p custom-subnet-20220728212822-27744 --subnet=192.168.60.0/24
kic_custom_network_test.go:112: (dbg) Done: out/minikube-windows-amd64.exe start -p custom-subnet-20220728212822-27744 --subnet=192.168.60.0/24: (1m31.2867937s)
kic_custom_network_test.go:133: (dbg) Run:  docker network inspect custom-subnet-20220728212822-27744 --format "{{(index .IPAM.Config 0).Subnet}}"
helpers_test.go:175: Cleaning up "custom-subnet-20220728212822-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p custom-subnet-20220728212822-27744
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p custom-subnet-20220728212822-27744: (7.8438661s)
--- PASS: TestKicCustomSubnet (99.36s)

                                                
                                    
x
+
TestMainNoArgs (0.34s)

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

                                                
                                    
x
+
TestMinikubeProfile (204.56s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-windows-amd64.exe start -p first-20220728213002-27744 --driver=docker
E0728 21:30:27.623287   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 21:30:56.465944   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
minikube_profile_test.go:44: (dbg) Done: out/minikube-windows-amd64.exe start -p first-20220728213002-27744 --driver=docker: (1m23.6746848s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-windows-amd64.exe start -p second-20220728213002-27744 --driver=docker
E0728 21:32:11.697089   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:32:26.589932   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
minikube_profile_test.go:44: (dbg) Done: out/minikube-windows-amd64.exe start -p second-20220728213002-27744 --driver=docker: (1m27.8243553s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-windows-amd64.exe profile first-20220728213002-27744
minikube_profile_test.go:51: (dbg) Done: out/minikube-windows-amd64.exe profile first-20220728213002-27744: (2.4856635s)
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: (4.9127834s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-windows-amd64.exe profile second-20220728213002-27744
minikube_profile_test.go:51: (dbg) Done: out/minikube-windows-amd64.exe profile second-20220728213002-27744: (2.7267108s)
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: (4.467891s)
helpers_test.go:175: Cleaning up "second-20220728213002-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p second-20220728213002-27744
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p second-20220728213002-27744: (10.3283833s)
helpers_test.go:175: Cleaning up "first-20220728213002-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p first-20220728213002-27744
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p first-20220728213002-27744: (8.1402187s)
--- PASS: TestMinikubeProfile (204.56s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (24.7s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountFirst (3.13s)

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

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (24.26s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (3.14s)

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

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (6.61s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (3.22s)

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

                                                
                                    
x
+
TestMountStart/serial/Stop (4.62s)

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

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (15.99s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (3.14s)

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

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (218.95s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:83: (dbg) Run:  out/minikube-windows-amd64.exe start -p multinode-20220728213505-27744 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker
E0728 21:35:27.624423   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 21:37:11.690966   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:37:26.587414   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 21:38:34.885785   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
multinode_test.go:83: (dbg) Done: out/minikube-windows-amd64.exe start -p multinode-20220728213505-27744 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker: (3m34.4088229s)
multinode_test.go:89: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status --alsologtostderr
multinode_test.go:89: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status --alsologtostderr: (4.5364967s)
--- PASS: TestMultiNode/serial/FreshStart2Nodes (218.95s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (29.31s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeployApp2Nodes
multinode_test.go:479: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- apply -f ./testdata/multinodes/multinode-pod-dns-test.yaml
multinode_test.go:479: (dbg) Done: out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- apply -f ./testdata/multinodes/multinode-pod-dns-test.yaml: (2.9333839s)
multinode_test.go:484: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- rollout status deployment/busybox
multinode_test.go:484: (dbg) Done: out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- rollout status deployment/busybox: (3.6448276s)
multinode_test.go:490: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:490: (dbg) Done: out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- get pods -o jsonpath='{.items[*].status.podIP}': (2.3138762s)
multinode_test.go:502: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:502: (dbg) Done: out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- get pods -o jsonpath='{.items[*].metadata.name}': (2.4007378s)
multinode_test.go:510: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-8xhvm -- nslookup kubernetes.io
multinode_test.go:510: (dbg) Done: out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-8xhvm -- nslookup kubernetes.io: (3.7943716s)
multinode_test.go:510: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-pwrdd -- nslookup kubernetes.io
multinode_test.go:510: (dbg) Done: out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-pwrdd -- nslookup kubernetes.io: (3.737887s)
multinode_test.go:520: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-8xhvm -- nslookup kubernetes.default
multinode_test.go:520: (dbg) Done: out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-8xhvm -- nslookup kubernetes.default: (2.6664646s)
multinode_test.go:520: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-pwrdd -- nslookup kubernetes.default
multinode_test.go:520: (dbg) Done: out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-pwrdd -- nslookup kubernetes.default: (2.6322619s)
multinode_test.go:528: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-8xhvm -- nslookup kubernetes.default.svc.cluster.local
multinode_test.go:528: (dbg) Done: out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-8xhvm -- nslookup kubernetes.default.svc.cluster.local: (2.6080573s)
multinode_test.go:528: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-pwrdd -- nslookup kubernetes.default.svc.cluster.local
multinode_test.go:528: (dbg) Done: out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-pwrdd -- nslookup kubernetes.default.svc.cluster.local: (2.5746529s)
--- PASS: TestMultiNode/serial/DeployApp2Nodes (29.31s)

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (12.83s)

                                                
                                                
=== RUN   TestMultiNode/serial/PingHostFrom2Pods
multinode_test.go:538: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:538: (dbg) Done: out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- get pods -o jsonpath='{.items[*].metadata.name}': (2.3782598s)
multinode_test.go:546: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-8xhvm -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
multinode_test.go:546: (dbg) Done: out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-8xhvm -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3": (2.5610938s)
multinode_test.go:554: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-8xhvm -- sh -c "ping -c 1 192.168.65.2"
multinode_test.go:554: (dbg) Done: out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-8xhvm -- sh -c "ping -c 1 192.168.65.2": (2.6448684s)
multinode_test.go:546: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-pwrdd -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
multinode_test.go:546: (dbg) Done: out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-pwrdd -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3": (2.5524233s)
multinode_test.go:554: (dbg) Run:  out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-pwrdd -- sh -c "ping -c 1 192.168.65.2"
multinode_test.go:554: (dbg) Done: out/minikube-windows-amd64.exe kubectl -p multinode-20220728213505-27744 -- exec busybox-d46db594c-pwrdd -- sh -c "ping -c 1 192.168.65.2": (2.6940898s)
--- PASS: TestMultiNode/serial/PingHostFrom2Pods (12.83s)

                                                
                                    
x
+
TestMultiNode/serial/AddNode (74.81s)

                                                
                                                
=== RUN   TestMultiNode/serial/AddNode
multinode_test.go:108: (dbg) Run:  out/minikube-windows-amd64.exe node add -p multinode-20220728213505-27744 -v 3 --alsologtostderr
E0728 21:40:27.626040   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
multinode_test.go:108: (dbg) Done: out/minikube-windows-amd64.exe node add -p multinode-20220728213505-27744 -v 3 --alsologtostderr: (1m9.5078957s)
multinode_test.go:114: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status --alsologtostderr
multinode_test.go:114: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status --alsologtostderr: (5.2968329s)
--- PASS: TestMultiNode/serial/AddNode (74.81s)

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (3.33s)

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

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (108.04s)

                                                
                                                
=== RUN   TestMultiNode/serial/CopyFile
multinode_test.go:171: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status --output json --alsologtostderr
multinode_test.go:171: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status --output json --alsologtostderr: (5.2984574s)
helpers_test.go:554: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp testdata\cp-test.txt multinode-20220728213505-27744:/home/docker/cp-test.txt
helpers_test.go:554: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp testdata\cp-test.txt multinode-20220728213505-27744:/home/docker/cp-test.txt: (3.3723373s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744 "sudo cat /home/docker/cp-test.txt": (3.2896506s)
helpers_test.go:554: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp multinode-20220728213505-27744:/home/docker/cp-test.txt C:\Users\jenkins.minikube3\AppData\Local\Temp\TestMultiNodeserialCopyFile229837794\001\cp-test_multinode-20220728213505-27744.txt
helpers_test.go:554: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp multinode-20220728213505-27744:/home/docker/cp-test.txt C:\Users\jenkins.minikube3\AppData\Local\Temp\TestMultiNodeserialCopyFile229837794\001\cp-test_multinode-20220728213505-27744.txt: (3.2704014s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744 "sudo cat /home/docker/cp-test.txt": (3.254455s)
helpers_test.go:554: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp multinode-20220728213505-27744:/home/docker/cp-test.txt multinode-20220728213505-27744-m02:/home/docker/cp-test_multinode-20220728213505-27744_multinode-20220728213505-27744-m02.txt
helpers_test.go:554: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp multinode-20220728213505-27744:/home/docker/cp-test.txt multinode-20220728213505-27744-m02:/home/docker/cp-test_multinode-20220728213505-27744_multinode-20220728213505-27744-m02.txt: (3.8859056s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744 "sudo cat /home/docker/cp-test.txt": (3.26202s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m02 "sudo cat /home/docker/cp-test_multinode-20220728213505-27744_multinode-20220728213505-27744-m02.txt"
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m02 "sudo cat /home/docker/cp-test_multinode-20220728213505-27744_multinode-20220728213505-27744-m02.txt": (3.2656594s)
helpers_test.go:554: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp multinode-20220728213505-27744:/home/docker/cp-test.txt multinode-20220728213505-27744-m03:/home/docker/cp-test_multinode-20220728213505-27744_multinode-20220728213505-27744-m03.txt
helpers_test.go:554: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp multinode-20220728213505-27744:/home/docker/cp-test.txt multinode-20220728213505-27744-m03:/home/docker/cp-test_multinode-20220728213505-27744_multinode-20220728213505-27744-m03.txt: (3.9711901s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744 "sudo cat /home/docker/cp-test.txt": (3.282552s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m03 "sudo cat /home/docker/cp-test_multinode-20220728213505-27744_multinode-20220728213505-27744-m03.txt"
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m03 "sudo cat /home/docker/cp-test_multinode-20220728213505-27744_multinode-20220728213505-27744-m03.txt": (3.4358072s)
helpers_test.go:554: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp testdata\cp-test.txt multinode-20220728213505-27744-m02:/home/docker/cp-test.txt
helpers_test.go:554: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp testdata\cp-test.txt multinode-20220728213505-27744-m02:/home/docker/cp-test.txt: (3.3650792s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m02 "sudo cat /home/docker/cp-test.txt": (3.1974345s)
helpers_test.go:554: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp multinode-20220728213505-27744-m02:/home/docker/cp-test.txt C:\Users\jenkins.minikube3\AppData\Local\Temp\TestMultiNodeserialCopyFile229837794\001\cp-test_multinode-20220728213505-27744-m02.txt
helpers_test.go:554: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp multinode-20220728213505-27744-m02:/home/docker/cp-test.txt C:\Users\jenkins.minikube3\AppData\Local\Temp\TestMultiNodeserialCopyFile229837794\001\cp-test_multinode-20220728213505-27744-m02.txt: (3.1717656s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m02 "sudo cat /home/docker/cp-test.txt": (3.3006197s)
helpers_test.go:554: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp multinode-20220728213505-27744-m02:/home/docker/cp-test.txt multinode-20220728213505-27744:/home/docker/cp-test_multinode-20220728213505-27744-m02_multinode-20220728213505-27744.txt
helpers_test.go:554: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp multinode-20220728213505-27744-m02:/home/docker/cp-test.txt multinode-20220728213505-27744:/home/docker/cp-test_multinode-20220728213505-27744-m02_multinode-20220728213505-27744.txt: (3.9311394s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m02 "sudo cat /home/docker/cp-test.txt": (3.195529s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744 "sudo cat /home/docker/cp-test_multinode-20220728213505-27744-m02_multinode-20220728213505-27744.txt"
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744 "sudo cat /home/docker/cp-test_multinode-20220728213505-27744-m02_multinode-20220728213505-27744.txt": (3.2385516s)
helpers_test.go:554: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp multinode-20220728213505-27744-m02:/home/docker/cp-test.txt multinode-20220728213505-27744-m03:/home/docker/cp-test_multinode-20220728213505-27744-m02_multinode-20220728213505-27744-m03.txt
helpers_test.go:554: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp multinode-20220728213505-27744-m02:/home/docker/cp-test.txt multinode-20220728213505-27744-m03:/home/docker/cp-test_multinode-20220728213505-27744-m02_multinode-20220728213505-27744-m03.txt: (3.8122s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m02 "sudo cat /home/docker/cp-test.txt"
E0728 21:41:51.841381   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m02 "sudo cat /home/docker/cp-test.txt": (3.2843879s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m03 "sudo cat /home/docker/cp-test_multinode-20220728213505-27744-m02_multinode-20220728213505-27744-m03.txt"
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m03 "sudo cat /home/docker/cp-test_multinode-20220728213505-27744-m02_multinode-20220728213505-27744-m03.txt": (3.3776823s)
helpers_test.go:554: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp testdata\cp-test.txt multinode-20220728213505-27744-m03:/home/docker/cp-test.txt
helpers_test.go:554: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp testdata\cp-test.txt multinode-20220728213505-27744-m03:/home/docker/cp-test.txt: (3.2883865s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m03 "sudo cat /home/docker/cp-test.txt": (3.3237519s)
helpers_test.go:554: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp multinode-20220728213505-27744-m03:/home/docker/cp-test.txt C:\Users\jenkins.minikube3\AppData\Local\Temp\TestMultiNodeserialCopyFile229837794\001\cp-test_multinode-20220728213505-27744-m03.txt
helpers_test.go:554: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp multinode-20220728213505-27744-m03:/home/docker/cp-test.txt C:\Users\jenkins.minikube3\AppData\Local\Temp\TestMultiNodeserialCopyFile229837794\001\cp-test_multinode-20220728213505-27744-m03.txt: (3.2378942s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m03 "sudo cat /home/docker/cp-test.txt": (3.3066124s)
helpers_test.go:554: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp multinode-20220728213505-27744-m03:/home/docker/cp-test.txt multinode-20220728213505-27744:/home/docker/cp-test_multinode-20220728213505-27744-m03_multinode-20220728213505-27744.txt
E0728 21:42:11.692559   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
helpers_test.go:554: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp multinode-20220728213505-27744-m03:/home/docker/cp-test.txt multinode-20220728213505-27744:/home/docker/cp-test_multinode-20220728213505-27744-m03_multinode-20220728213505-27744.txt: (4.0453465s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m03 "sudo cat /home/docker/cp-test.txt": (3.2103818s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744 "sudo cat /home/docker/cp-test_multinode-20220728213505-27744-m03_multinode-20220728213505-27744.txt"
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744 "sudo cat /home/docker/cp-test_multinode-20220728213505-27744-m03_multinode-20220728213505-27744.txt": (3.2626581s)
helpers_test.go:554: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp multinode-20220728213505-27744-m03:/home/docker/cp-test.txt multinode-20220728213505-27744-m02:/home/docker/cp-test_multinode-20220728213505-27744-m03_multinode-20220728213505-27744-m02.txt
helpers_test.go:554: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 cp multinode-20220728213505-27744-m03:/home/docker/cp-test.txt multinode-20220728213505-27744-m02:/home/docker/cp-test_multinode-20220728213505-27744-m03_multinode-20220728213505-27744-m02.txt: (3.9381981s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m03 "sudo cat /home/docker/cp-test.txt"
E0728 21:42:26.593509   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m03 "sudo cat /home/docker/cp-test.txt": (3.4485302s)
helpers_test.go:532: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m02 "sudo cat /home/docker/cp-test_multinode-20220728213505-27744-m03_multinode-20220728213505-27744-m02.txt"
helpers_test.go:532: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 ssh -n multinode-20220728213505-27744-m02 "sudo cat /home/docker/cp-test_multinode-20220728213505-27744-m03_multinode-20220728213505-27744-m02.txt": (3.5080324s)
--- PASS: TestMultiNode/serial/CopyFile (108.04s)

                                                
                                    
x
+
TestMultiNode/serial/StopNode (13.9s)

                                                
                                                
=== RUN   TestMultiNode/serial/StopNode
multinode_test.go:208: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 node stop m03
multinode_test.go:208: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 node stop m03: (4.6126393s)
multinode_test.go:214: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status
multinode_test.go:214: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status: exit status 7 (4.5994935s)

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

                                                
                                                
-- /stdout --
multinode_test.go:221: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status --alsologtostderr
multinode_test.go:221: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status --alsologtostderr: exit status 7 (4.6881839s)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0728 21:42:42.314832   38712 out.go:296] Setting OutFile to fd 632 ...
	I0728 21:42:42.372382   38712 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 21:42:42.372382   38712 out.go:309] Setting ErrFile to fd 804...
	I0728 21:42:42.372382   38712 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 21:42:42.404493   38712 out.go:303] Setting JSON to false
	I0728 21:42:42.404591   38712 mustload.go:65] Loading cluster: multinode-20220728213505-27744
	I0728 21:42:42.405461   38712 config.go:178] Loaded profile config "multinode-20220728213505-27744": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.24.3
	I0728 21:42:42.405527   38712 status.go:253] checking status of multinode-20220728213505-27744 ...
	I0728 21:42:42.421389   38712 cli_runner.go:164] Run: docker container inspect multinode-20220728213505-27744 --format={{.State.Status}}
	I0728 21:42:44.473883   38712 cli_runner.go:217] Completed: docker container inspect multinode-20220728213505-27744 --format={{.State.Status}}: (2.0524787s)
	I0728 21:42:44.474265   38712 status.go:328] multinode-20220728213505-27744 host status = "Running" (err=<nil>)
	I0728 21:42:44.474265   38712 host.go:66] Checking if "multinode-20220728213505-27744" exists ...
	I0728 21:42:44.482405   38712 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-20220728213505-27744
	I0728 21:42:44.706052   38712 host.go:66] Checking if "multinode-20220728213505-27744" exists ...
	I0728 21:42:44.717795   38712 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0728 21:42:44.725567   38712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-20220728213505-27744
	I0728 21:42:44.969816   38712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:53043 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\multinode-20220728213505-27744\id_rsa Username:docker}
	I0728 21:42:45.128197   38712 ssh_runner.go:195] Run: systemctl --version
	I0728 21:42:45.156381   38712 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0728 21:42:45.197305   38712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" multinode-20220728213505-27744
	I0728 21:42:45.448055   38712 kubeconfig.go:92] found "multinode-20220728213505-27744" server: "https://127.0.0.1:53042"
	I0728 21:42:45.448055   38712 api_server.go:165] Checking apiserver status ...
	I0728 21:42:45.459107   38712 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0728 21:42:45.510569   38712 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1912/cgroup
	I0728 21:42:45.536455   38712 api_server.go:181] apiserver freezer: "20:freezer:/docker/e2621ff0013f58adb5c8807e05b2abaf4490c716f421166726e7b8fbfa29f6dc/kubepods/burstable/pod69940c98f73a119410c1cf87c986a19f/25ce8629efcaa3de59a39f5da680063a80c14d425dc5f40d242b6ae6aea76fd5"
	I0728 21:42:45.546461   38712 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/e2621ff0013f58adb5c8807e05b2abaf4490c716f421166726e7b8fbfa29f6dc/kubepods/burstable/pod69940c98f73a119410c1cf87c986a19f/25ce8629efcaa3de59a39f5da680063a80c14d425dc5f40d242b6ae6aea76fd5/freezer.state
	I0728 21:42:45.565453   38712 api_server.go:203] freezer state: "THAWED"
	I0728 21:42:45.565453   38712 api_server.go:240] Checking apiserver healthz at https://127.0.0.1:53042/healthz ...
	I0728 21:42:45.581462   38712 api_server.go:266] https://127.0.0.1:53042/healthz returned 200:
	ok
	I0728 21:42:45.581493   38712 status.go:419] multinode-20220728213505-27744 apiserver status = Running (err=<nil>)
	I0728 21:42:45.581493   38712 status.go:255] multinode-20220728213505-27744 status: &{Name:multinode-20220728213505-27744 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0728 21:42:45.581610   38712 status.go:253] checking status of multinode-20220728213505-27744-m02 ...
	I0728 21:42:45.595979   38712 cli_runner.go:164] Run: docker container inspect multinode-20220728213505-27744-m02 --format={{.State.Status}}
	I0728 21:42:45.818003   38712 status.go:328] multinode-20220728213505-27744-m02 host status = "Running" (err=<nil>)
	I0728 21:42:45.818003   38712 host.go:66] Checking if "multinode-20220728213505-27744-m02" exists ...
	I0728 21:42:45.825951   38712 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-20220728213505-27744-m02
	I0728 21:42:46.050130   38712 host.go:66] Checking if "multinode-20220728213505-27744-m02" exists ...
	I0728 21:42:46.061636   38712 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0728 21:42:46.068995   38712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-20220728213505-27744-m02
	I0728 21:42:46.328358   38712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:53111 SSHKeyPath:C:\Users\jenkins.minikube3\minikube-integration\.minikube\machines\multinode-20220728213505-27744-m02\id_rsa Username:docker}
	I0728 21:42:46.465391   38712 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0728 21:42:46.494387   38712 status.go:255] multinode-20220728213505-27744-m02 status: &{Name:multinode-20220728213505-27744-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0728 21:42:46.494452   38712 status.go:253] checking status of multinode-20220728213505-27744-m03 ...
	I0728 21:42:46.512009   38712 cli_runner.go:164] Run: docker container inspect multinode-20220728213505-27744-m03 --format={{.State.Status}}
	I0728 21:42:46.744746   38712 status.go:328] multinode-20220728213505-27744-m03 host status = "Stopped" (err=<nil>)
	I0728 21:42:46.744746   38712 status.go:341] host is not running, skipping remaining checks
	I0728 21:42:46.744746   38712 status.go:255] multinode-20220728213505-27744-m03 status: &{Name:multinode-20220728213505-27744-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (30.49s)

                                                
                                                
=== RUN   TestMultiNode/serial/StartAfterStop
multinode_test.go:242: (dbg) Run:  docker version -f {{.Server.Version}}
multinode_test.go:252: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 node start m03 --alsologtostderr
multinode_test.go:252: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 node start m03 --alsologtostderr: (24.4080793s)
multinode_test.go:259: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status
multinode_test.go:259: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status: (5.4280537s)
multinode_test.go:273: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiNode/serial/StartAfterStop (30.49s)

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (142.28s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:281: (dbg) Run:  out/minikube-windows-amd64.exe node list -p multinode-20220728213505-27744
multinode_test.go:288: (dbg) Run:  out/minikube-windows-amd64.exe stop -p multinode-20220728213505-27744
multinode_test.go:288: (dbg) Done: out/minikube-windows-amd64.exe stop -p multinode-20220728213505-27744: (29.5152566s)
multinode_test.go:293: (dbg) Run:  out/minikube-windows-amd64.exe start -p multinode-20220728213505-27744 --wait=true -v=8 --alsologtostderr
E0728 21:43:49.791523   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 21:45:27.629590   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
multinode_test.go:293: (dbg) Done: out/minikube-windows-amd64.exe start -p multinode-20220728213505-27744 --wait=true -v=8 --alsologtostderr: (1m52.0594939s)
multinode_test.go:298: (dbg) Run:  out/minikube-windows-amd64.exe node list -p multinode-20220728213505-27744
--- PASS: TestMultiNode/serial/RestartKeepsNodes (142.28s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (17.55s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeleteNode
multinode_test.go:392: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 node delete m03
multinode_test.go:392: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 node delete m03: (12.0292s)
multinode_test.go:398: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status --alsologtostderr
multinode_test.go:398: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status --alsologtostderr: (4.6136775s)
multinode_test.go:412: (dbg) Run:  docker volume ls
multinode_test.go:422: (dbg) Run:  kubectl get nodes
multinode_test.go:430: (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 (17.55s)

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (32.49s)

                                                
                                                
=== RUN   TestMultiNode/serial/StopMultiNode
multinode_test.go:312: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 stop
multinode_test.go:312: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 stop: (27.2377182s)
multinode_test.go:318: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status
multinode_test.go:318: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status: exit status 7 (2.6483808s)

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

                                                
                                                
-- /stdout --
multinode_test.go:325: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status --alsologtostderr
multinode_test.go:325: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status --alsologtostderr: exit status 7 (2.6073974s)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0728 21:46:27.212018   40256 out.go:296] Setting OutFile to fd 848 ...
	I0728 21:46:27.266235   40256 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 21:46:27.266235   40256 out.go:309] Setting ErrFile to fd 704...
	I0728 21:46:27.266454   40256 out.go:343] TERM=,COLORTERM=, which probably does not support color
	I0728 21:46:27.289252   40256 out.go:303] Setting JSON to false
	I0728 21:46:27.289252   40256 mustload.go:65] Loading cluster: multinode-20220728213505-27744
	I0728 21:46:27.290046   40256 config.go:178] Loaded profile config "multinode-20220728213505-27744": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.24.3
	I0728 21:46:27.290046   40256 status.go:253] checking status of multinode-20220728213505-27744 ...
	I0728 21:46:27.303291   40256 cli_runner.go:164] Run: docker container inspect multinode-20220728213505-27744 --format={{.State.Status}}
	I0728 21:46:29.344688   40256 cli_runner.go:217] Completed: docker container inspect multinode-20220728213505-27744 --format={{.State.Status}}: (2.0412399s)
	I0728 21:46:29.344688   40256 status.go:328] multinode-20220728213505-27744 host status = "Stopped" (err=<nil>)
	I0728 21:46:29.344688   40256 status.go:341] host is not running, skipping remaining checks
	I0728 21:46:29.344688   40256 status.go:255] multinode-20220728213505-27744 status: &{Name:multinode-20220728213505-27744 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0728 21:46:29.344688   40256 status.go:253] checking status of multinode-20220728213505-27744-m02 ...
	I0728 21:46:29.360793   40256 cli_runner.go:164] Run: docker container inspect multinode-20220728213505-27744-m02 --format={{.State.Status}}
	I0728 21:46:29.563383   40256 status.go:328] multinode-20220728213505-27744-m02 host status = "Stopped" (err=<nil>)
	I0728 21:46:29.563383   40256 status.go:341] host is not running, skipping remaining checks
	I0728 21:46:29.563383   40256 status.go:255] multinode-20220728213505-27744-m02 status: &{Name:multinode-20220728213505-27744-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (108.82s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:342: (dbg) Run:  docker version -f {{.Server.Version}}
multinode_test.go:352: (dbg) Run:  out/minikube-windows-amd64.exe start -p multinode-20220728213505-27744 --wait=true -v=8 --alsologtostderr --driver=docker
E0728 21:47:11.694847   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:47:26.597231   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
multinode_test.go:352: (dbg) Done: out/minikube-windows-amd64.exe start -p multinode-20220728213505-27744 --wait=true -v=8 --alsologtostderr --driver=docker: (1m42.9523084s)
multinode_test.go:358: (dbg) Run:  out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status --alsologtostderr
multinode_test.go:358: (dbg) Done: out/minikube-windows-amd64.exe -p multinode-20220728213505-27744 status --alsologtostderr: (4.7519296s)
multinode_test.go:372: (dbg) Run:  kubectl get nodes
multinode_test.go:380: (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 (108.82s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (96.34s)

                                                
                                                
=== RUN   TestMultiNode/serial/ValidateNameConflict
multinode_test.go:441: (dbg) Run:  out/minikube-windows-amd64.exe node list -p multinode-20220728213505-27744
multinode_test.go:450: (dbg) Run:  out/minikube-windows-amd64.exe start -p multinode-20220728213505-27744-m02 --driver=docker
multinode_test.go:450: (dbg) Non-zero exit: out/minikube-windows-amd64.exe start -p multinode-20220728213505-27744-m02 --driver=docker: exit status 14 (394.4468ms)

                                                
                                                
-- stdout --
	* [multinode-20220728213505-27744-m02] minikube v1.26.0 on Microsoft Windows 10 Enterprise N 10.0.19044 Build 19044
	  - KUBECONFIG=C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube3\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=14555
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	
	

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

                                                
                                                
** /stderr **
multinode_test.go:458: (dbg) Run:  out/minikube-windows-amd64.exe start -p multinode-20220728213505-27744-m03 --driver=docker
multinode_test.go:458: (dbg) Done: out/minikube-windows-amd64.exe start -p multinode-20220728213505-27744-m03 --driver=docker: (1m23.8073683s)
multinode_test.go:465: (dbg) Run:  out/minikube-windows-amd64.exe node add -p multinode-20220728213505-27744
multinode_test.go:465: (dbg) Non-zero exit: out/minikube-windows-amd64.exe node add -p multinode-20220728213505-27744: exit status 80 (3.2560201s)

                                                
                                                
-- stdout --
	* Adding node m03 to cluster multinode-20220728213505-27744
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to GUEST_NODE_ADD: Node multinode-20220728213505-27744-m03 already exists in multinode-20220728213505-27744-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.minikube3\AppData\Local\Temp\minikube_node_2bbdfd0e0a46af455ae5a771b1270736051e61d9_3.log    │
	│                                                                                                                      │
	╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

                                                
                                                
** /stderr **
multinode_test.go:470: (dbg) Run:  out/minikube-windows-amd64.exe delete -p multinode-20220728213505-27744-m03
multinode_test.go:470: (dbg) Done: out/minikube-windows-amd64.exe delete -p multinode-20220728213505-27744-m03: (8.519561s)
--- PASS: TestMultiNode/serial/ValidateNameConflict (96.34s)

                                                
                                    
x
+
TestPreload (294.32s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:48: (dbg) Run:  out/minikube-windows-amd64.exe start -p test-preload-20220728215009-27744 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.17.0
E0728 21:50:27.626078   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 21:52:11.707257   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:52:26.598056   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
preload_test.go:48: (dbg) Done: out/minikube-windows-amd64.exe start -p test-preload-20220728215009-27744 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.17.0: (2m32.2206861s)
preload_test.go:61: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p test-preload-20220728215009-27744 -- docker pull gcr.io/k8s-minikube/busybox
preload_test.go:61: (dbg) Done: out/minikube-windows-amd64.exe ssh -p test-preload-20220728215009-27744 -- docker pull gcr.io/k8s-minikube/busybox: (4.5898675s)
preload_test.go:71: (dbg) Run:  out/minikube-windows-amd64.exe start -p test-preload-20220728215009-27744 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker --kubernetes-version=v1.17.3
preload_test.go:71: (dbg) Done: out/minikube-windows-amd64.exe start -p test-preload-20220728215009-27744 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker --kubernetes-version=v1.17.3: (2m6.0492551s)
preload_test.go:80: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p test-preload-20220728215009-27744 -- docker images
preload_test.go:80: (dbg) Done: out/minikube-windows-amd64.exe ssh -p test-preload-20220728215009-27744 -- docker images: (3.4466381s)
helpers_test.go:175: Cleaning up "test-preload-20220728215009-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p test-preload-20220728215009-27744
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p test-preload-20220728215009-27744: (8.0123879s)
--- PASS: TestPreload (294.32s)

                                                
                                    
x
+
TestScheduledStopWindows (169.71s)

                                                
                                                
=== RUN   TestScheduledStopWindows
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-windows-amd64.exe start -p scheduled-stop-20220728215503-27744 --memory=2048 --driver=docker
E0728 21:55:14.906441   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:55:27.627653   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
scheduled_stop_test.go:128: (dbg) Done: out/minikube-windows-amd64.exe start -p scheduled-stop-20220728215503-27744 --memory=2048 --driver=docker: (1m23.7667962s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-windows-amd64.exe stop -p scheduled-stop-20220728215503-27744 --schedule 5m
scheduled_stop_test.go:137: (dbg) Done: out/minikube-windows-amd64.exe stop -p scheduled-stop-20220728215503-27744 --schedule 5m: (3.3505384s)
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.TimeToStop}} -p scheduled-stop-20220728215503-27744 -n scheduled-stop-20220728215503-27744
scheduled_stop_test.go:191: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.TimeToStop}} -p scheduled-stop-20220728215503-27744 -n scheduled-stop-20220728215503-27744: (4.2150509s)
scheduled_stop_test.go:54: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p scheduled-stop-20220728215503-27744 -- sudo systemctl show minikube-scheduled-stop --no-page
scheduled_stop_test.go:54: (dbg) Done: out/minikube-windows-amd64.exe ssh -p scheduled-stop-20220728215503-27744 -- sudo systemctl show minikube-scheduled-stop --no-page: (3.4839555s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-windows-amd64.exe stop -p scheduled-stop-20220728215503-27744 --schedule 5s
scheduled_stop_test.go:137: (dbg) Done: out/minikube-windows-amd64.exe stop -p scheduled-stop-20220728215503-27744 --schedule 5s: (3.4383263s)
E0728 21:57:11.700254   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 21:57:26.593125   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-windows-amd64.exe status -p scheduled-stop-20220728215503-27744
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status -p scheduled-stop-20220728215503-27744: exit status 7 (2.316734s)

                                                
                                                
-- stdout --
	scheduled-stop-20220728215503-27744
	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-20220728215503-27744 -n scheduled-stop-20220728215503-27744
scheduled_stop_test.go:176: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Host}} -p scheduled-stop-20220728215503-27744 -n scheduled-stop-20220728215503-27744: exit status 7 (2.4046259s)

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestInsufficientStorage (64.85s)

                                                
                                                
=== RUN   TestInsufficientStorage
status_test.go:50: (dbg) Run:  out/minikube-windows-amd64.exe start -p insufficient-storage-20220728215753-27744 --memory=2048 --output=json --wait=true --driver=docker
E0728 21:58:31.861067   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
status_test.go:50: (dbg) Non-zero exit: out/minikube-windows-amd64.exe start -p insufficient-storage-20220728215753-27744 --memory=2048 --output=json --wait=true --driver=docker: exit status 26 (51.6527698s)

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"613279bd-1ac2-4bae-b6f8-3ba26d47704d","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-20220728215753-27744] minikube v1.26.0 on Microsoft Windows 10 Enterprise N 10.0.19044 Build 19044","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"9f7fe9b1-3596-4788-8580-991f66bf3627","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=C:\\Users\\jenkins.minikube3\\minikube-integration\\kubeconfig"}}
	{"specversion":"1.0","id":"24ffbb3d-d79f-4ccf-8dad-f9e69010c95a","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=C:\\Users\\jenkins.minikube3\\minikube-integration\\.minikube"}}
	{"specversion":"1.0","id":"596b270e-39ee-4fdc-b811-84c8f053eba5","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=14555"}}
	{"specversion":"1.0","id":"493c134b-1003-43e5-aceb-d73b08296ad2","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":"af3a35ee-5a5e-41ab-9454-ee45a9c21f06","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":"80319608-7570-45bb-8913-6dc54d8f654e","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":"7af1ef25-9fc4-4a8a-9663-38c467999c13","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":"2a2b27e6-7311-439e-8805-783ca13307b0","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":"0a04750a-6db1-42ec-a101-902e2423c676","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting control plane node insufficient-storage-20220728215753-27744 in cluster insufficient-storage-20220728215753-27744","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"5d236e89-dd2b-4910-85a1-a3c380f36e13","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"72f18237-4565-4746-9750-6840570074a8","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"8","message":"Creating docker container (CPUs=2, Memory=2048MB) ...","name":"Creating Container","totalsteps":"19"}}
	{"specversion":"1.0","id":"3239ab4b-4737-44aa-b494-d7b76dc8d087","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"Try one or more of the following to free up space on the device:\n\t\n\t\t\t1. Run \"docker system prune\" to remove unused Docker data (optionally with \"-a\")\n\t\t\t2. Increase the storage allocated to Docker for Desktop by clicking on:\n\t\t\t\tDocker icon \u003e Preferences \u003e Resources \u003e Disk Image Size\n\t\t\t3. Run \"minikube ssh -- docker system prune\" if using the Docker container runtime","exitcode":"26","issues":"https://github.com/kubernetes/minikube/issues/9024","message":"Docker is out of disk space! (/var is at 100%% of capacity). You can pass '--force' to skip this check.","name":"RSRC_DOCKER_STORAGE","url":""}}

                                                
                                                
-- /stdout --
status_test.go:76: (dbg) Run:  out/minikube-windows-amd64.exe status -p insufficient-storage-20220728215753-27744 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status -p insufficient-storage-20220728215753-27744 --output=json --layout=cluster: exit status 7 (3.2372315s)

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0728 21:58:48.408500   35200 status.go:413] kubeconfig endpoint: extract IP: "insufficient-storage-20220728215753-27744" does not appear in C:\Users\jenkins.minikube3\minikube-integration\kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0728 21:58:51.601137   42528 status.go:413] kubeconfig endpoint: extract IP: "insufficient-storage-20220728215753-27744" does not appear in C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	E0728 21:58:51.635709   42528 status.go:557] unable to read event log: stat: CreateFile C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\insufficient-storage-20220728215753-27744\events.json: The system cannot find the file specified.

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

                                                
                                    
x
+
TestRunningBinaryUpgrade (285.23s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:127: (dbg) Run:  C:\Users\jenkins.minikube3\AppData\Local\Temp\minikube-v1.9.0.3033766875.exe start -p running-upgrade-20220728220356-27744 --memory=2200 --vm-driver=docker

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:127: (dbg) Done: C:\Users\jenkins.minikube3\AppData\Local\Temp\minikube-v1.9.0.3033766875.exe start -p running-upgrade-20220728220356-27744 --memory=2200 --vm-driver=docker: (2m41.427769s)
version_upgrade_test.go:137: (dbg) Run:  out/minikube-windows-amd64.exe start -p running-upgrade-20220728220356-27744 --memory=2200 --alsologtostderr -v=1 --driver=docker
E0728 22:07:11.718430   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:137: (dbg) Done: out/minikube-windows-amd64.exe start -p running-upgrade-20220728220356-27744 --memory=2200 --alsologtostderr -v=1 --driver=docker: (1m54.0049961s)
helpers_test.go:175: Cleaning up "running-upgrade-20220728220356-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p running-upgrade-20220728220356-27744
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p running-upgrade-20220728220356-27744: (9.2914444s)
--- PASS: TestRunningBinaryUpgrade (285.23s)

                                                
                                    
x
+
TestKubernetesUpgrade (352.27s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:229: (dbg) Run:  out/minikube-windows-amd64.exe start -p kubernetes-upgrade-20220728220137-27744 --memory=2200 --kubernetes-version=v1.16.0 --alsologtostderr -v=1 --driver=docker

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:229: (dbg) Done: out/minikube-windows-amd64.exe start -p kubernetes-upgrade-20220728220137-27744 --memory=2200 --kubernetes-version=v1.16.0 --alsologtostderr -v=1 --driver=docker: (1m48.3039892s)
version_upgrade_test.go:234: (dbg) Run:  out/minikube-windows-amd64.exe stop -p kubernetes-upgrade-20220728220137-27744
version_upgrade_test.go:234: (dbg) Done: out/minikube-windows-amd64.exe stop -p kubernetes-upgrade-20220728220137-27744: (9.5776685s)
version_upgrade_test.go:239: (dbg) Run:  out/minikube-windows-amd64.exe -p kubernetes-upgrade-20220728220137-27744 status --format={{.Host}}
version_upgrade_test.go:239: (dbg) Non-zero exit: out/minikube-windows-amd64.exe -p kubernetes-upgrade-20220728220137-27744 status --format={{.Host}}: exit status 7 (2.8056626s)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
version_upgrade_test.go:241: status error: exit status 7 (may be ok)
version_upgrade_test.go:250: (dbg) Run:  out/minikube-windows-amd64.exe start -p kubernetes-upgrade-20220728220137-27744 --memory=2200 --kubernetes-version=v1.24.3 --alsologtostderr -v=1 --driver=docker

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:250: (dbg) Done: out/minikube-windows-amd64.exe start -p kubernetes-upgrade-20220728220137-27744 --memory=2200 --kubernetes-version=v1.24.3 --alsologtostderr -v=1 --driver=docker: (1m29.8194543s)
version_upgrade_test.go:255: (dbg) Run:  kubectl --context kubernetes-upgrade-20220728220137-27744 version --output=json
version_upgrade_test.go:274: Attempting to downgrade Kubernetes (should fail)
version_upgrade_test.go:276: (dbg) Run:  out/minikube-windows-amd64.exe start -p kubernetes-upgrade-20220728220137-27744 --memory=2200 --kubernetes-version=v1.16.0 --driver=docker
version_upgrade_test.go:276: (dbg) Non-zero exit: out/minikube-windows-amd64.exe start -p kubernetes-upgrade-20220728220137-27744 --memory=2200 --kubernetes-version=v1.16.0 --driver=docker: exit status 106 (500.8208ms)

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-20220728220137-27744] minikube v1.26.0 on Microsoft Windows 10 Enterprise N 10.0.19044 Build 19044
	  - KUBECONFIG=C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube3\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=14555
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to K8S_DOWNGRADE_UNSUPPORTED: Unable to safely downgrade existing Kubernetes v1.24.3 cluster to v1.16.0
	* Suggestion: 
	
	    1) Recreate the cluster with Kubernetes 1.16.0, by running:
	    
	    minikube delete -p kubernetes-upgrade-20220728220137-27744
	    minikube start -p kubernetes-upgrade-20220728220137-27744 --kubernetes-version=v1.16.0
	    
	    2) Create a second cluster with Kubernetes 1.16.0, by running:
	    
	    minikube start -p kubernetes-upgrade-20220728220137-277442 --kubernetes-version=v1.16.0
	    
	    3) Use the existing cluster at version Kubernetes 1.24.3, by running:
	    
	    minikube start -p kubernetes-upgrade-20220728220137-27744 --kubernetes-version=v1.24.3
	    

                                                
                                                
** /stderr **
version_upgrade_test.go:280: Attempting restart after unsuccessful downgrade
version_upgrade_test.go:282: (dbg) Run:  out/minikube-windows-amd64.exe start -p kubernetes-upgrade-20220728220137-27744 --memory=2200 --kubernetes-version=v1.24.3 --alsologtostderr -v=1 --driver=docker
E0728 22:05:27.631535   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:282: (dbg) Done: out/minikube-windows-amd64.exe start -p kubernetes-upgrade-20220728220137-27744 --memory=2200 --kubernetes-version=v1.24.3 --alsologtostderr -v=1 --driver=docker: (2m4.4620426s)
helpers_test.go:175: Cleaning up "kubernetes-upgrade-20220728220137-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p kubernetes-upgrade-20220728220137-27744
E0728 22:07:26.594263   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p kubernetes-upgrade-20220728220137-27744: (16.4121393s)
--- PASS: TestKubernetesUpgrade (352.27s)

                                                
                                    
x
+
TestMissingContainerUpgrade (326.02s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:316: (dbg) Run:  C:\Users\jenkins.minikube3\AppData\Local\Temp\minikube-v1.9.1.1124737692.exe start -p missing-upgrade-20220728215858-27744 --memory=2200 --driver=docker
E0728 22:00:27.629387   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 22:00:29.810322   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:316: (dbg) Done: C:\Users\jenkins.minikube3\AppData\Local\Temp\minikube-v1.9.1.1124737692.exe start -p missing-upgrade-20220728215858-27744 --memory=2200 --driver=docker: (3m19.1969331s)
version_upgrade_test.go:325: (dbg) Run:  docker stop missing-upgrade-20220728215858-27744

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:325: (dbg) Done: docker stop missing-upgrade-20220728215858-27744: (11.4101112s)
version_upgrade_test.go:330: (dbg) Run:  docker rm missing-upgrade-20220728215858-27744
version_upgrade_test.go:336: (dbg) Run:  out/minikube-windows-amd64.exe start -p missing-upgrade-20220728215858-27744 --memory=2200 --alsologtostderr -v=1 --driver=docker

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:336: (dbg) Done: out/minikube-windows-amd64.exe start -p missing-upgrade-20220728215858-27744 --memory=2200 --alsologtostderr -v=1 --driver=docker: (1m33.58428s)
helpers_test.go:175: Cleaning up "missing-upgrade-20220728215858-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p missing-upgrade-20220728215858-27744
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p missing-upgrade-20220728215858-27744: (21.0322902s)
--- PASS: TestMissingContainerUpgrade (326.02s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.46s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoK8sWithVersion

                                                
                                                
=== CONT  TestNoKubernetes/serial/StartNoK8sWithVersion
no_kubernetes_test.go:83: (dbg) Run:  out/minikube-windows-amd64.exe start -p NoKubernetes-20220728215858-27744 --no-kubernetes --kubernetes-version=1.20 --driver=docker

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

                                                
                                                
-- stdout --
	* [NoKubernetes-20220728215858-27744] minikube v1.26.0 on Microsoft Windows 10 Enterprise N 10.0.19044 Build 19044
	  - KUBECONFIG=C:\Users\jenkins.minikube3\minikube-integration\kubeconfig
	  - MINIKUBE_HOME=C:\Users\jenkins.minikube3\minikube-integration\.minikube
	  - MINIKUBE_LOCATION=14555
	  - 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.46s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (147.8s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithK8s
no_kubernetes_test.go:95: (dbg) Run:  out/minikube-windows-amd64.exe start -p NoKubernetes-20220728215858-27744 --driver=docker

                                                
                                                
=== CONT  TestNoKubernetes/serial/StartWithK8s
no_kubernetes_test.go:95: (dbg) Done: out/minikube-windows-amd64.exe start -p NoKubernetes-20220728215858-27744 --driver=docker: (2m22.705438s)
no_kubernetes_test.go:200: (dbg) Run:  out/minikube-windows-amd64.exe -p NoKubernetes-20220728215858-27744 status -o json

                                                
                                                
=== CONT  TestNoKubernetes/serial/StartWithK8s
no_kubernetes_test.go:200: (dbg) Done: out/minikube-windows-amd64.exe -p NoKubernetes-20220728215858-27744 status -o json: (5.0934422s)
--- PASS: TestNoKubernetes/serial/StartWithK8s (147.80s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (51.99s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithStopK8s
no_kubernetes_test.go:112: (dbg) Run:  out/minikube-windows-amd64.exe start -p NoKubernetes-20220728215858-27744 --no-kubernetes --driver=docker

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

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

                                                
                                                
-- /stdout --
no_kubernetes_test.go:124: (dbg) Run:  out/minikube-windows-amd64.exe delete -p NoKubernetes-20220728215858-27744
E0728 22:02:11.711526   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.

                                                
                                                
=== CONT  TestNoKubernetes/serial/StartWithStopK8s
no_kubernetes_test.go:124: (dbg) Done: out/minikube-windows-amd64.exe delete -p NoKubernetes-20220728215858-27744: (20.470761s)
--- PASS: TestNoKubernetes/serial/StartWithStopK8s (51.99s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (0.48s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (244.06s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:190: (dbg) Run:  C:\Users\jenkins.minikube3\AppData\Local\Temp\minikube-v1.9.0.779341444.exe start -p stopped-upgrade-20220728220152-27744 --memory=2200 --vm-driver=docker

                                                
                                                
=== CONT  TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:190: (dbg) Done: C:\Users\jenkins.minikube3\AppData\Local\Temp\minikube-v1.9.0.779341444.exe start -p stopped-upgrade-20220728220152-27744 --memory=2200 --vm-driver=docker: (2m50.7434613s)
version_upgrade_test.go:199: (dbg) Run:  C:\Users\jenkins.minikube3\AppData\Local\Temp\minikube-v1.9.0.779341444.exe -p stopped-upgrade-20220728220152-27744 stop
version_upgrade_test.go:199: (dbg) Done: C:\Users\jenkins.minikube3\AppData\Local\Temp\minikube-v1.9.0.779341444.exe -p stopped-upgrade-20220728220152-27744 stop: (17.8587124s)
version_upgrade_test.go:205: (dbg) Run:  out/minikube-windows-amd64.exe start -p stopped-upgrade-20220728220152-27744 --memory=2200 --alsologtostderr -v=1 --driver=docker

                                                
                                                
=== CONT  TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:205: (dbg) Done: out/minikube-windows-amd64.exe start -p stopped-upgrade-20220728220152-27744 --memory=2200 --alsologtostderr -v=1 --driver=docker: (55.4512154s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (244.06s)

                                                
                                    
x
+
TestNoKubernetes/serial/Start (30.88s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/Start
no_kubernetes_test.go:136: (dbg) Run:  out/minikube-windows-amd64.exe start -p NoKubernetes-20220728215858-27744 --no-kubernetes --driver=docker
E0728 22:02:26.591211   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.

                                                
                                                
=== CONT  TestNoKubernetes/serial/Start
no_kubernetes_test.go:136: (dbg) Done: out/minikube-windows-amd64.exe start -p NoKubernetes-20220728215858-27744 --no-kubernetes --driver=docker: (30.8767106s)
--- PASS: TestNoKubernetes/serial/Start (30.88s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (3.93s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (24.03s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (5.52s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/Stop
no_kubernetes_test.go:158: (dbg) Run:  out/minikube-windows-amd64.exe stop -p NoKubernetes-20220728215858-27744
no_kubernetes_test.go:158: (dbg) Done: out/minikube-windows-amd64.exe stop -p NoKubernetes-20220728215858-27744: (5.5186451s)
--- PASS: TestNoKubernetes/serial/Stop (5.52s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (20.59s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoArgs
no_kubernetes_test.go:191: (dbg) Run:  out/minikube-windows-amd64.exe start -p NoKubernetes-20220728215858-27744 --driver=docker

                                                
                                                
=== CONT  TestNoKubernetes/serial/StartNoArgs
no_kubernetes_test.go:191: (dbg) Done: out/minikube-windows-amd64.exe start -p NoKubernetes-20220728215858-27744 --driver=docker: (20.5925411s)
--- PASS: TestNoKubernetes/serial/StartNoArgs (20.59s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (4.14s)

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

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

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

                                                
                                    
x
+
TestPause/serial/Start (119.98s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-windows-amd64.exe start -p pause-20220728220424-27744 --memory=2048 --install-addons=false --wait=all --driver=docker

                                                
                                                
=== CONT  TestPause/serial/Start
pause_test.go:80: (dbg) Done: out/minikube-windows-amd64.exe start -p pause-20220728220424-27744 --memory=2048 --install-addons=false --wait=all --driver=docker: (1m59.9829985s)
--- PASS: TestPause/serial/Start (119.98s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (10.41s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/MinikubeLogs
version_upgrade_test.go:213: (dbg) Run:  out/minikube-windows-amd64.exe logs -p stopped-upgrade-20220728220152-27744
version_upgrade_test.go:213: (dbg) Done: out/minikube-windows-amd64.exe logs -p stopped-upgrade-20220728220152-27744: (10.4128692s)
--- PASS: TestStoppedBinaryUpgrade/MinikubeLogs (10.41s)

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (66.41s)

                                                
                                                
=== RUN   TestPause/serial/SecondStartNoReconfiguration
pause_test.go:92: (dbg) Run:  out/minikube-windows-amd64.exe start -p pause-20220728220424-27744 --alsologtostderr -v=1 --driver=docker

                                                
                                                
=== CONT  TestPause/serial/SecondStartNoReconfiguration
pause_test.go:92: (dbg) Done: out/minikube-windows-amd64.exe start -p pause-20220728220424-27744 --alsologtostderr -v=1 --driver=docker: (1m6.3910086s)
--- PASS: TestPause/serial/SecondStartNoReconfiguration (66.41s)

                                                
                                    
x
+
TestPause/serial/Pause (4.87s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (4.35s)

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

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

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

                                                
                                    
x
+
TestPause/serial/Unpause (4.65s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (6.18s)

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

                                                
                                    
x
+
TestPause/serial/DeletePaused (17.03s)

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

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (13.25s)

                                                
                                                
=== RUN   TestPause/serial/VerifyDeletedResources
pause_test.go:142: (dbg) Run:  out/minikube-windows-amd64.exe profile list --output json

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

                                                
                                                
-- stdout --
	[]

                                                
                                                
-- /stdout --
** stderr ** 
	Error: No such volume: pause-20220728220424-27744

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Start
net_test.go:101: (dbg) Run:  out/minikube-windows-amd64.exe start -p auto-20220728220616-27744 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --driver=docker

                                                
                                                
=== CONT  TestNetworkPlugins/group/auto/Start
net_test.go:101: (dbg) Done: out/minikube-windows-amd64.exe start -p auto-20220728220616-27744 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --driver=docker: (2m17.9629235s)
--- PASS: TestNetworkPlugins/group/auto/Start (137.96s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/Start
net_test.go:101: (dbg) Run:  out/minikube-windows-amd64.exe start -p false-20220728220620-27744 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=false --driver=docker

                                                
                                                
=== CONT  TestNetworkPlugins/group/false/Start
net_test.go:101: (dbg) Done: out/minikube-windows-amd64.exe start -p false-20220728220620-27744 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=false --driver=docker: (1m53.7699747s)
--- PASS: TestNetworkPlugins/group/false/Start (113.77s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:101: (dbg) Run:  out/minikube-windows-amd64.exe start -p kindnet-20220728220620-27744 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=kindnet --driver=docker

                                                
                                                
=== CONT  TestNetworkPlugins/group/kindnet/Start
net_test.go:101: (dbg) Done: out/minikube-windows-amd64.exe start -p kindnet-20220728220620-27744 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=kindnet --driver=docker: (2m13.0816438s)
--- PASS: TestNetworkPlugins/group/kindnet/Start (133.08s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/KubeletFlags
net_test.go:122: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p auto-20220728220616-27744 "pgrep -a kubelet"
net_test.go:122: (dbg) Done: out/minikube-windows-amd64.exe ssh -p auto-20220728220616-27744 "pgrep -a kubelet": (3.9080364s)
--- PASS: TestNetworkPlugins/group/auto/KubeletFlags (3.95s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:138: (dbg) Run:  kubectl --context auto-20220728220616-27744 replace --force -f testdata\netcat-deployment.yaml
net_test.go:152: (dbg) TestNetworkPlugins/group/auto/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:342: "netcat-869c55b6dc-lf9l2" [908cf598-ef9e-4a58-a9b8-a2a0768275d3] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:342: "netcat-869c55b6dc-lf9l2" [908cf598-ef9e-4a58-a9b8-a2a0768275d3] Running
net_test.go:152: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 23.0953922s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (24.15s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/DNS
net_test.go:169: (dbg) Run:  kubectl --context auto-20220728220616-27744 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/auto/DNS (0.73s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/HairPin
net_test.go:238: (dbg) Run:  kubectl --context auto-20220728220616-27744 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
net_test.go:238: (dbg) Non-zero exit: kubectl --context auto-20220728220616-27744 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080": exit status 1 (5.6420915s)

                                                
                                                
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
--- PASS: TestNetworkPlugins/group/auto/HairPin (5.65s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/Start
net_test.go:101: (dbg) Run:  out/minikube-windows-amd64.exe start -p enable-default-cni-20220728220616-27744 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --enable-default-cni=true --driver=docker

                                                
                                                
=== CONT  TestNetworkPlugins/group/enable-default-cni/Start
net_test.go:101: (dbg) Done: out/minikube-windows-amd64.exe start -p enable-default-cni-20220728220616-27744 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --enable-default-cni=true --driver=docker: (2m32.9462087s)
--- PASS: TestNetworkPlugins/group/enable-default-cni/Start (152.95s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/KubeletFlags
net_test.go:122: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p false-20220728220620-27744 "pgrep -a kubelet"
net_test.go:122: (dbg) Done: out/minikube-windows-amd64.exe ssh -p false-20220728220620-27744 "pgrep -a kubelet": (3.9463133s)
--- PASS: TestNetworkPlugins/group/false/KubeletFlags (3.95s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/NetCatPod
net_test.go:138: (dbg) Run:  kubectl --context false-20220728220620-27744 replace --force -f testdata\netcat-deployment.yaml
net_test.go:152: (dbg) TestNetworkPlugins/group/false/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:342: "netcat-869c55b6dc-cdfxj" [0426ee6e-0b17-49eb-9f61-01e7a8975c14] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0728 22:11:54.914738   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 22:12:11.706341   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
helpers_test.go:342: "netcat-869c55b6dc-cdfxj" [0426ee6e-0b17-49eb-9f61-01e7a8975c14] Running
net_test.go:152: (dbg) TestNetworkPlugins/group/false/NetCatPod: app=netcat healthy within 29.0426347s
--- PASS: TestNetworkPlugins/group/false/NetCatPod (29.95s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/DNS
net_test.go:169: (dbg) Run:  kubectl --context false-20220728220620-27744 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/false/DNS (0.64s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/HairPin
net_test.go:238: (dbg) Run:  kubectl --context false-20220728220620-27744 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
E0728 22:12:26.607512   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
net_test.go:238: (dbg) Non-zero exit: kubectl --context false-20220728220620-27744 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080": exit status 1 (5.666954s)

                                                
                                                
** stderr ** 
	command terminated with exit code 1

                                                
                                                
** /stderr **
--- PASS: TestNetworkPlugins/group/false/HairPin (5.67s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Start
net_test.go:101: (dbg) Run:  out/minikube-windows-amd64.exe start -p bridge-20220728220616-27744 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=bridge --driver=docker

                                                
                                                
=== CONT  TestNetworkPlugins/group/bridge/Start
net_test.go:101: (dbg) Done: out/minikube-windows-amd64.exe start -p bridge-20220728220616-27744 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=bridge --driver=docker: (2m1.3890847s)
--- PASS: TestNetworkPlugins/group/bridge/Start (121.39s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/ControllerPod
net_test.go:109: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: waiting 10m0s for pods matching "app=kindnet" in namespace "kube-system" ...
helpers_test.go:342: "kindnet-qq29g" [bd37197f-763d-49e5-9200-9e766d65e279] Running
net_test.go:109: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 5.0505768s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (5.06s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/KubeletFlags
net_test.go:122: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p kindnet-20220728220620-27744 "pgrep -a kubelet"
net_test.go:122: (dbg) Done: out/minikube-windows-amd64.exe ssh -p kindnet-20220728220620-27744 "pgrep -a kubelet": (4.2593314s)
--- PASS: TestNetworkPlugins/group/kindnet/KubeletFlags (4.74s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:138: (dbg) Run:  kubectl --context kindnet-20220728220620-27744 replace --force -f testdata\netcat-deployment.yaml
net_test.go:152: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:342: "netcat-869c55b6dc-2z8s8" [7cd912e1-9775-4142-9ab0-05651adc3f85] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])

                                                
                                                
=== CONT  TestNetworkPlugins/group/kindnet/NetCatPod
helpers_test.go:342: "netcat-869c55b6dc-2z8s8" [7cd912e1-9775-4142-9ab0-05651adc3f85] Running
net_test.go:152: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 25.13597s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (26.03s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/DNS
net_test.go:169: (dbg) Run:  kubectl --context kindnet-20220728220620-27744 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/kindnet/DNS (0.72s)

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/Start
net_test.go:101: (dbg) Run:  out/minikube-windows-amd64.exe start -p kubenet-20220728220616-27744 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --network-plugin=kubenet --driver=docker

                                                
                                                
=== CONT  TestNetworkPlugins/group/kubenet/Start
net_test.go:101: (dbg) Done: out/minikube-windows-amd64.exe start -p kubenet-20220728220616-27744 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --network-plugin=kubenet --driver=docker: (2m46.9282179s)
--- PASS: TestNetworkPlugins/group/kubenet/Start (166.93s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/KubeletFlags
net_test.go:122: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p enable-default-cni-20220728220616-27744 "pgrep -a kubelet"
net_test.go:122: (dbg) Done: out/minikube-windows-amd64.exe ssh -p enable-default-cni-20220728220616-27744 "pgrep -a kubelet": (4.2695551s)
--- PASS: TestNetworkPlugins/group/enable-default-cni/KubeletFlags (4.27s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:138: (dbg) Run:  kubectl --context enable-default-cni-20220728220616-27744 replace --force -f testdata\netcat-deployment.yaml
net_test.go:152: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:342: "netcat-869c55b6dc-j42bx" [e4532260-d0a0-46e7-a640-790075611814] Pending
helpers_test.go:342: "netcat-869c55b6dc-j42bx" [e4532260-d0a0-46e7-a640-790075611814] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])

                                                
                                                
=== CONT  TestNetworkPlugins/group/enable-default-cni/NetCatPod
helpers_test.go:342: "netcat-869c55b6dc-j42bx" [e4532260-d0a0-46e7-a640-790075611814] Running
net_test.go:152: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 20.0736642s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (21.11s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/DNS
net_test.go:169: (dbg) Run:  kubectl --context enable-default-cni-20220728220616-27744 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/enable-default-cni/DNS (0.72s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/KubeletFlags
net_test.go:122: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p bridge-20220728220616-27744 "pgrep -a kubelet"

                                                
                                                
=== CONT  TestNetworkPlugins/group/bridge/KubeletFlags
net_test.go:122: (dbg) Done: out/minikube-windows-amd64.exe ssh -p bridge-20220728220616-27744 "pgrep -a kubelet": (3.9758334s)
--- PASS: TestNetworkPlugins/group/bridge/KubeletFlags (3.98s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/Start
net_test.go:101: (dbg) Run:  out/minikube-windows-amd64.exe start -p calico-20220728220624-27744 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=calico --driver=docker

                                                
                                                
=== CONT  TestNetworkPlugins/group/calico/Start
net_test.go:101: (dbg) Done: out/minikube-windows-amd64.exe start -p calico-20220728220624-27744 --memory=2048 --alsologtostderr --wait=true --wait-timeout=5m --cni=calico --driver=docker: (6m22.4329699s)
--- PASS: TestNetworkPlugins/group/calico/Start (382.43s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:138: (dbg) Run:  kubectl --context bridge-20220728220616-27744 replace --force -f testdata\netcat-deployment.yaml
net_test.go:138: (dbg) Done: kubectl --context bridge-20220728220616-27744 replace --force -f testdata\netcat-deployment.yaml: (3.879225s)
net_test.go:152: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:342: "netcat-869c55b6dc-pxs8s" [ee06c3a4-6fbb-4934-b092-d5d169a6c7b0] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])

                                                
                                                
=== CONT  TestNetworkPlugins/group/bridge/NetCatPod
helpers_test.go:342: "netcat-869c55b6dc-pxs8s" [ee06c3a4-6fbb-4934-b092-d5d169a6c7b0] Running
net_test.go:152: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 28.1033456s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (32.23s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/DNS
net_test.go:169: (dbg) Run:  kubectl --context bridge-20220728220616-27744 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/bridge/DNS (0.68s)

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-windows-amd64.exe start -p old-k8s-version-20220728221546-27744 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker --kubernetes-version=v1.16.0
E0728 22:16:04.297254   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\auto-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:16:04.312711   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\auto-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:16:04.328823   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\auto-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:16:04.359444   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\auto-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:16:04.405772   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\auto-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:16:04.499639   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\auto-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:16:04.673768   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\auto-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:16:05.006154   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\auto-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:16:05.655906   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\auto-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:16:06.937249   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\auto-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:16:09.509084   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\auto-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:16:14.634560   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\auto-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:16:24.882201   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\auto-20220728220616-27744\client.crt: The system cannot find the path specified.

                                                
                                                
=== CONT  TestStartStop/group/old-k8s-version/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Done: out/minikube-windows-amd64.exe start -p old-k8s-version-20220728221546-27744 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker --kubernetes-version=v1.16.0: (2m49.1642911s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (169.16s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/KubeletFlags
net_test.go:122: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p kubenet-20220728220616-27744 "pgrep -a kubelet"
net_test.go:122: (dbg) Done: out/minikube-windows-amd64.exe ssh -p kubenet-20220728220616-27744 "pgrep -a kubelet": (4.1895188s)
--- PASS: TestNetworkPlugins/group/kubenet/KubeletFlags (4.19s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/NetCatPod
net_test.go:138: (dbg) Run:  kubectl --context kubenet-20220728220616-27744 replace --force -f testdata\netcat-deployment.yaml
net_test.go:152: (dbg) TestNetworkPlugins/group/kubenet/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:342: "netcat-869c55b6dc-6zlqv" [f83f94ac-b255-44d7-8a0a-ff9bcc2a4cf4] Pending
helpers_test.go:342: "netcat-869c55b6dc-6zlqv" [f83f94ac-b255-44d7-8a0a-ff9bcc2a4cf4] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0728 22:16:45.369879   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\auto-20220728220616-27744\client.crt: The system cannot find the path specified.
helpers_test.go:342: "netcat-869c55b6dc-6zlqv" [f83f94ac-b255-44d7-8a0a-ff9bcc2a4cf4] Running
E0728 22:16:51.436559   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:16:51.452532   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:16:51.468605   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:16:51.499810   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:16:51.546082   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:16:51.641650   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:16:51.812378   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:16:52.132619   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:16:52.781949   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:16:54.078514   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
net_test.go:152: (dbg) TestNetworkPlugins/group/kubenet/NetCatPod: app=netcat healthy within 20.1112291s
--- PASS: TestNetworkPlugins/group/kubenet/NetCatPod (21.03s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/DNS
net_test.go:169: (dbg) Run:  kubectl --context kubenet-20220728220616-27744 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/kubenet/DNS (0.74s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-windows-amd64.exe start -p no-preload-20220728221829-27744 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.24.3
E0728 22:18:30.967436   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.

                                                
                                                
=== CONT  TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Done: out/minikube-windows-amd64.exe start -p no-preload-20220728221829-27744 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.24.3: (6m39.8665054s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (399.87s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-20220728221546-27744 create -f testdata\busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:342: "busybox" [056aceda-51c3-4b4f-9bd8-bb2522637210] Pending
helpers_test.go:342: "busybox" [056aceda-51c3-4b4f-9bd8-bb2522637210] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:342: "busybox" [056aceda-51c3-4b4f-9bd8-bb2522637210] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 11.0977046s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-20220728221546-27744 exec busybox -- /bin/sh -c "ulimit -n"
E0728 22:18:48.273467   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\auto-20220728220616-27744\client.crt: The system cannot find the path specified.
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (12.41s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive
start_stop_delete_test.go:205: (dbg) Run:  out/minikube-windows-amd64.exe addons enable metrics-server -p old-k8s-version-20220728221546-27744 --images=MetricsServer=k8s.gcr.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:205: (dbg) Done: out/minikube-windows-amd64.exe addons enable metrics-server -p old-k8s-version-20220728221546-27744 --images=MetricsServer=k8s.gcr.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (4.6252159s)
start_stop_delete_test.go:215: (dbg) Run:  kubectl --context old-k8s-version-20220728221546-27744 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive (5.34s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop
start_stop_delete_test.go:239: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p old-k8s-version-20220728221546-27744 -n old-k8s-version-20220728221546-27744
E0728 22:19:11.930722   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:239: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Host}} -p old-k8s-version-20220728221546-27744 -n old-k8s-version-20220728221546-27744: exit status 7 (3.1006655s)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:239: status error: exit status 7 (may be ok)
start_stop_delete_test.go:246: (dbg) Run:  out/minikube-windows-amd64.exe addons enable dashboard -p old-k8s-version-20220728221546-27744 --images=MetricsScraper=k8s.gcr.io/echoserver:1.4
start_stop_delete_test.go:246: (dbg) Done: out/minikube-windows-amd64.exe addons enable dashboard -p old-k8s-version-20220728221546-27744 --images=MetricsScraper=k8s.gcr.io/echoserver:1.4: (3.2563864s)
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop (6.36s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-windows-amd64.exe start -p old-k8s-version-20220728221546-27744 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker --kubernetes-version=v1.16.0
E0728 22:19:21.732127   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:21.748097   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:21.764096   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:21.794157   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:21.840778   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:21.933313   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:22.098004   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:22.426389   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:23.082786   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:24.376024   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:26.938411   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:32.059116   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:35.406566   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:19:42.301461   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:51.253803   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:51.269774   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:51.285794   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:51.317812   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:51.365783   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:51.445797   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:51.619800   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:51.951790   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:52.601926   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:53.891657   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:19:56.459244   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:20:01.592944   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:20:02.788343   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:20:11.838497   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:20:27.639470   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 22:20:32.327924   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:20:33.867566   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:20:43.757196   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:21:04.309364   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\auto-20220728220616-27744\client.crt: The system cannot find the path specified.

                                                
                                                
=== CONT  TestStartStop/group/old-k8s-version/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Done: out/minikube-windows-amd64.exe start -p old-k8s-version-20220728221546-27744 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker --kubernetes-version=v1.16.0: (10m53.2228279s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p old-k8s-version-20220728221546-27744 -n old-k8s-version-20220728221546-27744
start_stop_delete_test.go:262: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Host}} -p old-k8s-version-20220728221546-27744 -n old-k8s-version-20220728221546-27744: (3.800431s)
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (657.02s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/ControllerPod
net_test.go:109: (dbg) TestNetworkPlugins/group/calico/ControllerPod: waiting 10m0s for pods matching "k8s-app=calico-node" in namespace "kube-system" ...
helpers_test.go:342: "calico-node-fwfkn" [4e2ae378-2d02-4ec3-b67a-55523c39a953] Running
net_test.go:109: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 5.0364495s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (5.04s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/KubeletFlags
net_test.go:122: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p calico-20220728220624-27744 "pgrep -a kubelet"
E0728 22:21:13.298676   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.
net_test.go:122: (dbg) Done: out/minikube-windows-amd64.exe ssh -p calico-20220728220624-27744 "pgrep -a kubelet": (3.8741332s)
--- PASS: TestNetworkPlugins/group/calico/KubeletFlags (3.87s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-20220728221829-27744 create -f testdata\busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:342: "busybox" [165f4e52-900e-49c9-9d3a-2a8374ffc1be] Pending
helpers_test.go:342: "busybox" [165f4e52-900e-49c9-9d3a-2a8374ffc1be] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:342: "busybox" [165f4e52-900e-49c9-9d3a-2a8374ffc1be] Running
E0728 22:25:19.069946   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 9.1216544s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-20220728221829-27744 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (10.40s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-windows-amd64.exe stop -p no-preload-20220728221829-27744 --alsologtostderr -v=3
E0728 22:25:27.648875   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:228: (dbg) Done: out/minikube-windows-amd64.exe stop -p no-preload-20220728221829-27744 --alsologtostderr -v=3: (16.5494825s)
--- PASS: TestStartStop/group/no-preload/serial/Stop (16.55s)

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

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:239: status error: exit status 7 (may be ok)
start_stop_delete_test.go:246: (dbg) Run:  out/minikube-windows-amd64.exe addons enable dashboard -p no-preload-20220728221829-27744 --images=MetricsScraper=k8s.gcr.io/echoserver:1.4
start_stop_delete_test.go:246: (dbg) Done: out/minikube-windows-amd64.exe addons enable dashboard -p no-preload-20220728221829-27744 --images=MetricsScraper=k8s.gcr.io/echoserver:1.4: (2.9879891s)
--- PASS: TestStartStop/group/no-preload/serial/EnableAddonAfterStop (6.50s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-windows-amd64.exe start -p no-preload-20220728221829-27744 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.24.3

                                                
                                                
=== CONT  TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Done: out/minikube-windows-amd64.exe start -p no-preload-20220728221829-27744 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker --kubernetes-version=v1.24.3: (9m57.5314748s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p no-preload-20220728221829-27744 -n no-preload-20220728221829-27744

                                                
                                                
=== CONT  TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:262: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Host}} -p no-preload-20220728221829-27744 -n no-preload-20220728221829-27744: (3.8746838s)
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (601.41s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-windows-amd64.exe start -p embed-certs-20220728222622-27744 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker --kubernetes-version=v1.24.3
E0728 22:26:34.246888   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:26:51.446293   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:27:02.039509   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:27:11.715725   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 22:27:26.605924   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 22:27:49.909954   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:186: (dbg) Done: out/minikube-windows-amd64.exe start -p embed-certs-20220728222622-27744 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker --kubernetes-version=v1.24.3: (1m51.6229724s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (111.62s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-20220728222622-27744 create -f testdata\busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:342: "busybox" [2757d1e1-3dc8-432c-8bf2-1a3c35fc80c8] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:342: "busybox" [2757d1e1-3dc8-432c-8bf2-1a3c35fc80c8] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 10.0461449s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-20220728222622-27744 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (11.31s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-windows-amd64.exe stop -p embed-certs-20220728222622-27744 --alsologtostderr -v=3
E0728 22:28:34.925926   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:228: (dbg) Done: out/minikube-windows-amd64.exe stop -p embed-certs-20220728222622-27744 --alsologtostderr -v=3: (16.01164s)
--- PASS: TestStartStop/group/embed-certs/serial/Stop (16.01s)

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

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:239: status error: exit status 7 (may be ok)
start_stop_delete_test.go:246: (dbg) Run:  out/minikube-windows-amd64.exe addons enable dashboard -p embed-certs-20220728222622-27744 --images=MetricsScraper=k8s.gcr.io/echoserver:1.4
start_stop_delete_test.go:246: (dbg) Done: out/minikube-windows-amd64.exe addons enable dashboard -p embed-certs-20220728222622-27744 --images=MetricsScraper=k8s.gcr.io/echoserver:1.4: (2.7630698s)
--- PASS: TestStartStop/group/embed-certs/serial/EnableAddonAfterStop (5.46s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-windows-amd64.exe start -p embed-certs-20220728222622-27744 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker --kubernetes-version=v1.24.3
E0728 22:29:21.749772   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:29:51.257217   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.

                                                
                                                
=== CONT  TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Done: out/minikube-windows-amd64.exe start -p embed-certs-20220728222622-27744 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker --kubernetes-version=v1.24.3: (5m55.2617627s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p embed-certs-20220728222622-27744 -n embed-certs-20220728222622-27744
E0728 22:34:51.269421   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:262: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Host}} -p embed-certs-20220728222622-27744 -n embed-certs-20220728222622-27744: (4.8955077s)
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (360.16s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:342: "kubernetes-dashboard-958c5c65f-8cf7w" [ad7f73e1-f3fe-4460-9bbf-536d8038502c] Running / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.0400564s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (5.04s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:342: "kubernetes-dashboard-958c5c65f-8cf7w" [ad7f73e1-f3fe-4460-9bbf-536d8038502c] Running / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.0415715s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context old-k8s-version-20220728221546-27744 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.65s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p old-k8s-version-20220728221546-27744 "sudo crictl images -o json"
E0728 22:30:27.643621   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:304: (dbg) Done: out/minikube-windows-amd64.exe ssh -p old-k8s-version-20220728221546-27744 "sudo crictl images -o json": (3.8624692s)
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (3.86s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe unpause -p old-k8s-version-20220728221546-27744 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe unpause -p old-k8s-version-20220728221546-27744 --alsologtostderr -v=1: (4.4558485s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p old-k8s-version-20220728221546-27744 -n old-k8s-version-20220728221546-27744
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p old-k8s-version-20220728221546-27744 -n old-k8s-version-20220728221546-27744: (4.7365994s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p old-k8s-version-20220728221546-27744 -n old-k8s-version-20220728221546-27744
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p old-k8s-version-20220728221546-27744 -n old-k8s-version-20220728221546-27744: (3.9037436s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Pause (25.51s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/FirstStart (356.59s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-different-port/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-windows-amd64.exe start -p default-k8s-different-port-20220728223118-27744 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker --kubernetes-version=v1.24.3
E0728 22:31:34.247053   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:31:51.445328   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:31:51.897323   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
E0728 22:32:11.720953   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\functional-20220728203726-27744\client.crt: The system cannot find the path specified.
E0728 22:32:26.608471   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 22:32:27.491134   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\auto-20220728220616-27744\client.crt: The system cannot find the path specified.
E0728 22:32:49.901396   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:33:14.624078   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\false-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:33:36.633609   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\old-k8s-version-20220728221546-27744\client.crt: The system cannot find the path specified.
E0728 22:33:36.648485   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\old-k8s-version-20220728221546-27744\client.crt: The system cannot find the path specified.
E0728 22:33:36.664626   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\old-k8s-version-20220728221546-27744\client.crt: The system cannot find the path specified.
E0728 22:33:36.695528   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\old-k8s-version-20220728221546-27744\client.crt: The system cannot find the path specified.
E0728 22:33:36.741938   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\old-k8s-version-20220728221546-27744\client.crt: The system cannot find the path specified.
E0728 22:33:36.834350   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\old-k8s-version-20220728221546-27744\client.crt: The system cannot find the path specified.
E0728 22:33:37.005641   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\old-k8s-version-20220728221546-27744\client.crt: The system cannot find the path specified.
E0728 22:33:37.334931   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\old-k8s-version-20220728221546-27744\client.crt: The system cannot find the path specified.
E0728 22:33:37.981662   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\old-k8s-version-20220728221546-27744\client.crt: The system cannot find the path specified.
E0728 22:33:39.271430   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\old-k8s-version-20220728221546-27744\client.crt: The system cannot find the path specified.
E0728 22:33:41.844984   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\old-k8s-version-20220728221546-27744\client.crt: The system cannot find the path specified.
E0728 22:33:46.967632   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\old-k8s-version-20220728221546-27744\client.crt: The system cannot find the path specified.
E0728 22:33:49.843961   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 22:33:57.220147   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\old-k8s-version-20220728221546-27744\client.crt: The system cannot find the path specified.
E0728 22:34:13.084987   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
E0728 22:34:17.705215   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\old-k8s-version-20220728221546-27744\client.crt: The system cannot find the path specified.
E0728 22:34:21.740590   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.

                                                
                                                
=== CONT  TestStartStop/group/default-k8s-different-port/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Done: out/minikube-windows-amd64.exe start -p default-k8s-different-port-20220728223118-27744 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker --kubernetes-version=v1.24.3: (5m56.5929496s)
--- PASS: TestStartStop/group/default-k8s-different-port/serial/FirstStart (356.59s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:342: "kubernetes-dashboard-5fd5574d9f-2wt74" [f4ebc9eb-d317-4315-9ac1-76ecd3470db2] Pending / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])
E0728 22:34:58.676091   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\old-k8s-version-20220728221546-27744\client.crt: The system cannot find the path specified.
helpers_test.go:342: "kubernetes-dashboard-5fd5574d9f-2wt74" [f4ebc9eb-d317-4315-9ac1-76ecd3470db2] Running
E0728 22:35:27.653164   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\ingress-addon-legacy-20220728211750-27744\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 36.0592275s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (36.06s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:342: "kubernetes-dashboard-5fd5574d9f-2wt74" [f4ebc9eb-d317-4315-9ac1-76ecd3470db2] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.0315804s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context embed-certs-20220728222622-27744 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.60s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p embed-certs-20220728222622-27744 "sudo crictl images -o json"
start_stop_delete_test.go:304: (dbg) Done: out/minikube-windows-amd64.exe ssh -p embed-certs-20220728222622-27744 "sudo crictl images -o json": (3.771443s)
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (3.77s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Pause
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe pause -p embed-certs-20220728222622-27744 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe pause -p embed-certs-20220728222622-27744 --alsologtostderr -v=1: (4.6083803s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p embed-certs-20220728222622-27744 -n embed-certs-20220728222622-27744
E0728 22:35:44.892471   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.

                                                
                                                
=== CONT  TestStartStop/group/embed-certs/serial/Pause
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p embed-certs-20220728222622-27744 -n embed-certs-20220728222622-27744: exit status 2 (3.7803967s)

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe unpause -p embed-certs-20220728222622-27744 --alsologtostderr -v=1

                                                
                                                
=== CONT  TestStartStop/group/embed-certs/serial/Pause
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe unpause -p embed-certs-20220728222622-27744 --alsologtostderr -v=1: (4.4316802s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p embed-certs-20220728222622-27744 -n embed-certs-20220728222622-27744

                                                
                                                
=== CONT  TestStartStop/group/embed-certs/serial/Pause
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p embed-certs-20220728222622-27744 -n embed-certs-20220728222622-27744: (4.0453664s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p embed-certs-20220728222622-27744 -n embed-certs-20220728222622-27744

                                                
                                                
=== CONT  TestStartStop/group/embed-certs/serial/Pause
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p embed-certs-20220728222622-27744 -n embed-certs-20220728222622-27744: (4.0570345s)
--- PASS: TestStartStop/group/embed-certs/serial/Pause (24.73s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:342: "kubernetes-dashboard-5fd5574d9f-n6ssb" [f53ec54d-959d-4c17-9ab9-e59b4fe1a0ed] Running / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])

                                                
                                                
=== CONT  TestStartStop/group/no-preload/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.0416842s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (5.04s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:342: "kubernetes-dashboard-5fd5574d9f-n6ssb" [f53ec54d-959d-4c17-9ab9-e59b4fe1a0ed] Running / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])

                                                
                                                
=== CONT  TestStartStop/group/no-preload/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.0359334s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context no-preload-20220728221829-27744 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (5.64s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p no-preload-20220728221829-27744 "sudo crictl images -o json"

                                                
                                                
=== CONT  TestStartStop/group/no-preload/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Done: out/minikube-windows-amd64.exe ssh -p no-preload-20220728221829-27744 "sudo crictl images -o json": (3.9317021s)
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/no-preload/serial/VerifyKubernetesImages (3.93s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Pause
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe pause -p no-preload-20220728221829-27744 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe pause -p no-preload-20220728221829-27744 --alsologtostderr -v=1: (4.9060525s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p no-preload-20220728221829-27744 -n no-preload-20220728221829-27744

                                                
                                                
=== CONT  TestStartStop/group/no-preload/serial/Pause
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p no-preload-20220728221829-27744 -n no-preload-20220728221829-27744: exit status 2 (3.8526739s)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p no-preload-20220728221829-27744 -n no-preload-20220728221829-27744
E0728 22:36:14.447742   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\bridge-20220728220616-27744\client.crt: The system cannot find the path specified.

                                                
                                                
=== CONT  TestStartStop/group/no-preload/serial/Pause
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p no-preload-20220728221829-27744 -n no-preload-20220728221829-27744: exit status 2 (3.8305461s)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe unpause -p no-preload-20220728221829-27744 --alsologtostderr -v=1

                                                
                                                
=== CONT  TestStartStop/group/no-preload/serial/Pause
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe unpause -p no-preload-20220728221829-27744 --alsologtostderr -v=1: (4.6592561s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p no-preload-20220728221829-27744 -n no-preload-20220728221829-27744

                                                
                                                
=== CONT  TestStartStop/group/no-preload/serial/Pause
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p no-preload-20220728221829-27744 -n no-preload-20220728221829-27744: (5.423946s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p no-preload-20220728221829-27744 -n no-preload-20220728221829-27744

                                                
                                                
=== CONT  TestStartStop/group/no-preload/serial/Pause
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p no-preload-20220728221829-27744 -n no-preload-20220728221829-27744: (4.121592s)
--- PASS: TestStartStop/group/no-preload/serial/Pause (26.79s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-windows-amd64.exe start -p newest-cni-20220728223615-27744 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=192.168.111.111/16 --driver=docker --kubernetes-version=v1.24.3

                                                
                                                
=== CONT  TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Done: out/minikube-windows-amd64.exe start -p newest-cni-20220728223615-27744 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=192.168.111.111/16 --driver=docker --kubernetes-version=v1.24.3: (1m51.3804396s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (111.38s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/DeployApp (12.28s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-different-port/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-different-port-20220728223118-27744 create -f testdata\busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-different-port/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:342: "busybox" [a00d363d-e4f4-4f98-be76-f855e33a2672] Pending
helpers_test.go:342: "busybox" [a00d363d-e4f4-4f98-be76-f855e33a2672] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:342: "busybox" [a00d363d-e4f4-4f98-be76-f855e33a2672] Running
E0728 22:37:26.610259   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-different-port/serial/DeployApp: integration-test=busybox healthy within 11.0505275s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-different-port-20220728223118-27744 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-different-port/serial/DeployApp (12.28s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/EnableAddonWhileActive (4.85s)

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

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/Stop (15.93s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-different-port/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-windows-amd64.exe stop -p default-k8s-different-port-20220728223118-27744 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-windows-amd64.exe stop -p default-k8s-different-port-20220728223118-27744 --alsologtostderr -v=3: (15.9272605s)
--- PASS: TestStartStop/group/default-k8s-different-port/serial/Stop (15.93s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/EnableAddonAfterStop (5.09s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-different-port/serial/EnableAddonAfterStop
start_stop_delete_test.go:239: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p default-k8s-different-port-20220728223118-27744 -n default-k8s-different-port-20220728223118-27744
E0728 22:37:49.913997   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:239: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Host}} -p default-k8s-different-port-20220728223118-27744 -n default-k8s-different-port-20220728223118-27744: exit status 7 (2.5361268s)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:239: status error: exit status 7 (may be ok)
start_stop_delete_test.go:246: (dbg) Run:  out/minikube-windows-amd64.exe addons enable dashboard -p default-k8s-different-port-20220728223118-27744 --images=MetricsScraper=k8s.gcr.io/echoserver:1.4
start_stop_delete_test.go:246: (dbg) Done: out/minikube-windows-amd64.exe addons enable dashboard -p default-k8s-different-port-20220728223118-27744 --images=MetricsScraper=k8s.gcr.io/echoserver:1.4: (2.5552785s)
--- PASS: TestStartStop/group/default-k8s-different-port/serial/EnableAddonAfterStop (5.09s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/SecondStart (599.58s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-different-port/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-windows-amd64.exe start -p default-k8s-different-port-20220728223118-27744 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker --kubernetes-version=v1.24.3
E0728 22:37:57.412872   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kubenet-20220728220616-27744\client.crt: The system cannot find the path specified.

                                                
                                                
=== CONT  TestStartStop/group/default-k8s-different-port/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Done: out/minikube-windows-amd64.exe start -p default-k8s-different-port-20220728223118-27744 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker --kubernetes-version=v1.24.3: (9m56.0750012s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p default-k8s-different-port-20220728223118-27744 -n default-k8s-different-port-20220728223118-27744
E0728 22:47:49.919262   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\kindnet-20220728220620-27744\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:262: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Host}} -p default-k8s-different-port-20220728223118-27744 -n default-k8s-different-port-20220728223118-27744: (3.50672s)
--- PASS: TestStartStop/group/default-k8s-different-port/serial/SecondStart (599.58s)

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

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

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

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

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

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:239: status error: exit status 7 (may be ok)
start_stop_delete_test.go:246: (dbg) Run:  out/minikube-windows-amd64.exe addons enable dashboard -p newest-cni-20220728223615-27744 --images=MetricsScraper=k8s.gcr.io/echoserver:1.4
start_stop_delete_test.go:246: (dbg) Done: out/minikube-windows-amd64.exe addons enable dashboard -p newest-cni-20220728223615-27744 --images=MetricsScraper=k8s.gcr.io/echoserver:1.4: (2.78338s)
--- PASS: TestStartStop/group/newest-cni/serial/EnableAddonAfterStop (5.58s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-windows-amd64.exe start -p newest-cni-20220728223615-27744 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=192.168.111.111/16 --driver=docker --kubernetes-version=v1.24.3
E0728 22:38:36.643752   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\old-k8s-version-20220728221546-27744\client.crt: The system cannot find the path specified.
E0728 22:39:04.450361   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\old-k8s-version-20220728221546-27744\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:256: (dbg) Done: out/minikube-windows-amd64.exe start -p newest-cni-20220728223615-27744 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=192.168.111.111/16 --driver=docker --kubernetes-version=v1.24.3: (48.5668981s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Host}} -p newest-cni-20220728223615-27744 -n newest-cni-20220728223615-27744
E0728 22:39:21.756393   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\enable-default-cni-20220728220616-27744\client.crt: The system cannot find the path specified.
start_stop_delete_test.go:262: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Host}} -p newest-cni-20220728223615-27744 -n newest-cni-20220728223615-27744: (4.1708889s)
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (52.74s)

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p newest-cni-20220728223615-27744 "sudo crictl images -o json"
start_stop_delete_test.go:304: (dbg) Done: out/minikube-windows-amd64.exe ssh -p newest-cni-20220728223615-27744 "sudo crictl images -o json": (4.5822844s)
--- PASS: TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (4.58s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/UserAppExistsAfterStop (5.07s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-different-port/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-different-port/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:342: "kubernetes-dashboard-5fd5574d9f-9mthk" [35d996f8-5c68-4ecf-82f9-8234e32fa037] Running / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-different-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.0666152s
--- PASS: TestStartStop/group/default-k8s-different-port/serial/UserAppExistsAfterStop (5.07s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/AddonExistsAfterStop (5.58s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-different-port/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/default-k8s-different-port/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:342: "kubernetes-dashboard-5fd5574d9f-9mthk" [35d996f8-5c68-4ecf-82f9-8234e32fa037] Running / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])
start_stop_delete_test.go:287: (dbg) TestStartStop/group/default-k8s-different-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.0267814s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context default-k8s-different-port-20220728223118-27744 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-different-port/serial/AddonExistsAfterStop (5.58s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/VerifyKubernetesImages (3.4s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-different-port/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-windows-amd64.exe ssh -p default-k8s-different-port-20220728223118-27744 "sudo crictl images -o json"
start_stop_delete_test.go:304: (dbg) Done: out/minikube-windows-amd64.exe ssh -p default-k8s-different-port-20220728223118-27744 "sudo crictl images -o json": (3.401009s)
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/default-k8s-different-port/serial/VerifyKubernetesImages (3.40s)

                                                
                                    
x
+
TestStartStop/group/default-k8s-different-port/serial/Pause (23.23s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-different-port/serial/Pause
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe pause -p default-k8s-different-port-20220728223118-27744 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe pause -p default-k8s-different-port-20220728223118-27744 --alsologtostderr -v=1: (4.1747652s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p default-k8s-different-port-20220728223118-27744 -n default-k8s-different-port-20220728223118-27744
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p default-k8s-different-port-20220728223118-27744 -n default-k8s-different-port-20220728223118-27744: exit status 2 (3.3809837s)

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p default-k8s-different-port-20220728223118-27744 -n default-k8s-different-port-20220728223118-27744
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p default-k8s-different-port-20220728223118-27744 -n default-k8s-different-port-20220728223118-27744: exit status 2 (3.3286474s)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:311: status error: exit status 2 (may be ok)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe unpause -p default-k8s-different-port-20220728223118-27744 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe unpause -p default-k8s-different-port-20220728223118-27744 --alsologtostderr -v=1: (4.0078975s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.APIServer}} -p default-k8s-different-port-20220728223118-27744 -n default-k8s-different-port-20220728223118-27744
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.APIServer}} -p default-k8s-different-port-20220728223118-27744 -n default-k8s-different-port-20220728223118-27744: (4.7428847s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p default-k8s-different-port-20220728223118-27744 -n default-k8s-different-port-20220728223118-27744
start_stop_delete_test.go:311: (dbg) Done: out/minikube-windows-amd64.exe status --format={{.Kubelet}} -p default-k8s-different-port-20220728223118-27744 -n default-k8s-different-port-20220728223118-27744: (3.5922446s)
--- PASS: TestStartStop/group/default-k8s-different-port/serial/Pause (23.23s)

                                                
                                    

Test skip (25/284)

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestAddons/parallel/Registry (28.23s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:282: registry stabilized in 95.6435ms

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:284: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...

                                                
                                                
=== CONT  TestAddons/parallel/Registry
helpers_test.go:342: "registry-bqkx7" [1cd067ad-3edc-435d-9e80-f909e2c566b2] Running

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:284: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.1041004s
addons_test.go:287: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:342: "registry-proxy-bm678" [c9047652-b7a8-44c7-8819-251684497de8] Running

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:287: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.1737438s
addons_test.go:292: (dbg) Run:  kubectl --context addons-20220728202616-27744 delete po -l run=registry-test --now
addons_test.go:297: (dbg) Run:  kubectl --context addons-20220728202616-27744 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"

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:297: (dbg) Done: kubectl --context addons-20220728202616-27744 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": (17.3871251s)
addons_test.go:307: Unable to complete rest of the test due to connectivity assumptions
--- SKIP: TestAddons/parallel/Registry (28.23s)

                                                
                                    
x
+
TestAddons/parallel/Ingress (50.87s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:164: (dbg) Run:  kubectl --context addons-20220728202616-27744 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:184: (dbg) Run:  kubectl --context addons-20220728202616-27744 replace --force -f testdata\nginx-ingress-v1.yaml
addons_test.go:184: (dbg) Done: kubectl --context addons-20220728202616-27744 replace --force -f testdata\nginx-ingress-v1.yaml: (5.94292s)
addons_test.go:197: (dbg) Run:  kubectl --context addons-20220728202616-27744 replace --force -f testdata\nginx-pod-svc.yaml
addons_test.go:197: (dbg) Done: kubectl --context addons-20220728202616-27744 replace --force -f testdata\nginx-pod-svc.yaml: (1.8782743s)
addons_test.go:202: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:342: "nginx" [813e6fef-f7ed-41a1-98b7-0701c244016c] Pending
helpers_test.go:342: "nginx" [813e6fef-f7ed-41a1-98b7-0701c244016c] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
helpers_test.go:342: "nginx" [813e6fef-f7ed-41a1-98b7-0701c244016c] Running

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:202: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 39.1951805s
addons_test.go:214: (dbg) Run:  out/minikube-windows-amd64.exe -p addons-20220728202616-27744 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:214: (dbg) Done: out/minikube-windows-amd64.exe -p addons-20220728202616-27744 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": (3.246778s)
addons_test.go:234: skipping ingress DNS test for any combination that needs port forwarding
--- SKIP: TestAddons/parallel/Ingress (50.87s)

                                                
                                    
x
+
TestAddons/parallel/Olm (0s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Olm

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

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (0s)

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

                                                
                                    
x
+
TestHyperKitDriverInstallOrUpdate (0s)

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

                                                
                                    
x
+
TestHyperkitDriverSkipUpgrade (0s)

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (300.02s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/DashboardCmd
functional_test.go:897: (dbg) daemon: [out/minikube-windows-amd64.exe dashboard --url --port 36195 -p functional-20220728203726-27744 --alsologtostderr -v=1]

                                                
                                                
=== CONT  TestFunctional/parallel/DashboardCmd
functional_test.go:908: output didn't produce a URL
functional_test.go:902: (dbg) stopping [out/minikube-windows-amd64.exe dashboard --url --port 36195 -p functional-20220728203726-27744 --alsologtostderr -v=1] ...
helpers_test.go:500: unable to terminate pid 9704: Access is denied.
E0728 20:52:26.565993   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 20:53:49.739975   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 20:57:26.574958   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 21:02:26.577260   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 21:07:26.566907   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 21:10:29.752813   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
E0728 21:12:26.579743   27744 cert_rotation.go:168] key failed with : open C:\Users\jenkins.minikube3\minikube-integration\.minikube\profiles\addons-20220728202616-27744\client.crt: The system cannot find the path specified.
--- SKIP: TestFunctional/parallel/DashboardCmd (300.02s)

                                                
                                    
x
+
TestFunctional/parallel/MountCmd (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (46.27s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1558: (dbg) Run:  kubectl --context functional-20220728203726-27744 create deployment hello-node-connect --image=k8s.gcr.io/echoserver:1.8
functional_test.go:1564: (dbg) Run:  kubectl --context functional-20220728203726-27744 expose deployment hello-node-connect --type=NodePort --port=8080

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1569: (dbg) TestFunctional/parallel/ServiceCmdConnect: waiting 10m0s for pods matching "app=hello-node-connect" in namespace "default" ...
helpers_test.go:342: "hello-node-connect-578cdc45cb-sgj5n" [cfe5a98f-beec-49d4-a545-2b2c1ff92492] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
helpers_test.go:342: "hello-node-connect-578cdc45cb-sgj5n" [cfe5a98f-beec-49d4-a545-2b2c1ff92492] Running

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1569: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 45.0664416s
functional_test.go:1575: test is broken for port-forwarded drivers: https://github.com/kubernetes/minikube/issues/7383
--- SKIP: TestFunctional/parallel/ServiceCmdConnect (46.27s)

                                                
                                    
x
+
TestFunctional/parallel/PodmanEnv (0s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/PodmanEnv
functional_test.go:542: 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:193: 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:97: 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:97: 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:97: DNS forwarding is only supported for Hyperkit on Darwin, skipping test DNS forwarding
--- SKIP: TestFunctional/parallel/TunnelCmd/serial/AccessThroughDNS (0.00s)

                                                
                                    
x
+
TestGvisorAddon (0s)

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

                                                
                                    
x
+
TestIngressAddonLegacy/serial/ValidateIngressAddons (41.88s)

                                                
                                                
=== RUN   TestIngressAddonLegacy/serial/ValidateIngressAddons
addons_test.go:164: (dbg) Run:  kubectl --context ingress-addon-legacy-20220728211750-27744 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:164: (dbg) Done: kubectl --context ingress-addon-legacy-20220728211750-27744 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s: (13.2901612s)
addons_test.go:184: (dbg) Run:  kubectl --context ingress-addon-legacy-20220728211750-27744 replace --force -f testdata\nginx-ingress-v1beta1.yaml
addons_test.go:184: (dbg) Done: kubectl --context ingress-addon-legacy-20220728211750-27744 replace --force -f testdata\nginx-ingress-v1beta1.yaml: (1.4291966s)
addons_test.go:197: (dbg) Run:  kubectl --context ingress-addon-legacy-20220728211750-27744 replace --force -f testdata\nginx-pod-svc.yaml
addons_test.go:202: (dbg) TestIngressAddonLegacy/serial/ValidateIngressAddons: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:342: "nginx" [cdc49110-12eb-4a53-b183-c87158bf09f3] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:342: "nginx" [cdc49110-12eb-4a53-b183-c87158bf09f3] Running
addons_test.go:202: (dbg) TestIngressAddonLegacy/serial/ValidateIngressAddons: run=nginx healthy within 23.0785773s
addons_test.go:214: (dbg) Run:  out/minikube-windows-amd64.exe -p ingress-addon-legacy-20220728211750-27744 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:214: (dbg) Done: out/minikube-windows-amd64.exe -p ingress-addon-legacy-20220728211750-27744 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": (3.1799732s)
addons_test.go:234: skipping ingress DNS test for any combination that needs port forwarding
--- SKIP: TestIngressAddonLegacy/serial/ValidateIngressAddons (41.88s)

                                                
                                    
x
+
TestScheduledStopUnix (0s)

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

                                                
                                    
x
+
TestSkaffold (0s)

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

                                                
                                    
x
+
TestNetworkPlugins/group/flannel (3.62s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel
net_test.go:79: flannel is not yet compatible with Docker driver: iptables v1.8.3 (legacy): Couldn't load target `CNI-x': No such file or directory
helpers_test.go:175: Cleaning up "flannel-20220728220616-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p flannel-20220728220616-27744
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p flannel-20220728220616-27744: (3.6161482s)
--- SKIP: TestNetworkPlugins/group/flannel (3.62s)

                                                
                                    
x
+
TestNetworkPlugins/group/custom-flannel (3.95s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel
net_test.go:79: flannel is not yet compatible with Docker driver: iptables v1.8.3 (legacy): Couldn't load target `CNI-x': No such file or directory
helpers_test.go:175: Cleaning up "custom-flannel-20220728220620-27744" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-windows-amd64.exe delete -p custom-flannel-20220728220620-27744
helpers_test.go:178: (dbg) Done: out/minikube-windows-amd64.exe delete -p custom-flannel-20220728220620-27744: (3.9508644s)
--- SKIP: TestNetworkPlugins/group/custom-flannel (3.95s)

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

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

                                                
                                                

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

                                                
                                    
Copied to clipboard