Test Report: Docker_Linux_crio 19312

                    
                      83c70ad5a6aa5486f12c3da7bd4d516b254f0dc6:2024-07-29:35557
                    
                

Test fail (2/336)

Order failed test Duration
43 TestAddons/parallel/Ingress 156.21
45 TestAddons/parallel/MetricsServer 330.87
x
+
TestAddons/parallel/Ingress (156.21s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run:  kubectl --context addons-548251 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:234: (dbg) Run:  kubectl --context addons-548251 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run:  kubectl --context addons-548251 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [5234aaef-a6e1-4bd5-9962-1d38f5a48679] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [5234aaef-a6e1-4bd5-9962-1d38f5a48679] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 15.003703359s
addons_test.go:264: (dbg) Run:  out/minikube-linux-amd64 -p addons-548251 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:264: (dbg) Non-zero exit: out/minikube-linux-amd64 -p addons-548251 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m9.887591009s)

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

                                                
                                                
** /stderr **
addons_test.go:280: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:288: (dbg) Run:  kubectl --context addons-548251 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run:  out/minikube-linux-amd64 -p addons-548251 ip
addons_test.go:299: (dbg) Run:  nslookup hello-john.test 192.168.49.2
addons_test.go:308: (dbg) Run:  out/minikube-linux-amd64 -p addons-548251 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:313: (dbg) Run:  out/minikube-linux-amd64 -p addons-548251 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-amd64 -p addons-548251 addons disable ingress --alsologtostderr -v=1: (7.596957054s)
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestAddons/parallel/Ingress]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect addons-548251
helpers_test.go:235: (dbg) docker inspect addons-548251:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "35f80103c4bbb8264539855fe994fb375757c5c5028bd47233b877bac12f5d41",
	        "Created": "2024-07-29T18:40:30.458584543Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 530313,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-07-29T18:40:30.564295342Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:f7a7de1851ee150766e4477ba0f200b8a850318ef537b8ef6899afcaea59940a",
	        "ResolvConfPath": "/var/lib/docker/containers/35f80103c4bbb8264539855fe994fb375757c5c5028bd47233b877bac12f5d41/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/35f80103c4bbb8264539855fe994fb375757c5c5028bd47233b877bac12f5d41/hostname",
	        "HostsPath": "/var/lib/docker/containers/35f80103c4bbb8264539855fe994fb375757c5c5028bd47233b877bac12f5d41/hosts",
	        "LogPath": "/var/lib/docker/containers/35f80103c4bbb8264539855fe994fb375757c5c5028bd47233b877bac12f5d41/35f80103c4bbb8264539855fe994fb375757c5c5028bd47233b877bac12f5d41-json.log",
	        "Name": "/addons-548251",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-548251:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-548251",
	            "PortBindings": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ]
	            },
	            "RestartPolicy": {
	                "Name": "no",
	                "MaximumRetryCount": 0
	            },
	            "AutoRemove": false,
	            "VolumeDriver": "",
	            "VolumesFrom": null,
	            "ConsoleSize": [
	                0,
	                0
	            ],
	            "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",
	            "Isolation": "",
	            "CpuShares": 0,
	            "Memory": 4194304000,
	            "NanoCpus": 2000000000,
	            "CgroupParent": "",
	            "BlkioWeight": 0,
	            "BlkioWeightDevice": [],
	            "BlkioDeviceReadBps": [],
	            "BlkioDeviceWriteBps": [],
	            "BlkioDeviceReadIOps": [],
	            "BlkioDeviceWriteIOps": [],
	            "CpuPeriod": 0,
	            "CpuQuota": 0,
	            "CpuRealtimePeriod": 0,
	            "CpuRealtimeRuntime": 0,
	            "CpusetCpus": "",
	            "CpusetMems": "",
	            "Devices": [],
	            "DeviceCgroupRules": null,
	            "DeviceRequests": null,
	            "MemoryReservation": 0,
	            "MemorySwap": 8388608000,
	            "MemorySwappiness": null,
	            "OomKillDisable": false,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "LowerDir": "/var/lib/docker/overlay2/0c882f1785a0ba28a9f91f808131c31ea56884c16d8516617d77e5153f2f1403-init/diff:/var/lib/docker/overlay2/5aa91807a1384fed1e661356b1698d7fa83d5e99df5fd778f38dcffc11529001/diff",
	                "MergedDir": "/var/lib/docker/overlay2/0c882f1785a0ba28a9f91f808131c31ea56884c16d8516617d77e5153f2f1403/merged",
	                "UpperDir": "/var/lib/docker/overlay2/0c882f1785a0ba28a9f91f808131c31ea56884c16d8516617d77e5153f2f1403/diff",
	                "WorkDir": "/var/lib/docker/overlay2/0c882f1785a0ba28a9f91f808131c31ea56884c16d8516617d77e5153f2f1403/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-548251",
	                "Source": "/var/lib/docker/volumes/addons-548251/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-548251",
	            "Domainname": "",
	            "User": "",
	            "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.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7",
	            "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": "addons-548251",
	                "name.minikube.sigs.k8s.io": "addons-548251",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "6ccd3fd3e04734d95660bbf2247ab6ac64880734cbd6c558a97c09834495901a",
	            "SandboxKey": "/var/run/docker/netns/6ccd3fd3e047",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33258"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33259"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33262"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33260"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33261"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-548251": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "2ac44b579a77e8002e34367695f37f16e6f91dcbf0ec34956b7d625166a4f0cd",
	                    "EndpointID": "67b386b3a31fb5cb2576278909b796151f55503da0eea912f7b52df5fe488076",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-548251",
	                        "35f80103c4bb"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-548251 -n addons-548251
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 -p addons-548251 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-548251 logs -n 25: (1.110814561s)
helpers_test.go:252: TestAddons/parallel/Ingress logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| start   | --download-only -p                                                                          | download-docker-161463 | jenkins | v1.33.1 | 29 Jul 24 18:40 UTC |                     |
	|         | download-docker-161463                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-161463                                                                   | download-docker-161463 | jenkins | v1.33.1 | 29 Jul 24 18:40 UTC | 29 Jul 24 18:40 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-893274   | jenkins | v1.33.1 | 29 Jul 24 18:40 UTC |                     |
	|         | binary-mirror-893274                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:44941                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-893274                                                                     | binary-mirror-893274   | jenkins | v1.33.1 | 29 Jul 24 18:40 UTC | 29 Jul 24 18:40 UTC |
	| addons  | disable dashboard -p                                                                        | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:40 UTC |                     |
	|         | addons-548251                                                                               |                        |         |         |                     |                     |
	| addons  | enable dashboard -p                                                                         | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:40 UTC |                     |
	|         | addons-548251                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-548251 --wait=true                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:40 UTC | 29 Jul 24 18:43 UTC |
	|         | --memory=4000 --alsologtostderr                                                             |                        |         |         |                     |                     |
	|         | --addons=registry                                                                           |                        |         |         |                     |                     |
	|         | --addons=metrics-server                                                                     |                        |         |         |                     |                     |
	|         | --addons=volumesnapshots                                                                    |                        |         |         |                     |                     |
	|         | --addons=csi-hostpath-driver                                                                |                        |         |         |                     |                     |
	|         | --addons=gcp-auth                                                                           |                        |         |         |                     |                     |
	|         | --addons=cloud-spanner                                                                      |                        |         |         |                     |                     |
	|         | --addons=inspektor-gadget                                                                   |                        |         |         |                     |                     |
	|         | --addons=storage-provisioner-rancher                                                        |                        |         |         |                     |                     |
	|         | --addons=nvidia-device-plugin                                                               |                        |         |         |                     |                     |
	|         | --addons=yakd --addons=volcano                                                              |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	|         | --addons=ingress                                                                            |                        |         |         |                     |                     |
	|         | --addons=ingress-dns                                                                        |                        |         |         |                     |                     |
	|         | --addons=helm-tiller                                                                        |                        |         |         |                     |                     |
	| addons  | addons-548251 addons disable                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:43 UTC | 29 Jul 24 18:43 UTC |
	|         | gcp-auth --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p                                                                 | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:43 UTC | 29 Jul 24 18:43 UTC |
	|         | addons-548251                                                                               |                        |         |         |                     |                     |
	| ip      | addons-548251 ip                                                                            | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	| addons  | addons-548251 addons disable                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-548251 addons disable                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | helm-tiller --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| ssh     | addons-548251 ssh curl -s                                                                   | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| addons  | addons-548251 addons                                                                        | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ssh     | addons-548251 ssh cat                                                                       | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | /opt/local-path-provisioner/pvc-7b07f4a8-813c-4276-b730-82f6d39d573b_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-548251 addons disable                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-548251 addons                                                                        | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-548251 addons disable                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | -p addons-548251                                                                            |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | -p addons-548251                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable cloud-spanner -p                                                                    | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | addons-548251                                                                               |                        |         |         |                     |                     |
	| addons  | addons-548251 addons disable                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:45 UTC | 29 Jul 24 18:45 UTC |
	|         | headlamp --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| ip      | addons-548251 ip                                                                            | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:46 UTC | 29 Jul 24 18:46 UTC |
	| addons  | addons-548251 addons disable                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:46 UTC | 29 Jul 24 18:46 UTC |
	|         | ingress-dns --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-548251 addons disable                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:46 UTC | 29 Jul 24 18:46 UTC |
	|         | ingress --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/07/29 18:40:08
	Running on machine: ubuntu-20-agent-5
	Binary: Built with gc go1.22.5 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0729 18:40:08.986024  529548 out.go:291] Setting OutFile to fd 1 ...
	I0729 18:40:08.986121  529548 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 18:40:08.986130  529548 out.go:304] Setting ErrFile to fd 2...
	I0729 18:40:08.986134  529548 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 18:40:08.986302  529548 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-520813/.minikube/bin
	I0729 18:40:08.986891  529548 out.go:298] Setting JSON to false
	I0729 18:40:08.987800  529548 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-5","uptime":8552,"bootTime":1722269857,"procs":177,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1065-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0729 18:40:08.987858  529548 start.go:139] virtualization: kvm guest
	I0729 18:40:08.989916  529548 out.go:177] * [addons-548251] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	I0729 18:40:08.991169  529548 out.go:177]   - MINIKUBE_LOCATION=19312
	I0729 18:40:08.991241  529548 notify.go:220] Checking for updates...
	I0729 18:40:08.993449  529548 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0729 18:40:08.994787  529548 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19312-520813/kubeconfig
	I0729 18:40:08.996023  529548 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-520813/.minikube
	I0729 18:40:08.997192  529548 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0729 18:40:08.998328  529548 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0729 18:40:08.999863  529548 driver.go:392] Setting default libvirt URI to qemu:///system
	I0729 18:40:09.021357  529548 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
	I0729 18:40:09.021454  529548 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 18:40:09.066116  529548 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-29 18:40:09.057332935 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1065-gcp OperatingSystem:Ubuntu 20.04.6 LTS 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:8 MemTotal:33647939584 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-5 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0729 18:40:09.066225  529548 docker.go:307] overlay module found
	I0729 18:40:09.068147  529548 out.go:177] * Using the docker driver based on user configuration
	I0729 18:40:09.069726  529548 start.go:297] selected driver: docker
	I0729 18:40:09.069738  529548 start.go:901] validating driver "docker" against <nil>
	I0729 18:40:09.069749  529548 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0729 18:40:09.070501  529548 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 18:40:09.117728  529548 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-29 18:40:09.107581283 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1065-gcp OperatingSystem:Ubuntu 20.04.6 LTS 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:8 MemTotal:33647939584 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-5 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0729 18:40:09.117917  529548 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0729 18:40:09.118181  529548 start_flags.go:947] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0729 18:40:09.120006  529548 out.go:177] * Using Docker driver with root privileges
	I0729 18:40:09.121451  529548 cni.go:84] Creating CNI manager for ""
	I0729 18:40:09.121468  529548 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0729 18:40:09.121484  529548 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0729 18:40:09.121558  529548 start.go:340] cluster config:
	{Name:addons-548251 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:addons-548251 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio 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:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0729 18:40:09.122963  529548 out.go:177] * Starting "addons-548251" primary control-plane node in "addons-548251" cluster
	I0729 18:40:09.124159  529548 cache.go:121] Beginning downloading kic base image for docker with crio
	I0729 18:40:09.125638  529548 out.go:177] * Pulling base image v0.0.44-1721902582-19326 ...
	I0729 18:40:09.126914  529548 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0729 18:40:09.126944  529548 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19312-520813/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4
	I0729 18:40:09.126941  529548 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local docker daemon
	I0729 18:40:09.126956  529548 cache.go:56] Caching tarball of preloaded images
	I0729 18:40:09.127052  529548 preload.go:172] Found /home/jenkins/minikube-integration/19312-520813/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
	I0729 18:40:09.127066  529548 cache.go:59] Finished verifying existence of preloaded tar for v1.30.3 on crio
	I0729 18:40:09.127457  529548 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/config.json ...
	I0729 18:40:09.127484  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/config.json: {Name:mked6932f38b20da5ceaf3122b0c99a3e49adf3a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:09.143362  529548 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 to local cache
	I0729 18:40:09.143470  529548 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory
	I0729 18:40:09.143485  529548 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory, skipping pull
	I0729 18:40:09.143489  529548 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 exists in cache, skipping pull
	I0729 18:40:09.143496  529548 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 as a tarball
	I0729 18:40:09.143506  529548 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 from local cache
	I0729 18:40:21.147835  529548 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 from cached tarball
	I0729 18:40:21.147897  529548 cache.go:194] Successfully downloaded all kic artifacts
	I0729 18:40:21.147945  529548 start.go:360] acquireMachinesLock for addons-548251: {Name:mkac17693195dedb6a9566f152ffcfa6f52b01ea Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0729 18:40:21.148056  529548 start.go:364] duration metric: took 87.482µs to acquireMachinesLock for "addons-548251"
	I0729 18:40:21.148088  529548 start.go:93] Provisioning new machine with config: &{Name:addons-548251 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:addons-548251 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio 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:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0729 18:40:21.148199  529548 start.go:125] createHost starting for "" (driver="docker")
	I0729 18:40:21.150134  529548 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0729 18:40:21.150504  529548 start.go:159] libmachine.API.Create for "addons-548251" (driver="docker")
	I0729 18:40:21.150552  529548 client.go:168] LocalClient.Create starting
	I0729 18:40:21.150685  529548 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19312-520813/.minikube/certs/ca.pem
	I0729 18:40:21.497809  529548 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19312-520813/.minikube/certs/cert.pem
	I0729 18:40:21.696459  529548 cli_runner.go:164] Run: docker network inspect addons-548251 --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}}]}"
	W0729 18:40:21.712045  529548 cli_runner.go:211] docker network inspect addons-548251 --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
	I0729 18:40:21.712152  529548 network_create.go:284] running [docker network inspect addons-548251] to gather additional debugging logs...
	I0729 18:40:21.712181  529548 cli_runner.go:164] Run: docker network inspect addons-548251
	W0729 18:40:21.726706  529548 cli_runner.go:211] docker network inspect addons-548251 returned with exit code 1
	I0729 18:40:21.726737  529548 network_create.go:287] error running [docker network inspect addons-548251]: docker network inspect addons-548251: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-548251 not found
	I0729 18:40:21.726749  529548 network_create.go:289] output of [docker network inspect addons-548251]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-548251 not found
	
	** /stderr **
	I0729 18:40:21.726831  529548 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}}]}"
	I0729 18:40:21.741765  529548 network.go:206] using free private subnet 192.168.49.0/24: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0xc000b70780}
	I0729 18:40:21.741814  529548 network_create.go:124] attempt to create docker network addons-548251 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0729 18:40:21.741876  529548 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=addons-548251 addons-548251
	I0729 18:40:21.799467  529548 network_create.go:108] docker network addons-548251 192.168.49.0/24 created
	I0729 18:40:21.799506  529548 kic.go:121] calculated static IP "192.168.49.2" for the "addons-548251" container
	I0729 18:40:21.799581  529548 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0729 18:40:21.814470  529548 cli_runner.go:164] Run: docker volume create addons-548251 --label name.minikube.sigs.k8s.io=addons-548251 --label created_by.minikube.sigs.k8s.io=true
	I0729 18:40:21.830111  529548 oci.go:103] Successfully created a docker volume addons-548251
	I0729 18:40:21.830212  529548 cli_runner.go:164] Run: docker run --rm --name addons-548251-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-548251 --entrypoint /usr/bin/test -v addons-548251:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -d /var/lib
	I0729 18:40:25.823478  529548 cli_runner.go:217] Completed: docker run --rm --name addons-548251-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-548251 --entrypoint /usr/bin/test -v addons-548251:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -d /var/lib: (3.993218019s)
	I0729 18:40:25.823514  529548 oci.go:107] Successfully prepared a docker volume addons-548251
	I0729 18:40:25.823551  529548 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0729 18:40:25.823581  529548 kic.go:194] Starting extracting preloaded images to volume ...
	I0729 18:40:25.823650  529548 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19312-520813/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-548251:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -I lz4 -xf /preloaded.tar -C /extractDir
	I0729 18:40:30.401017  529548 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19312-520813/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-548251:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -I lz4 -xf /preloaded.tar -C /extractDir: (4.577317802s)
	I0729 18:40:30.401053  529548 kic.go:203] duration metric: took 4.57747019s to extract preloaded images to volume ...
	W0729 18:40:30.401168  529548 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0729 18:40:30.401281  529548 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0729 18:40:30.444213  529548 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 addons-548251 --name addons-548251 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-548251 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-548251 --network addons-548251 --ip 192.168.49.2 --volume addons-548251:/var --security-opt apparmor=unconfined --memory=4000mb --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.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7
	I0729 18:40:30.732271  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Running}}
	I0729 18:40:30.750310  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:30.768784  529548 cli_runner.go:164] Run: docker exec addons-548251 stat /var/lib/dpkg/alternatives/iptables
	I0729 18:40:30.811546  529548 oci.go:144] the created container "addons-548251" has a running status.
	I0729 18:40:30.811580  529548 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa...
	I0729 18:40:31.042951  529548 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0729 18:40:31.070986  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:31.087508  529548 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0729 18:40:31.087530  529548 kic_runner.go:114] Args: [docker exec --privileged addons-548251 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0729 18:40:31.133465  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:31.151794  529548 machine.go:94] provisionDockerMachine start ...
	I0729 18:40:31.151902  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:31.180033  529548 main.go:141] libmachine: Using SSH client type: native
	I0729 18:40:31.180250  529548 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 33258 <nil> <nil>}
	I0729 18:40:31.180263  529548 main.go:141] libmachine: About to run SSH command:
	hostname
	I0729 18:40:31.343997  529548 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-548251
	
	I0729 18:40:31.344029  529548 ubuntu.go:169] provisioning hostname "addons-548251"
	I0729 18:40:31.344098  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:31.360798  529548 main.go:141] libmachine: Using SSH client type: native
	I0729 18:40:31.361003  529548 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 33258 <nil> <nil>}
	I0729 18:40:31.361018  529548 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-548251 && echo "addons-548251" | sudo tee /etc/hostname
	I0729 18:40:31.495799  529548 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-548251
	
	I0729 18:40:31.495880  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:31.513911  529548 main.go:141] libmachine: Using SSH client type: native
	I0729 18:40:31.514087  529548 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 33258 <nil> <nil>}
	I0729 18:40:31.514105  529548 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-548251' /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 addons-548251/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-548251' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0729 18:40:31.632624  529548 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0729 18:40:31.632662  529548 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19312-520813/.minikube CaCertPath:/home/jenkins/minikube-integration/19312-520813/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19312-520813/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19312-520813/.minikube}
	I0729 18:40:31.632720  529548 ubuntu.go:177] setting up certificates
	I0729 18:40:31.632735  529548 provision.go:84] configureAuth start
	I0729 18:40:31.632798  529548 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-548251
	I0729 18:40:31.649849  529548 provision.go:143] copyHostCerts
	I0729 18:40:31.649919  529548 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-520813/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19312-520813/.minikube/cert.pem (1123 bytes)
	I0729 18:40:31.650027  529548 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-520813/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19312-520813/.minikube/key.pem (1679 bytes)
	I0729 18:40:31.650084  529548 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-520813/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19312-520813/.minikube/ca.pem (1082 bytes)
	I0729 18:40:31.650149  529548 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19312-520813/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19312-520813/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19312-520813/.minikube/certs/ca-key.pem org=jenkins.addons-548251 san=[127.0.0.1 192.168.49.2 addons-548251 localhost minikube]
	I0729 18:40:31.827813  529548 provision.go:177] copyRemoteCerts
	I0729 18:40:31.827879  529548 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0729 18:40:31.827914  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:31.844477  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:31.933323  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
	I0729 18:40:31.955246  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0729 18:40:31.976524  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I0729 18:40:31.997574  529548 provision.go:87] duration metric: took 364.820322ms to configureAuth
	I0729 18:40:31.997612  529548 ubuntu.go:193] setting minikube options for container-runtime
	I0729 18:40:31.997813  529548 config.go:182] Loaded profile config "addons-548251": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 18:40:31.997936  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:32.014261  529548 main.go:141] libmachine: Using SSH client type: native
	I0729 18:40:32.014444  529548 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 33258 <nil> <nil>}
	I0729 18:40:32.014462  529548 main.go:141] libmachine: About to run SSH command:
	sudo mkdir -p /etc/sysconfig && printf %!s(MISSING) "
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
	I0729 18:40:32.222160  529548 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0729 18:40:32.222196  529548 machine.go:97] duration metric: took 1.070370896s to provisionDockerMachine
	I0729 18:40:32.222209  529548 client.go:171] duration metric: took 11.071649413s to LocalClient.Create
	I0729 18:40:32.222229  529548 start.go:167] duration metric: took 11.071726496s to libmachine.API.Create "addons-548251"
	I0729 18:40:32.222242  529548 start.go:293] postStartSetup for "addons-548251" (driver="docker")
	I0729 18:40:32.222259  529548 start.go:322] 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]
	I0729 18:40:32.222317  529548 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
	I0729 18:40:32.222365  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:32.239158  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:32.329629  529548 ssh_runner.go:195] Run: cat /etc/os-release
	I0729 18:40:32.332624  529548 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0729 18:40:32.332656  529548 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0729 18:40:32.332669  529548 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0729 18:40:32.332706  529548 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0729 18:40:32.332724  529548 filesync.go:126] Scanning /home/jenkins/minikube-integration/19312-520813/.minikube/addons for local assets ...
	I0729 18:40:32.332798  529548 filesync.go:126] Scanning /home/jenkins/minikube-integration/19312-520813/.minikube/files for local assets ...
	I0729 18:40:32.332832  529548 start.go:296] duration metric: took 110.579968ms for postStartSetup
	I0729 18:40:32.333154  529548 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-548251
	I0729 18:40:32.350205  529548 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/config.json ...
	I0729 18:40:32.350462  529548 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0729 18:40:32.350508  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:32.367552  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:32.453237  529548 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0729 18:40:32.457490  529548 start.go:128] duration metric: took 11.309272187s to createHost
	I0729 18:40:32.457518  529548 start.go:83] releasing machines lock for "addons-548251", held for 11.309448336s
	I0729 18:40:32.457588  529548 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-548251
	I0729 18:40:32.473451  529548 ssh_runner.go:195] Run: cat /version.json
	I0729 18:40:32.473508  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:32.473522  529548 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0729 18:40:32.473594  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:32.490653  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:32.490845  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:32.638689  529548 ssh_runner.go:195] Run: systemctl --version
	I0729 18:40:32.643054  529548 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0729 18:40:32.778552  529548 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0729 18:40:32.782897  529548 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0729 18:40:32.800248  529548 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0729 18:40:32.800339  529548 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%!p(MISSING), " -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0729 18:40:32.826036  529548 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0729 18:40:32.826065  529548 start.go:495] detecting cgroup driver to use...
	I0729 18:40:32.826096  529548 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0729 18:40:32.826140  529548 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0729 18:40:32.840184  529548 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0729 18:40:32.850126  529548 docker.go:217] disabling cri-docker service (if available) ...
	I0729 18:40:32.850170  529548 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0729 18:40:32.862151  529548 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0729 18:40:32.874246  529548 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0729 18:40:32.949126  529548 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0729 18:40:33.025144  529548 docker.go:233] disabling docker service ...
	I0729 18:40:33.025212  529548 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0729 18:40:33.043298  529548 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0729 18:40:33.053486  529548 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0729 18:40:33.129313  529548 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0729 18:40:33.210272  529548 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0729 18:40:33.220638  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/crio/crio.sock
	" | sudo tee /etc/crictl.yaml"
	I0729 18:40:33.235009  529548 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
	I0729 18:40:33.235063  529548 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.9"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0729 18:40:33.243768  529548 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0729 18:40:33.243827  529548 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0729 18:40:33.252747  529548 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0729 18:40:33.261496  529548 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0729 18:40:33.270217  529548 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0729 18:40:33.278144  529548 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *"net.ipv4.ip_unprivileged_port_start=.*"/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0729 18:40:33.286714  529548 ssh_runner.go:195] Run: sh -c "sudo grep -q "^ *default_sysctls" /etc/crio/crio.conf.d/02-crio.conf || sudo sed -i '/conmon_cgroup = .*/a default_sysctls = \[\n\]' /etc/crio/crio.conf.d/02-crio.conf"
	I0729 18:40:33.300482  529548 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^default_sysctls *= *\[|&\n  "net.ipv4.ip_unprivileged_port_start=0",|' /etc/crio/crio.conf.d/02-crio.conf"
	I0729 18:40:33.308741  529548 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0729 18:40:33.315754  529548 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0729 18:40:33.322866  529548 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0729 18:40:33.400825  529548 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0729 18:40:33.492940  529548 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0729 18:40:33.493010  529548 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0729 18:40:33.496227  529548 start.go:563] Will wait 60s for crictl version
	I0729 18:40:33.496275  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:40:33.499140  529548 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0729 18:40:33.531483  529548 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0729 18:40:33.531556  529548 ssh_runner.go:195] Run: crio --version
	I0729 18:40:33.563951  529548 ssh_runner.go:195] Run: crio --version
	I0729 18:40:33.597685  529548 out.go:177] * Preparing Kubernetes v1.30.3 on CRI-O 1.24.6 ...
	I0729 18:40:33.599027  529548 cli_runner.go:164] Run: docker network inspect addons-548251 --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}}]}"
	I0729 18:40:33.614602  529548 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0729 18:40:33.618051  529548 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.49.1	host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0729 18:40:33.627980  529548 kubeadm.go:883] updating cluster {Name:addons-548251 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:addons-548251 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio 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:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0729 18:40:33.628089  529548 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0729 18:40:33.628142  529548 ssh_runner.go:195] Run: sudo crictl images --output json
	I0729 18:40:33.689747  529548 crio.go:514] all images are preloaded for cri-o runtime.
	I0729 18:40:33.689769  529548 crio.go:433] Images already preloaded, skipping extraction
	I0729 18:40:33.689814  529548 ssh_runner.go:195] Run: sudo crictl images --output json
	I0729 18:40:33.720862  529548 crio.go:514] all images are preloaded for cri-o runtime.
	I0729 18:40:33.720884  529548 cache_images.go:84] Images are preloaded, skipping loading
	I0729 18:40:33.720893  529548 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.3 crio true true} ...
	I0729 18:40:33.721021  529548 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.30.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-548251 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.30.3 ClusterName:addons-548251 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0729 18:40:33.721111  529548 ssh_runner.go:195] Run: crio config
	I0729 18:40:33.762891  529548 cni.go:84] Creating CNI manager for ""
	I0729 18:40:33.762916  529548 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0729 18:40:33.762928  529548 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0729 18:40:33.762960  529548 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.30.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-548251 NodeName:addons-548251 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.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", "192.168.49.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[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuberne
tes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/crio/crio.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0729 18:40:33.763129  529548 kubeadm.go:187] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: InitConfiguration
	localAPIEndpoint:
	  advertiseAddress: 192.168.49.2
	  bindPort: 8443
	bootstrapTokens:
	  - groups:
	      - system:bootstrappers:kubeadm:default-node-token
	    ttl: 24h0m0s
	    usages:
	      - signing
	      - authentication
	nodeRegistration:
	  criSocket: unix:///var/run/crio/crio.sock
	  name: "addons-548251"
	  kubeletExtraArgs:
	    node-ip: 192.168.49.2
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "192.168.49.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.30.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
	containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	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: "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
	
	I0729 18:40:33.763200  529548 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.3
	I0729 18:40:33.771313  529548 binaries.go:44] Found k8s binaries, skipping transfer
	I0729 18:40:33.771372  529548 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0729 18:40:33.778902  529548 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0729 18:40:33.794564  529548 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0729 18:40:33.810060  529548 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0729 18:40:33.825420  529548 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0729 18:40:33.828614  529548 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2	control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0729 18:40:33.838396  529548 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0729 18:40:33.913470  529548 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0729 18:40:33.925175  529548 certs.go:68] Setting up /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251 for IP: 192.168.49.2
	I0729 18:40:33.925204  529548 certs.go:194] generating shared ca certs ...
	I0729 18:40:33.925227  529548 certs.go:226] acquiring lock for ca certs: {Name:mk177cbba484bc08bad5ccea4ddda1a39e804d68 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:33.925366  529548 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19312-520813/.minikube/ca.key
	I0729 18:40:34.063259  529548 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-520813/.minikube/ca.crt ...
	I0729 18:40:34.063291  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/ca.crt: {Name:mk0b9635a431e7b997d4e58e2c283887151e8078 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.063455  529548 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-520813/.minikube/ca.key ...
	I0729 18:40:34.063466  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/ca.key: {Name:mk8f0eaf7261b34e088931ce734899203172e863 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.063537  529548 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19312-520813/.minikube/proxy-client-ca.key
	I0729 18:40:34.158954  529548 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-520813/.minikube/proxy-client-ca.crt ...
	I0729 18:40:34.158985  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/proxy-client-ca.crt: {Name:mk61aaab2aa86e566f0eef4d2bdce726aa41a7b5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.159141  529548 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-520813/.minikube/proxy-client-ca.key ...
	I0729 18:40:34.159151  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/proxy-client-ca.key: {Name:mk2ecc497496385b413e344175ad6b8eaaecea9a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.159216  529548 certs.go:256] generating profile certs ...
	I0729 18:40:34.159273  529548 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.key
	I0729 18:40:34.159287  529548 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt with IP's: []
	I0729 18:40:34.287949  529548 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt ...
	I0729 18:40:34.287984  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt: {Name:mk2c3839a275b7c552cb50fd1516221c90c25a4b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.288143  529548 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.key ...
	I0729 18:40:34.288155  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.key: {Name:mkb918c6589358f9a80c59adca9fd406a00731ec Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.288220  529548 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.key.888fdaaa
	I0729 18:40:34.288238  529548 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.crt.888fdaaa with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0729 18:40:34.421269  529548 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.crt.888fdaaa ...
	I0729 18:40:34.421302  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.crt.888fdaaa: {Name:mk86e0cfa185ca818f11b32b6a81f63333a533e4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.421461  529548 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.key.888fdaaa ...
	I0729 18:40:34.421474  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.key.888fdaaa: {Name:mk9fa8a3f5367761983802d493d7e762cd86d620 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.421539  529548 certs.go:381] copying /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.crt.888fdaaa -> /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.crt
	I0729 18:40:34.421612  529548 certs.go:385] copying /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.key.888fdaaa -> /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.key
	I0729 18:40:34.421656  529548 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/proxy-client.key
	I0729 18:40:34.421674  529548 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/proxy-client.crt with IP's: []
	I0729 18:40:34.694636  529548 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/proxy-client.crt ...
	I0729 18:40:34.694670  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/proxy-client.crt: {Name:mk172666a3796dd6f838575dc946716e0cb13ddb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.694837  529548 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/proxy-client.key ...
	I0729 18:40:34.694851  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/proxy-client.key: {Name:mk412187984653adaff71748849c2300859094ba Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.695015  529548 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-520813/.minikube/certs/ca-key.pem (1679 bytes)
	I0729 18:40:34.695053  529548 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-520813/.minikube/certs/ca.pem (1082 bytes)
	I0729 18:40:34.695075  529548 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-520813/.minikube/certs/cert.pem (1123 bytes)
	I0729 18:40:34.695098  529548 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-520813/.minikube/certs/key.pem (1679 bytes)
	I0729 18:40:34.695747  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0729 18:40:34.717588  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0729 18:40:34.738376  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0729 18:40:34.758744  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0729 18:40:34.779524  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0729 18:40:34.800064  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I0729 18:40:34.820769  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0729 18:40:34.841633  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I0729 18:40:34.862527  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0729 18:40:34.883233  529548 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0729 18:40:34.898593  529548 ssh_runner.go:195] Run: openssl version
	I0729 18:40:34.903811  529548 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"
	I0729 18:40:34.912033  529548 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0729 18:40:34.915061  529548 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 29 18:40 /usr/share/ca-certificates/minikubeCA.pem
	I0729 18:40:34.915115  529548 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0729 18:40:34.921090  529548 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"
	I0729 18:40:34.929147  529548 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0729 18:40:34.931936  529548 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
	stdout:
	
	stderr:
	stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
	I0729 18:40:34.931984  529548 kubeadm.go:392] StartCluster: {Name:addons-548251 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:addons-548251 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio 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:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0729 18:40:34.932068  529548 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0729 18:40:34.932120  529548 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0729 18:40:34.964059  529548 cri.go:89] found id: ""
	I0729 18:40:34.964117  529548 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0729 18:40:34.971964  529548 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0729 18:40:34.979441  529548 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0729 18:40:34.979487  529548 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
	I0729 18:40:34.986805  529548 kubeadm.go:155] 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
	I0729 18:40:34.986823  529548 kubeadm.go:157] found existing configuration files:
	
	I0729 18:40:34.986867  529548 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0729 18:40:34.993974  529548 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/admin.conf: No such file or directory
	I0729 18:40:34.994022  529548 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0729 18:40:35.000895  529548 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0729 18:40:35.008109  529548 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/kubelet.conf: No such file or directory
	I0729 18:40:35.008145  529548 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0729 18:40:35.015358  529548 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0729 18:40:35.022487  529548 kubeadm.go:163] "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 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/controller-manager.conf: No such file or directory
	I0729 18:40:35.022525  529548 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0729 18:40:35.029618  529548 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0729 18:40:35.036889  529548 kubeadm.go:163] "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 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/scheduler.conf: No such file or directory
	I0729 18:40:35.036940  529548 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0729 18:40:35.043741  529548 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.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,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0729 18:40:35.081176  529548 kubeadm.go:310] [init] Using Kubernetes version: v1.30.3
	I0729 18:40:35.081249  529548 kubeadm.go:310] [preflight] Running pre-flight checks
	I0729 18:40:35.114891  529548 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0729 18:40:35.114984  529548 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1065-gcp
	I0729 18:40:35.115035  529548 kubeadm.go:310] OS: Linux
	I0729 18:40:35.115124  529548 kubeadm.go:310] CGROUPS_CPU: enabled
	I0729 18:40:35.115206  529548 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0729 18:40:35.115277  529548 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0729 18:40:35.115337  529548 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0729 18:40:35.115401  529548 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0729 18:40:35.115479  529548 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0729 18:40:35.115526  529548 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0729 18:40:35.115598  529548 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0729 18:40:35.115666  529548 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0729 18:40:35.167797  529548 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0729 18:40:35.167942  529548 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0729 18:40:35.168030  529548 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
	I0729 18:40:35.363887  529548 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0729 18:40:35.366492  529548 out.go:204]   - Generating certificates and keys ...
	I0729 18:40:35.366613  529548 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0729 18:40:35.366679  529548 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0729 18:40:35.462231  529548 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0729 18:40:35.548488  529548 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0729 18:40:35.635184  529548 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0729 18:40:35.941570  529548 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0729 18:40:36.259930  529548 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0729 18:40:36.260163  529548 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-548251 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0729 18:40:36.421469  529548 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0729 18:40:36.421683  529548 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-548251 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0729 18:40:36.545151  529548 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0729 18:40:36.666052  529548 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0729 18:40:36.794872  529548 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0729 18:40:36.794961  529548 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0729 18:40:36.936483  529548 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0729 18:40:37.080491  529548 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0729 18:40:37.261157  529548 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0729 18:40:37.384861  529548 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0729 18:40:37.519986  529548 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0729 18:40:37.520572  529548 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0729 18:40:37.522961  529548 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0729 18:40:37.525413  529548 out.go:204]   - Booting up control plane ...
	I0729 18:40:37.525540  529548 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0729 18:40:37.525640  529548 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0729 18:40:37.525721  529548 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0729 18:40:37.536913  529548 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0729 18:40:37.537741  529548 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0729 18:40:37.537789  529548 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0729 18:40:37.614817  529548 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0729 18:40:37.614929  529548 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
	I0729 18:40:38.117289  529548 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 502.514918ms
	I0729 18:40:38.117425  529548 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0729 18:40:42.619247  529548 kubeadm.go:310] [api-check] The API server is healthy after 4.501913201s
	I0729 18:40:42.631886  529548 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0729 18:40:42.641812  529548 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0729 18:40:42.660215  529548 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0729 18:40:42.660482  529548 kubeadm.go:310] [mark-control-plane] Marking the node addons-548251 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0729 18:40:42.667230  529548 kubeadm.go:310] [bootstrap-token] Using token: 2s30k2.ow70i07rca7j978r
	I0729 18:40:42.669560  529548 out.go:204]   - Configuring RBAC rules ...
	I0729 18:40:42.669689  529548 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0729 18:40:42.672334  529548 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0729 18:40:42.677577  529548 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
	I0729 18:40:42.679817  529548 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0729 18:40:42.681951  529548 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0729 18:40:42.684184  529548 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0729 18:40:43.027382  529548 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0729 18:40:43.443739  529548 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0729 18:40:44.027101  529548 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0729 18:40:44.027878  529548 kubeadm.go:310] 
	I0729 18:40:44.027950  529548 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0729 18:40:44.027959  529548 kubeadm.go:310] 
	I0729 18:40:44.028050  529548 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0729 18:40:44.028070  529548 kubeadm.go:310] 
	I0729 18:40:44.028091  529548 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0729 18:40:44.028139  529548 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0729 18:40:44.028187  529548 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0729 18:40:44.028193  529548 kubeadm.go:310] 
	I0729 18:40:44.028240  529548 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0729 18:40:44.028246  529548 kubeadm.go:310] 
	I0729 18:40:44.028286  529548 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0729 18:40:44.028292  529548 kubeadm.go:310] 
	I0729 18:40:44.028349  529548 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0729 18:40:44.028418  529548 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0729 18:40:44.028476  529548 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0729 18:40:44.028483  529548 kubeadm.go:310] 
	I0729 18:40:44.028551  529548 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0729 18:40:44.028620  529548 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0729 18:40:44.028627  529548 kubeadm.go:310] 
	I0729 18:40:44.028729  529548 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token 2s30k2.ow70i07rca7j978r \
	I0729 18:40:44.028884  529548 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:af8f472574d6cb727299463d8771ef750ce2264da43b261b8700fd4768c26711 \
	I0729 18:40:44.028942  529548 kubeadm.go:310] 	--control-plane 
	I0729 18:40:44.028959  529548 kubeadm.go:310] 
	I0729 18:40:44.029105  529548 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0729 18:40:44.029113  529548 kubeadm.go:310] 
	I0729 18:40:44.029215  529548 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 2s30k2.ow70i07rca7j978r \
	I0729 18:40:44.029358  529548 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:af8f472574d6cb727299463d8771ef750ce2264da43b261b8700fd4768c26711 
	I0729 18:40:44.031407  529548 kubeadm.go:310] 	[WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1065-gcp\n", err: exit status 1
	I0729 18:40:44.031543  529548 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0729 18:40:44.031571  529548 cni.go:84] Creating CNI manager for ""
	I0729 18:40:44.031588  529548 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0729 18:40:44.034401  529548 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0729 18:40:44.035889  529548 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0729 18:40:44.040072  529548 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.3/kubectl ...
	I0729 18:40:44.040094  529548 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
	I0729 18:40:44.057548  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0729 18:40:44.243150  529548 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0729 18:40:44.243255  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-548251 minikube.k8s.io/updated_at=2024_07_29T18_40_44_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=ff26f50543a99741e8a988a34136ffea2b41dbf0 minikube.k8s.io/name=addons-548251 minikube.k8s.io/primary=true
	I0729 18:40:44.243258  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:44.250897  529548 ops.go:34] apiserver oom_adj: -16
	I0729 18:40:44.343518  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:44.843747  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:45.343717  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:45.843997  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:46.344304  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:46.844423  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:47.343704  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:47.844230  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:48.344041  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:48.844459  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:49.343776  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:49.844576  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:50.343624  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:50.843794  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:51.344130  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:51.844392  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:52.344417  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:52.844359  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:53.343639  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:53.843604  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:54.344113  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:54.843607  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:55.344411  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:55.844286  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:56.343619  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:56.843797  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:57.343904  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:57.404615  529548 kubeadm.go:1113] duration metric: took 13.161437492s to wait for elevateKubeSystemPrivileges
	I0729 18:40:57.404652  529548 kubeadm.go:394] duration metric: took 22.472671638s to StartCluster
	I0729 18:40:57.404688  529548 settings.go:142] acquiring lock: {Name:mk95f058a3c36495799623f05afcbbb10ff6fdfe Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:57.404805  529548 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19312-520813/kubeconfig
	I0729 18:40:57.405220  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/kubeconfig: {Name:mk0623af083f7880681a1355e0069f427f0851cf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:57.405401  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0729 18:40:57.405432  529548 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0729 18:40:57.405508  529548 addons.go:507] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:true inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
	I0729 18:40:57.405619  529548 addons.go:69] Setting cloud-spanner=true in profile "addons-548251"
	I0729 18:40:57.405616  529548 addons.go:69] Setting default-storageclass=true in profile "addons-548251"
	I0729 18:40:57.405630  529548 config.go:182] Loaded profile config "addons-548251": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 18:40:57.405638  529548 addons.go:69] Setting helm-tiller=true in profile "addons-548251"
	I0729 18:40:57.405660  529548 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-548251"
	I0729 18:40:57.405669  529548 addons.go:69] Setting ingress=true in profile "addons-548251"
	I0729 18:40:57.405672  529548 addons.go:69] Setting registry=true in profile "addons-548251"
	I0729 18:40:57.405676  529548 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-548251"
	I0729 18:40:57.405688  529548 addons.go:234] Setting addon ingress=true in "addons-548251"
	I0729 18:40:57.405694  529548 addons.go:69] Setting ingress-dns=true in profile "addons-548251"
	I0729 18:40:57.405719  529548 addons.go:234] Setting addon ingress-dns=true in "addons-548251"
	I0729 18:40:57.405723  529548 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-548251"
	I0729 18:40:57.405742  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.405733  529548 addons.go:69] Setting metrics-server=true in profile "addons-548251"
	I0729 18:40:57.405748  529548 addons.go:69] Setting inspektor-gadget=true in profile "addons-548251"
	I0729 18:40:57.405764  529548 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-548251"
	I0729 18:40:57.405786  529548 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-548251"
	I0729 18:40:57.405788  529548 addons.go:234] Setting addon inspektor-gadget=true in "addons-548251"
	I0729 18:40:57.405790  529548 addons.go:234] Setting addon metrics-server=true in "addons-548251"
	I0729 18:40:57.405802  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.405816  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.405819  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.405835  529548 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-548251"
	I0729 18:40:57.405851  529548 addons.go:69] Setting volcano=true in profile "addons-548251"
	I0729 18:40:57.405859  529548 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-548251"
	I0729 18:40:57.405871  529548 addons.go:234] Setting addon volcano=true in "addons-548251"
	I0729 18:40:57.405896  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.406061  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.406106  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.406220  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.406231  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.405688  529548 addons.go:234] Setting addon registry=true in "addons-548251"
	I0729 18:40:57.406258  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.406266  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.406342  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.405758  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.406598  529548 addons.go:69] Setting storage-provisioner=true in profile "addons-548251"
	I0729 18:40:57.406655  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.406758  529548 addons.go:234] Setting addon storage-provisioner=true in "addons-548251"
	I0729 18:40:57.405634  529548 addons.go:69] Setting gcp-auth=true in profile "addons-548251"
	I0729 18:40:57.406798  529548 mustload.go:65] Loading cluster: addons-548251
	I0729 18:40:57.405625  529548 addons.go:69] Setting yakd=true in profile "addons-548251"
	I0729 18:40:57.406866  529548 addons.go:234] Setting addon yakd=true in "addons-548251"
	I0729 18:40:57.406892  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.406798  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.406233  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.407563  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.407767  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.405665  529548 addons.go:234] Setting addon cloud-spanner=true in "addons-548251"
	I0729 18:40:57.408243  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.408704  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.411683  529548 out.go:177] * Verifying Kubernetes components...
	I0729 18:40:57.405664  529548 addons.go:234] Setting addon helm-tiller=true in "addons-548251"
	I0729 18:40:57.411819  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.412076  529548 addons.go:69] Setting volumesnapshots=true in profile "addons-548251"
	I0729 18:40:57.412117  529548 addons.go:234] Setting addon volumesnapshots=true in "addons-548251"
	I0729 18:40:57.412153  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.406968  529548 config.go:182] Loaded profile config "addons-548251": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 18:40:57.412618  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.406768  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.405757  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.418615  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.420039  529548 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0729 18:40:57.437100  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.437392  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.453383  529548 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
	I0729 18:40:57.456749  529548 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0729 18:40:57.456780  529548 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0729 18:40:57.456850  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	W0729 18:40:57.464947  529548 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0729 18:40:57.466133  529548 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0729 18:40:57.467721  529548 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.22
	I0729 18:40:57.467842  529548 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0729 18:40:57.469316  529548 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0729 18:40:57.469340  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0729 18:40:57.469404  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.470976  529548 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0729 18:40:57.473375  529548 out.go:177]   - Using image docker.io/registry:2.8.3
	I0729 18:40:57.475685  529548 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0729 18:40:57.475729  529548 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0729 18:40:57.476934  529548 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0729 18:40:57.478564  529548 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0729 18:40:57.479226  529548 out.go:177]   - Using image ghcr.io/helm/tiller:v2.17.0
	I0729 18:40:57.480235  529548 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0729 18:40:57.480361  529548 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0729 18:40:57.480734  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0729 18:40:57.480796  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.481380  529548 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0729 18:40:57.481399  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0729 18:40:57.481447  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.481597  529548 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0729 18:40:57.481696  529548 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
	I0729 18:40:57.482824  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2422 bytes)
	I0729 18:40:57.482880  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.483083  529548 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0729 18:40:57.483101  529548 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0729 18:40:57.483148  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.482524  529548 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.1
	I0729 18:40:57.484143  529548 addons.go:234] Setting addon default-storageclass=true in "addons-548251"
	I0729 18:40:57.484198  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.484973  529548 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-548251"
	I0729 18:40:57.485022  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.484776  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.485435  529548 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0729 18:40:57.485452  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0729 18:40:57.485465  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.485498  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.489846  529548 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0729 18:40:57.491183  529548 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0729 18:40:57.492413  529548 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0729 18:40:57.492433  529548 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0729 18:40:57.492497  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.498898  529548 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
	I0729 18:40:57.500186  529548 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0729 18:40:57.500208  529548 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0729 18:40:57.500275  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.500460  529548 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0729 18:40:57.501818  529548 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0729 18:40:57.501837  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0729 18:40:57.501893  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.503662  529548 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.1
	I0729 18:40:57.504926  529548 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0729 18:40:57.506224  529548 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0729 18:40:57.510127  529548 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0729 18:40:57.510150  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0729 18:40:57.510212  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.513672  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.515644  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.515693  529548 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0729 18:40:57.516848  529548 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0729 18:40:57.516874  529548 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0729 18:40:57.516943  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.518700  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.523046  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.541485  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.558803  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.567425  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.569643  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.569651  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.569947  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.572665  529548 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0729 18:40:57.572706  529548 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0729 18:40:57.572757  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.573481  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.575267  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.576645  529548 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0729 18:40:57.578022  529548 out.go:177]   - Using image docker.io/busybox:stable
	I0729 18:40:57.579280  529548 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0729 18:40:57.579293  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0729 18:40:57.579333  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.583508  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.590432  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.596299  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	W0729 18:40:57.624536  529548 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0729 18:40:57.624570  529548 retry.go:31] will retry after 130.821881ms: ssh: handshake failed: EOF
	W0729 18:40:57.624658  529548 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0729 18:40:57.624665  529548 retry.go:31] will retry after 128.545964ms: ssh: handshake failed: EOF
	W0729 18:40:57.625701  529548 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0729 18:40:57.625724  529548 retry.go:31] will retry after 302.296914ms: ssh: handshake failed: EOF
	I0729 18:40:57.644488  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0729 18:40:57.826797  529548 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
	I0729 18:40:57.826826  529548 ssh_runner.go:362] scp helm-tiller/helm-tiller-rbac.yaml --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
	I0729 18:40:57.831975  529548 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0729 18:40:57.925169  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0729 18:40:57.933923  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0729 18:40:57.934699  529548 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
	I0729 18:40:57.934773  529548 ssh_runner.go:362] scp helm-tiller/helm-tiller-svc.yaml --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
	I0729 18:40:58.037203  529548 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0729 18:40:58.037236  529548 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0729 18:40:58.044377  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0729 18:40:58.122264  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0729 18:40:58.125135  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml
	I0729 18:40:58.126712  529548 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0729 18:40:58.126783  529548 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0729 18:40:58.135018  529548 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0729 18:40:58.135046  529548 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0729 18:40:58.230695  529548 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0729 18:40:58.230725  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0729 18:40:58.241040  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0729 18:40:58.245662  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0729 18:40:58.328383  529548 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0729 18:40:58.328457  529548 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0729 18:40:58.422534  529548 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0729 18:40:58.422633  529548 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0729 18:40:58.422705  529548 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0729 18:40:58.422738  529548 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0729 18:40:58.426778  529548 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0729 18:40:58.426801  529548 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0729 18:40:58.439541  529548 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0729 18:40:58.439590  529548 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0729 18:40:58.529608  529548 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0729 18:40:58.529710  529548 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
	I0729 18:40:58.622151  529548 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0729 18:40:58.622255  529548 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0729 18:40:58.622475  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0729 18:40:58.622863  529548 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0729 18:40:58.622916  529548 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0729 18:40:58.823254  529548 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0729 18:40:58.823280  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0729 18:40:58.825651  529548 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0729 18:40:58.825679  529548 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0729 18:40:58.829379  529548 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0729 18:40:58.829400  529548 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0729 18:40:58.835348  529548 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0729 18:40:58.835369  529548 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0729 18:40:58.842237  529548 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0729 18:40:58.842274  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0729 18:40:58.930304  529548 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0729 18:40:58.930337  529548 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0729 18:40:59.122923  529548 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0729 18:40:59.123014  529548 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0729 18:40:59.135759  529548 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0729 18:40:59.135795  529548 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0729 18:40:59.139337  529548 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0729 18:40:59.139422  529548 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0729 18:40:59.139719  529548 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.495179466s)
	I0729 18:40:59.139823  529548 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0729 18:40:59.139849  529548 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.307755037s)
	I0729 18:40:59.140954  529548 node_ready.go:35] waiting up to 6m0s for node "addons-548251" to be "Ready" ...
	I0729 18:40:59.223074  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I0729 18:40:59.225870  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.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
	I0729 18:40:59.431205  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0729 18:40:59.432927  529548 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0729 18:40:59.433000  529548 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0729 18:40:59.443299  529548 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0729 18:40:59.443380  529548 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0729 18:40:59.625805  529548 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0729 18:40:59.625897  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0729 18:40:59.639114  529548 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0729 18:40:59.639206  529548 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0729 18:40:59.741496  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0729 18:40:59.837323  529548 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0729 18:40:59.837697  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0729 18:40:59.837649  529548 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-548251" context rescaled to 1 replicas
	I0729 18:41:00.222431  529548 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0729 18:41:00.222526  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0729 18:41:00.323104  529548 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0729 18:41:00.323190  529548 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0729 18:41:00.626051  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (2.700784804s)
	I0729 18:41:00.626252  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (2.692297807s)
	I0729 18:41:00.626394  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
	I0729 18:41:00.641527  529548 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0729 18:41:00.641563  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0729 18:41:00.726893  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (2.682475745s)
	I0729 18:41:00.836457  529548 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0729 18:41:00.836490  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0729 18:41:01.131412  529548 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0729 18:41:01.131463  529548 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0729 18:41:01.326552  529548 node_ready.go:53] node "addons-548251" has status "Ready":"False"
	I0729 18:41:01.422973  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0729 18:41:03.248351  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.125991067s)
	I0729 18:41:03.248441  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (5.002754876s)
	I0729 18:41:03.248454  529548 addons.go:475] Verifying addon ingress=true in "addons-548251"
	I0729 18:41:03.248505  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.007435453s)
	I0729 18:41:03.248383  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml: (5.123170469s)
	I0729 18:41:03.248772  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.626235725s)
	I0729 18:41:03.248822  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.025706585s)
	I0729 18:41:03.248999  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.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: (4.023087699s)
	I0729 18:41:03.249019  529548 addons.go:475] Verifying addon metrics-server=true in "addons-548251"
	I0729 18:41:03.249045  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (3.817732272s)
	I0729 18:41:03.249094  529548 addons.go:475] Verifying addon registry=true in "addons-548251"
	I0729 18:41:03.250118  529548 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-548251 service yakd-dashboard -n yakd-dashboard
	
	I0729 18:41:03.250142  529548 out.go:177] * Verifying ingress addon...
	I0729 18:41:03.251077  529548 out.go:177] * Verifying registry addon...
	I0729 18:41:03.252630  529548 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0729 18:41:03.253271  529548 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0729 18:41:03.326837  529548 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0729 18:41:03.326868  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:03.327080  529548 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0729 18:41:03.327130  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W0729 18:41:03.328548  529548 out.go:239] ! Enabling 'storage-provisioner-rancher' returned an error: running callbacks: [Error making local-path the default storage class: Error while marking storage class local-path as default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
	I0729 18:41:03.645933  529548 node_ready.go:53] node "addons-548251" has status "Ready":"False"
	I0729 18:41:03.825629  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:03.826180  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:03.848056  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.106502498s)
	W0729 18:41:03.848101  529548 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0729 18:41:03.848127  529548 retry.go:31] will retry after 132.505468ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0729 18:41:03.848154  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (3.221614497s)
	I0729 18:41:03.981169  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0729 18:41:04.256599  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:04.256647  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:04.451167  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (3.028056495s)
	I0729 18:41:04.451211  529548 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-548251"
	I0729 18:41:04.453075  529548 out.go:177] * Verifying csi-hostpath-driver addon...
	I0729 18:41:04.455397  529548 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0729 18:41:04.459513  529548 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0729 18:41:04.459532  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:04.721264  529548 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0729 18:41:04.721343  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:41:04.740753  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:41:04.756797  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:04.756956  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:04.869897  529548 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0729 18:41:04.887843  529548 addons.go:234] Setting addon gcp-auth=true in "addons-548251"
	I0729 18:41:04.887898  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:41:04.888286  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:41:04.906784  529548 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0729 18:41:04.906849  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:41:04.924412  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:41:04.959689  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:05.257004  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:05.257340  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:05.459626  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:05.756798  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:05.756881  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:05.959616  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:06.143690  529548 node_ready.go:53] node "addons-548251" has status "Ready":"False"
	I0729 18:41:06.257089  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:06.257253  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:06.461776  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:06.755970  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:06.756963  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:06.781125  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.799900752s)
	I0729 18:41:06.781161  529548 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.87434133s)
	I0729 18:41:06.783067  529548 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0729 18:41:06.784589  529548 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0729 18:41:06.786083  529548 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0729 18:41:06.786104  529548 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0729 18:41:06.802702  529548 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0729 18:41:06.802726  529548 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0729 18:41:06.819069  529548 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0729 18:41:06.819092  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0729 18:41:06.834727  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0729 18:41:06.959223  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:07.148346  529548 addons.go:475] Verifying addon gcp-auth=true in "addons-548251"
	I0729 18:41:07.149927  529548 out.go:177] * Verifying gcp-auth addon...
	I0729 18:41:07.151743  529548 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0729 18:41:07.154024  529548 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0729 18:41:07.154044  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:07.256775  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:07.257241  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:07.459677  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:07.655195  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:07.756323  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:07.756498  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:07.960024  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:08.144232  529548 node_ready.go:53] node "addons-548251" has status "Ready":"False"
	I0729 18:41:08.154390  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:08.256641  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:08.256894  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:08.459097  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:08.654831  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:08.756281  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:08.757108  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:08.959922  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:09.155047  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:09.256651  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:09.257534  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:09.460042  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:09.654662  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:09.756873  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:09.757195  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:09.959390  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:10.156207  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:10.256493  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:10.256516  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:10.459889  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:10.644347  529548 node_ready.go:53] node "addons-548251" has status "Ready":"False"
	I0729 18:41:10.655081  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:10.756289  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:10.757540  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:10.959116  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:11.154945  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:11.256189  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:11.257323  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:11.459921  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:11.654552  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:11.756837  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:11.756854  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:11.959488  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:12.154706  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:12.256914  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:12.257070  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:12.459056  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:12.655268  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:12.756441  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:12.756524  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:12.959999  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:13.144266  529548 node_ready.go:53] node "addons-548251" has status "Ready":"False"
	I0729 18:41:13.154406  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:13.256653  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:13.256849  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:13.459470  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:13.656517  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:13.756407  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:13.756814  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:13.959499  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:14.154768  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:14.257140  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:14.257359  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:14.459596  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:14.655105  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:14.756833  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:14.757151  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:14.959559  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:15.155052  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:15.256756  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:15.258006  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:15.459714  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:15.644226  529548 node_ready.go:53] node "addons-548251" has status "Ready":"False"
	I0729 18:41:15.654432  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:15.756715  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:15.756916  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:15.959251  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:16.154831  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:16.255967  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:16.257406  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:16.460001  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:16.646332  529548 node_ready.go:49] node "addons-548251" has status "Ready":"True"
	I0729 18:41:16.646364  529548 node_ready.go:38] duration metric: took 17.505373091s for node "addons-548251" to be "Ready" ...
	I0729 18:41:16.646378  529548 pod_ready.go:35] extra waiting up to 6m0s 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" ...
	I0729 18:41:16.656505  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:16.658338  529548 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-xgwx2" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:16.759253  529548 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0729 18:41:16.759278  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:16.760081  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:16.961020  529548 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0729 18:41:16.961046  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:17.226354  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:17.257428  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:17.257441  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:17.460730  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:17.655925  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:17.662987  529548 pod_ready.go:92] pod "coredns-7db6d8ff4d-xgwx2" in "kube-system" namespace has status "Ready":"True"
	I0729 18:41:17.663013  529548 pod_ready.go:81] duration metric: took 1.00464538s for pod "coredns-7db6d8ff4d-xgwx2" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.663036  529548 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-548251" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.666636  529548 pod_ready.go:92] pod "etcd-addons-548251" in "kube-system" namespace has status "Ready":"True"
	I0729 18:41:17.666653  529548 pod_ready.go:81] duration metric: took 3.608952ms for pod "etcd-addons-548251" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.666663  529548 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-548251" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.670266  529548 pod_ready.go:92] pod "kube-apiserver-addons-548251" in "kube-system" namespace has status "Ready":"True"
	I0729 18:41:17.670284  529548 pod_ready.go:81] duration metric: took 3.614537ms for pod "kube-apiserver-addons-548251" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.670291  529548 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-548251" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.674177  529548 pod_ready.go:92] pod "kube-controller-manager-addons-548251" in "kube-system" namespace has status "Ready":"True"
	I0729 18:41:17.674193  529548 pod_ready.go:81] duration metric: took 3.895925ms for pod "kube-controller-manager-addons-548251" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.674203  529548 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-hmkvw" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.757221  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:17.757890  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:17.845141  529548 pod_ready.go:92] pod "kube-proxy-hmkvw" in "kube-system" namespace has status "Ready":"True"
	I0729 18:41:17.845165  529548 pod_ready.go:81] duration metric: took 170.955169ms for pod "kube-proxy-hmkvw" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.845177  529548 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-548251" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.960540  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:18.154988  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:18.245736  529548 pod_ready.go:92] pod "kube-scheduler-addons-548251" in "kube-system" namespace has status "Ready":"True"
	I0729 18:41:18.245765  529548 pod_ready.go:81] duration metric: took 400.579199ms for pod "kube-scheduler-addons-548251" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:18.245779  529548 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:18.257288  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:18.257343  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:18.461559  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:18.654537  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:18.757348  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:18.757439  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:18.960074  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:19.155298  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:19.257596  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:19.257819  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:19.460453  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:19.655546  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:19.756221  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:19.759739  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:19.960540  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:20.154722  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:20.251063  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:20.256027  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:20.257199  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:20.460408  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:20.655601  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:20.756144  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:20.757738  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:20.960667  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:21.154751  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:21.256906  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:21.257078  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:21.460552  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:21.655889  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:21.756880  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:21.756947  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:21.960290  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:22.155673  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:22.251468  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:22.256578  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:22.256818  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:22.460008  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:22.655355  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:22.756907  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:22.757104  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:22.960922  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:23.154966  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:23.256834  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:23.257698  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:23.461078  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:23.655474  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:23.756807  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:23.757125  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:23.960508  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:24.154936  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:24.252321  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:24.256380  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:24.257781  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:24.460964  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:24.655649  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:24.756584  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:24.757095  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:24.960946  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:25.155372  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:25.256983  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:25.258199  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:25.460774  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:25.655396  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:25.757124  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:25.757536  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:25.961193  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:26.155556  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:26.256432  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:26.258166  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:26.527053  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:26.656324  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:26.751745  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:26.756993  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:26.757332  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:26.961207  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:27.155391  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:27.257492  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:27.257873  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:27.460039  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:27.655394  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:27.758068  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:27.762172  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:27.962087  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:28.155917  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:28.256544  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:28.258020  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:28.460482  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:28.655754  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:28.752089  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:28.756106  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:28.757242  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:28.960576  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:29.155175  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:29.256618  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:29.256945  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:29.459899  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:29.655248  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:29.755775  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:29.757214  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:29.960511  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:30.155640  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:30.256883  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:30.256957  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:30.460316  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:30.655637  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:30.757274  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:30.757513  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:30.961198  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:31.155656  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:31.254207  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:31.257183  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:31.257225  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:31.461001  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:31.654659  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:31.756492  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:31.756858  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:31.960340  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:32.155300  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:32.256099  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:32.256634  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:32.459645  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:32.654934  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:32.756872  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:32.757057  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:32.960330  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:33.155560  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:33.257297  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:33.257693  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:33.461578  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:33.654801  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:33.751489  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:33.756748  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:33.757012  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:33.960345  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:34.155122  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:34.256909  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:34.257114  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:34.461066  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:34.655597  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:34.757984  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:34.759185  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:34.961907  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:35.155486  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:35.256655  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:35.257240  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:35.460770  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:35.655536  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:35.756251  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:35.757634  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:35.960965  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:36.155211  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:36.251005  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:36.256061  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:36.257276  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:36.460473  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:36.655693  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:36.756566  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:36.756977  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:36.960093  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:37.155602  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:37.258331  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:37.259369  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:37.460151  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:37.655704  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:37.756167  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:37.756585  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:37.960939  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:38.155054  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:38.256480  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:38.256917  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:38.460385  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:38.655692  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:38.751227  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:38.756212  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:38.757391  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:38.960918  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:39.155180  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:39.256141  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:39.257523  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:39.460789  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:39.654834  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:39.757016  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:39.757178  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:39.960625  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:40.155605  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:40.255813  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:40.257586  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:40.460530  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:40.655959  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:40.752315  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:40.756835  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:40.758036  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:40.961002  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:41.155342  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:41.256786  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:41.258129  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:41.461426  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:41.655956  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:41.756740  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:41.757548  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:41.961472  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:42.155730  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:42.256895  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:42.257324  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:42.461371  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:42.655505  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:42.756429  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:42.756715  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:42.960342  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:43.155951  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:43.252014  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:43.256076  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:43.257219  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:43.460586  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:43.654174  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:43.756192  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:43.757581  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:43.961408  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:44.155637  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:44.256435  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:44.256451  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:44.462880  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:44.655075  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:44.756632  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:44.756774  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:44.959978  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:45.155364  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:45.256095  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:45.257686  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:45.460602  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:45.655119  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:45.750487  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:45.756362  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:45.756635  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:45.961094  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:46.155484  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:46.256013  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:46.257175  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:46.460630  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:46.654816  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:46.756506  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:46.756697  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:46.960031  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:47.155421  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:47.256357  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:47.257858  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:47.460307  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:47.655281  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:47.750973  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:47.755649  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:47.756891  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:47.960543  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:48.155651  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:48.256522  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:48.256792  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:48.459884  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:48.655061  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:48.756277  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:48.756654  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:48.960693  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:49.155509  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:49.257057  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:49.257264  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:49.460448  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:49.655638  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:49.751786  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:49.757539  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:49.757614  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:49.961342  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:50.155836  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:50.256555  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:50.257746  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:50.462039  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:50.655687  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:50.758344  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:50.758511  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:51.026247  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:51.155530  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:51.322162  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:51.324011  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:51.525874  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:51.724742  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:51.836487  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:51.837503  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:51.840368  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:52.027093  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:52.224531  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:52.329089  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:52.329738  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:52.464216  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:52.655372  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:52.756975  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:52.758414  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:52.961725  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:53.156099  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:53.256231  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:53.257707  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:53.461722  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:53.655055  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:53.756703  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:53.757266  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:53.961403  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:54.155351  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:54.251423  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:54.256559  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:54.259292  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:54.461025  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:54.655975  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:54.756323  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:54.757621  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:54.961483  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:55.155766  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:55.257591  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:55.257740  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:55.461943  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:55.757993  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:55.758040  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:55.758100  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:55.961281  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:56.155693  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:56.252333  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:56.256984  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:56.258149  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:56.460735  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:56.654912  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:56.755648  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:56.761099  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:56.960843  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:57.155602  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:57.257529  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:57.257698  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:57.461226  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:57.655601  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:57.758142  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:57.758372  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:57.960737  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:58.154870  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:58.257003  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:58.257080  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:58.460423  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:58.655599  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:58.751435  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:58.756690  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:58.757086  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:58.960303  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:59.154968  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:59.255910  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:59.257343  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:59.460462  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:59.655767  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:59.756647  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:59.756790  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:59.960052  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:00.155303  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:00.256001  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:00.257339  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:00.461023  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:00.655254  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:00.756362  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:00.757532  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:00.960973  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:01.155319  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:01.251417  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:01.256395  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:01.256848  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:01.460076  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:01.655425  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:01.756140  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:01.757286  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:01.960734  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:02.154837  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:02.257011  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:02.257423  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:02.460325  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:02.655373  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:02.756761  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:02.757006  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:02.960611  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:03.155461  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:03.256557  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:03.258045  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:03.460515  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:03.654999  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:03.751886  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:03.758058  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:03.758814  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:03.961827  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:04.154747  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:04.257140  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:04.257232  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:04.460434  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:04.655809  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:04.757193  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:04.757247  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:04.963917  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:05.155698  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:05.257372  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:05.257476  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:05.460738  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:05.654582  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:05.756357  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:05.757428  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:05.960489  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:06.154728  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:06.251713  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:06.256830  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:06.256977  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:06.460178  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:06.655388  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:06.755914  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:06.756922  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:06.960142  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:07.155339  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:07.256181  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:07.257225  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:07.460542  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:07.654894  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:07.757012  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:07.757332  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:07.960804  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:08.155341  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:08.256513  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:08.257450  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:08.461018  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:08.655376  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:08.751841  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:08.757453  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:08.757505  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:08.961897  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:09.155765  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:09.257478  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:09.261678  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:09.525845  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:09.656335  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:09.757343  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:09.758495  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:09.961457  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:10.155872  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:10.256290  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:10.257552  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:10.462035  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:10.655328  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:10.757350  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:10.757374  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:10.960721  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:11.155154  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:11.251380  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:11.256649  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:11.257411  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:11.461692  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:11.655894  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:11.756868  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:11.758166  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:11.961718  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:12.155795  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:12.257002  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:12.258142  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:12.459991  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:12.655199  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:12.756661  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:12.757513  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:12.961230  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:13.155691  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:13.252588  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:13.324526  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:13.325405  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:13.461697  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:13.655845  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:13.756879  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:13.758448  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:13.961416  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:14.155575  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:14.257450  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:14.257466  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:14.461631  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:14.655014  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:14.757008  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:14.757217  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:14.962357  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:15.155535  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:15.256844  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:15.256922  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:15.459926  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:15.654938  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:15.751855  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:15.756919  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:15.757159  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:15.965109  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:16.155295  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:16.255895  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:16.257431  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:16.461029  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:16.655300  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:16.756118  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:16.757338  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:16.960788  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:17.155155  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:17.257305  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:17.258941  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:17.460306  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:17.655487  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:17.756044  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:17.757457  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:17.960463  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:18.155687  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:18.252320  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:18.256579  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:18.257839  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:18.461065  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:18.654970  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:18.756253  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:18.757698  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:18.960155  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:19.155984  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:19.256161  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:19.257622  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:19.460578  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:19.655752  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:19.756520  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:19.756813  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:19.960220  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:20.155315  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:20.256188  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:20.257605  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:20.461121  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:20.655342  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:20.751076  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:20.755870  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:20.756951  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:20.960284  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:21.155364  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:21.256111  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:21.257650  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:21.461383  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:21.655159  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:21.755838  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:21.757188  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:21.960853  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:22.154960  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:22.257075  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:22.257174  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:22.460480  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:22.655277  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:22.755819  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:22.759082  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:22.960795  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:23.154844  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:23.251939  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:23.257168  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:23.257412  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:23.461098  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:23.655287  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:23.756551  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:23.757924  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:23.961816  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:24.155783  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:24.256805  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:24.257323  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:24.460984  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:24.656268  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:24.756852  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:24.757076  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:24.960216  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:25.155747  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:25.252696  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:25.256307  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:25.260041  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:25.460230  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:25.655609  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:25.756732  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:25.757200  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:25.960421  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:26.155572  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:26.256342  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:26.257397  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:26.460864  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:26.654874  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:26.757714  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:26.757713  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:26.960876  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:27.154877  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:27.257253  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:27.257274  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:27.577642  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:27.655173  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:27.750824  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:27.756623  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:27.757016  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:28.007499  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:28.155338  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:28.256096  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:28.257378  529548 kapi.go:107] duration metric: took 1m25.004105804s to wait for kubernetes.io/minikube-addons=registry ...
	I0729 18:42:28.460994  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:28.654834  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:28.756491  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:28.960781  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:29.155243  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:29.258012  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:29.460190  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:29.655414  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:29.752084  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:29.756397  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:29.960293  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:30.155676  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:30.255915  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:30.461175  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:30.655603  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:30.757374  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:30.961048  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:31.155439  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:31.256950  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:31.462327  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:31.655142  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:31.756165  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:31.961041  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:32.154932  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:32.252085  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:32.256449  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:32.460167  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:32.655558  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:32.756590  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:32.960366  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:33.155168  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:33.256715  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:33.460160  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:33.655296  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:33.756894  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:33.963121  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:34.155505  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:34.256170  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:34.460221  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:34.655554  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:34.751565  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:34.756107  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:34.959720  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:35.154805  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:35.256366  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:35.460178  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:35.655612  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:35.756457  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:35.960386  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:36.155453  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:36.256368  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:36.462492  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:36.655424  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:36.755494  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:36.961017  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:37.155192  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:37.251467  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:37.256922  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:37.461009  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:37.655125  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:37.755719  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:37.961149  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:38.155283  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:38.255937  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:38.461539  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:38.655717  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:38.756342  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:38.960478  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:39.154883  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:39.252436  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:39.256496  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:39.460722  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:39.655688  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:39.756666  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:40.038356  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:40.222613  529548 kapi.go:107] duration metric: took 1m33.07086497s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0729 18:42:40.223783  529548 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-548251 cluster.
	I0729 18:42:40.225801  529548 out.go:177] * If you don't want your credentials mounted into a specific pod, add a label with the `gcp-auth-skip-secret` key to your pod configuration.
	I0729 18:42:40.227036  529548 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0729 18:42:40.325535  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:40.461358  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:40.757491  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:41.029637  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:41.324307  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:41.325578  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:41.526421  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:41.756934  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:41.961181  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:42.256871  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:42.460907  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:42.756322  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:42.960564  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:43.256830  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:43.461416  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:43.751968  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:43.758986  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:43.960943  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:44.256353  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:44.462746  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:44.756365  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:44.961329  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:45.256299  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:45.462478  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:45.752043  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:45.757144  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:45.960201  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:46.256105  529548 kapi.go:107] duration metric: took 1m43.003475604s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0729 18:42:46.461177  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:46.961261  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:47.461676  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:47.752518  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:47.962090  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:48.460655  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:48.961517  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:49.460903  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:49.960615  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:50.251583  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:50.461294  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:50.961220  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:51.460788  529548 kapi.go:107] duration metric: took 1m47.005392027s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0729 18:42:51.462484  529548 out.go:177] * Enabled addons: cloud-spanner, nvidia-device-plugin, ingress-dns, storage-provisioner, helm-tiller, metrics-server, yakd, default-storageclass, inspektor-gadget, volumesnapshots, registry, gcp-auth, ingress, csi-hostpath-driver
	I0729 18:42:51.463690  529548 addons.go:510] duration metric: took 1m54.058188435s for enable addons: enabled=[cloud-spanner nvidia-device-plugin ingress-dns storage-provisioner helm-tiller metrics-server yakd default-storageclass inspektor-gadget volumesnapshots registry gcp-auth ingress csi-hostpath-driver]
	I0729 18:42:52.752266  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:55.251155  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:57.750826  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:59.751460  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:43:02.251311  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:43:04.751313  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:43:07.251060  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:43:09.751390  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:43:12.251435  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:43:14.751599  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:43:17.251703  529548 pod_ready.go:92] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"True"
	I0729 18:43:17.251729  529548 pod_ready.go:81] duration metric: took 1m59.00594252s for pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace to be "Ready" ...
	I0729 18:43:17.251739  529548 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-qt9jg" in "kube-system" namespace to be "Ready" ...
	I0729 18:43:17.255868  529548 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-qt9jg" in "kube-system" namespace has status "Ready":"True"
	I0729 18:43:17.255894  529548 pod_ready.go:81] duration metric: took 4.147585ms for pod "nvidia-device-plugin-daemonset-qt9jg" in "kube-system" namespace to be "Ready" ...
	I0729 18:43:17.255920  529548 pod_ready.go:38] duration metric: took 2m0.609501381s 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" ...
	I0729 18:43:17.255975  529548 api_server.go:52] waiting for apiserver process to appear ...
	I0729 18:43:17.256040  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0729 18:43:17.256145  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0729 18:43:17.290762  529548 cri.go:89] found id: "bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b"
	I0729 18:43:17.290788  529548 cri.go:89] found id: ""
	I0729 18:43:17.290799  529548 logs.go:276] 1 containers: [bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b]
	I0729 18:43:17.290859  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:17.294023  529548 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0729 18:43:17.294091  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0729 18:43:17.327416  529548 cri.go:89] found id: "ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788"
	I0729 18:43:17.327441  529548 cri.go:89] found id: ""
	I0729 18:43:17.327452  529548 logs.go:276] 1 containers: [ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788]
	I0729 18:43:17.327503  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:17.330693  529548 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0729 18:43:17.330754  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0729 18:43:17.363209  529548 cri.go:89] found id: "fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985"
	I0729 18:43:17.363230  529548 cri.go:89] found id: ""
	I0729 18:43:17.363241  529548 logs.go:276] 1 containers: [fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985]
	I0729 18:43:17.363284  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:17.366463  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0729 18:43:17.366530  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0729 18:43:17.398313  529548 cri.go:89] found id: "fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2"
	I0729 18:43:17.398335  529548 cri.go:89] found id: ""
	I0729 18:43:17.398344  529548 logs.go:276] 1 containers: [fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2]
	I0729 18:43:17.398394  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:17.401633  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0729 18:43:17.401704  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0729 18:43:17.434688  529548 cri.go:89] found id: "2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957"
	I0729 18:43:17.434710  529548 cri.go:89] found id: ""
	I0729 18:43:17.434720  529548 logs.go:276] 1 containers: [2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957]
	I0729 18:43:17.434771  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:17.438012  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0729 18:43:17.438072  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0729 18:43:17.472263  529548 cri.go:89] found id: "ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37"
	I0729 18:43:17.472287  529548 cri.go:89] found id: ""
	I0729 18:43:17.472295  529548 logs.go:276] 1 containers: [ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37]
	I0729 18:43:17.472355  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:17.475674  529548 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0729 18:43:17.475743  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0729 18:43:17.508415  529548 cri.go:89] found id: "0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef"
	I0729 18:43:17.508442  529548 cri.go:89] found id: ""
	I0729 18:43:17.508452  529548 logs.go:276] 1 containers: [0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef]
	I0729 18:43:17.508506  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:17.511912  529548 logs.go:123] Gathering logs for kubelet ...
	I0729 18:43:17.511932  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0729 18:43:17.576344  529548 logs.go:123] Gathering logs for describe nodes ...
	I0729 18:43:17.576381  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0729 18:43:17.671864  529548 logs.go:123] Gathering logs for kube-apiserver [bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b] ...
	I0729 18:43:17.671897  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b"
	I0729 18:43:17.714626  529548 logs.go:123] Gathering logs for container status ...
	I0729 18:43:17.714666  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0729 18:43:17.757774  529548 logs.go:123] Gathering logs for kube-controller-manager [ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37] ...
	I0729 18:43:17.757809  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37"
	I0729 18:43:17.814394  529548 logs.go:123] Gathering logs for kindnet [0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef] ...
	I0729 18:43:17.814427  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef"
	I0729 18:43:17.854937  529548 logs.go:123] Gathering logs for CRI-O ...
	I0729 18:43:17.854967  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0729 18:43:17.935066  529548 logs.go:123] Gathering logs for dmesg ...
	I0729 18:43:17.935111  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0729 18:43:17.964166  529548 logs.go:123] Gathering logs for etcd [ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788] ...
	I0729 18:43:17.964249  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788"
	I0729 18:43:18.004624  529548 logs.go:123] Gathering logs for coredns [fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985] ...
	I0729 18:43:18.004654  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985"
	I0729 18:43:18.039627  529548 logs.go:123] Gathering logs for kube-scheduler [fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2] ...
	I0729 18:43:18.039662  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2"
	I0729 18:43:18.079228  529548 logs.go:123] Gathering logs for kube-proxy [2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957] ...
	I0729 18:43:18.079261  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957"
	I0729 18:43:20.613173  529548 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0729 18:43:20.626810  529548 api_server.go:72] duration metric: took 2m23.22133771s to wait for apiserver process to appear ...
	I0729 18:43:20.626833  529548 api_server.go:88] waiting for apiserver healthz status ...
	I0729 18:43:20.626871  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0729 18:43:20.626917  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0729 18:43:20.659276  529548 cri.go:89] found id: "bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b"
	I0729 18:43:20.659299  529548 cri.go:89] found id: ""
	I0729 18:43:20.659310  529548 logs.go:276] 1 containers: [bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b]
	I0729 18:43:20.659354  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:20.662682  529548 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0729 18:43:20.662753  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0729 18:43:20.695348  529548 cri.go:89] found id: "ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788"
	I0729 18:43:20.695373  529548 cri.go:89] found id: ""
	I0729 18:43:20.695383  529548 logs.go:276] 1 containers: [ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788]
	I0729 18:43:20.695439  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:20.698750  529548 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0729 18:43:20.698806  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0729 18:43:20.731594  529548 cri.go:89] found id: "fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985"
	I0729 18:43:20.731616  529548 cri.go:89] found id: ""
	I0729 18:43:20.731626  529548 logs.go:276] 1 containers: [fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985]
	I0729 18:43:20.731685  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:20.734995  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0729 18:43:20.735063  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0729 18:43:20.767557  529548 cri.go:89] found id: "fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2"
	I0729 18:43:20.767580  529548 cri.go:89] found id: ""
	I0729 18:43:20.767589  529548 logs.go:276] 1 containers: [fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2]
	I0729 18:43:20.767637  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:20.770887  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0729 18:43:20.770940  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0729 18:43:20.802640  529548 cri.go:89] found id: "2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957"
	I0729 18:43:20.802659  529548 cri.go:89] found id: ""
	I0729 18:43:20.802667  529548 logs.go:276] 1 containers: [2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957]
	I0729 18:43:20.802709  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:20.805930  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0729 18:43:20.805985  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0729 18:43:20.838405  529548 cri.go:89] found id: "ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37"
	I0729 18:43:20.838428  529548 cri.go:89] found id: ""
	I0729 18:43:20.838438  529548 logs.go:276] 1 containers: [ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37]
	I0729 18:43:20.838495  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:20.841703  529548 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0729 18:43:20.841761  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0729 18:43:20.873558  529548 cri.go:89] found id: "0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef"
	I0729 18:43:20.873581  529548 cri.go:89] found id: ""
	I0729 18:43:20.873590  529548 logs.go:276] 1 containers: [0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef]
	I0729 18:43:20.873631  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:20.876801  529548 logs.go:123] Gathering logs for kindnet [0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef] ...
	I0729 18:43:20.876824  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef"
	I0729 18:43:20.915751  529548 logs.go:123] Gathering logs for CRI-O ...
	I0729 18:43:20.915778  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0729 18:43:20.995446  529548 logs.go:123] Gathering logs for describe nodes ...
	I0729 18:43:20.995480  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0729 18:43:21.091038  529548 logs.go:123] Gathering logs for coredns [fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985] ...
	I0729 18:43:21.091068  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985"
	I0729 18:43:21.125647  529548 logs.go:123] Gathering logs for kube-scheduler [fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2] ...
	I0729 18:43:21.125677  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2"
	I0729 18:43:21.164731  529548 logs.go:123] Gathering logs for kube-proxy [2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957] ...
	I0729 18:43:21.164766  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957"
	I0729 18:43:21.197370  529548 logs.go:123] Gathering logs for kube-controller-manager [ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37] ...
	I0729 18:43:21.197401  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37"
	I0729 18:43:21.252105  529548 logs.go:123] Gathering logs for container status ...
	I0729 18:43:21.252148  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0729 18:43:21.294218  529548 logs.go:123] Gathering logs for kubelet ...
	I0729 18:43:21.294245  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0729 18:43:21.358169  529548 logs.go:123] Gathering logs for dmesg ...
	I0729 18:43:21.358202  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0729 18:43:21.387204  529548 logs.go:123] Gathering logs for kube-apiserver [bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b] ...
	I0729 18:43:21.387233  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b"
	I0729 18:43:21.428747  529548 logs.go:123] Gathering logs for etcd [ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788] ...
	I0729 18:43:21.428787  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788"
	I0729 18:43:23.971278  529548 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0729 18:43:23.974955  529548 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0729 18:43:23.975753  529548 api_server.go:141] control plane version: v1.30.3
	I0729 18:43:23.975777  529548 api_server.go:131] duration metric: took 3.348937213s to wait for apiserver health ...
	I0729 18:43:23.975785  529548 system_pods.go:43] waiting for kube-system pods to appear ...
	I0729 18:43:23.975805  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0729 18:43:23.975848  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0729 18:43:24.009418  529548 cri.go:89] found id: "bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b"
	I0729 18:43:24.009441  529548 cri.go:89] found id: ""
	I0729 18:43:24.009449  529548 logs.go:276] 1 containers: [bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b]
	I0729 18:43:24.009497  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:24.013017  529548 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0729 18:43:24.013083  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0729 18:43:24.046051  529548 cri.go:89] found id: "ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788"
	I0729 18:43:24.046075  529548 cri.go:89] found id: ""
	I0729 18:43:24.046084  529548 logs.go:276] 1 containers: [ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788]
	I0729 18:43:24.046138  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:24.049395  529548 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0729 18:43:24.049460  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0729 18:43:24.085088  529548 cri.go:89] found id: "fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985"
	I0729 18:43:24.085106  529548 cri.go:89] found id: ""
	I0729 18:43:24.085114  529548 logs.go:276] 1 containers: [fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985]
	I0729 18:43:24.085159  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:24.088453  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0729 18:43:24.088514  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0729 18:43:24.122702  529548 cri.go:89] found id: "fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2"
	I0729 18:43:24.122729  529548 cri.go:89] found id: ""
	I0729 18:43:24.122737  529548 logs.go:276] 1 containers: [fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2]
	I0729 18:43:24.122786  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:24.126086  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0729 18:43:24.126140  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0729 18:43:24.159897  529548 cri.go:89] found id: "2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957"
	I0729 18:43:24.159918  529548 cri.go:89] found id: ""
	I0729 18:43:24.159926  529548 logs.go:276] 1 containers: [2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957]
	I0729 18:43:24.159978  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:24.163315  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0729 18:43:24.163387  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0729 18:43:24.196585  529548 cri.go:89] found id: "ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37"
	I0729 18:43:24.196607  529548 cri.go:89] found id: ""
	I0729 18:43:24.196616  529548 logs.go:276] 1 containers: [ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37]
	I0729 18:43:24.196660  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:24.200043  529548 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0729 18:43:24.200098  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0729 18:43:24.232988  529548 cri.go:89] found id: "0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef"
	I0729 18:43:24.233011  529548 cri.go:89] found id: ""
	I0729 18:43:24.233019  529548 logs.go:276] 1 containers: [0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef]
	I0729 18:43:24.233061  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:24.236265  529548 logs.go:123] Gathering logs for etcd [ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788] ...
	I0729 18:43:24.236289  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788"
	I0729 18:43:24.278849  529548 logs.go:123] Gathering logs for kube-controller-manager [ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37] ...
	I0729 18:43:24.278884  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37"
	I0729 18:43:24.335893  529548 logs.go:123] Gathering logs for CRI-O ...
	I0729 18:43:24.335926  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0729 18:43:24.411891  529548 logs.go:123] Gathering logs for kubelet ...
	I0729 18:43:24.411936  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0729 18:43:24.478527  529548 logs.go:123] Gathering logs for describe nodes ...
	I0729 18:43:24.478564  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0729 18:43:24.572341  529548 logs.go:123] Gathering logs for coredns [fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985] ...
	I0729 18:43:24.572370  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985"
	I0729 18:43:24.608587  529548 logs.go:123] Gathering logs for kube-scheduler [fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2] ...
	I0729 18:43:24.608618  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2"
	I0729 18:43:24.647034  529548 logs.go:123] Gathering logs for kube-proxy [2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957] ...
	I0729 18:43:24.647064  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957"
	I0729 18:43:24.679716  529548 logs.go:123] Gathering logs for kindnet [0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef] ...
	I0729 18:43:24.679745  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef"
	I0729 18:43:24.719443  529548 logs.go:123] Gathering logs for container status ...
	I0729 18:43:24.719475  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0729 18:43:24.760376  529548 logs.go:123] Gathering logs for dmesg ...
	I0729 18:43:24.760404  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0729 18:43:24.788051  529548 logs.go:123] Gathering logs for kube-apiserver [bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b] ...
	I0729 18:43:24.788080  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b"
	I0729 18:43:27.341981  529548 system_pods.go:59] 19 kube-system pods found
	I0729 18:43:27.342030  529548 system_pods.go:61] "coredns-7db6d8ff4d-xgwx2" [ea7c634c-e7d3-44c7-84c9-3a613d23d6f5] Running
	I0729 18:43:27.342040  529548 system_pods.go:61] "csi-hostpath-attacher-0" [3116738f-2f4b-4921-a804-13a72ae19c40] Running
	I0729 18:43:27.342043  529548 system_pods.go:61] "csi-hostpath-resizer-0" [ca060a01-4783-46a9-b5e6-401632722e08] Running
	I0729 18:43:27.342047  529548 system_pods.go:61] "csi-hostpathplugin-qk9wd" [238a0c57-0170-4888-b4ec-cae79a1a4f05] Running
	I0729 18:43:27.342050  529548 system_pods.go:61] "etcd-addons-548251" [10e523f2-d682-49f3-8da1-14d2bbaea93e] Running
	I0729 18:43:27.342054  529548 system_pods.go:61] "kindnet-ncpkx" [0a68be70-0f53-4795-a9ef-ff8f6eb82b14] Running
	I0729 18:43:27.342057  529548 system_pods.go:61] "kube-apiserver-addons-548251" [8f0e8ea3-7511-4877-9de0-7bc507b5ce5c] Running
	I0729 18:43:27.342061  529548 system_pods.go:61] "kube-controller-manager-addons-548251" [f4c66b8c-4da2-4591-8e81-143995fbef73] Running
	I0729 18:43:27.342064  529548 system_pods.go:61] "kube-ingress-dns-minikube" [bc7b5f06-df48-4afa-84b2-1fdb64cd659b] Running
	I0729 18:43:27.342069  529548 system_pods.go:61] "kube-proxy-hmkvw" [f1742566-93a3-48a3-a842-0649677e71e2] Running
	I0729 18:43:27.342072  529548 system_pods.go:61] "kube-scheduler-addons-548251" [07dc5f34-0ffb-4290-beff-74fc94f055cb] Running
	I0729 18:43:27.342075  529548 system_pods.go:61] "metrics-server-c59844bb4-f52vf" [dd6e91bc-edb4-480e-9f1b-3a703d34357c] Running
	I0729 18:43:27.342080  529548 system_pods.go:61] "nvidia-device-plugin-daemonset-qt9jg" [8905a20e-c722-4d45-8d70-480409de5750] Running
	I0729 18:43:27.342083  529548 system_pods.go:61] "registry-698f998955-5krq9" [5f269180-5259-4e9d-bcff-00616e10cb81] Running
	I0729 18:43:27.342087  529548 system_pods.go:61] "registry-proxy-dhwl9" [5f6faed8-b077-41a6-badf-93a37f6619f8] Running
	I0729 18:43:27.342092  529548 system_pods.go:61] "snapshot-controller-745499f584-5wxtk" [4bce5ff9-cd9d-4ee7-a0da-28bd4f1674fb] Running
	I0729 18:43:27.342099  529548 system_pods.go:61] "snapshot-controller-745499f584-85w2w" [aa3ee36c-1f52-45c8-9d9c-5fe880ab0d55] Running
	I0729 18:43:27.342102  529548 system_pods.go:61] "storage-provisioner" [883acdd0-719b-4e40-96cb-13c4f35e877f] Running
	I0729 18:43:27.342104  529548 system_pods.go:61] "tiller-deploy-6677d64bcd-9qfzr" [651a9f90-06e4-479f-91e9-996b1368a41b] Running
	I0729 18:43:27.342112  529548 system_pods.go:74] duration metric: took 3.366320507s to wait for pod list to return data ...
	I0729 18:43:27.342121  529548 default_sa.go:34] waiting for default service account to be created ...
	I0729 18:43:27.343924  529548 default_sa.go:45] found service account: "default"
	I0729 18:43:27.343943  529548 default_sa.go:55] duration metric: took 1.812742ms for default service account to be created ...
	I0729 18:43:27.343949  529548 system_pods.go:116] waiting for k8s-apps to be running ...
	I0729 18:43:27.352564  529548 system_pods.go:86] 19 kube-system pods found
	I0729 18:43:27.352587  529548 system_pods.go:89] "coredns-7db6d8ff4d-xgwx2" [ea7c634c-e7d3-44c7-84c9-3a613d23d6f5] Running
	I0729 18:43:27.352593  529548 system_pods.go:89] "csi-hostpath-attacher-0" [3116738f-2f4b-4921-a804-13a72ae19c40] Running
	I0729 18:43:27.352597  529548 system_pods.go:89] "csi-hostpath-resizer-0" [ca060a01-4783-46a9-b5e6-401632722e08] Running
	I0729 18:43:27.352601  529548 system_pods.go:89] "csi-hostpathplugin-qk9wd" [238a0c57-0170-4888-b4ec-cae79a1a4f05] Running
	I0729 18:43:27.352605  529548 system_pods.go:89] "etcd-addons-548251" [10e523f2-d682-49f3-8da1-14d2bbaea93e] Running
	I0729 18:43:27.352609  529548 system_pods.go:89] "kindnet-ncpkx" [0a68be70-0f53-4795-a9ef-ff8f6eb82b14] Running
	I0729 18:43:27.352614  529548 system_pods.go:89] "kube-apiserver-addons-548251" [8f0e8ea3-7511-4877-9de0-7bc507b5ce5c] Running
	I0729 18:43:27.352618  529548 system_pods.go:89] "kube-controller-manager-addons-548251" [f4c66b8c-4da2-4591-8e81-143995fbef73] Running
	I0729 18:43:27.352623  529548 system_pods.go:89] "kube-ingress-dns-minikube" [bc7b5f06-df48-4afa-84b2-1fdb64cd659b] Running
	I0729 18:43:27.352626  529548 system_pods.go:89] "kube-proxy-hmkvw" [f1742566-93a3-48a3-a842-0649677e71e2] Running
	I0729 18:43:27.352633  529548 system_pods.go:89] "kube-scheduler-addons-548251" [07dc5f34-0ffb-4290-beff-74fc94f055cb] Running
	I0729 18:43:27.352640  529548 system_pods.go:89] "metrics-server-c59844bb4-f52vf" [dd6e91bc-edb4-480e-9f1b-3a703d34357c] Running
	I0729 18:43:27.352645  529548 system_pods.go:89] "nvidia-device-plugin-daemonset-qt9jg" [8905a20e-c722-4d45-8d70-480409de5750] Running
	I0729 18:43:27.352651  529548 system_pods.go:89] "registry-698f998955-5krq9" [5f269180-5259-4e9d-bcff-00616e10cb81] Running
	I0729 18:43:27.352654  529548 system_pods.go:89] "registry-proxy-dhwl9" [5f6faed8-b077-41a6-badf-93a37f6619f8] Running
	I0729 18:43:27.352658  529548 system_pods.go:89] "snapshot-controller-745499f584-5wxtk" [4bce5ff9-cd9d-4ee7-a0da-28bd4f1674fb] Running
	I0729 18:43:27.352662  529548 system_pods.go:89] "snapshot-controller-745499f584-85w2w" [aa3ee36c-1f52-45c8-9d9c-5fe880ab0d55] Running
	I0729 18:43:27.352665  529548 system_pods.go:89] "storage-provisioner" [883acdd0-719b-4e40-96cb-13c4f35e877f] Running
	I0729 18:43:27.352669  529548 system_pods.go:89] "tiller-deploy-6677d64bcd-9qfzr" [651a9f90-06e4-479f-91e9-996b1368a41b] Running
	I0729 18:43:27.352701  529548 system_pods.go:126] duration metric: took 8.746663ms to wait for k8s-apps to be running ...
	I0729 18:43:27.352711  529548 system_svc.go:44] waiting for kubelet service to be running ....
	I0729 18:43:27.352764  529548 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0729 18:43:27.363672  529548 system_svc.go:56] duration metric: took 10.954371ms WaitForService to wait for kubelet
	I0729 18:43:27.363698  529548 kubeadm.go:582] duration metric: took 2m29.95822914s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0729 18:43:27.363723  529548 node_conditions.go:102] verifying NodePressure condition ...
	I0729 18:43:27.366347  529548 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0729 18:43:27.366372  529548 node_conditions.go:123] node cpu capacity is 8
	I0729 18:43:27.366385  529548 node_conditions.go:105] duration metric: took 2.657199ms to run NodePressure ...
	I0729 18:43:27.366398  529548 start.go:241] waiting for startup goroutines ...
	I0729 18:43:27.366407  529548 start.go:246] waiting for cluster config update ...
	I0729 18:43:27.366430  529548 start.go:255] writing updated cluster config ...
	I0729 18:43:27.366714  529548 ssh_runner.go:195] Run: rm -f paused
	I0729 18:43:27.414490  529548 start.go:600] kubectl: 1.30.3, cluster: 1.30.3 (minor skew: 0)
	I0729 18:43:27.417700  529548 out.go:177] * Done! kubectl is now configured to use "addons-548251" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Jul 29 18:46:42 addons-548251 crio[1028]: time="2024-07-29 18:46:42.765370301Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/4d55de8e490cf6ecac4601dcd152f59252363411a69d977bcc367be8ecee016f/merged/etc/passwd: no such file or directory"
	Jul 29 18:46:42 addons-548251 crio[1028]: time="2024-07-29 18:46:42.765402766Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/4d55de8e490cf6ecac4601dcd152f59252363411a69d977bcc367be8ecee016f/merged/etc/group: no such file or directory"
	Jul 29 18:46:42 addons-548251 crio[1028]: time="2024-07-29 18:46:42.798959201Z" level=info msg="Created container d2f1288de60739e0aa132f9ba0783fa8a5a63b33080cfee7411477c42fd93057: default/hello-world-app-6778b5fc9f-5h76z/hello-world-app" id=7e22b9ff-5c78-4e86-b337-68fa48d5f98b name=/runtime.v1.RuntimeService/CreateContainer
	Jul 29 18:46:42 addons-548251 crio[1028]: time="2024-07-29 18:46:42.799640544Z" level=info msg="Starting container: d2f1288de60739e0aa132f9ba0783fa8a5a63b33080cfee7411477c42fd93057" id=d0113b5c-a0a9-4a40-855e-d69f6b9a6b3a name=/runtime.v1.RuntimeService/StartContainer
	Jul 29 18:46:42 addons-548251 crio[1028]: time="2024-07-29 18:46:42.805169167Z" level=info msg="Started container" PID=11400 containerID=d2f1288de60739e0aa132f9ba0783fa8a5a63b33080cfee7411477c42fd93057 description=default/hello-world-app-6778b5fc9f-5h76z/hello-world-app id=d0113b5c-a0a9-4a40-855e-d69f6b9a6b3a name=/runtime.v1.RuntimeService/StartContainer sandboxID=d3161ba8f5b5814fad8a7c9ba8d119a4460ce9a5392f28302f2339b7dd03db2d
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.753291820Z" level=info msg="Removing container: 0d97c3e942a87fd4257ea7810fc5dbe41bf3f22a6c11a01cd0732ddec3ba527c" id=9090650a-7154-42d8-8f1a-2a7b0df99c6c name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.765911982Z" level=info msg="Removed container 0d97c3e942a87fd4257ea7810fc5dbe41bf3f22a6c11a01cd0732ddec3ba527c: ingress-nginx/ingress-nginx-admission-patch-kvx7r/patch" id=9090650a-7154-42d8-8f1a-2a7b0df99c6c name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.766936966Z" level=info msg="Removing container: cfaedc88bb652502f0f163f33dff5510a7c93aa61d3e9c024c94a478f431e7b6" id=f8304d93-6940-44cc-97bb-fa8845868c34 name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.779665607Z" level=info msg="Removed container cfaedc88bb652502f0f163f33dff5510a7c93aa61d3e9c024c94a478f431e7b6: ingress-nginx/ingress-nginx-admission-create-jd5f9/create" id=f8304d93-6940-44cc-97bb-fa8845868c34 name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.780901861Z" level=info msg="Stopping pod sandbox: 532c3c0950c9507b255ea7807eba9a791eed532ec6e7885dd1e9494fe3c5d8d7" id=cd2b892d-a814-44f3-b19b-3b1d62a541ea name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.780947212Z" level=info msg="Stopped pod sandbox (already stopped): 532c3c0950c9507b255ea7807eba9a791eed532ec6e7885dd1e9494fe3c5d8d7" id=cd2b892d-a814-44f3-b19b-3b1d62a541ea name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.781226790Z" level=info msg="Removing pod sandbox: 532c3c0950c9507b255ea7807eba9a791eed532ec6e7885dd1e9494fe3c5d8d7" id=e5ffce2b-a1af-406c-8adc-f7a3eebfcf88 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.786860695Z" level=info msg="Removed pod sandbox: 532c3c0950c9507b255ea7807eba9a791eed532ec6e7885dd1e9494fe3c5d8d7" id=e5ffce2b-a1af-406c-8adc-f7a3eebfcf88 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.787168823Z" level=info msg="Stopping pod sandbox: 013a6b5e00fbcc18627e2e1ee97a3686605a50044cfbaac3a2a49c8b3b654888" id=8692df23-fba0-45d9-8a82-66b9a545c13e name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.787192952Z" level=info msg="Stopped pod sandbox (already stopped): 013a6b5e00fbcc18627e2e1ee97a3686605a50044cfbaac3a2a49c8b3b654888" id=8692df23-fba0-45d9-8a82-66b9a545c13e name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.787481565Z" level=info msg="Removing pod sandbox: 013a6b5e00fbcc18627e2e1ee97a3686605a50044cfbaac3a2a49c8b3b654888" id=e1c85c03-65c6-491e-8ef6-8f24feda3049 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.793656089Z" level=info msg="Removed pod sandbox: 013a6b5e00fbcc18627e2e1ee97a3686605a50044cfbaac3a2a49c8b3b654888" id=e1c85c03-65c6-491e-8ef6-8f24feda3049 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.794041520Z" level=info msg="Stopping pod sandbox: cf2821a38daea438710a8130e1b26177d7a439a0747bc3106409ec7d22bbf860" id=ca7f256e-3c22-40db-b0ca-56378835bebf name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.794081310Z" level=info msg="Stopped pod sandbox (already stopped): cf2821a38daea438710a8130e1b26177d7a439a0747bc3106409ec7d22bbf860" id=ca7f256e-3c22-40db-b0ca-56378835bebf name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.794348764Z" level=info msg="Removing pod sandbox: cf2821a38daea438710a8130e1b26177d7a439a0747bc3106409ec7d22bbf860" id=e73bbda6-15a9-41ea-9100-1339329b6361 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.800764242Z" level=info msg="Removed pod sandbox: cf2821a38daea438710a8130e1b26177d7a439a0747bc3106409ec7d22bbf860" id=e73bbda6-15a9-41ea-9100-1339329b6361 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.801105154Z" level=info msg="Stopping pod sandbox: b3207c3f29306fe7ea6a27ddd02e968b2c817cc0cf55c1a57cdcd9cf05ece7c6" id=74316c59-dcf9-479e-b539-b7d4ec3188ca name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.801142644Z" level=info msg="Stopped pod sandbox (already stopped): b3207c3f29306fe7ea6a27ddd02e968b2c817cc0cf55c1a57cdcd9cf05ece7c6" id=74316c59-dcf9-479e-b539-b7d4ec3188ca name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.801390974Z" level=info msg="Removing pod sandbox: b3207c3f29306fe7ea6a27ddd02e968b2c817cc0cf55c1a57cdcd9cf05ece7c6" id=3ebf8fea-9920-4821-985b-906d84ec21b5 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.807799805Z" level=info msg="Removed pod sandbox: b3207c3f29306fe7ea6a27ddd02e968b2c817cc0cf55c1a57cdcd9cf05ece7c6" id=3ebf8fea-9920-4821-985b-906d84ec21b5 name=/runtime.v1.RuntimeService/RemovePodSandbox
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                   CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	d2f1288de6073       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6                   3 seconds ago       Running             hello-world-app           0                   d3161ba8f5b58       hello-world-app-6778b5fc9f-5h76z
	09f4d2a8bc5e9       docker.io/library/nginx@sha256:208b70eefac13ee9be00e486f79c695b15cef861c680527171a27d253d834be9                         2 minutes ago       Running             nginx                     0                   426d7bf2a73c5       nginx
	532c18489ec51       gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e                     3 minutes ago       Running             busybox                   0                   cd3029461c3bc       busybox
	c323d8201e59d       registry.k8s.io/metrics-server/metrics-server@sha256:31f034feb3f16062e93be7c40efc596553c89de172e2e412e588f02382388872   4 minutes ago       Running             metrics-server            0                   60bf28e3b7bae       metrics-server-c59844bb4-f52vf
	4444d396f453e       docker.io/rancher/local-path-provisioner@sha256:73f712e7af12b06720c35ce75217f904f00e4bd96de79f8db1cf160112e667ef        5 minutes ago       Running             local-path-provisioner    0                   7e6bb8d7059be       local-path-provisioner-8d985888d-5dgfr
	f23d7600733a5       6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562                                                        5 minutes ago       Running             storage-provisioner       0                   1277a13dd9bba       storage-provisioner
	fcc54600d5489       cbb01a7bd410dc08ba382018ab909a674fb0e48687f0c00797ed5bc34fcc6bb4                                                        5 minutes ago       Running             coredns                   0                   8c95d85fcdee1       coredns-7db6d8ff4d-xgwx2
	0f2f5c759fae8       docker.io/kindest/kindnetd@sha256:6d6071dbf83147a09972dc93b5ff84ff0103fa2231936557113757665f6195b9                      5 minutes ago       Running             kindnet-cni               0                   c6d5ee3c5ffe7       kindnet-ncpkx
	2cbae1fcca5c3       55bb025d2cfa592b9381d01e122e72a1ed4b29ca32f86b7d289d99da794784d1                                                        5 minutes ago       Running             kube-proxy                0                   fda862966d61c       kube-proxy-hmkvw
	ee993c48726fb       76932a3b37d7eb138c8f47c9a2b4218f0466dd273badf856f2ce2f0277e15b5e                                                        6 minutes ago       Running             kube-controller-manager   0                   caad7860a4a7f       kube-controller-manager-addons-548251
	bccdf9ff68c2f       1f6d574d502f3b61c851b1bbd4ef2a964ce4c70071dd8da556f2d490d36b095d                                                        6 minutes ago       Running             kube-apiserver            0                   f92bc9004617a       kube-apiserver-addons-548251
	fe2a8b563377e       3edc18e7b76722eb2eb37a0858c09caacbd422d6e0cae4c2e5ce67bc9a9795e2                                                        6 minutes ago       Running             kube-scheduler            0                   0c1bf40627960       kube-scheduler-addons-548251
	ba1d1c8a8c0af       3861cfcd7c04ccac1f062788eca39487248527ef0c0cfd477a83d7691a75a899                                                        6 minutes ago       Running             etcd                      0                   0a072a06642b6       etcd-addons-548251
	
	
	==> coredns [fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985] <==
	[INFO] 10.244.0.14:47627 - 30042 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000101659s
	[INFO] 10.244.0.14:46370 - 41152 "AAAA IN registry.kube-system.svc.cluster.local.southamerica-west1-a.c.k8s-minikube.internal. udp 101 false 512" NXDOMAIN qr,rd,ra 101 0.004230049s
	[INFO] 10.244.0.14:46370 - 31938 "A IN registry.kube-system.svc.cluster.local.southamerica-west1-a.c.k8s-minikube.internal. udp 101 false 512" NXDOMAIN qr,rd,ra 101 0.005635661s
	[INFO] 10.244.0.14:35652 - 14560 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.004578916s
	[INFO] 10.244.0.14:35652 - 31205 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.004716968s
	[INFO] 10.244.0.14:49719 - 55022 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.003205419s
	[INFO] 10.244.0.14:49719 - 1554 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.005300892s
	[INFO] 10.244.0.14:42985 - 21493 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000078559s
	[INFO] 10.244.0.14:42985 - 61942 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000106864s
	[INFO] 10.244.0.20:57544 - 51549 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000188187s
	[INFO] 10.244.0.20:55265 - 14773 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000146437s
	[INFO] 10.244.0.20:45856 - 28783 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.00011586s
	[INFO] 10.244.0.20:47956 - 50771 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000160214s
	[INFO] 10.244.0.20:34924 - 55248 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000111489s
	[INFO] 10.244.0.20:56864 - 12646 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000112787s
	[INFO] 10.244.0.20:50445 - 40258 "AAAA IN storage.googleapis.com.southamerica-west1-a.c.k8s-minikube.internal. udp 96 false 1232" NXDOMAIN qr,rd,ra 85 0.007121358s
	[INFO] 10.244.0.20:49495 - 24135 "A IN storage.googleapis.com.southamerica-west1-a.c.k8s-minikube.internal. udp 96 false 1232" NXDOMAIN qr,rd,ra 85 0.008582316s
	[INFO] 10.244.0.20:57505 - 42281 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.007151632s
	[INFO] 10.244.0.20:52694 - 47635 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.007531637s
	[INFO] 10.244.0.20:42480 - 38909 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.006626043s
	[INFO] 10.244.0.20:42607 - 63974 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.007161423s
	[INFO] 10.244.0.20:37684 - 25419 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 230 0.000666293s
	[INFO] 10.244.0.20:48554 - 23069 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.00073432s
	[INFO] 10.244.0.24:59392 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000295752s
	[INFO] 10.244.0.24:38423 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000167909s
	
	
	==> describe nodes <==
	Name:               addons-548251
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-548251
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=ff26f50543a99741e8a988a34136ffea2b41dbf0
	                    minikube.k8s.io/name=addons-548251
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_07_29T18_40_44_0700
	                    minikube.k8s.io/version=v1.33.1
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-548251
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 29 Jul 2024 18:40:41 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-548251
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 29 Jul 2024 18:46:40 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 29 Jul 2024 18:45:19 +0000   Mon, 29 Jul 2024 18:40:39 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 29 Jul 2024 18:45:19 +0000   Mon, 29 Jul 2024 18:40:39 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 29 Jul 2024 18:45:19 +0000   Mon, 29 Jul 2024 18:40:39 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 29 Jul 2024 18:45:19 +0000   Mon, 29 Jul 2024 18:41:16 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-548251
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859316Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859316Ki
	  pods:               110
	System Info:
	  Machine ID:                 093ab61c120d4bce887101a0adca8049
	  System UUID:                e0f72546-6a41-4057-9c36-c9e22a3b71c0
	  Boot ID:                    ec8e0709-65bf-4e34-adba-03402a115041
	  Kernel Version:             5.15.0-1065-gcp
	  OS Image:                   Ubuntu 22.04.4 LTS
	  Operating System:           linux
	  Architecture:               amd64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.30.3
	  Kube-Proxy Version:         v1.30.3
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (13 in total)
	  Namespace                   Name                                      CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                      ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                   0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         3m19s
	  default                     hello-world-app-6778b5fc9f-5h76z          0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         10s
	  default                     nginx                                     0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         2m35s
	  kube-system                 coredns-7db6d8ff4d-xgwx2                  100m (1%!)(MISSING)     0 (0%!)(MISSING)      70Mi (0%!)(MISSING)        170Mi (0%!)(MISSING)     5m49s
	  kube-system                 etcd-addons-548251                        100m (1%!)(MISSING)     0 (0%!)(MISSING)      100Mi (0%!)(MISSING)       0 (0%!)(MISSING)         6m3s
	  kube-system                 kindnet-ncpkx                             100m (1%!)(MISSING)     100m (1%!)(MISSING)   50Mi (0%!)(MISSING)        50Mi (0%!)(MISSING)      5m49s
	  kube-system                 kube-apiserver-addons-548251              250m (3%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         6m4s
	  kube-system                 kube-controller-manager-addons-548251     200m (2%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         6m3s
	  kube-system                 kube-proxy-hmkvw                          0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m49s
	  kube-system                 kube-scheduler-addons-548251              100m (1%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         6m3s
	  kube-system                 metrics-server-c59844bb4-f52vf            100m (1%!)(MISSING)     0 (0%!)(MISSING)      200Mi (0%!)(MISSING)       0 (0%!)(MISSING)         5m45s
	  kube-system                 storage-provisioner                       0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m45s
	  local-path-storage          local-path-provisioner-8d985888d-5dgfr    0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m44s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (11%!)(MISSING)  100m (1%!)(MISSING)
	  memory             420Mi (1%!)(MISSING)  220Mi (0%!)(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                 5m45s  kube-proxy       
	  Normal  Starting                 6m3s   kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  6m3s   kubelet          Node addons-548251 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    6m3s   kubelet          Node addons-548251 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     6m3s   kubelet          Node addons-548251 status is now: NodeHasSufficientPID
	  Normal  RegisteredNode           5m50s  node-controller  Node addons-548251 event: Registered Node addons-548251 in Controller
	  Normal  NodeReady                5m30s  kubelet          Node addons-548251 status is now: NodeReady
	
	
	==> dmesg <==
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff 8a 7b cb ea a8 20 08 06
	[  +3.185556] IPv4: martian source 10.244.0.2 from 10.244.0.2, on dev bridge
	[  +0.000017] ll header: 00000000: ff ff ff ff ff ff 9a 66 7b 07 18 c9 08 06
	[  +0.800001] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
	[  +0.000007] ll header: 00000000: ff ff ff ff ff ff 9a 66 7b 07 18 c9 08 06
	[  +0.005070] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
	[  +0.000004] ll header: 00000000: ff ff ff ff ff ff c2 ca c8 02 cf f1 08 06
	[Jul29 18:37] IPv4: martian source 10.244.0.1 from 10.244.0.4, on dev eth0
	[  +0.000005] ll header: 00000000: ff ff ff ff ff ff 1e 7b 8e 51 e9 83 08 06
	[  +0.000391] IPv4: martian source 10.244.0.4 from 10.244.0.2, on dev eth0
	[  +0.000005] ll header: 00000000: ff ff ff ff ff ff 9a 66 7b 07 18 c9 08 06
	[Jul29 18:44] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: 06 c6 a9 c3 11 9b 1e 13 b6 73 c5 5f 08 00
	[  +1.010754] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: 06 c6 a9 c3 11 9b 1e 13 b6 73 c5 5f 08 00
	[  +2.015819] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000022] ll header: 00000000: 06 c6 a9 c3 11 9b 1e 13 b6 73 c5 5f 08 00
	[  +4.255564] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: 06 c6 a9 c3 11 9b 1e 13 b6 73 c5 5f 08 00
	[  +8.191165] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000020] ll header: 00000000: 06 c6 a9 c3 11 9b 1e 13 b6 73 c5 5f 08 00
	[ +16.126309] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: 06 c6 a9 c3 11 9b 1e 13 b6 73 c5 5f 08 00
	[Jul29 18:45] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: 06 c6 a9 c3 11 9b 1e 13 b6 73 c5 5f 08 00
	
	
	==> etcd [ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788] <==
	{"level":"info","ts":"2024-07-29T18:40:39.146115Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
	{"level":"info","ts":"2024-07-29T18:41:00.143284Z","caller":"traceutil/trace.go:171","msg":"trace[1764909732] transaction","detail":"{read_only:false; response_revision:387; number_of_response:1; }","duration":"101.475436ms","start":"2024-07-29T18:41:00.041782Z","end":"2024-07-29T18:41:00.143258Z","steps":["trace[1764909732] 'process raft request'  (duration: 101.436302ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T18:41:00.143729Z","caller":"traceutil/trace.go:171","msg":"trace[1478655483] transaction","detail":"{read_only:false; response_revision:385; number_of_response:1; }","duration":"103.081849ms","start":"2024-07-29T18:41:00.040632Z","end":"2024-07-29T18:41:00.143714Z","steps":["trace[1478655483] 'process raft request'  (duration: 90.56812ms)","trace[1478655483] 'compare'  (duration: 11.84525ms)"],"step_count":2}
	{"level":"info","ts":"2024-07-29T18:41:00.143876Z","caller":"traceutil/trace.go:171","msg":"trace[520724621] transaction","detail":"{read_only:false; response_revision:386; number_of_response:1; }","duration":"103.037338ms","start":"2024-07-29T18:41:00.04083Z","end":"2024-07-29T18:41:00.143867Z","steps":["trace[520724621] 'process raft request'  (duration: 102.354051ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T18:41:00.233678Z","caller":"traceutil/trace.go:171","msg":"trace[1431894774] transaction","detail":"{read_only:false; response_revision:390; number_of_response:1; }","duration":"102.303993ms","start":"2024-07-29T18:41:00.131011Z","end":"2024-07-29T18:41:00.233315Z","steps":["trace[1431894774] 'process raft request'  (duration: 90.720587ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T18:41:01.244376Z","caller":"traceutil/trace.go:171","msg":"trace[1726162545] transaction","detail":"{read_only:false; response_revision:437; number_of_response:1; }","duration":"102.582207ms","start":"2024-07-29T18:41:01.141768Z","end":"2024-07-29T18:41:01.24435Z","steps":["trace[1726162545] 'process raft request'  (duration: 100.09762ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-29T18:41:01.244997Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"100.127958ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
	{"level":"info","ts":"2024-07-29T18:41:01.245062Z","caller":"traceutil/trace.go:171","msg":"trace[1215067530] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:437; }","duration":"100.230148ms","start":"2024-07-29T18:41:01.144821Z","end":"2024-07-29T18:41:01.245051Z","steps":["trace[1215067530] 'agreement among raft nodes before linearized reading'  (duration: 100.134745ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T18:41:02.228883Z","caller":"traceutil/trace.go:171","msg":"trace[1485682256] linearizableReadLoop","detail":"{readStateIndex:536; appliedIndex:534; }","duration":"102.86674ms","start":"2024-07-29T18:41:02.125996Z","end":"2024-07-29T18:41:02.228863Z","steps":["trace[1485682256] 'read index received'  (duration: 101.641223ms)","trace[1485682256] 'applied index is now lower than readState.Index'  (duration: 1.224727ms)"],"step_count":2}
	{"level":"info","ts":"2024-07-29T18:41:02.229301Z","caller":"traceutil/trace.go:171","msg":"trace[2034175216] transaction","detail":"{read_only:false; response_revision:519; number_of_response:1; }","duration":"106.722894ms","start":"2024-07-29T18:41:02.122561Z","end":"2024-07-29T18:41:02.229284Z","steps":["trace[2034175216] 'process raft request'  (duration: 105.066404ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T18:41:02.229412Z","caller":"traceutil/trace.go:171","msg":"trace[1031043337] transaction","detail":"{read_only:false; response_revision:520; number_of_response:1; }","duration":"106.557383ms","start":"2024-07-29T18:41:02.122845Z","end":"2024-07-29T18:41:02.229403Z","steps":["trace[1031043337] 'process raft request'  (duration: 105.949249ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-29T18:41:02.229654Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"103.640422ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/clusterrolebindings/system:metrics-server\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-07-29T18:41:02.239977Z","caller":"traceutil/trace.go:171","msg":"trace[1035817140] range","detail":"{range_begin:/registry/clusterrolebindings/system:metrics-server; range_end:; response_count:0; response_revision:521; }","duration":"114.005353ms","start":"2024-07-29T18:41:02.125953Z","end":"2024-07-29T18:41:02.239958Z","steps":["trace[1035817140] 'agreement among raft nodes before linearized reading'  (duration: 103.65324ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-29T18:41:02.24126Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"108.065354ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/replicasets/local-path-storage/local-path-provisioner-8d985888d\" ","response":"range_response_count:1 size:2618"}
	{"level":"info","ts":"2024-07-29T18:41:02.241618Z","caller":"traceutil/trace.go:171","msg":"trace[66902122] range","detail":"{range_begin:/registry/replicasets/local-path-storage/local-path-provisioner-8d985888d; range_end:; response_count:1; response_revision:522; }","duration":"108.453323ms","start":"2024-07-29T18:41:02.133147Z","end":"2024-07-29T18:41:02.2416Z","steps":["trace[66902122] 'agreement among raft nodes before linearized reading'  (duration: 107.983835ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T18:41:55.754979Z","caller":"traceutil/trace.go:171","msg":"trace[840599164] linearizableReadLoop","detail":"{readStateIndex:1035; appliedIndex:1034; }","duration":"101.503539ms","start":"2024-07-29T18:41:55.653461Z","end":"2024-07-29T18:41:55.754964Z","steps":["trace[840599164] 'read index received'  (duration: 101.407318ms)","trace[840599164] 'applied index is now lower than readState.Index'  (duration: 95.783µs)"],"step_count":2}
	{"level":"info","ts":"2024-07-29T18:41:55.755017Z","caller":"traceutil/trace.go:171","msg":"trace[2088118719] transaction","detail":"{read_only:false; response_revision:1002; number_of_response:1; }","duration":"104.283728ms","start":"2024-07-29T18:41:55.650715Z","end":"2024-07-29T18:41:55.754998Z","steps":["trace[2088118719] 'process raft request'  (duration: 104.168459ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-29T18:41:55.755152Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"101.673681ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/gcp-auth/\" range_end:\"/registry/pods/gcp-auth0\" ","response":"range_response_count:3 size:12292"}
	{"level":"info","ts":"2024-07-29T18:41:55.755186Z","caller":"traceutil/trace.go:171","msg":"trace[371073231] range","detail":"{range_begin:/registry/pods/gcp-auth/; range_end:/registry/pods/gcp-auth0; response_count:3; response_revision:1002; }","duration":"101.744197ms","start":"2024-07-29T18:41:55.653433Z","end":"2024-07-29T18:41:55.755178Z","steps":["trace[371073231] 'agreement among raft nodes before linearized reading'  (duration: 101.609662ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-29T18:42:27.573572Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"125.624006ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128030855800461764 > lease_revoke:<id:70cc90ffcb6698aa>","response":"size:29"}
	{"level":"info","ts":"2024-07-29T18:42:27.573666Z","caller":"traceutil/trace.go:171","msg":"trace[894260035] linearizableReadLoop","detail":"{readStateIndex:1144; appliedIndex:1143; }","duration":"116.527195ms","start":"2024-07-29T18:42:27.457124Z","end":"2024-07-29T18:42:27.573651Z","steps":["trace[894260035] 'read index received'  (duration: 37.677µs)","trace[894260035] 'applied index is now lower than readState.Index'  (duration: 116.488502ms)"],"step_count":2}
	{"level":"warn","ts":"2024-07-29T18:42:27.573939Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"116.801802ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/\" range_end:\"/registry/pods/kube-system0\" ","response":"range_response_count:19 size:94874"}
	{"level":"info","ts":"2024-07-29T18:42:27.573973Z","caller":"traceutil/trace.go:171","msg":"trace[698746688] range","detail":"{range_begin:/registry/pods/kube-system/; range_end:/registry/pods/kube-system0; response_count:19; response_revision:1102; }","duration":"116.870568ms","start":"2024-07-29T18:42:27.457093Z","end":"2024-07-29T18:42:27.573964Z","steps":["trace[698746688] 'agreement among raft nodes before linearized reading'  (duration: 116.630636ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T18:42:28.003852Z","caller":"traceutil/trace.go:171","msg":"trace[2142615285] transaction","detail":"{read_only:false; response_revision:1105; number_of_response:1; }","duration":"127.33098ms","start":"2024-07-29T18:42:27.876492Z","end":"2024-07-29T18:42:28.003823Z","steps":["trace[2142615285] 'process raft request'  (duration: 96.85748ms)","trace[2142615285] 'compare'  (duration: 30.297143ms)"],"step_count":2}
	{"level":"info","ts":"2024-07-29T18:43:16.542578Z","caller":"traceutil/trace.go:171","msg":"trace[646008960] transaction","detail":"{read_only:false; response_revision:1285; number_of_response:1; }","duration":"109.664778ms","start":"2024-07-29T18:43:16.432884Z","end":"2024-07-29T18:43:16.542549Z","steps":["trace[646008960] 'process raft request'  (duration: 80.488198ms)","trace[646008960] 'compare'  (duration: 29.078975ms)"],"step_count":2}
	
	
	==> kernel <==
	 18:46:46 up  2:29,  0 users,  load average: 0.22, 0.97, 1.47
	Linux addons-548251 5.15.0-1065-gcp #73~20.04.1-Ubuntu SMP Mon Jul 15 20:08:36 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.4 LTS"
	
	
	==> kindnet [0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef] <==
	I0729 18:45:26.021806       1 main.go:299] handling current node
	I0729 18:45:36.022006       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 18:45:36.022049       1 main.go:299] handling current node
	I0729 18:45:46.021720       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 18:45:46.021758       1 main.go:299] handling current node
	I0729 18:45:56.022141       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 18:45:56.022178       1 main.go:299] handling current node
	W0729 18:45:56.432810       1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
	E0729 18:45:56.432840       1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
	W0729 18:45:58.747580       1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
	E0729 18:45:58.747612       1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
	I0729 18:46:06.021673       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 18:46:06.021714       1 main.go:299] handling current node
	W0729 18:46:09.776882       1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
	E0729 18:46:09.776949       1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
	I0729 18:46:16.021785       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 18:46:16.021829       1 main.go:299] handling current node
	I0729 18:46:26.021856       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 18:46:26.021892       1 main.go:299] handling current node
	W0729 18:46:34.266819       1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
	E0729 18:46:34.266849       1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
	I0729 18:46:36.021436       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 18:46:36.021473       1 main.go:299] handling current node
	I0729 18:46:46.021653       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 18:46:46.021688       1 main.go:299] handling current node
	
	
	==> kube-apiserver [bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b] <==
	E0729 18:43:22.025279       1 controller.go:146] Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: 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]]
	E0729 18:43:38.824193       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:47732: use of closed network connection
	E0729 18:43:38.981331       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:47746: use of closed network connection
	I0729 18:43:53.650886       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0729 18:43:54.670000       1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0729 18:44:11.200155       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0729 18:44:11.374406       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.111.159.135"}
	I0729 18:44:11.540915       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	E0729 18:44:14.093704       1 upgradeaware.go:427] Error proxying data from client to backend: read tcp 192.168.49.2:8443->10.244.0.25:56042: read: connection reset by peer
	I0729 18:44:42.751668       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0729 18:44:42.751729       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0729 18:44:42.764805       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0729 18:44:42.764953       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0729 18:44:42.765393       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0729 18:44:42.765514       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0729 18:44:42.779879       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0729 18:44:42.780026       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0729 18:44:42.823488       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0729 18:44:42.823764       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0729 18:44:43.766358       1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0729 18:44:43.823696       1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0729 18:44:43.832695       1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0729 18:44:52.048805       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.108.29.115"}
	I0729 18:46:36.539826       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.109.245.130"}
	
	
	==> kube-controller-manager [ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37] <==
	W0729 18:45:27.936716       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:45:27.936758       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0729 18:45:30.792492       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:45:30.792531       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0729 18:45:56.747188       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:45:56.747223       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0729 18:45:58.036939       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:45:58.036973       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0729 18:46:02.183922       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:46:02.183959       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0729 18:46:17.222020       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:46:17.222054       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0729 18:46:27.318814       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:46:27.318853       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0729 18:46:34.061824       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:46:34.061859       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	I0729 18:46:36.396741       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="13.892849ms"
	I0729 18:46:36.400861       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="4.069012ms"
	I0729 18:46:36.401021       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="75.418µs"
	I0729 18:46:36.407987       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="38.903µs"
	I0729 18:46:38.149903       1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
	I0729 18:46:38.150754       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-6d9bd977d4" duration="7.72µs"
	I0729 18:46:38.153656       1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
	I0729 18:46:43.665909       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="5.469482ms"
	I0729 18:46:43.666003       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="54.587µs"
	
	
	==> kube-proxy [2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957] <==
	I0729 18:40:58.444395       1 server_linux.go:69] "Using iptables proxy"
	I0729 18:40:58.531385       1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	I0729 18:41:00.422503       1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0729 18:41:00.422600       1 server_linux.go:165] "Using iptables Proxier"
	I0729 18:41:00.433289       1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
	I0729 18:41:00.433383       1 server_linux.go:528] "Defaulting to no-op detect-local"
	I0729 18:41:00.433447       1 proxier.go:243] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses"
	I0729 18:41:00.433923       1 server.go:872] "Version info" version="v1.30.3"
	I0729 18:41:00.433992       1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0729 18:41:00.435714       1 config.go:319] "Starting node config controller"
	I0729 18:41:00.435784       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0729 18:41:00.436148       1 config.go:101] "Starting endpoint slice config controller"
	I0729 18:41:00.436211       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0729 18:41:00.436275       1 config.go:192] "Starting service config controller"
	I0729 18:41:00.436308       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0729 18:41:00.539087       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0729 18:41:00.539227       1 shared_informer.go:320] Caches are synced for node config
	I0729 18:41:00.539304       1 shared_informer.go:320] Caches are synced for service config
	
	
	==> kube-scheduler [fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2] <==
	W0729 18:40:41.029620       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0729 18:40:41.029804       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
	W0729 18:40:41.029937       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E0729 18:40:41.030009       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	W0729 18:40:41.030047       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
	E0729 18:40:41.030070       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
	W0729 18:40:41.030329       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: 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
	E0729 18:40:41.030351       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
	W0729 18:40:41.030561       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E0729 18:40:41.030583       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
	W0729 18:40:41.030587       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E0729 18:40:41.030613       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
	W0729 18:40:41.886527       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	E0729 18:40:41.886569       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	W0729 18:40:41.892621       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	E0729 18:40:41.892661       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
	W0729 18:40:41.926643       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: 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
	E0729 18:40:41.926679       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
	W0729 18:40:41.996986       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0729 18:40:41.997033       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
	W0729 18:40:42.010006       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E0729 18:40:42.010041       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	W0729 18:40:42.151967       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
	E0729 18:40:42.152014       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
	I0729 18:40:42.628057       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Jul 29 18:46:36 addons-548251 kubelet[1730]: I0729 18:46:36.483458    1730 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-bx9vl\" (UniqueName: \"kubernetes.io/projected/4daf89a8-3d05-4f95-bd58-83ebead61149-kube-api-access-bx9vl\") pod \"hello-world-app-6778b5fc9f-5h76z\" (UID: \"4daf89a8-3d05-4f95-bd58-83ebead61149\") " pod="default/hello-world-app-6778b5fc9f-5h76z"
	Jul 29 18:46:37 addons-548251 kubelet[1730]: I0729 18:46:37.391130    1730 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-66b5w\" (UniqueName: \"kubernetes.io/projected/bc7b5f06-df48-4afa-84b2-1fdb64cd659b-kube-api-access-66b5w\") pod \"bc7b5f06-df48-4afa-84b2-1fdb64cd659b\" (UID: \"bc7b5f06-df48-4afa-84b2-1fdb64cd659b\") "
	Jul 29 18:46:37 addons-548251 kubelet[1730]: I0729 18:46:37.392916    1730 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/bc7b5f06-df48-4afa-84b2-1fdb64cd659b-kube-api-access-66b5w" (OuterVolumeSpecName: "kube-api-access-66b5w") pod "bc7b5f06-df48-4afa-84b2-1fdb64cd659b" (UID: "bc7b5f06-df48-4afa-84b2-1fdb64cd659b"). InnerVolumeSpecName "kube-api-access-66b5w". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Jul 29 18:46:37 addons-548251 kubelet[1730]: I0729 18:46:37.492295    1730 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-66b5w\" (UniqueName: \"kubernetes.io/projected/bc7b5f06-df48-4afa-84b2-1fdb64cd659b-kube-api-access-66b5w\") on node \"addons-548251\" DevicePath \"\""
	Jul 29 18:46:37 addons-548251 kubelet[1730]: I0729 18:46:37.633639    1730 scope.go:117] "RemoveContainer" containerID="3e0e9ef31d92cc72ffc5d8f00fb86cbd2e49c7a6a736bcc605f7d2dc969c8e83"
	Jul 29 18:46:37 addons-548251 kubelet[1730]: I0729 18:46:37.649461    1730 scope.go:117] "RemoveContainer" containerID="3e0e9ef31d92cc72ffc5d8f00fb86cbd2e49c7a6a736bcc605f7d2dc969c8e83"
	Jul 29 18:46:37 addons-548251 kubelet[1730]: E0729 18:46:37.649865    1730 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"3e0e9ef31d92cc72ffc5d8f00fb86cbd2e49c7a6a736bcc605f7d2dc969c8e83\": container with ID starting with 3e0e9ef31d92cc72ffc5d8f00fb86cbd2e49c7a6a736bcc605f7d2dc969c8e83 not found: ID does not exist" containerID="3e0e9ef31d92cc72ffc5d8f00fb86cbd2e49c7a6a736bcc605f7d2dc969c8e83"
	Jul 29 18:46:37 addons-548251 kubelet[1730]: I0729 18:46:37.649898    1730 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"3e0e9ef31d92cc72ffc5d8f00fb86cbd2e49c7a6a736bcc605f7d2dc969c8e83"} err="failed to get container status \"3e0e9ef31d92cc72ffc5d8f00fb86cbd2e49c7a6a736bcc605f7d2dc969c8e83\": rpc error: code = NotFound desc = could not find container \"3e0e9ef31d92cc72ffc5d8f00fb86cbd2e49c7a6a736bcc605f7d2dc969c8e83\": container with ID starting with 3e0e9ef31d92cc72ffc5d8f00fb86cbd2e49c7a6a736bcc605f7d2dc969c8e83 not found: ID does not exist"
	Jul 29 18:46:39 addons-548251 kubelet[1730]: I0729 18:46:39.257790    1730 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="2dc14bbe-62e8-49d3-9dcb-b8ab569458d4" path="/var/lib/kubelet/pods/2dc14bbe-62e8-49d3-9dcb-b8ab569458d4/volumes"
	Jul 29 18:46:39 addons-548251 kubelet[1730]: I0729 18:46:39.258108    1730 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="8b741526-5fe9-4cdc-b9b1-934fa7e251cd" path="/var/lib/kubelet/pods/8b741526-5fe9-4cdc-b9b1-934fa7e251cd/volumes"
	Jul 29 18:46:39 addons-548251 kubelet[1730]: I0729 18:46:39.258399    1730 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="bc7b5f06-df48-4afa-84b2-1fdb64cd659b" path="/var/lib/kubelet/pods/bc7b5f06-df48-4afa-84b2-1fdb64cd659b/volumes"
	Jul 29 18:46:41 addons-548251 kubelet[1730]: I0729 18:46:41.541908    1730 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-td4t6\" (UniqueName: \"kubernetes.io/projected/23379413-ea35-48a0-9878-2c51d533691a-kube-api-access-td4t6\") pod \"23379413-ea35-48a0-9878-2c51d533691a\" (UID: \"23379413-ea35-48a0-9878-2c51d533691a\") "
	Jul 29 18:46:41 addons-548251 kubelet[1730]: I0729 18:46:41.541968    1730 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/23379413-ea35-48a0-9878-2c51d533691a-webhook-cert\") pod \"23379413-ea35-48a0-9878-2c51d533691a\" (UID: \"23379413-ea35-48a0-9878-2c51d533691a\") "
	Jul 29 18:46:41 addons-548251 kubelet[1730]: I0729 18:46:41.543830    1730 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/23379413-ea35-48a0-9878-2c51d533691a-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "23379413-ea35-48a0-9878-2c51d533691a" (UID: "23379413-ea35-48a0-9878-2c51d533691a"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
	Jul 29 18:46:41 addons-548251 kubelet[1730]: I0729 18:46:41.543975    1730 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/23379413-ea35-48a0-9878-2c51d533691a-kube-api-access-td4t6" (OuterVolumeSpecName: "kube-api-access-td4t6") pod "23379413-ea35-48a0-9878-2c51d533691a" (UID: "23379413-ea35-48a0-9878-2c51d533691a"). InnerVolumeSpecName "kube-api-access-td4t6". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Jul 29 18:46:41 addons-548251 kubelet[1730]: I0729 18:46:41.642254    1730 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/23379413-ea35-48a0-9878-2c51d533691a-webhook-cert\") on node \"addons-548251\" DevicePath \"\""
	Jul 29 18:46:41 addons-548251 kubelet[1730]: I0729 18:46:41.642300    1730 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-td4t6\" (UniqueName: \"kubernetes.io/projected/23379413-ea35-48a0-9878-2c51d533691a-kube-api-access-td4t6\") on node \"addons-548251\" DevicePath \"\""
	Jul 29 18:46:41 addons-548251 kubelet[1730]: I0729 18:46:41.645066    1730 scope.go:117] "RemoveContainer" containerID="2c0e468efda679c84e5ec050fbcdc07b7a01767a626c576bf0b3d02e444a2638"
	Jul 29 18:46:41 addons-548251 kubelet[1730]: I0729 18:46:41.659187    1730 scope.go:117] "RemoveContainer" containerID="2c0e468efda679c84e5ec050fbcdc07b7a01767a626c576bf0b3d02e444a2638"
	Jul 29 18:46:41 addons-548251 kubelet[1730]: E0729 18:46:41.659509    1730 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"2c0e468efda679c84e5ec050fbcdc07b7a01767a626c576bf0b3d02e444a2638\": container with ID starting with 2c0e468efda679c84e5ec050fbcdc07b7a01767a626c576bf0b3d02e444a2638 not found: ID does not exist" containerID="2c0e468efda679c84e5ec050fbcdc07b7a01767a626c576bf0b3d02e444a2638"
	Jul 29 18:46:41 addons-548251 kubelet[1730]: I0729 18:46:41.659546    1730 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"2c0e468efda679c84e5ec050fbcdc07b7a01767a626c576bf0b3d02e444a2638"} err="failed to get container status \"2c0e468efda679c84e5ec050fbcdc07b7a01767a626c576bf0b3d02e444a2638\": rpc error: code = NotFound desc = could not find container \"2c0e468efda679c84e5ec050fbcdc07b7a01767a626c576bf0b3d02e444a2638\": container with ID starting with 2c0e468efda679c84e5ec050fbcdc07b7a01767a626c576bf0b3d02e444a2638 not found: ID does not exist"
	Jul 29 18:46:43 addons-548251 kubelet[1730]: I0729 18:46:43.257286    1730 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="23379413-ea35-48a0-9878-2c51d533691a" path="/var/lib/kubelet/pods/23379413-ea35-48a0-9878-2c51d533691a/volumes"
	Jul 29 18:46:43 addons-548251 kubelet[1730]: I0729 18:46:43.660441    1730 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-6778b5fc9f-5h76z" podStartSLOduration=1.6598204779999999 podStartE2EDuration="7.660418607s" podCreationTimestamp="2024-07-29 18:46:36 +0000 UTC" firstStartedPulling="2024-07-29 18:46:36.747554102 +0000 UTC m=+353.572771139" lastFinishedPulling="2024-07-29 18:46:42.748152241 +0000 UTC m=+359.573369268" observedRunningTime="2024-07-29 18:46:43.66014837 +0000 UTC m=+360.485365407" watchObservedRunningTime="2024-07-29 18:46:43.660418607 +0000 UTC m=+360.485635643"
	Jul 29 18:46:44 addons-548251 kubelet[1730]: I0729 18:46:44.752091    1730 scope.go:117] "RemoveContainer" containerID="0d97c3e942a87fd4257ea7810fc5dbe41bf3f22a6c11a01cd0732ddec3ba527c"
	Jul 29 18:46:44 addons-548251 kubelet[1730]: I0729 18:46:44.766128    1730 scope.go:117] "RemoveContainer" containerID="cfaedc88bb652502f0f163f33dff5510a7c93aa61d3e9c024c94a478f431e7b6"
	
	
	==> storage-provisioner [f23d7600733a5cbf745ce95617264893bcf44cb12ef7498a11c22181104dc40b] <==
	I0729 18:41:17.438028       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0729 18:41:17.444861       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0729 18:41:17.444904       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0729 18:41:17.451095       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0729 18:41:17.451237       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-548251_a03f1b7f-5d6c-4b49-8e6d-cbdeac312848!
	I0729 18:41:17.451256       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"e2245c5b-a18e-44c0-8c21-7da48ba43c8b", APIVersion:"v1", ResourceVersion:"883", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-548251_a03f1b7f-5d6c-4b49-8e6d-cbdeac312848 became leader
	I0729 18:41:17.551884       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-548251_a03f1b7f-5d6c-4b49-8e6d-cbdeac312848!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-548251 -n addons-548251
helpers_test.go:261: (dbg) Run:  kubectl --context addons-548251 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (156.21s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (330.87s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:409: metrics-server stabilized in 2.554511ms
addons_test.go:411: (dbg) TestAddons/parallel/MetricsServer: waiting 6m0s for pods matching "k8s-app=metrics-server" in namespace "kube-system" ...
helpers_test.go:344: "metrics-server-c59844bb4-f52vf" [dd6e91bc-edb4-480e-9f1b-3a703d34357c] Running
addons_test.go:411: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 5.004034395s
addons_test.go:417: (dbg) Run:  kubectl --context addons-548251 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-548251 top pods -n kube-system: exit status 1 (68.96107ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-xgwx2, age: 2m55.272383232s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-548251 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-548251 top pods -n kube-system: exit status 1 (67.550901ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-xgwx2, age: 2m57.56257224s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-548251 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-548251 top pods -n kube-system: exit status 1 (65.249914ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-xgwx2, age: 3m2.238061124s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-548251 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-548251 top pods -n kube-system: exit status 1 (79.65345ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-xgwx2, age: 3m7.069470843s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-548251 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-548251 top pods -n kube-system: exit status 1 (73.733228ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-xgwx2, age: 3m13.332178036s

                                                
                                                
** /stderr **
2024/07/29 18:44:10 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:417: (dbg) Run:  kubectl --context addons-548251 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-548251 top pods -n kube-system: exit status 1 (64.174206ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-xgwx2, age: 3m24.499414347s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-548251 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-548251 top pods -n kube-system: exit status 1 (69.32444ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-xgwx2, age: 3m42.08420498s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-548251 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-548251 top pods -n kube-system: exit status 1 (61.99443ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-xgwx2, age: 4m14.438341643s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-548251 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-548251 top pods -n kube-system: exit status 1 (63.544031ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-xgwx2, age: 5m13.162168499s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-548251 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-548251 top pods -n kube-system: exit status 1 (61.434533ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-xgwx2, age: 6m35.954961779s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-548251 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-548251 top pods -n kube-system: exit status 1 (61.615499ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-xgwx2, age: 7m10.027887901s

                                                
                                                
** /stderr **
addons_test.go:417: (dbg) Run:  kubectl --context addons-548251 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-548251 top pods -n kube-system: exit status 1 (64.280468ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-xgwx2, age: 8m18.64197283s

                                                
                                                
** /stderr **
addons_test.go:431: failed checking metric server: exit status 1
addons_test.go:434: (dbg) Run:  out/minikube-linux-amd64 -p addons-548251 addons disable metrics-server --alsologtostderr -v=1
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestAddons/parallel/MetricsServer]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect addons-548251
helpers_test.go:235: (dbg) docker inspect addons-548251:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "35f80103c4bbb8264539855fe994fb375757c5c5028bd47233b877bac12f5d41",
	        "Created": "2024-07-29T18:40:30.458584543Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 530313,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-07-29T18:40:30.564295342Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:f7a7de1851ee150766e4477ba0f200b8a850318ef537b8ef6899afcaea59940a",
	        "ResolvConfPath": "/var/lib/docker/containers/35f80103c4bbb8264539855fe994fb375757c5c5028bd47233b877bac12f5d41/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/35f80103c4bbb8264539855fe994fb375757c5c5028bd47233b877bac12f5d41/hostname",
	        "HostsPath": "/var/lib/docker/containers/35f80103c4bbb8264539855fe994fb375757c5c5028bd47233b877bac12f5d41/hosts",
	        "LogPath": "/var/lib/docker/containers/35f80103c4bbb8264539855fe994fb375757c5c5028bd47233b877bac12f5d41/35f80103c4bbb8264539855fe994fb375757c5c5028bd47233b877bac12f5d41-json.log",
	        "Name": "/addons-548251",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-548251:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-548251",
	            "PortBindings": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ]
	            },
	            "RestartPolicy": {
	                "Name": "no",
	                "MaximumRetryCount": 0
	            },
	            "AutoRemove": false,
	            "VolumeDriver": "",
	            "VolumesFrom": null,
	            "ConsoleSize": [
	                0,
	                0
	            ],
	            "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",
	            "Isolation": "",
	            "CpuShares": 0,
	            "Memory": 4194304000,
	            "NanoCpus": 2000000000,
	            "CgroupParent": "",
	            "BlkioWeight": 0,
	            "BlkioWeightDevice": [],
	            "BlkioDeviceReadBps": [],
	            "BlkioDeviceWriteBps": [],
	            "BlkioDeviceReadIOps": [],
	            "BlkioDeviceWriteIOps": [],
	            "CpuPeriod": 0,
	            "CpuQuota": 0,
	            "CpuRealtimePeriod": 0,
	            "CpuRealtimeRuntime": 0,
	            "CpusetCpus": "",
	            "CpusetMems": "",
	            "Devices": [],
	            "DeviceCgroupRules": null,
	            "DeviceRequests": null,
	            "MemoryReservation": 0,
	            "MemorySwap": 8388608000,
	            "MemorySwappiness": null,
	            "OomKillDisable": false,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "LowerDir": "/var/lib/docker/overlay2/0c882f1785a0ba28a9f91f808131c31ea56884c16d8516617d77e5153f2f1403-init/diff:/var/lib/docker/overlay2/5aa91807a1384fed1e661356b1698d7fa83d5e99df5fd778f38dcffc11529001/diff",
	                "MergedDir": "/var/lib/docker/overlay2/0c882f1785a0ba28a9f91f808131c31ea56884c16d8516617d77e5153f2f1403/merged",
	                "UpperDir": "/var/lib/docker/overlay2/0c882f1785a0ba28a9f91f808131c31ea56884c16d8516617d77e5153f2f1403/diff",
	                "WorkDir": "/var/lib/docker/overlay2/0c882f1785a0ba28a9f91f808131c31ea56884c16d8516617d77e5153f2f1403/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-548251",
	                "Source": "/var/lib/docker/volumes/addons-548251/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-548251",
	            "Domainname": "",
	            "User": "",
	            "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.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7",
	            "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": "addons-548251",
	                "name.minikube.sigs.k8s.io": "addons-548251",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "6ccd3fd3e04734d95660bbf2247ab6ac64880734cbd6c558a97c09834495901a",
	            "SandboxKey": "/var/run/docker/netns/6ccd3fd3e047",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33258"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33259"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33262"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33260"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33261"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-548251": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "2ac44b579a77e8002e34367695f37f16e6f91dcbf0ec34956b7d625166a4f0cd",
	                    "EndpointID": "67b386b3a31fb5cb2576278909b796151f55503da0eea912f7b52df5fe488076",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-548251",
	                        "35f80103c4bb"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-548251 -n addons-548251
helpers_test.go:244: <<< TestAddons/parallel/MetricsServer FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestAddons/parallel/MetricsServer]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 -p addons-548251 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-548251 logs -n 25: (1.116678171s)
helpers_test.go:252: TestAddons/parallel/MetricsServer logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-docker-161463                                                                   | download-docker-161463 | jenkins | v1.33.1 | 29 Jul 24 18:40 UTC | 29 Jul 24 18:40 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-893274   | jenkins | v1.33.1 | 29 Jul 24 18:40 UTC |                     |
	|         | binary-mirror-893274                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:44941                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-893274                                                                     | binary-mirror-893274   | jenkins | v1.33.1 | 29 Jul 24 18:40 UTC | 29 Jul 24 18:40 UTC |
	| addons  | disable dashboard -p                                                                        | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:40 UTC |                     |
	|         | addons-548251                                                                               |                        |         |         |                     |                     |
	| addons  | enable dashboard -p                                                                         | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:40 UTC |                     |
	|         | addons-548251                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-548251 --wait=true                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:40 UTC | 29 Jul 24 18:43 UTC |
	|         | --memory=4000 --alsologtostderr                                                             |                        |         |         |                     |                     |
	|         | --addons=registry                                                                           |                        |         |         |                     |                     |
	|         | --addons=metrics-server                                                                     |                        |         |         |                     |                     |
	|         | --addons=volumesnapshots                                                                    |                        |         |         |                     |                     |
	|         | --addons=csi-hostpath-driver                                                                |                        |         |         |                     |                     |
	|         | --addons=gcp-auth                                                                           |                        |         |         |                     |                     |
	|         | --addons=cloud-spanner                                                                      |                        |         |         |                     |                     |
	|         | --addons=inspektor-gadget                                                                   |                        |         |         |                     |                     |
	|         | --addons=storage-provisioner-rancher                                                        |                        |         |         |                     |                     |
	|         | --addons=nvidia-device-plugin                                                               |                        |         |         |                     |                     |
	|         | --addons=yakd --addons=volcano                                                              |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	|         | --addons=ingress                                                                            |                        |         |         |                     |                     |
	|         | --addons=ingress-dns                                                                        |                        |         |         |                     |                     |
	|         | --addons=helm-tiller                                                                        |                        |         |         |                     |                     |
	| addons  | addons-548251 addons disable                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:43 UTC | 29 Jul 24 18:43 UTC |
	|         | gcp-auth --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p                                                                 | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:43 UTC | 29 Jul 24 18:43 UTC |
	|         | addons-548251                                                                               |                        |         |         |                     |                     |
	| ip      | addons-548251 ip                                                                            | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	| addons  | addons-548251 addons disable                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-548251 addons disable                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | helm-tiller --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| ssh     | addons-548251 ssh curl -s                                                                   | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| addons  | addons-548251 addons                                                                        | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ssh     | addons-548251 ssh cat                                                                       | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | /opt/local-path-provisioner/pvc-7b07f4a8-813c-4276-b730-82f6d39d573b_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-548251 addons disable                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-548251 addons                                                                        | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-548251 addons disable                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | -p addons-548251                                                                            |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | -p addons-548251                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable cloud-spanner -p                                                                    | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:44 UTC | 29 Jul 24 18:44 UTC |
	|         | addons-548251                                                                               |                        |         |         |                     |                     |
	| addons  | addons-548251 addons disable                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:45 UTC | 29 Jul 24 18:45 UTC |
	|         | headlamp --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| ip      | addons-548251 ip                                                                            | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:46 UTC | 29 Jul 24 18:46 UTC |
	| addons  | addons-548251 addons disable                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:46 UTC | 29 Jul 24 18:46 UTC |
	|         | ingress-dns --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-548251 addons disable                                                                | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:46 UTC | 29 Jul 24 18:46 UTC |
	|         | ingress --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	| addons  | addons-548251 addons                                                                        | addons-548251          | jenkins | v1.33.1 | 29 Jul 24 18:49 UTC | 29 Jul 24 18:49 UTC |
	|         | disable metrics-server                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/07/29 18:40:08
	Running on machine: ubuntu-20-agent-5
	Binary: Built with gc go1.22.5 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0729 18:40:08.986024  529548 out.go:291] Setting OutFile to fd 1 ...
	I0729 18:40:08.986121  529548 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 18:40:08.986130  529548 out.go:304] Setting ErrFile to fd 2...
	I0729 18:40:08.986134  529548 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 18:40:08.986302  529548 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-520813/.minikube/bin
	I0729 18:40:08.986891  529548 out.go:298] Setting JSON to false
	I0729 18:40:08.987800  529548 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-5","uptime":8552,"bootTime":1722269857,"procs":177,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1065-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0729 18:40:08.987858  529548 start.go:139] virtualization: kvm guest
	I0729 18:40:08.989916  529548 out.go:177] * [addons-548251] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	I0729 18:40:08.991169  529548 out.go:177]   - MINIKUBE_LOCATION=19312
	I0729 18:40:08.991241  529548 notify.go:220] Checking for updates...
	I0729 18:40:08.993449  529548 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0729 18:40:08.994787  529548 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19312-520813/kubeconfig
	I0729 18:40:08.996023  529548 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-520813/.minikube
	I0729 18:40:08.997192  529548 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0729 18:40:08.998328  529548 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0729 18:40:08.999863  529548 driver.go:392] Setting default libvirt URI to qemu:///system
	I0729 18:40:09.021357  529548 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
	I0729 18:40:09.021454  529548 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 18:40:09.066116  529548 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-29 18:40:09.057332935 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1065-gcp OperatingSystem:Ubuntu 20.04.6 LTS 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:8 MemTotal:33647939584 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-5 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0729 18:40:09.066225  529548 docker.go:307] overlay module found
	I0729 18:40:09.068147  529548 out.go:177] * Using the docker driver based on user configuration
	I0729 18:40:09.069726  529548 start.go:297] selected driver: docker
	I0729 18:40:09.069738  529548 start.go:901] validating driver "docker" against <nil>
	I0729 18:40:09.069749  529548 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0729 18:40:09.070501  529548 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 18:40:09.117728  529548 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-29 18:40:09.107581283 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1065-gcp OperatingSystem:Ubuntu 20.04.6 LTS 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:8 MemTotal:33647939584 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-5 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0729 18:40:09.117917  529548 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0729 18:40:09.118181  529548 start_flags.go:947] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0729 18:40:09.120006  529548 out.go:177] * Using Docker driver with root privileges
	I0729 18:40:09.121451  529548 cni.go:84] Creating CNI manager for ""
	I0729 18:40:09.121468  529548 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0729 18:40:09.121484  529548 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0729 18:40:09.121558  529548 start.go:340] cluster config:
	{Name:addons-548251 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:addons-548251 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio 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:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0729 18:40:09.122963  529548 out.go:177] * Starting "addons-548251" primary control-plane node in "addons-548251" cluster
	I0729 18:40:09.124159  529548 cache.go:121] Beginning downloading kic base image for docker with crio
	I0729 18:40:09.125638  529548 out.go:177] * Pulling base image v0.0.44-1721902582-19326 ...
	I0729 18:40:09.126914  529548 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0729 18:40:09.126944  529548 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19312-520813/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4
	I0729 18:40:09.126941  529548 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local docker daemon
	I0729 18:40:09.126956  529548 cache.go:56] Caching tarball of preloaded images
	I0729 18:40:09.127052  529548 preload.go:172] Found /home/jenkins/minikube-integration/19312-520813/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
	I0729 18:40:09.127066  529548 cache.go:59] Finished verifying existence of preloaded tar for v1.30.3 on crio
	I0729 18:40:09.127457  529548 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/config.json ...
	I0729 18:40:09.127484  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/config.json: {Name:mked6932f38b20da5ceaf3122b0c99a3e49adf3a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:09.143362  529548 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 to local cache
	I0729 18:40:09.143470  529548 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory
	I0729 18:40:09.143485  529548 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory, skipping pull
	I0729 18:40:09.143489  529548 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 exists in cache, skipping pull
	I0729 18:40:09.143496  529548 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 as a tarball
	I0729 18:40:09.143506  529548 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 from local cache
	I0729 18:40:21.147835  529548 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 from cached tarball
	I0729 18:40:21.147897  529548 cache.go:194] Successfully downloaded all kic artifacts
	I0729 18:40:21.147945  529548 start.go:360] acquireMachinesLock for addons-548251: {Name:mkac17693195dedb6a9566f152ffcfa6f52b01ea Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0729 18:40:21.148056  529548 start.go:364] duration metric: took 87.482µs to acquireMachinesLock for "addons-548251"
	I0729 18:40:21.148088  529548 start.go:93] Provisioning new machine with config: &{Name:addons-548251 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:addons-548251 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio 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:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0729 18:40:21.148199  529548 start.go:125] createHost starting for "" (driver="docker")
	I0729 18:40:21.150134  529548 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0729 18:40:21.150504  529548 start.go:159] libmachine.API.Create for "addons-548251" (driver="docker")
	I0729 18:40:21.150552  529548 client.go:168] LocalClient.Create starting
	I0729 18:40:21.150685  529548 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19312-520813/.minikube/certs/ca.pem
	I0729 18:40:21.497809  529548 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19312-520813/.minikube/certs/cert.pem
	I0729 18:40:21.696459  529548 cli_runner.go:164] Run: docker network inspect addons-548251 --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}}]}"
	W0729 18:40:21.712045  529548 cli_runner.go:211] docker network inspect addons-548251 --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
	I0729 18:40:21.712152  529548 network_create.go:284] running [docker network inspect addons-548251] to gather additional debugging logs...
	I0729 18:40:21.712181  529548 cli_runner.go:164] Run: docker network inspect addons-548251
	W0729 18:40:21.726706  529548 cli_runner.go:211] docker network inspect addons-548251 returned with exit code 1
	I0729 18:40:21.726737  529548 network_create.go:287] error running [docker network inspect addons-548251]: docker network inspect addons-548251: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-548251 not found
	I0729 18:40:21.726749  529548 network_create.go:289] output of [docker network inspect addons-548251]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-548251 not found
	
	** /stderr **
	I0729 18:40:21.726831  529548 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}}]}"
	I0729 18:40:21.741765  529548 network.go:206] using free private subnet 192.168.49.0/24: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0xc000b70780}
	I0729 18:40:21.741814  529548 network_create.go:124] attempt to create docker network addons-548251 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0729 18:40:21.741876  529548 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=addons-548251 addons-548251
	I0729 18:40:21.799467  529548 network_create.go:108] docker network addons-548251 192.168.49.0/24 created
	I0729 18:40:21.799506  529548 kic.go:121] calculated static IP "192.168.49.2" for the "addons-548251" container
	I0729 18:40:21.799581  529548 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0729 18:40:21.814470  529548 cli_runner.go:164] Run: docker volume create addons-548251 --label name.minikube.sigs.k8s.io=addons-548251 --label created_by.minikube.sigs.k8s.io=true
	I0729 18:40:21.830111  529548 oci.go:103] Successfully created a docker volume addons-548251
	I0729 18:40:21.830212  529548 cli_runner.go:164] Run: docker run --rm --name addons-548251-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-548251 --entrypoint /usr/bin/test -v addons-548251:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -d /var/lib
	I0729 18:40:25.823478  529548 cli_runner.go:217] Completed: docker run --rm --name addons-548251-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-548251 --entrypoint /usr/bin/test -v addons-548251:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -d /var/lib: (3.993218019s)
	I0729 18:40:25.823514  529548 oci.go:107] Successfully prepared a docker volume addons-548251
	I0729 18:40:25.823551  529548 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0729 18:40:25.823581  529548 kic.go:194] Starting extracting preloaded images to volume ...
	I0729 18:40:25.823650  529548 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19312-520813/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-548251:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -I lz4 -xf /preloaded.tar -C /extractDir
	I0729 18:40:30.401017  529548 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19312-520813/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-548251:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -I lz4 -xf /preloaded.tar -C /extractDir: (4.577317802s)
	I0729 18:40:30.401053  529548 kic.go:203] duration metric: took 4.57747019s to extract preloaded images to volume ...
	W0729 18:40:30.401168  529548 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0729 18:40:30.401281  529548 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0729 18:40:30.444213  529548 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 addons-548251 --name addons-548251 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-548251 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-548251 --network addons-548251 --ip 192.168.49.2 --volume addons-548251:/var --security-opt apparmor=unconfined --memory=4000mb --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.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7
	I0729 18:40:30.732271  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Running}}
	I0729 18:40:30.750310  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:30.768784  529548 cli_runner.go:164] Run: docker exec addons-548251 stat /var/lib/dpkg/alternatives/iptables
	I0729 18:40:30.811546  529548 oci.go:144] the created container "addons-548251" has a running status.
	I0729 18:40:30.811580  529548 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa...
	I0729 18:40:31.042951  529548 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0729 18:40:31.070986  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:31.087508  529548 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0729 18:40:31.087530  529548 kic_runner.go:114] Args: [docker exec --privileged addons-548251 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0729 18:40:31.133465  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:31.151794  529548 machine.go:94] provisionDockerMachine start ...
	I0729 18:40:31.151902  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:31.180033  529548 main.go:141] libmachine: Using SSH client type: native
	I0729 18:40:31.180250  529548 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 33258 <nil> <nil>}
	I0729 18:40:31.180263  529548 main.go:141] libmachine: About to run SSH command:
	hostname
	I0729 18:40:31.343997  529548 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-548251
	
	I0729 18:40:31.344029  529548 ubuntu.go:169] provisioning hostname "addons-548251"
	I0729 18:40:31.344098  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:31.360798  529548 main.go:141] libmachine: Using SSH client type: native
	I0729 18:40:31.361003  529548 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 33258 <nil> <nil>}
	I0729 18:40:31.361018  529548 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-548251 && echo "addons-548251" | sudo tee /etc/hostname
	I0729 18:40:31.495799  529548 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-548251
	
	I0729 18:40:31.495880  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:31.513911  529548 main.go:141] libmachine: Using SSH client type: native
	I0729 18:40:31.514087  529548 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 33258 <nil> <nil>}
	I0729 18:40:31.514105  529548 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-548251' /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 addons-548251/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-548251' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0729 18:40:31.632624  529548 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0729 18:40:31.632662  529548 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19312-520813/.minikube CaCertPath:/home/jenkins/minikube-integration/19312-520813/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19312-520813/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19312-520813/.minikube}
	I0729 18:40:31.632720  529548 ubuntu.go:177] setting up certificates
	I0729 18:40:31.632735  529548 provision.go:84] configureAuth start
	I0729 18:40:31.632798  529548 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-548251
	I0729 18:40:31.649849  529548 provision.go:143] copyHostCerts
	I0729 18:40:31.649919  529548 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-520813/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19312-520813/.minikube/cert.pem (1123 bytes)
	I0729 18:40:31.650027  529548 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-520813/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19312-520813/.minikube/key.pem (1679 bytes)
	I0729 18:40:31.650084  529548 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-520813/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19312-520813/.minikube/ca.pem (1082 bytes)
	I0729 18:40:31.650149  529548 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19312-520813/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19312-520813/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19312-520813/.minikube/certs/ca-key.pem org=jenkins.addons-548251 san=[127.0.0.1 192.168.49.2 addons-548251 localhost minikube]
	I0729 18:40:31.827813  529548 provision.go:177] copyRemoteCerts
	I0729 18:40:31.827879  529548 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0729 18:40:31.827914  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:31.844477  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:31.933323  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
	I0729 18:40:31.955246  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0729 18:40:31.976524  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I0729 18:40:31.997574  529548 provision.go:87] duration metric: took 364.820322ms to configureAuth
	I0729 18:40:31.997612  529548 ubuntu.go:193] setting minikube options for container-runtime
	I0729 18:40:31.997813  529548 config.go:182] Loaded profile config "addons-548251": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 18:40:31.997936  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:32.014261  529548 main.go:141] libmachine: Using SSH client type: native
	I0729 18:40:32.014444  529548 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 33258 <nil> <nil>}
	I0729 18:40:32.014462  529548 main.go:141] libmachine: About to run SSH command:
	sudo mkdir -p /etc/sysconfig && printf %!s(MISSING) "
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
	I0729 18:40:32.222160  529548 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0729 18:40:32.222196  529548 machine.go:97] duration metric: took 1.070370896s to provisionDockerMachine
	I0729 18:40:32.222209  529548 client.go:171] duration metric: took 11.071649413s to LocalClient.Create
	I0729 18:40:32.222229  529548 start.go:167] duration metric: took 11.071726496s to libmachine.API.Create "addons-548251"
	I0729 18:40:32.222242  529548 start.go:293] postStartSetup for "addons-548251" (driver="docker")
	I0729 18:40:32.222259  529548 start.go:322] 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]
	I0729 18:40:32.222317  529548 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
	I0729 18:40:32.222365  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:32.239158  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:32.329629  529548 ssh_runner.go:195] Run: cat /etc/os-release
	I0729 18:40:32.332624  529548 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0729 18:40:32.332656  529548 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0729 18:40:32.332669  529548 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0729 18:40:32.332706  529548 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0729 18:40:32.332724  529548 filesync.go:126] Scanning /home/jenkins/minikube-integration/19312-520813/.minikube/addons for local assets ...
	I0729 18:40:32.332798  529548 filesync.go:126] Scanning /home/jenkins/minikube-integration/19312-520813/.minikube/files for local assets ...
	I0729 18:40:32.332832  529548 start.go:296] duration metric: took 110.579968ms for postStartSetup
	I0729 18:40:32.333154  529548 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-548251
	I0729 18:40:32.350205  529548 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/config.json ...
	I0729 18:40:32.350462  529548 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0729 18:40:32.350508  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:32.367552  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:32.453237  529548 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0729 18:40:32.457490  529548 start.go:128] duration metric: took 11.309272187s to createHost
	I0729 18:40:32.457518  529548 start.go:83] releasing machines lock for "addons-548251", held for 11.309448336s
	I0729 18:40:32.457588  529548 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-548251
	I0729 18:40:32.473451  529548 ssh_runner.go:195] Run: cat /version.json
	I0729 18:40:32.473508  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:32.473522  529548 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0729 18:40:32.473594  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:32.490653  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:32.490845  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:32.638689  529548 ssh_runner.go:195] Run: systemctl --version
	I0729 18:40:32.643054  529548 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0729 18:40:32.778552  529548 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0729 18:40:32.782897  529548 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0729 18:40:32.800248  529548 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0729 18:40:32.800339  529548 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%!p(MISSING), " -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0729 18:40:32.826036  529548 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0729 18:40:32.826065  529548 start.go:495] detecting cgroup driver to use...
	I0729 18:40:32.826096  529548 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0729 18:40:32.826140  529548 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0729 18:40:32.840184  529548 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0729 18:40:32.850126  529548 docker.go:217] disabling cri-docker service (if available) ...
	I0729 18:40:32.850170  529548 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0729 18:40:32.862151  529548 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0729 18:40:32.874246  529548 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0729 18:40:32.949126  529548 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0729 18:40:33.025144  529548 docker.go:233] disabling docker service ...
	I0729 18:40:33.025212  529548 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0729 18:40:33.043298  529548 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0729 18:40:33.053486  529548 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0729 18:40:33.129313  529548 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0729 18:40:33.210272  529548 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0729 18:40:33.220638  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/crio/crio.sock
	" | sudo tee /etc/crictl.yaml"
	I0729 18:40:33.235009  529548 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
	I0729 18:40:33.235063  529548 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.9"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0729 18:40:33.243768  529548 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0729 18:40:33.243827  529548 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0729 18:40:33.252747  529548 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0729 18:40:33.261496  529548 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0729 18:40:33.270217  529548 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0729 18:40:33.278144  529548 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *"net.ipv4.ip_unprivileged_port_start=.*"/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0729 18:40:33.286714  529548 ssh_runner.go:195] Run: sh -c "sudo grep -q "^ *default_sysctls" /etc/crio/crio.conf.d/02-crio.conf || sudo sed -i '/conmon_cgroup = .*/a default_sysctls = \[\n\]' /etc/crio/crio.conf.d/02-crio.conf"
	I0729 18:40:33.300482  529548 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^default_sysctls *= *\[|&\n  "net.ipv4.ip_unprivileged_port_start=0",|' /etc/crio/crio.conf.d/02-crio.conf"
	I0729 18:40:33.308741  529548 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0729 18:40:33.315754  529548 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0729 18:40:33.322866  529548 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0729 18:40:33.400825  529548 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0729 18:40:33.492940  529548 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0729 18:40:33.493010  529548 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0729 18:40:33.496227  529548 start.go:563] Will wait 60s for crictl version
	I0729 18:40:33.496275  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:40:33.499140  529548 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0729 18:40:33.531483  529548 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0729 18:40:33.531556  529548 ssh_runner.go:195] Run: crio --version
	I0729 18:40:33.563951  529548 ssh_runner.go:195] Run: crio --version
	I0729 18:40:33.597685  529548 out.go:177] * Preparing Kubernetes v1.30.3 on CRI-O 1.24.6 ...
	I0729 18:40:33.599027  529548 cli_runner.go:164] Run: docker network inspect addons-548251 --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}}]}"
	I0729 18:40:33.614602  529548 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0729 18:40:33.618051  529548 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.49.1	host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0729 18:40:33.627980  529548 kubeadm.go:883] updating cluster {Name:addons-548251 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:addons-548251 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio 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:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0729 18:40:33.628089  529548 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0729 18:40:33.628142  529548 ssh_runner.go:195] Run: sudo crictl images --output json
	I0729 18:40:33.689747  529548 crio.go:514] all images are preloaded for cri-o runtime.
	I0729 18:40:33.689769  529548 crio.go:433] Images already preloaded, skipping extraction
	I0729 18:40:33.689814  529548 ssh_runner.go:195] Run: sudo crictl images --output json
	I0729 18:40:33.720862  529548 crio.go:514] all images are preloaded for cri-o runtime.
	I0729 18:40:33.720884  529548 cache_images.go:84] Images are preloaded, skipping loading
	I0729 18:40:33.720893  529548 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.3 crio true true} ...
	I0729 18:40:33.721021  529548 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.30.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-548251 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.30.3 ClusterName:addons-548251 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0729 18:40:33.721111  529548 ssh_runner.go:195] Run: crio config
	I0729 18:40:33.762891  529548 cni.go:84] Creating CNI manager for ""
	I0729 18:40:33.762916  529548 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0729 18:40:33.762928  529548 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0729 18:40:33.762960  529548 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.30.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-548251 NodeName:addons-548251 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.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", "192.168.49.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[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuberne
tes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/crio/crio.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0729 18:40:33.763129  529548 kubeadm.go:187] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: InitConfiguration
	localAPIEndpoint:
	  advertiseAddress: 192.168.49.2
	  bindPort: 8443
	bootstrapTokens:
	  - groups:
	      - system:bootstrappers:kubeadm:default-node-token
	    ttl: 24h0m0s
	    usages:
	      - signing
	      - authentication
	nodeRegistration:
	  criSocket: unix:///var/run/crio/crio.sock
	  name: "addons-548251"
	  kubeletExtraArgs:
	    node-ip: 192.168.49.2
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "192.168.49.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.30.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
	containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	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: "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
	
	I0729 18:40:33.763200  529548 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.3
	I0729 18:40:33.771313  529548 binaries.go:44] Found k8s binaries, skipping transfer
	I0729 18:40:33.771372  529548 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0729 18:40:33.778902  529548 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0729 18:40:33.794564  529548 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0729 18:40:33.810060  529548 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0729 18:40:33.825420  529548 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0729 18:40:33.828614  529548 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2	control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0729 18:40:33.838396  529548 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0729 18:40:33.913470  529548 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0729 18:40:33.925175  529548 certs.go:68] Setting up /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251 for IP: 192.168.49.2
	I0729 18:40:33.925204  529548 certs.go:194] generating shared ca certs ...
	I0729 18:40:33.925227  529548 certs.go:226] acquiring lock for ca certs: {Name:mk177cbba484bc08bad5ccea4ddda1a39e804d68 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:33.925366  529548 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19312-520813/.minikube/ca.key
	I0729 18:40:34.063259  529548 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-520813/.minikube/ca.crt ...
	I0729 18:40:34.063291  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/ca.crt: {Name:mk0b9635a431e7b997d4e58e2c283887151e8078 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.063455  529548 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-520813/.minikube/ca.key ...
	I0729 18:40:34.063466  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/ca.key: {Name:mk8f0eaf7261b34e088931ce734899203172e863 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.063537  529548 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19312-520813/.minikube/proxy-client-ca.key
	I0729 18:40:34.158954  529548 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-520813/.minikube/proxy-client-ca.crt ...
	I0729 18:40:34.158985  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/proxy-client-ca.crt: {Name:mk61aaab2aa86e566f0eef4d2bdce726aa41a7b5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.159141  529548 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-520813/.minikube/proxy-client-ca.key ...
	I0729 18:40:34.159151  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/proxy-client-ca.key: {Name:mk2ecc497496385b413e344175ad6b8eaaecea9a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.159216  529548 certs.go:256] generating profile certs ...
	I0729 18:40:34.159273  529548 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.key
	I0729 18:40:34.159287  529548 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt with IP's: []
	I0729 18:40:34.287949  529548 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt ...
	I0729 18:40:34.287984  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt: {Name:mk2c3839a275b7c552cb50fd1516221c90c25a4b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.288143  529548 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.key ...
	I0729 18:40:34.288155  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.key: {Name:mkb918c6589358f9a80c59adca9fd406a00731ec Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.288220  529548 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.key.888fdaaa
	I0729 18:40:34.288238  529548 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.crt.888fdaaa with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0729 18:40:34.421269  529548 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.crt.888fdaaa ...
	I0729 18:40:34.421302  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.crt.888fdaaa: {Name:mk86e0cfa185ca818f11b32b6a81f63333a533e4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.421461  529548 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.key.888fdaaa ...
	I0729 18:40:34.421474  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.key.888fdaaa: {Name:mk9fa8a3f5367761983802d493d7e762cd86d620 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.421539  529548 certs.go:381] copying /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.crt.888fdaaa -> /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.crt
	I0729 18:40:34.421612  529548 certs.go:385] copying /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.key.888fdaaa -> /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.key
	I0729 18:40:34.421656  529548 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/proxy-client.key
	I0729 18:40:34.421674  529548 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/proxy-client.crt with IP's: []
	I0729 18:40:34.694636  529548 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/proxy-client.crt ...
	I0729 18:40:34.694670  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/proxy-client.crt: {Name:mk172666a3796dd6f838575dc946716e0cb13ddb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.694837  529548 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/proxy-client.key ...
	I0729 18:40:34.694851  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/proxy-client.key: {Name:mk412187984653adaff71748849c2300859094ba Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:34.695015  529548 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-520813/.minikube/certs/ca-key.pem (1679 bytes)
	I0729 18:40:34.695053  529548 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-520813/.minikube/certs/ca.pem (1082 bytes)
	I0729 18:40:34.695075  529548 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-520813/.minikube/certs/cert.pem (1123 bytes)
	I0729 18:40:34.695098  529548 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-520813/.minikube/certs/key.pem (1679 bytes)
	I0729 18:40:34.695747  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0729 18:40:34.717588  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0729 18:40:34.738376  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0729 18:40:34.758744  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0729 18:40:34.779524  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0729 18:40:34.800064  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I0729 18:40:34.820769  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0729 18:40:34.841633  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I0729 18:40:34.862527  529548 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-520813/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0729 18:40:34.883233  529548 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0729 18:40:34.898593  529548 ssh_runner.go:195] Run: openssl version
	I0729 18:40:34.903811  529548 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"
	I0729 18:40:34.912033  529548 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0729 18:40:34.915061  529548 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 29 18:40 /usr/share/ca-certificates/minikubeCA.pem
	I0729 18:40:34.915115  529548 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0729 18:40:34.921090  529548 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"
	I0729 18:40:34.929147  529548 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0729 18:40:34.931936  529548 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
	stdout:
	
	stderr:
	stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
	I0729 18:40:34.931984  529548 kubeadm.go:392] StartCluster: {Name:addons-548251 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:addons-548251 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio 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:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0729 18:40:34.932068  529548 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0729 18:40:34.932120  529548 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0729 18:40:34.964059  529548 cri.go:89] found id: ""
	I0729 18:40:34.964117  529548 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0729 18:40:34.971964  529548 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0729 18:40:34.979441  529548 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0729 18:40:34.979487  529548 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
	I0729 18:40:34.986805  529548 kubeadm.go:155] 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
	I0729 18:40:34.986823  529548 kubeadm.go:157] found existing configuration files:
	
	I0729 18:40:34.986867  529548 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0729 18:40:34.993974  529548 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/admin.conf: No such file or directory
	I0729 18:40:34.994022  529548 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0729 18:40:35.000895  529548 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0729 18:40:35.008109  529548 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/kubelet.conf: No such file or directory
	I0729 18:40:35.008145  529548 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0729 18:40:35.015358  529548 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0729 18:40:35.022487  529548 kubeadm.go:163] "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 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/controller-manager.conf: No such file or directory
	I0729 18:40:35.022525  529548 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0729 18:40:35.029618  529548 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0729 18:40:35.036889  529548 kubeadm.go:163] "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 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/scheduler.conf: No such file or directory
	I0729 18:40:35.036940  529548 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0729 18:40:35.043741  529548 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.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,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0729 18:40:35.081176  529548 kubeadm.go:310] [init] Using Kubernetes version: v1.30.3
	I0729 18:40:35.081249  529548 kubeadm.go:310] [preflight] Running pre-flight checks
	I0729 18:40:35.114891  529548 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0729 18:40:35.114984  529548 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1065-gcp
	I0729 18:40:35.115035  529548 kubeadm.go:310] OS: Linux
	I0729 18:40:35.115124  529548 kubeadm.go:310] CGROUPS_CPU: enabled
	I0729 18:40:35.115206  529548 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0729 18:40:35.115277  529548 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0729 18:40:35.115337  529548 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0729 18:40:35.115401  529548 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0729 18:40:35.115479  529548 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0729 18:40:35.115526  529548 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0729 18:40:35.115598  529548 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0729 18:40:35.115666  529548 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0729 18:40:35.167797  529548 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0729 18:40:35.167942  529548 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0729 18:40:35.168030  529548 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
	I0729 18:40:35.363887  529548 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0729 18:40:35.366492  529548 out.go:204]   - Generating certificates and keys ...
	I0729 18:40:35.366613  529548 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0729 18:40:35.366679  529548 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0729 18:40:35.462231  529548 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0729 18:40:35.548488  529548 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0729 18:40:35.635184  529548 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0729 18:40:35.941570  529548 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0729 18:40:36.259930  529548 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0729 18:40:36.260163  529548 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-548251 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0729 18:40:36.421469  529548 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0729 18:40:36.421683  529548 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-548251 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0729 18:40:36.545151  529548 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0729 18:40:36.666052  529548 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0729 18:40:36.794872  529548 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0729 18:40:36.794961  529548 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0729 18:40:36.936483  529548 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0729 18:40:37.080491  529548 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0729 18:40:37.261157  529548 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0729 18:40:37.384861  529548 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0729 18:40:37.519986  529548 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0729 18:40:37.520572  529548 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0729 18:40:37.522961  529548 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0729 18:40:37.525413  529548 out.go:204]   - Booting up control plane ...
	I0729 18:40:37.525540  529548 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0729 18:40:37.525640  529548 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0729 18:40:37.525721  529548 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0729 18:40:37.536913  529548 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0729 18:40:37.537741  529548 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0729 18:40:37.537789  529548 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0729 18:40:37.614817  529548 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0729 18:40:37.614929  529548 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
	I0729 18:40:38.117289  529548 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 502.514918ms
	I0729 18:40:38.117425  529548 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0729 18:40:42.619247  529548 kubeadm.go:310] [api-check] The API server is healthy after 4.501913201s
	I0729 18:40:42.631886  529548 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0729 18:40:42.641812  529548 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0729 18:40:42.660215  529548 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0729 18:40:42.660482  529548 kubeadm.go:310] [mark-control-plane] Marking the node addons-548251 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0729 18:40:42.667230  529548 kubeadm.go:310] [bootstrap-token] Using token: 2s30k2.ow70i07rca7j978r
	I0729 18:40:42.669560  529548 out.go:204]   - Configuring RBAC rules ...
	I0729 18:40:42.669689  529548 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0729 18:40:42.672334  529548 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0729 18:40:42.677577  529548 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
	I0729 18:40:42.679817  529548 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0729 18:40:42.681951  529548 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0729 18:40:42.684184  529548 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0729 18:40:43.027382  529548 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0729 18:40:43.443739  529548 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0729 18:40:44.027101  529548 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0729 18:40:44.027878  529548 kubeadm.go:310] 
	I0729 18:40:44.027950  529548 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0729 18:40:44.027959  529548 kubeadm.go:310] 
	I0729 18:40:44.028050  529548 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0729 18:40:44.028070  529548 kubeadm.go:310] 
	I0729 18:40:44.028091  529548 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0729 18:40:44.028139  529548 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0729 18:40:44.028187  529548 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0729 18:40:44.028193  529548 kubeadm.go:310] 
	I0729 18:40:44.028240  529548 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0729 18:40:44.028246  529548 kubeadm.go:310] 
	I0729 18:40:44.028286  529548 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0729 18:40:44.028292  529548 kubeadm.go:310] 
	I0729 18:40:44.028349  529548 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0729 18:40:44.028418  529548 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0729 18:40:44.028476  529548 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0729 18:40:44.028483  529548 kubeadm.go:310] 
	I0729 18:40:44.028551  529548 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0729 18:40:44.028620  529548 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0729 18:40:44.028627  529548 kubeadm.go:310] 
	I0729 18:40:44.028729  529548 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token 2s30k2.ow70i07rca7j978r \
	I0729 18:40:44.028884  529548 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:af8f472574d6cb727299463d8771ef750ce2264da43b261b8700fd4768c26711 \
	I0729 18:40:44.028942  529548 kubeadm.go:310] 	--control-plane 
	I0729 18:40:44.028959  529548 kubeadm.go:310] 
	I0729 18:40:44.029105  529548 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0729 18:40:44.029113  529548 kubeadm.go:310] 
	I0729 18:40:44.029215  529548 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 2s30k2.ow70i07rca7j978r \
	I0729 18:40:44.029358  529548 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:af8f472574d6cb727299463d8771ef750ce2264da43b261b8700fd4768c26711 
	I0729 18:40:44.031407  529548 kubeadm.go:310] 	[WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1065-gcp\n", err: exit status 1
	I0729 18:40:44.031543  529548 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0729 18:40:44.031571  529548 cni.go:84] Creating CNI manager for ""
	I0729 18:40:44.031588  529548 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0729 18:40:44.034401  529548 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0729 18:40:44.035889  529548 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0729 18:40:44.040072  529548 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.3/kubectl ...
	I0729 18:40:44.040094  529548 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
	I0729 18:40:44.057548  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0729 18:40:44.243150  529548 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0729 18:40:44.243255  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-548251 minikube.k8s.io/updated_at=2024_07_29T18_40_44_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=ff26f50543a99741e8a988a34136ffea2b41dbf0 minikube.k8s.io/name=addons-548251 minikube.k8s.io/primary=true
	I0729 18:40:44.243258  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:44.250897  529548 ops.go:34] apiserver oom_adj: -16
	I0729 18:40:44.343518  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:44.843747  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:45.343717  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:45.843997  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:46.344304  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:46.844423  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:47.343704  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:47.844230  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:48.344041  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:48.844459  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:49.343776  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:49.844576  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:50.343624  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:50.843794  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:51.344130  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:51.844392  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:52.344417  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:52.844359  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:53.343639  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:53.843604  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:54.344113  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:54.843607  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:55.344411  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:55.844286  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:56.343619  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:56.843797  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:57.343904  529548 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 18:40:57.404615  529548 kubeadm.go:1113] duration metric: took 13.161437492s to wait for elevateKubeSystemPrivileges
	I0729 18:40:57.404652  529548 kubeadm.go:394] duration metric: took 22.472671638s to StartCluster
	I0729 18:40:57.404688  529548 settings.go:142] acquiring lock: {Name:mk95f058a3c36495799623f05afcbbb10ff6fdfe Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:57.404805  529548 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19312-520813/kubeconfig
	I0729 18:40:57.405220  529548 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/kubeconfig: {Name:mk0623af083f7880681a1355e0069f427f0851cf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:57.405401  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0729 18:40:57.405432  529548 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0729 18:40:57.405508  529548 addons.go:507] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:true inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
	I0729 18:40:57.405619  529548 addons.go:69] Setting cloud-spanner=true in profile "addons-548251"
	I0729 18:40:57.405616  529548 addons.go:69] Setting default-storageclass=true in profile "addons-548251"
	I0729 18:40:57.405630  529548 config.go:182] Loaded profile config "addons-548251": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 18:40:57.405638  529548 addons.go:69] Setting helm-tiller=true in profile "addons-548251"
	I0729 18:40:57.405660  529548 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-548251"
	I0729 18:40:57.405669  529548 addons.go:69] Setting ingress=true in profile "addons-548251"
	I0729 18:40:57.405672  529548 addons.go:69] Setting registry=true in profile "addons-548251"
	I0729 18:40:57.405676  529548 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-548251"
	I0729 18:40:57.405688  529548 addons.go:234] Setting addon ingress=true in "addons-548251"
	I0729 18:40:57.405694  529548 addons.go:69] Setting ingress-dns=true in profile "addons-548251"
	I0729 18:40:57.405719  529548 addons.go:234] Setting addon ingress-dns=true in "addons-548251"
	I0729 18:40:57.405723  529548 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-548251"
	I0729 18:40:57.405742  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.405733  529548 addons.go:69] Setting metrics-server=true in profile "addons-548251"
	I0729 18:40:57.405748  529548 addons.go:69] Setting inspektor-gadget=true in profile "addons-548251"
	I0729 18:40:57.405764  529548 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-548251"
	I0729 18:40:57.405786  529548 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-548251"
	I0729 18:40:57.405788  529548 addons.go:234] Setting addon inspektor-gadget=true in "addons-548251"
	I0729 18:40:57.405790  529548 addons.go:234] Setting addon metrics-server=true in "addons-548251"
	I0729 18:40:57.405802  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.405816  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.405819  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.405835  529548 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-548251"
	I0729 18:40:57.405851  529548 addons.go:69] Setting volcano=true in profile "addons-548251"
	I0729 18:40:57.405859  529548 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-548251"
	I0729 18:40:57.405871  529548 addons.go:234] Setting addon volcano=true in "addons-548251"
	I0729 18:40:57.405896  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.406061  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.406106  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.406220  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.406231  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.405688  529548 addons.go:234] Setting addon registry=true in "addons-548251"
	I0729 18:40:57.406258  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.406266  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.406342  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.405758  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.406598  529548 addons.go:69] Setting storage-provisioner=true in profile "addons-548251"
	I0729 18:40:57.406655  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.406758  529548 addons.go:234] Setting addon storage-provisioner=true in "addons-548251"
	I0729 18:40:57.405634  529548 addons.go:69] Setting gcp-auth=true in profile "addons-548251"
	I0729 18:40:57.406798  529548 mustload.go:65] Loading cluster: addons-548251
	I0729 18:40:57.405625  529548 addons.go:69] Setting yakd=true in profile "addons-548251"
	I0729 18:40:57.406866  529548 addons.go:234] Setting addon yakd=true in "addons-548251"
	I0729 18:40:57.406892  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.406798  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.406233  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.407563  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.407767  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.405665  529548 addons.go:234] Setting addon cloud-spanner=true in "addons-548251"
	I0729 18:40:57.408243  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.408704  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.411683  529548 out.go:177] * Verifying Kubernetes components...
	I0729 18:40:57.405664  529548 addons.go:234] Setting addon helm-tiller=true in "addons-548251"
	I0729 18:40:57.411819  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.412076  529548 addons.go:69] Setting volumesnapshots=true in profile "addons-548251"
	I0729 18:40:57.412117  529548 addons.go:234] Setting addon volumesnapshots=true in "addons-548251"
	I0729 18:40:57.412153  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.406968  529548 config.go:182] Loaded profile config "addons-548251": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 18:40:57.412618  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.406768  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.405757  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.418615  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.420039  529548 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0729 18:40:57.437100  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.437392  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.453383  529548 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
	I0729 18:40:57.456749  529548 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0729 18:40:57.456780  529548 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0729 18:40:57.456850  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	W0729 18:40:57.464947  529548 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0729 18:40:57.466133  529548 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0729 18:40:57.467721  529548 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.22
	I0729 18:40:57.467842  529548 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0729 18:40:57.469316  529548 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0729 18:40:57.469340  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0729 18:40:57.469404  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.470976  529548 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0729 18:40:57.473375  529548 out.go:177]   - Using image docker.io/registry:2.8.3
	I0729 18:40:57.475685  529548 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0729 18:40:57.475729  529548 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0729 18:40:57.476934  529548 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0729 18:40:57.478564  529548 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0729 18:40:57.479226  529548 out.go:177]   - Using image ghcr.io/helm/tiller:v2.17.0
	I0729 18:40:57.480235  529548 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0729 18:40:57.480361  529548 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0729 18:40:57.480734  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0729 18:40:57.480796  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.481380  529548 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0729 18:40:57.481399  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0729 18:40:57.481447  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.481597  529548 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0729 18:40:57.481696  529548 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
	I0729 18:40:57.482824  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2422 bytes)
	I0729 18:40:57.482880  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.483083  529548 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0729 18:40:57.483101  529548 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0729 18:40:57.483148  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.482524  529548 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.1
	I0729 18:40:57.484143  529548 addons.go:234] Setting addon default-storageclass=true in "addons-548251"
	I0729 18:40:57.484198  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.484973  529548 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-548251"
	I0729 18:40:57.485022  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.484776  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.485435  529548 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0729 18:40:57.485452  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0729 18:40:57.485465  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:40:57.485498  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.489846  529548 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0729 18:40:57.491183  529548 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0729 18:40:57.492413  529548 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0729 18:40:57.492433  529548 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0729 18:40:57.492497  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.498898  529548 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
	I0729 18:40:57.500186  529548 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0729 18:40:57.500208  529548 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0729 18:40:57.500275  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.500460  529548 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0729 18:40:57.501818  529548 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0729 18:40:57.501837  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0729 18:40:57.501893  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.503662  529548 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.1
	I0729 18:40:57.504926  529548 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0729 18:40:57.506224  529548 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0729 18:40:57.510127  529548 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0729 18:40:57.510150  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0729 18:40:57.510212  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.513672  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:40:57.515644  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.515693  529548 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0729 18:40:57.516848  529548 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0729 18:40:57.516874  529548 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0729 18:40:57.516943  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.518700  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.523046  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.541485  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.558803  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.567425  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.569643  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.569651  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.569947  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.572665  529548 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0729 18:40:57.572706  529548 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0729 18:40:57.572757  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.573481  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.575267  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.576645  529548 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0729 18:40:57.578022  529548 out.go:177]   - Using image docker.io/busybox:stable
	I0729 18:40:57.579280  529548 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0729 18:40:57.579293  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0729 18:40:57.579333  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:40:57.583508  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.590432  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:40:57.596299  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	W0729 18:40:57.624536  529548 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0729 18:40:57.624570  529548 retry.go:31] will retry after 130.821881ms: ssh: handshake failed: EOF
	W0729 18:40:57.624658  529548 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0729 18:40:57.624665  529548 retry.go:31] will retry after 128.545964ms: ssh: handshake failed: EOF
	W0729 18:40:57.625701  529548 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0729 18:40:57.625724  529548 retry.go:31] will retry after 302.296914ms: ssh: handshake failed: EOF
	I0729 18:40:57.644488  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0729 18:40:57.826797  529548 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
	I0729 18:40:57.826826  529548 ssh_runner.go:362] scp helm-tiller/helm-tiller-rbac.yaml --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
	I0729 18:40:57.831975  529548 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0729 18:40:57.925169  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0729 18:40:57.933923  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0729 18:40:57.934699  529548 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
	I0729 18:40:57.934773  529548 ssh_runner.go:362] scp helm-tiller/helm-tiller-svc.yaml --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
	I0729 18:40:58.037203  529548 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0729 18:40:58.037236  529548 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0729 18:40:58.044377  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0729 18:40:58.122264  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0729 18:40:58.125135  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml
	I0729 18:40:58.126712  529548 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0729 18:40:58.126783  529548 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0729 18:40:58.135018  529548 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0729 18:40:58.135046  529548 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0729 18:40:58.230695  529548 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0729 18:40:58.230725  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0729 18:40:58.241040  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0729 18:40:58.245662  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0729 18:40:58.328383  529548 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0729 18:40:58.328457  529548 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0729 18:40:58.422534  529548 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0729 18:40:58.422633  529548 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0729 18:40:58.422705  529548 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0729 18:40:58.422738  529548 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0729 18:40:58.426778  529548 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0729 18:40:58.426801  529548 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0729 18:40:58.439541  529548 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0729 18:40:58.439590  529548 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0729 18:40:58.529608  529548 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0729 18:40:58.529710  529548 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
	I0729 18:40:58.622151  529548 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0729 18:40:58.622255  529548 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0729 18:40:58.622475  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0729 18:40:58.622863  529548 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0729 18:40:58.622916  529548 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0729 18:40:58.823254  529548 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0729 18:40:58.823280  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0729 18:40:58.825651  529548 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0729 18:40:58.825679  529548 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0729 18:40:58.829379  529548 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0729 18:40:58.829400  529548 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0729 18:40:58.835348  529548 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0729 18:40:58.835369  529548 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0729 18:40:58.842237  529548 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0729 18:40:58.842274  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0729 18:40:58.930304  529548 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0729 18:40:58.930337  529548 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0729 18:40:59.122923  529548 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0729 18:40:59.123014  529548 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0729 18:40:59.135759  529548 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0729 18:40:59.135795  529548 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0729 18:40:59.139337  529548 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0729 18:40:59.139422  529548 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0729 18:40:59.139719  529548 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.495179466s)
	I0729 18:40:59.139823  529548 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0729 18:40:59.139849  529548 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.307755037s)
	I0729 18:40:59.140954  529548 node_ready.go:35] waiting up to 6m0s for node "addons-548251" to be "Ready" ...
	I0729 18:40:59.223074  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I0729 18:40:59.225870  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.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
	I0729 18:40:59.431205  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0729 18:40:59.432927  529548 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0729 18:40:59.433000  529548 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0729 18:40:59.443299  529548 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0729 18:40:59.443380  529548 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0729 18:40:59.625805  529548 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0729 18:40:59.625897  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0729 18:40:59.639114  529548 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0729 18:40:59.639206  529548 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0729 18:40:59.741496  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0729 18:40:59.837323  529548 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0729 18:40:59.837697  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0729 18:40:59.837649  529548 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-548251" context rescaled to 1 replicas
	I0729 18:41:00.222431  529548 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0729 18:41:00.222526  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0729 18:41:00.323104  529548 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0729 18:41:00.323190  529548 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0729 18:41:00.626051  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (2.700784804s)
	I0729 18:41:00.626252  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (2.692297807s)
	I0729 18:41:00.626394  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
	I0729 18:41:00.641527  529548 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0729 18:41:00.641563  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0729 18:41:00.726893  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (2.682475745s)
	I0729 18:41:00.836457  529548 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0729 18:41:00.836490  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0729 18:41:01.131412  529548 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0729 18:41:01.131463  529548 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0729 18:41:01.326552  529548 node_ready.go:53] node "addons-548251" has status "Ready":"False"
	I0729 18:41:01.422973  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0729 18:41:03.248351  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.125991067s)
	I0729 18:41:03.248441  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (5.002754876s)
	I0729 18:41:03.248454  529548 addons.go:475] Verifying addon ingress=true in "addons-548251"
	I0729 18:41:03.248505  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.007435453s)
	I0729 18:41:03.248383  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml: (5.123170469s)
	I0729 18:41:03.248772  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.626235725s)
	I0729 18:41:03.248822  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.025706585s)
	I0729 18:41:03.248999  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.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: (4.023087699s)
	I0729 18:41:03.249019  529548 addons.go:475] Verifying addon metrics-server=true in "addons-548251"
	I0729 18:41:03.249045  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (3.817732272s)
	I0729 18:41:03.249094  529548 addons.go:475] Verifying addon registry=true in "addons-548251"
	I0729 18:41:03.250118  529548 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-548251 service yakd-dashboard -n yakd-dashboard
	
	I0729 18:41:03.250142  529548 out.go:177] * Verifying ingress addon...
	I0729 18:41:03.251077  529548 out.go:177] * Verifying registry addon...
	I0729 18:41:03.252630  529548 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0729 18:41:03.253271  529548 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0729 18:41:03.326837  529548 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0729 18:41:03.326868  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:03.327080  529548 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0729 18:41:03.327130  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W0729 18:41:03.328548  529548 out.go:239] ! Enabling 'storage-provisioner-rancher' returned an error: running callbacks: [Error making local-path the default storage class: Error while marking storage class local-path as default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
	I0729 18:41:03.645933  529548 node_ready.go:53] node "addons-548251" has status "Ready":"False"
	I0729 18:41:03.825629  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:03.826180  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:03.848056  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.106502498s)
	W0729 18:41:03.848101  529548 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0729 18:41:03.848127  529548 retry.go:31] will retry after 132.505468ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0729 18:41:03.848154  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (3.221614497s)
	I0729 18:41:03.981169  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0729 18:41:04.256599  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:04.256647  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:04.451167  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (3.028056495s)
	I0729 18:41:04.451211  529548 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-548251"
	I0729 18:41:04.453075  529548 out.go:177] * Verifying csi-hostpath-driver addon...
	I0729 18:41:04.455397  529548 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0729 18:41:04.459513  529548 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0729 18:41:04.459532  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:04.721264  529548 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0729 18:41:04.721343  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:41:04.740753  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:41:04.756797  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:04.756956  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:04.869897  529548 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0729 18:41:04.887843  529548 addons.go:234] Setting addon gcp-auth=true in "addons-548251"
	I0729 18:41:04.887898  529548 host.go:66] Checking if "addons-548251" exists ...
	I0729 18:41:04.888286  529548 cli_runner.go:164] Run: docker container inspect addons-548251 --format={{.State.Status}}
	I0729 18:41:04.906784  529548 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0729 18:41:04.906849  529548 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-548251
	I0729 18:41:04.924412  529548 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33258 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/addons-548251/id_rsa Username:docker}
	I0729 18:41:04.959689  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:05.257004  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:05.257340  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:05.459626  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:05.756798  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:05.756881  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:05.959616  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:06.143690  529548 node_ready.go:53] node "addons-548251" has status "Ready":"False"
	I0729 18:41:06.257089  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:06.257253  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:06.461776  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:06.755970  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:06.756963  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:06.781125  529548 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.799900752s)
	I0729 18:41:06.781161  529548 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.87434133s)
	I0729 18:41:06.783067  529548 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0729 18:41:06.784589  529548 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0729 18:41:06.786083  529548 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0729 18:41:06.786104  529548 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0729 18:41:06.802702  529548 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0729 18:41:06.802726  529548 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0729 18:41:06.819069  529548 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0729 18:41:06.819092  529548 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0729 18:41:06.834727  529548 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0729 18:41:06.959223  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:07.148346  529548 addons.go:475] Verifying addon gcp-auth=true in "addons-548251"
	I0729 18:41:07.149927  529548 out.go:177] * Verifying gcp-auth addon...
	I0729 18:41:07.151743  529548 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0729 18:41:07.154024  529548 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0729 18:41:07.154044  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:07.256775  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:07.257241  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:07.459677  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:07.655195  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:07.756323  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:07.756498  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:07.960024  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:08.144232  529548 node_ready.go:53] node "addons-548251" has status "Ready":"False"
	I0729 18:41:08.154390  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:08.256641  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:08.256894  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:08.459097  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:08.654831  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:08.756281  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:08.757108  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:08.959922  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:09.155047  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:09.256651  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:09.257534  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:09.460042  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:09.654662  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:09.756873  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:09.757195  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:09.959390  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:10.156207  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:10.256493  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:10.256516  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:10.459889  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:10.644347  529548 node_ready.go:53] node "addons-548251" has status "Ready":"False"
	I0729 18:41:10.655081  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:10.756289  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:10.757540  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:10.959116  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:11.154945  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:11.256189  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:11.257323  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:11.459921  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:11.654552  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:11.756837  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:11.756854  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:11.959488  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:12.154706  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:12.256914  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:12.257070  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:12.459056  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:12.655268  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:12.756441  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:12.756524  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:12.959999  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:13.144266  529548 node_ready.go:53] node "addons-548251" has status "Ready":"False"
	I0729 18:41:13.154406  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:13.256653  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:13.256849  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:13.459470  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:13.656517  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:13.756407  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:13.756814  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:13.959499  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:14.154768  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:14.257140  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:14.257359  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:14.459596  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:14.655105  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:14.756833  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:14.757151  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:14.959559  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:15.155052  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:15.256756  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:15.258006  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:15.459714  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:15.644226  529548 node_ready.go:53] node "addons-548251" has status "Ready":"False"
	I0729 18:41:15.654432  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:15.756715  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:15.756916  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:15.959251  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:16.154831  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:16.255967  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:16.257406  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:16.460001  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:16.646332  529548 node_ready.go:49] node "addons-548251" has status "Ready":"True"
	I0729 18:41:16.646364  529548 node_ready.go:38] duration metric: took 17.505373091s for node "addons-548251" to be "Ready" ...
	I0729 18:41:16.646378  529548 pod_ready.go:35] extra waiting up to 6m0s 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" ...
	I0729 18:41:16.656505  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:16.658338  529548 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-xgwx2" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:16.759253  529548 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0729 18:41:16.759278  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:16.760081  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:16.961020  529548 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0729 18:41:16.961046  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:17.226354  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:17.257428  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:17.257441  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:17.460730  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:17.655925  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:17.662987  529548 pod_ready.go:92] pod "coredns-7db6d8ff4d-xgwx2" in "kube-system" namespace has status "Ready":"True"
	I0729 18:41:17.663013  529548 pod_ready.go:81] duration metric: took 1.00464538s for pod "coredns-7db6d8ff4d-xgwx2" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.663036  529548 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-548251" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.666636  529548 pod_ready.go:92] pod "etcd-addons-548251" in "kube-system" namespace has status "Ready":"True"
	I0729 18:41:17.666653  529548 pod_ready.go:81] duration metric: took 3.608952ms for pod "etcd-addons-548251" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.666663  529548 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-548251" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.670266  529548 pod_ready.go:92] pod "kube-apiserver-addons-548251" in "kube-system" namespace has status "Ready":"True"
	I0729 18:41:17.670284  529548 pod_ready.go:81] duration metric: took 3.614537ms for pod "kube-apiserver-addons-548251" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.670291  529548 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-548251" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.674177  529548 pod_ready.go:92] pod "kube-controller-manager-addons-548251" in "kube-system" namespace has status "Ready":"True"
	I0729 18:41:17.674193  529548 pod_ready.go:81] duration metric: took 3.895925ms for pod "kube-controller-manager-addons-548251" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.674203  529548 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-hmkvw" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.757221  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:17.757890  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:17.845141  529548 pod_ready.go:92] pod "kube-proxy-hmkvw" in "kube-system" namespace has status "Ready":"True"
	I0729 18:41:17.845165  529548 pod_ready.go:81] duration metric: took 170.955169ms for pod "kube-proxy-hmkvw" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.845177  529548 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-548251" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:17.960540  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:18.154988  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:18.245736  529548 pod_ready.go:92] pod "kube-scheduler-addons-548251" in "kube-system" namespace has status "Ready":"True"
	I0729 18:41:18.245765  529548 pod_ready.go:81] duration metric: took 400.579199ms for pod "kube-scheduler-addons-548251" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:18.245779  529548 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace to be "Ready" ...
	I0729 18:41:18.257288  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:18.257343  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:18.461559  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:18.654537  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:18.757348  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:18.757439  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:18.960074  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:19.155298  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:19.257596  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:19.257819  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:19.460453  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:19.655546  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:19.756221  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:19.759739  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:19.960540  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:20.154722  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:20.251063  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:20.256027  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:20.257199  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:20.460408  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:20.655601  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:20.756144  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:20.757738  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:20.960667  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:21.154751  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:21.256906  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:21.257078  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:21.460552  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:21.655889  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:21.756880  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:21.756947  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:21.960290  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:22.155673  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:22.251468  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:22.256578  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:22.256818  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:22.460008  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:22.655355  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:22.756907  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:22.757104  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:22.960922  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:23.154966  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:23.256834  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:23.257698  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:23.461078  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:23.655474  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:23.756807  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:23.757125  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:23.960508  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:24.154936  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:24.252321  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:24.256380  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:24.257781  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:24.460964  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:24.655649  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:24.756584  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:24.757095  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:24.960946  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:25.155372  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:25.256983  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:25.258199  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:25.460774  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:25.655396  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:25.757124  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:25.757536  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:25.961193  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:26.155556  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:26.256432  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:26.258166  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:26.527053  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:26.656324  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:26.751745  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:26.756993  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:26.757332  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:26.961207  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:27.155391  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:27.257492  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:27.257873  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:27.460039  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:27.655394  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:27.758068  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:27.762172  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:27.962087  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:28.155917  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:28.256544  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:28.258020  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:28.460482  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:28.655754  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:28.752089  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:28.756106  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:28.757242  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:28.960576  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:29.155175  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:29.256618  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:29.256945  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:29.459899  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:29.655248  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:29.755775  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:29.757214  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:29.960511  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:30.155640  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:30.256883  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:30.256957  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:30.460316  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:30.655637  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:30.757274  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:30.757513  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:30.961198  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:31.155656  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:31.254207  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:31.257183  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:31.257225  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:31.461001  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:31.654659  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:31.756492  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:31.756858  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:31.960340  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:32.155300  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:32.256099  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:32.256634  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:32.459645  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:32.654934  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:32.756872  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:32.757057  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:32.960330  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:33.155560  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:33.257297  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:33.257693  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:33.461578  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:33.654801  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:33.751489  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:33.756748  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:33.757012  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:33.960345  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:34.155122  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:34.256909  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:34.257114  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:34.461066  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:34.655597  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:34.757984  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:34.759185  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:34.961907  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:35.155486  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:35.256655  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:35.257240  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:35.460770  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:35.655536  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:35.756251  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:35.757634  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:35.960965  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:36.155211  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:36.251005  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:36.256061  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:36.257276  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:36.460473  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:36.655693  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:36.756566  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:36.756977  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:36.960093  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:37.155602  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:37.258331  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:37.259369  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:37.460151  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:37.655704  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:37.756167  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:37.756585  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:37.960939  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:38.155054  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:38.256480  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:38.256917  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:38.460385  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:38.655692  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:38.751227  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:38.756212  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:38.757391  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:38.960918  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:39.155180  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:39.256141  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:39.257523  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:39.460789  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:39.654834  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:39.757016  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:39.757178  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:39.960625  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:40.155605  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:40.255813  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:40.257586  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:40.460530  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:40.655959  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:40.752315  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:40.756835  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:40.758036  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:40.961002  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:41.155342  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:41.256786  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:41.258129  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:41.461426  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:41.655956  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:41.756740  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:41.757548  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:41.961472  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:42.155730  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:42.256895  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:42.257324  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:42.461371  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:42.655505  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:42.756429  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:42.756715  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:42.960342  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:43.155951  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:43.252014  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:43.256076  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:43.257219  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:43.460586  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:43.654174  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:43.756192  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:43.757581  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:43.961408  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:44.155637  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:44.256435  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:44.256451  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:44.462880  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:44.655075  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:44.756632  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:44.756774  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:44.959978  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:45.155364  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:45.256095  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:45.257686  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:45.460602  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:45.655119  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:45.750487  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:45.756362  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:45.756635  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:45.961094  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:46.155484  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:46.256013  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:46.257175  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:46.460630  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:46.654816  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:46.756506  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:46.756697  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:46.960031  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:47.155421  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:47.256357  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:47.257858  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:47.460307  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:47.655281  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:47.750973  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:47.755649  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:47.756891  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:47.960543  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:48.155651  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:48.256522  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:48.256792  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:48.459884  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:48.655061  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:48.756277  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:48.756654  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:48.960693  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:49.155509  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:49.257057  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:49.257264  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:49.460448  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:49.655638  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:49.751786  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:49.757539  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:49.757614  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:49.961342  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:50.155836  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:50.256555  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:50.257746  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:50.462039  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:50.655687  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:50.758344  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:50.758511  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:51.026247  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:51.155530  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:51.322162  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:51.324011  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:51.525874  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:51.724742  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:51.836487  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:51.837503  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:51.840368  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:52.027093  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:52.224531  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:52.329089  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:52.329738  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:52.464216  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:52.655372  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:52.756975  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:52.758414  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:52.961725  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:53.156099  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:53.256231  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:53.257707  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:53.461722  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:53.655055  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:53.756703  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:53.757266  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:53.961403  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:54.155351  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:54.251423  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:54.256559  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:54.259292  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:54.461025  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:54.655975  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:54.756323  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:54.757621  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:54.961483  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:55.155766  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:55.257591  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:55.257740  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:55.461943  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:55.757993  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:55.758040  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:55.758100  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:55.961281  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:56.155693  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:56.252333  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:56.256984  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:56.258149  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:56.460735  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:56.654912  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:56.755648  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:56.761099  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:56.960843  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:57.155602  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:57.257529  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:57.257698  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:57.461226  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:57.655601  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:57.758142  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:57.758372  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:57.960737  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:58.154870  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:58.257003  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:58.257080  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:58.460423  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:58.655599  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:58.751435  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:41:58.756690  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:58.757086  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:58.960303  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:59.154968  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:59.255910  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:59.257343  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:59.460462  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:41:59.655767  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:41:59.756647  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:41:59.756790  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:41:59.960052  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:00.155303  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:00.256001  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:00.257339  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:00.461023  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:00.655254  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:00.756362  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:00.757532  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:00.960973  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:01.155319  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:01.251417  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:01.256395  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:01.256848  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:01.460076  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:01.655425  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:01.756140  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:01.757286  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:01.960734  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:02.154837  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:02.257011  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:02.257423  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:02.460325  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:02.655373  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:02.756761  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:02.757006  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:02.960611  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:03.155461  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:03.256557  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:03.258045  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:03.460515  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:03.654999  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:03.751886  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:03.758058  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:03.758814  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:03.961827  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:04.154747  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:04.257140  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:04.257232  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:04.460434  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:04.655809  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:04.757193  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:04.757247  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:04.963917  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:05.155698  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:05.257372  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:05.257476  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:05.460738  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:05.654582  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:05.756357  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:05.757428  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:05.960489  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:06.154728  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:06.251713  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:06.256830  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:06.256977  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:06.460178  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:06.655388  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:06.755914  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:06.756922  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:06.960142  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:07.155339  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:07.256181  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:07.257225  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:07.460542  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:07.654894  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:07.757012  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:07.757332  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:07.960804  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:08.155341  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:08.256513  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:08.257450  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:08.461018  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:08.655376  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:08.751841  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:08.757453  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:08.757505  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:08.961897  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:09.155765  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:09.257478  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:09.261678  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:09.525845  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:09.656335  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:09.757343  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:09.758495  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:09.961457  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:10.155872  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:10.256290  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:10.257552  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:10.462035  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:10.655328  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:10.757350  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:10.757374  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:10.960721  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:11.155154  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:11.251380  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:11.256649  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:11.257411  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:11.461692  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:11.655894  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:11.756868  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:11.758166  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:11.961718  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:12.155795  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:12.257002  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:12.258142  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:12.459991  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:12.655199  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:12.756661  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:12.757513  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:12.961230  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:13.155691  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:13.252588  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:13.324526  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:13.325405  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:13.461697  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:13.655845  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:13.756879  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:13.758448  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:13.961416  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:14.155575  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:14.257450  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:14.257466  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:14.461631  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:14.655014  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:14.757008  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:14.757217  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:14.962357  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:15.155535  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:15.256844  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:15.256922  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:15.459926  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:15.654938  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:15.751855  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:15.756919  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:15.757159  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:15.965109  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:16.155295  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:16.255895  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:16.257431  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:16.461029  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:16.655300  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:16.756118  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:16.757338  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:16.960788  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:17.155155  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:17.257305  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:17.258941  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:17.460306  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:17.655487  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:17.756044  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:17.757457  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:17.960463  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:18.155687  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:18.252320  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:18.256579  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:18.257839  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:18.461065  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:18.654970  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:18.756253  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:18.757698  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:18.960155  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:19.155984  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:19.256161  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:19.257622  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:19.460578  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:19.655752  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:19.756520  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:19.756813  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:19.960220  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:20.155315  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:20.256188  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:20.257605  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:20.461121  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:20.655342  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:20.751076  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:20.755870  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:20.756951  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:20.960284  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:21.155364  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:21.256111  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:21.257650  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:21.461383  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:21.655159  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:21.755838  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:21.757188  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:21.960853  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:22.154960  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:22.257075  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:22.257174  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:22.460480  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:22.655277  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:22.755819  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:22.759082  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:22.960795  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:23.154844  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:23.251939  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:23.257168  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:23.257412  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:23.461098  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:23.655287  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:23.756551  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:23.757924  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:23.961816  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:24.155783  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:24.256805  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:24.257323  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:24.460984  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:24.656268  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:24.756852  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:24.757076  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:24.960216  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:25.155747  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:25.252696  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:25.256307  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:25.260041  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:25.460230  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:25.655609  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:25.756732  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:25.757200  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:25.960421  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:26.155572  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:26.256342  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:26.257397  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:26.460864  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:26.654874  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:26.757714  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:26.757713  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:26.960876  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:27.154877  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:27.257253  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:27.257274  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:27.577642  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:27.655173  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:27.750824  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:27.756623  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:27.757016  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 18:42:28.007499  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:28.155338  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:28.256096  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:28.257378  529548 kapi.go:107] duration metric: took 1m25.004105804s to wait for kubernetes.io/minikube-addons=registry ...
	I0729 18:42:28.460994  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:28.654834  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:28.756491  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:28.960781  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:29.155243  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:29.258012  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:29.460190  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:29.655414  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:29.752084  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:29.756397  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:29.960293  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:30.155676  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:30.255915  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:30.461175  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:30.655603  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:30.757374  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:30.961048  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:31.155439  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:31.256950  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:31.462327  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:31.655142  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:31.756165  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:31.961041  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:32.154932  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:32.252085  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:32.256449  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:32.460167  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:32.655558  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:32.756590  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:32.960366  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:33.155168  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:33.256715  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:33.460160  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:33.655296  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:33.756894  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:33.963121  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:34.155505  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:34.256170  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:34.460221  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:34.655554  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:34.751565  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:34.756107  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:34.959720  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:35.154805  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:35.256366  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:35.460178  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:35.655612  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:35.756457  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:35.960386  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:36.155453  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:36.256368  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:36.462492  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:36.655424  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:36.755494  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:36.961017  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:37.155192  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:37.251467  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:37.256922  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:37.461009  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:37.655125  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:37.755719  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:37.961149  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:38.155283  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:38.255937  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:38.461539  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:38.655717  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:38.756342  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:38.960478  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:39.154883  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:39.252436  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:39.256496  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:39.460722  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:39.655688  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 18:42:39.756666  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:40.038356  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:40.222613  529548 kapi.go:107] duration metric: took 1m33.07086497s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0729 18:42:40.223783  529548 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-548251 cluster.
	I0729 18:42:40.225801  529548 out.go:177] * If you don't want your credentials mounted into a specific pod, add a label with the `gcp-auth-skip-secret` key to your pod configuration.
	I0729 18:42:40.227036  529548 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0729 18:42:40.325535  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:40.461358  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:40.757491  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:41.029637  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:41.324307  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:41.325578  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:41.526421  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:41.756934  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:41.961181  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:42.256871  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:42.460907  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:42.756322  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:42.960564  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:43.256830  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:43.461416  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:43.751968  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:43.758986  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:43.960943  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:44.256353  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:44.462746  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:44.756365  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:44.961329  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:45.256299  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:45.462478  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:45.752043  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:45.757144  529548 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 18:42:45.960201  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:46.256105  529548 kapi.go:107] duration metric: took 1m43.003475604s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0729 18:42:46.461177  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:46.961261  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:47.461676  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:47.752518  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:47.962090  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:48.460655  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:48.961517  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:49.460903  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:49.960615  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:50.251583  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:50.461294  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:50.961220  529548 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 18:42:51.460788  529548 kapi.go:107] duration metric: took 1m47.005392027s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0729 18:42:51.462484  529548 out.go:177] * Enabled addons: cloud-spanner, nvidia-device-plugin, ingress-dns, storage-provisioner, helm-tiller, metrics-server, yakd, default-storageclass, inspektor-gadget, volumesnapshots, registry, gcp-auth, ingress, csi-hostpath-driver
	I0729 18:42:51.463690  529548 addons.go:510] duration metric: took 1m54.058188435s for enable addons: enabled=[cloud-spanner nvidia-device-plugin ingress-dns storage-provisioner helm-tiller metrics-server yakd default-storageclass inspektor-gadget volumesnapshots registry gcp-auth ingress csi-hostpath-driver]
	I0729 18:42:52.752266  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:55.251155  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:57.750826  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:42:59.751460  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:43:02.251311  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:43:04.751313  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:43:07.251060  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:43:09.751390  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:43:12.251435  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:43:14.751599  529548 pod_ready.go:102] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"False"
	I0729 18:43:17.251703  529548 pod_ready.go:92] pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace has status "Ready":"True"
	I0729 18:43:17.251729  529548 pod_ready.go:81] duration metric: took 1m59.00594252s for pod "metrics-server-c59844bb4-f52vf" in "kube-system" namespace to be "Ready" ...
	I0729 18:43:17.251739  529548 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-qt9jg" in "kube-system" namespace to be "Ready" ...
	I0729 18:43:17.255868  529548 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-qt9jg" in "kube-system" namespace has status "Ready":"True"
	I0729 18:43:17.255894  529548 pod_ready.go:81] duration metric: took 4.147585ms for pod "nvidia-device-plugin-daemonset-qt9jg" in "kube-system" namespace to be "Ready" ...
	I0729 18:43:17.255920  529548 pod_ready.go:38] duration metric: took 2m0.609501381s 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" ...
	I0729 18:43:17.255975  529548 api_server.go:52] waiting for apiserver process to appear ...
	I0729 18:43:17.256040  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0729 18:43:17.256145  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0729 18:43:17.290762  529548 cri.go:89] found id: "bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b"
	I0729 18:43:17.290788  529548 cri.go:89] found id: ""
	I0729 18:43:17.290799  529548 logs.go:276] 1 containers: [bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b]
	I0729 18:43:17.290859  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:17.294023  529548 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0729 18:43:17.294091  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0729 18:43:17.327416  529548 cri.go:89] found id: "ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788"
	I0729 18:43:17.327441  529548 cri.go:89] found id: ""
	I0729 18:43:17.327452  529548 logs.go:276] 1 containers: [ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788]
	I0729 18:43:17.327503  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:17.330693  529548 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0729 18:43:17.330754  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0729 18:43:17.363209  529548 cri.go:89] found id: "fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985"
	I0729 18:43:17.363230  529548 cri.go:89] found id: ""
	I0729 18:43:17.363241  529548 logs.go:276] 1 containers: [fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985]
	I0729 18:43:17.363284  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:17.366463  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0729 18:43:17.366530  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0729 18:43:17.398313  529548 cri.go:89] found id: "fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2"
	I0729 18:43:17.398335  529548 cri.go:89] found id: ""
	I0729 18:43:17.398344  529548 logs.go:276] 1 containers: [fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2]
	I0729 18:43:17.398394  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:17.401633  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0729 18:43:17.401704  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0729 18:43:17.434688  529548 cri.go:89] found id: "2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957"
	I0729 18:43:17.434710  529548 cri.go:89] found id: ""
	I0729 18:43:17.434720  529548 logs.go:276] 1 containers: [2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957]
	I0729 18:43:17.434771  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:17.438012  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0729 18:43:17.438072  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0729 18:43:17.472263  529548 cri.go:89] found id: "ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37"
	I0729 18:43:17.472287  529548 cri.go:89] found id: ""
	I0729 18:43:17.472295  529548 logs.go:276] 1 containers: [ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37]
	I0729 18:43:17.472355  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:17.475674  529548 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0729 18:43:17.475743  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0729 18:43:17.508415  529548 cri.go:89] found id: "0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef"
	I0729 18:43:17.508442  529548 cri.go:89] found id: ""
	I0729 18:43:17.508452  529548 logs.go:276] 1 containers: [0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef]
	I0729 18:43:17.508506  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:17.511912  529548 logs.go:123] Gathering logs for kubelet ...
	I0729 18:43:17.511932  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0729 18:43:17.576344  529548 logs.go:123] Gathering logs for describe nodes ...
	I0729 18:43:17.576381  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0729 18:43:17.671864  529548 logs.go:123] Gathering logs for kube-apiserver [bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b] ...
	I0729 18:43:17.671897  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b"
	I0729 18:43:17.714626  529548 logs.go:123] Gathering logs for container status ...
	I0729 18:43:17.714666  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0729 18:43:17.757774  529548 logs.go:123] Gathering logs for kube-controller-manager [ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37] ...
	I0729 18:43:17.757809  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37"
	I0729 18:43:17.814394  529548 logs.go:123] Gathering logs for kindnet [0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef] ...
	I0729 18:43:17.814427  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef"
	I0729 18:43:17.854937  529548 logs.go:123] Gathering logs for CRI-O ...
	I0729 18:43:17.854967  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0729 18:43:17.935066  529548 logs.go:123] Gathering logs for dmesg ...
	I0729 18:43:17.935111  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0729 18:43:17.964166  529548 logs.go:123] Gathering logs for etcd [ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788] ...
	I0729 18:43:17.964249  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788"
	I0729 18:43:18.004624  529548 logs.go:123] Gathering logs for coredns [fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985] ...
	I0729 18:43:18.004654  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985"
	I0729 18:43:18.039627  529548 logs.go:123] Gathering logs for kube-scheduler [fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2] ...
	I0729 18:43:18.039662  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2"
	I0729 18:43:18.079228  529548 logs.go:123] Gathering logs for kube-proxy [2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957] ...
	I0729 18:43:18.079261  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957"
	I0729 18:43:20.613173  529548 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0729 18:43:20.626810  529548 api_server.go:72] duration metric: took 2m23.22133771s to wait for apiserver process to appear ...
	I0729 18:43:20.626833  529548 api_server.go:88] waiting for apiserver healthz status ...
	I0729 18:43:20.626871  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0729 18:43:20.626917  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0729 18:43:20.659276  529548 cri.go:89] found id: "bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b"
	I0729 18:43:20.659299  529548 cri.go:89] found id: ""
	I0729 18:43:20.659310  529548 logs.go:276] 1 containers: [bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b]
	I0729 18:43:20.659354  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:20.662682  529548 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0729 18:43:20.662753  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0729 18:43:20.695348  529548 cri.go:89] found id: "ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788"
	I0729 18:43:20.695373  529548 cri.go:89] found id: ""
	I0729 18:43:20.695383  529548 logs.go:276] 1 containers: [ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788]
	I0729 18:43:20.695439  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:20.698750  529548 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0729 18:43:20.698806  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0729 18:43:20.731594  529548 cri.go:89] found id: "fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985"
	I0729 18:43:20.731616  529548 cri.go:89] found id: ""
	I0729 18:43:20.731626  529548 logs.go:276] 1 containers: [fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985]
	I0729 18:43:20.731685  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:20.734995  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0729 18:43:20.735063  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0729 18:43:20.767557  529548 cri.go:89] found id: "fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2"
	I0729 18:43:20.767580  529548 cri.go:89] found id: ""
	I0729 18:43:20.767589  529548 logs.go:276] 1 containers: [fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2]
	I0729 18:43:20.767637  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:20.770887  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0729 18:43:20.770940  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0729 18:43:20.802640  529548 cri.go:89] found id: "2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957"
	I0729 18:43:20.802659  529548 cri.go:89] found id: ""
	I0729 18:43:20.802667  529548 logs.go:276] 1 containers: [2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957]
	I0729 18:43:20.802709  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:20.805930  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0729 18:43:20.805985  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0729 18:43:20.838405  529548 cri.go:89] found id: "ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37"
	I0729 18:43:20.838428  529548 cri.go:89] found id: ""
	I0729 18:43:20.838438  529548 logs.go:276] 1 containers: [ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37]
	I0729 18:43:20.838495  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:20.841703  529548 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0729 18:43:20.841761  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0729 18:43:20.873558  529548 cri.go:89] found id: "0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef"
	I0729 18:43:20.873581  529548 cri.go:89] found id: ""
	I0729 18:43:20.873590  529548 logs.go:276] 1 containers: [0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef]
	I0729 18:43:20.873631  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:20.876801  529548 logs.go:123] Gathering logs for kindnet [0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef] ...
	I0729 18:43:20.876824  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef"
	I0729 18:43:20.915751  529548 logs.go:123] Gathering logs for CRI-O ...
	I0729 18:43:20.915778  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0729 18:43:20.995446  529548 logs.go:123] Gathering logs for describe nodes ...
	I0729 18:43:20.995480  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0729 18:43:21.091038  529548 logs.go:123] Gathering logs for coredns [fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985] ...
	I0729 18:43:21.091068  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985"
	I0729 18:43:21.125647  529548 logs.go:123] Gathering logs for kube-scheduler [fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2] ...
	I0729 18:43:21.125677  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2"
	I0729 18:43:21.164731  529548 logs.go:123] Gathering logs for kube-proxy [2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957] ...
	I0729 18:43:21.164766  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957"
	I0729 18:43:21.197370  529548 logs.go:123] Gathering logs for kube-controller-manager [ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37] ...
	I0729 18:43:21.197401  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37"
	I0729 18:43:21.252105  529548 logs.go:123] Gathering logs for container status ...
	I0729 18:43:21.252148  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0729 18:43:21.294218  529548 logs.go:123] Gathering logs for kubelet ...
	I0729 18:43:21.294245  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0729 18:43:21.358169  529548 logs.go:123] Gathering logs for dmesg ...
	I0729 18:43:21.358202  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0729 18:43:21.387204  529548 logs.go:123] Gathering logs for kube-apiserver [bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b] ...
	I0729 18:43:21.387233  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b"
	I0729 18:43:21.428747  529548 logs.go:123] Gathering logs for etcd [ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788] ...
	I0729 18:43:21.428787  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788"
	I0729 18:43:23.971278  529548 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0729 18:43:23.974955  529548 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0729 18:43:23.975753  529548 api_server.go:141] control plane version: v1.30.3
	I0729 18:43:23.975777  529548 api_server.go:131] duration metric: took 3.348937213s to wait for apiserver health ...
	I0729 18:43:23.975785  529548 system_pods.go:43] waiting for kube-system pods to appear ...
	I0729 18:43:23.975805  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0729 18:43:23.975848  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0729 18:43:24.009418  529548 cri.go:89] found id: "bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b"
	I0729 18:43:24.009441  529548 cri.go:89] found id: ""
	I0729 18:43:24.009449  529548 logs.go:276] 1 containers: [bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b]
	I0729 18:43:24.009497  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:24.013017  529548 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0729 18:43:24.013083  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0729 18:43:24.046051  529548 cri.go:89] found id: "ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788"
	I0729 18:43:24.046075  529548 cri.go:89] found id: ""
	I0729 18:43:24.046084  529548 logs.go:276] 1 containers: [ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788]
	I0729 18:43:24.046138  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:24.049395  529548 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0729 18:43:24.049460  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0729 18:43:24.085088  529548 cri.go:89] found id: "fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985"
	I0729 18:43:24.085106  529548 cri.go:89] found id: ""
	I0729 18:43:24.085114  529548 logs.go:276] 1 containers: [fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985]
	I0729 18:43:24.085159  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:24.088453  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0729 18:43:24.088514  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0729 18:43:24.122702  529548 cri.go:89] found id: "fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2"
	I0729 18:43:24.122729  529548 cri.go:89] found id: ""
	I0729 18:43:24.122737  529548 logs.go:276] 1 containers: [fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2]
	I0729 18:43:24.122786  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:24.126086  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0729 18:43:24.126140  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0729 18:43:24.159897  529548 cri.go:89] found id: "2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957"
	I0729 18:43:24.159918  529548 cri.go:89] found id: ""
	I0729 18:43:24.159926  529548 logs.go:276] 1 containers: [2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957]
	I0729 18:43:24.159978  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:24.163315  529548 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0729 18:43:24.163387  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0729 18:43:24.196585  529548 cri.go:89] found id: "ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37"
	I0729 18:43:24.196607  529548 cri.go:89] found id: ""
	I0729 18:43:24.196616  529548 logs.go:276] 1 containers: [ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37]
	I0729 18:43:24.196660  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:24.200043  529548 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0729 18:43:24.200098  529548 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0729 18:43:24.232988  529548 cri.go:89] found id: "0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef"
	I0729 18:43:24.233011  529548 cri.go:89] found id: ""
	I0729 18:43:24.233019  529548 logs.go:276] 1 containers: [0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef]
	I0729 18:43:24.233061  529548 ssh_runner.go:195] Run: which crictl
	I0729 18:43:24.236265  529548 logs.go:123] Gathering logs for etcd [ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788] ...
	I0729 18:43:24.236289  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788"
	I0729 18:43:24.278849  529548 logs.go:123] Gathering logs for kube-controller-manager [ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37] ...
	I0729 18:43:24.278884  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37"
	I0729 18:43:24.335893  529548 logs.go:123] Gathering logs for CRI-O ...
	I0729 18:43:24.335926  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0729 18:43:24.411891  529548 logs.go:123] Gathering logs for kubelet ...
	I0729 18:43:24.411936  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0729 18:43:24.478527  529548 logs.go:123] Gathering logs for describe nodes ...
	I0729 18:43:24.478564  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0729 18:43:24.572341  529548 logs.go:123] Gathering logs for coredns [fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985] ...
	I0729 18:43:24.572370  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985"
	I0729 18:43:24.608587  529548 logs.go:123] Gathering logs for kube-scheduler [fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2] ...
	I0729 18:43:24.608618  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2"
	I0729 18:43:24.647034  529548 logs.go:123] Gathering logs for kube-proxy [2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957] ...
	I0729 18:43:24.647064  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957"
	I0729 18:43:24.679716  529548 logs.go:123] Gathering logs for kindnet [0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef] ...
	I0729 18:43:24.679745  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef"
	I0729 18:43:24.719443  529548 logs.go:123] Gathering logs for container status ...
	I0729 18:43:24.719475  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0729 18:43:24.760376  529548 logs.go:123] Gathering logs for dmesg ...
	I0729 18:43:24.760404  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0729 18:43:24.788051  529548 logs.go:123] Gathering logs for kube-apiserver [bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b] ...
	I0729 18:43:24.788080  529548 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b"
	I0729 18:43:27.341981  529548 system_pods.go:59] 19 kube-system pods found
	I0729 18:43:27.342030  529548 system_pods.go:61] "coredns-7db6d8ff4d-xgwx2" [ea7c634c-e7d3-44c7-84c9-3a613d23d6f5] Running
	I0729 18:43:27.342040  529548 system_pods.go:61] "csi-hostpath-attacher-0" [3116738f-2f4b-4921-a804-13a72ae19c40] Running
	I0729 18:43:27.342043  529548 system_pods.go:61] "csi-hostpath-resizer-0" [ca060a01-4783-46a9-b5e6-401632722e08] Running
	I0729 18:43:27.342047  529548 system_pods.go:61] "csi-hostpathplugin-qk9wd" [238a0c57-0170-4888-b4ec-cae79a1a4f05] Running
	I0729 18:43:27.342050  529548 system_pods.go:61] "etcd-addons-548251" [10e523f2-d682-49f3-8da1-14d2bbaea93e] Running
	I0729 18:43:27.342054  529548 system_pods.go:61] "kindnet-ncpkx" [0a68be70-0f53-4795-a9ef-ff8f6eb82b14] Running
	I0729 18:43:27.342057  529548 system_pods.go:61] "kube-apiserver-addons-548251" [8f0e8ea3-7511-4877-9de0-7bc507b5ce5c] Running
	I0729 18:43:27.342061  529548 system_pods.go:61] "kube-controller-manager-addons-548251" [f4c66b8c-4da2-4591-8e81-143995fbef73] Running
	I0729 18:43:27.342064  529548 system_pods.go:61] "kube-ingress-dns-minikube" [bc7b5f06-df48-4afa-84b2-1fdb64cd659b] Running
	I0729 18:43:27.342069  529548 system_pods.go:61] "kube-proxy-hmkvw" [f1742566-93a3-48a3-a842-0649677e71e2] Running
	I0729 18:43:27.342072  529548 system_pods.go:61] "kube-scheduler-addons-548251" [07dc5f34-0ffb-4290-beff-74fc94f055cb] Running
	I0729 18:43:27.342075  529548 system_pods.go:61] "metrics-server-c59844bb4-f52vf" [dd6e91bc-edb4-480e-9f1b-3a703d34357c] Running
	I0729 18:43:27.342080  529548 system_pods.go:61] "nvidia-device-plugin-daemonset-qt9jg" [8905a20e-c722-4d45-8d70-480409de5750] Running
	I0729 18:43:27.342083  529548 system_pods.go:61] "registry-698f998955-5krq9" [5f269180-5259-4e9d-bcff-00616e10cb81] Running
	I0729 18:43:27.342087  529548 system_pods.go:61] "registry-proxy-dhwl9" [5f6faed8-b077-41a6-badf-93a37f6619f8] Running
	I0729 18:43:27.342092  529548 system_pods.go:61] "snapshot-controller-745499f584-5wxtk" [4bce5ff9-cd9d-4ee7-a0da-28bd4f1674fb] Running
	I0729 18:43:27.342099  529548 system_pods.go:61] "snapshot-controller-745499f584-85w2w" [aa3ee36c-1f52-45c8-9d9c-5fe880ab0d55] Running
	I0729 18:43:27.342102  529548 system_pods.go:61] "storage-provisioner" [883acdd0-719b-4e40-96cb-13c4f35e877f] Running
	I0729 18:43:27.342104  529548 system_pods.go:61] "tiller-deploy-6677d64bcd-9qfzr" [651a9f90-06e4-479f-91e9-996b1368a41b] Running
	I0729 18:43:27.342112  529548 system_pods.go:74] duration metric: took 3.366320507s to wait for pod list to return data ...
	I0729 18:43:27.342121  529548 default_sa.go:34] waiting for default service account to be created ...
	I0729 18:43:27.343924  529548 default_sa.go:45] found service account: "default"
	I0729 18:43:27.343943  529548 default_sa.go:55] duration metric: took 1.812742ms for default service account to be created ...
	I0729 18:43:27.343949  529548 system_pods.go:116] waiting for k8s-apps to be running ...
	I0729 18:43:27.352564  529548 system_pods.go:86] 19 kube-system pods found
	I0729 18:43:27.352587  529548 system_pods.go:89] "coredns-7db6d8ff4d-xgwx2" [ea7c634c-e7d3-44c7-84c9-3a613d23d6f5] Running
	I0729 18:43:27.352593  529548 system_pods.go:89] "csi-hostpath-attacher-0" [3116738f-2f4b-4921-a804-13a72ae19c40] Running
	I0729 18:43:27.352597  529548 system_pods.go:89] "csi-hostpath-resizer-0" [ca060a01-4783-46a9-b5e6-401632722e08] Running
	I0729 18:43:27.352601  529548 system_pods.go:89] "csi-hostpathplugin-qk9wd" [238a0c57-0170-4888-b4ec-cae79a1a4f05] Running
	I0729 18:43:27.352605  529548 system_pods.go:89] "etcd-addons-548251" [10e523f2-d682-49f3-8da1-14d2bbaea93e] Running
	I0729 18:43:27.352609  529548 system_pods.go:89] "kindnet-ncpkx" [0a68be70-0f53-4795-a9ef-ff8f6eb82b14] Running
	I0729 18:43:27.352614  529548 system_pods.go:89] "kube-apiserver-addons-548251" [8f0e8ea3-7511-4877-9de0-7bc507b5ce5c] Running
	I0729 18:43:27.352618  529548 system_pods.go:89] "kube-controller-manager-addons-548251" [f4c66b8c-4da2-4591-8e81-143995fbef73] Running
	I0729 18:43:27.352623  529548 system_pods.go:89] "kube-ingress-dns-minikube" [bc7b5f06-df48-4afa-84b2-1fdb64cd659b] Running
	I0729 18:43:27.352626  529548 system_pods.go:89] "kube-proxy-hmkvw" [f1742566-93a3-48a3-a842-0649677e71e2] Running
	I0729 18:43:27.352633  529548 system_pods.go:89] "kube-scheduler-addons-548251" [07dc5f34-0ffb-4290-beff-74fc94f055cb] Running
	I0729 18:43:27.352640  529548 system_pods.go:89] "metrics-server-c59844bb4-f52vf" [dd6e91bc-edb4-480e-9f1b-3a703d34357c] Running
	I0729 18:43:27.352645  529548 system_pods.go:89] "nvidia-device-plugin-daemonset-qt9jg" [8905a20e-c722-4d45-8d70-480409de5750] Running
	I0729 18:43:27.352651  529548 system_pods.go:89] "registry-698f998955-5krq9" [5f269180-5259-4e9d-bcff-00616e10cb81] Running
	I0729 18:43:27.352654  529548 system_pods.go:89] "registry-proxy-dhwl9" [5f6faed8-b077-41a6-badf-93a37f6619f8] Running
	I0729 18:43:27.352658  529548 system_pods.go:89] "snapshot-controller-745499f584-5wxtk" [4bce5ff9-cd9d-4ee7-a0da-28bd4f1674fb] Running
	I0729 18:43:27.352662  529548 system_pods.go:89] "snapshot-controller-745499f584-85w2w" [aa3ee36c-1f52-45c8-9d9c-5fe880ab0d55] Running
	I0729 18:43:27.352665  529548 system_pods.go:89] "storage-provisioner" [883acdd0-719b-4e40-96cb-13c4f35e877f] Running
	I0729 18:43:27.352669  529548 system_pods.go:89] "tiller-deploy-6677d64bcd-9qfzr" [651a9f90-06e4-479f-91e9-996b1368a41b] Running
	I0729 18:43:27.352701  529548 system_pods.go:126] duration metric: took 8.746663ms to wait for k8s-apps to be running ...
	I0729 18:43:27.352711  529548 system_svc.go:44] waiting for kubelet service to be running ....
	I0729 18:43:27.352764  529548 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0729 18:43:27.363672  529548 system_svc.go:56] duration metric: took 10.954371ms WaitForService to wait for kubelet
	I0729 18:43:27.363698  529548 kubeadm.go:582] duration metric: took 2m29.95822914s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0729 18:43:27.363723  529548 node_conditions.go:102] verifying NodePressure condition ...
	I0729 18:43:27.366347  529548 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0729 18:43:27.366372  529548 node_conditions.go:123] node cpu capacity is 8
	I0729 18:43:27.366385  529548 node_conditions.go:105] duration metric: took 2.657199ms to run NodePressure ...
	I0729 18:43:27.366398  529548 start.go:241] waiting for startup goroutines ...
	I0729 18:43:27.366407  529548 start.go:246] waiting for cluster config update ...
	I0729 18:43:27.366430  529548 start.go:255] writing updated cluster config ...
	I0729 18:43:27.366714  529548 ssh_runner.go:195] Run: rm -f paused
	I0729 18:43:27.414490  529548 start.go:600] kubectl: 1.30.3, cluster: 1.30.3 (minor skew: 0)
	I0729 18:43:27.417700  529548 out.go:177] * Done! kubectl is now configured to use "addons-548251" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Jul 29 18:46:42 addons-548251 crio[1028]: time="2024-07-29 18:46:42.765402766Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/4d55de8e490cf6ecac4601dcd152f59252363411a69d977bcc367be8ecee016f/merged/etc/group: no such file or directory"
	Jul 29 18:46:42 addons-548251 crio[1028]: time="2024-07-29 18:46:42.798959201Z" level=info msg="Created container d2f1288de60739e0aa132f9ba0783fa8a5a63b33080cfee7411477c42fd93057: default/hello-world-app-6778b5fc9f-5h76z/hello-world-app" id=7e22b9ff-5c78-4e86-b337-68fa48d5f98b name=/runtime.v1.RuntimeService/CreateContainer
	Jul 29 18:46:42 addons-548251 crio[1028]: time="2024-07-29 18:46:42.799640544Z" level=info msg="Starting container: d2f1288de60739e0aa132f9ba0783fa8a5a63b33080cfee7411477c42fd93057" id=d0113b5c-a0a9-4a40-855e-d69f6b9a6b3a name=/runtime.v1.RuntimeService/StartContainer
	Jul 29 18:46:42 addons-548251 crio[1028]: time="2024-07-29 18:46:42.805169167Z" level=info msg="Started container" PID=11400 containerID=d2f1288de60739e0aa132f9ba0783fa8a5a63b33080cfee7411477c42fd93057 description=default/hello-world-app-6778b5fc9f-5h76z/hello-world-app id=d0113b5c-a0a9-4a40-855e-d69f6b9a6b3a name=/runtime.v1.RuntimeService/StartContainer sandboxID=d3161ba8f5b5814fad8a7c9ba8d119a4460ce9a5392f28302f2339b7dd03db2d
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.753291820Z" level=info msg="Removing container: 0d97c3e942a87fd4257ea7810fc5dbe41bf3f22a6c11a01cd0732ddec3ba527c" id=9090650a-7154-42d8-8f1a-2a7b0df99c6c name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.765911982Z" level=info msg="Removed container 0d97c3e942a87fd4257ea7810fc5dbe41bf3f22a6c11a01cd0732ddec3ba527c: ingress-nginx/ingress-nginx-admission-patch-kvx7r/patch" id=9090650a-7154-42d8-8f1a-2a7b0df99c6c name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.766936966Z" level=info msg="Removing container: cfaedc88bb652502f0f163f33dff5510a7c93aa61d3e9c024c94a478f431e7b6" id=f8304d93-6940-44cc-97bb-fa8845868c34 name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.779665607Z" level=info msg="Removed container cfaedc88bb652502f0f163f33dff5510a7c93aa61d3e9c024c94a478f431e7b6: ingress-nginx/ingress-nginx-admission-create-jd5f9/create" id=f8304d93-6940-44cc-97bb-fa8845868c34 name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.780901861Z" level=info msg="Stopping pod sandbox: 532c3c0950c9507b255ea7807eba9a791eed532ec6e7885dd1e9494fe3c5d8d7" id=cd2b892d-a814-44f3-b19b-3b1d62a541ea name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.780947212Z" level=info msg="Stopped pod sandbox (already stopped): 532c3c0950c9507b255ea7807eba9a791eed532ec6e7885dd1e9494fe3c5d8d7" id=cd2b892d-a814-44f3-b19b-3b1d62a541ea name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.781226790Z" level=info msg="Removing pod sandbox: 532c3c0950c9507b255ea7807eba9a791eed532ec6e7885dd1e9494fe3c5d8d7" id=e5ffce2b-a1af-406c-8adc-f7a3eebfcf88 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.786860695Z" level=info msg="Removed pod sandbox: 532c3c0950c9507b255ea7807eba9a791eed532ec6e7885dd1e9494fe3c5d8d7" id=e5ffce2b-a1af-406c-8adc-f7a3eebfcf88 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.787168823Z" level=info msg="Stopping pod sandbox: 013a6b5e00fbcc18627e2e1ee97a3686605a50044cfbaac3a2a49c8b3b654888" id=8692df23-fba0-45d9-8a82-66b9a545c13e name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.787192952Z" level=info msg="Stopped pod sandbox (already stopped): 013a6b5e00fbcc18627e2e1ee97a3686605a50044cfbaac3a2a49c8b3b654888" id=8692df23-fba0-45d9-8a82-66b9a545c13e name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.787481565Z" level=info msg="Removing pod sandbox: 013a6b5e00fbcc18627e2e1ee97a3686605a50044cfbaac3a2a49c8b3b654888" id=e1c85c03-65c6-491e-8ef6-8f24feda3049 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.793656089Z" level=info msg="Removed pod sandbox: 013a6b5e00fbcc18627e2e1ee97a3686605a50044cfbaac3a2a49c8b3b654888" id=e1c85c03-65c6-491e-8ef6-8f24feda3049 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.794041520Z" level=info msg="Stopping pod sandbox: cf2821a38daea438710a8130e1b26177d7a439a0747bc3106409ec7d22bbf860" id=ca7f256e-3c22-40db-b0ca-56378835bebf name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.794081310Z" level=info msg="Stopped pod sandbox (already stopped): cf2821a38daea438710a8130e1b26177d7a439a0747bc3106409ec7d22bbf860" id=ca7f256e-3c22-40db-b0ca-56378835bebf name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.794348764Z" level=info msg="Removing pod sandbox: cf2821a38daea438710a8130e1b26177d7a439a0747bc3106409ec7d22bbf860" id=e73bbda6-15a9-41ea-9100-1339329b6361 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.800764242Z" level=info msg="Removed pod sandbox: cf2821a38daea438710a8130e1b26177d7a439a0747bc3106409ec7d22bbf860" id=e73bbda6-15a9-41ea-9100-1339329b6361 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.801105154Z" level=info msg="Stopping pod sandbox: b3207c3f29306fe7ea6a27ddd02e968b2c817cc0cf55c1a57cdcd9cf05ece7c6" id=74316c59-dcf9-479e-b539-b7d4ec3188ca name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.801142644Z" level=info msg="Stopped pod sandbox (already stopped): b3207c3f29306fe7ea6a27ddd02e968b2c817cc0cf55c1a57cdcd9cf05ece7c6" id=74316c59-dcf9-479e-b539-b7d4ec3188ca name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.801390974Z" level=info msg="Removing pod sandbox: b3207c3f29306fe7ea6a27ddd02e968b2c817cc0cf55c1a57cdcd9cf05ece7c6" id=3ebf8fea-9920-4821-985b-906d84ec21b5 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 18:46:44 addons-548251 crio[1028]: time="2024-07-29 18:46:44.807799805Z" level=info msg="Removed pod sandbox: b3207c3f29306fe7ea6a27ddd02e968b2c817cc0cf55c1a57cdcd9cf05ece7c6" id=3ebf8fea-9920-4821-985b-906d84ec21b5 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 18:49:16 addons-548251 crio[1028]: time="2024-07-29 18:49:16.079750365Z" level=info msg="Stopping container: c323d8201e59d9224724311c5cca9622d78488aa0584b30dc944923cc526ad55 (timeout: 30s)" id=67c0ef15-6e3a-4451-a0ee-6a6a083aa1a8 name=/runtime.v1.RuntimeService/StopContainer
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                   CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	d2f1288de6073       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6                   2 minutes ago       Running             hello-world-app           0                   d3161ba8f5b58       hello-world-app-6778b5fc9f-5h76z
	09f4d2a8bc5e9       docker.io/library/nginx@sha256:208b70eefac13ee9be00e486f79c695b15cef861c680527171a27d253d834be9                         4 minutes ago       Running             nginx                     0                   426d7bf2a73c5       nginx
	532c18489ec51       gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e                     5 minutes ago       Running             busybox                   0                   cd3029461c3bc       busybox
	c323d8201e59d       registry.k8s.io/metrics-server/metrics-server@sha256:31f034feb3f16062e93be7c40efc596553c89de172e2e412e588f02382388872   7 minutes ago       Running             metrics-server            0                   60bf28e3b7bae       metrics-server-c59844bb4-f52vf
	4444d396f453e       docker.io/rancher/local-path-provisioner@sha256:73f712e7af12b06720c35ce75217f904f00e4bd96de79f8db1cf160112e667ef        7 minutes ago       Running             local-path-provisioner    0                   7e6bb8d7059be       local-path-provisioner-8d985888d-5dgfr
	f23d7600733a5       6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562                                                        7 minutes ago       Running             storage-provisioner       0                   1277a13dd9bba       storage-provisioner
	fcc54600d5489       cbb01a7bd410dc08ba382018ab909a674fb0e48687f0c00797ed5bc34fcc6bb4                                                        7 minutes ago       Running             coredns                   0                   8c95d85fcdee1       coredns-7db6d8ff4d-xgwx2
	0f2f5c759fae8       docker.io/kindest/kindnetd@sha256:6d6071dbf83147a09972dc93b5ff84ff0103fa2231936557113757665f6195b9                      8 minutes ago       Running             kindnet-cni               0                   c6d5ee3c5ffe7       kindnet-ncpkx
	2cbae1fcca5c3       55bb025d2cfa592b9381d01e122e72a1ed4b29ca32f86b7d289d99da794784d1                                                        8 minutes ago       Running             kube-proxy                0                   fda862966d61c       kube-proxy-hmkvw
	ee993c48726fb       76932a3b37d7eb138c8f47c9a2b4218f0466dd273badf856f2ce2f0277e15b5e                                                        8 minutes ago       Running             kube-controller-manager   0                   caad7860a4a7f       kube-controller-manager-addons-548251
	bccdf9ff68c2f       1f6d574d502f3b61c851b1bbd4ef2a964ce4c70071dd8da556f2d490d36b095d                                                        8 minutes ago       Running             kube-apiserver            0                   f92bc9004617a       kube-apiserver-addons-548251
	fe2a8b563377e       3edc18e7b76722eb2eb37a0858c09caacbd422d6e0cae4c2e5ce67bc9a9795e2                                                        8 minutes ago       Running             kube-scheduler            0                   0c1bf40627960       kube-scheduler-addons-548251
	ba1d1c8a8c0af       3861cfcd7c04ccac1f062788eca39487248527ef0c0cfd477a83d7691a75a899                                                        8 minutes ago       Running             etcd                      0                   0a072a06642b6       etcd-addons-548251
	
	
	==> coredns [fcc54600d54893aa71058c0082fb2813dd4276840b2ffd47afcb64da59c3e985] <==
	[INFO] 10.244.0.14:47627 - 30042 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000101659s
	[INFO] 10.244.0.14:46370 - 41152 "AAAA IN registry.kube-system.svc.cluster.local.southamerica-west1-a.c.k8s-minikube.internal. udp 101 false 512" NXDOMAIN qr,rd,ra 101 0.004230049s
	[INFO] 10.244.0.14:46370 - 31938 "A IN registry.kube-system.svc.cluster.local.southamerica-west1-a.c.k8s-minikube.internal. udp 101 false 512" NXDOMAIN qr,rd,ra 101 0.005635661s
	[INFO] 10.244.0.14:35652 - 14560 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.004578916s
	[INFO] 10.244.0.14:35652 - 31205 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.004716968s
	[INFO] 10.244.0.14:49719 - 55022 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.003205419s
	[INFO] 10.244.0.14:49719 - 1554 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.005300892s
	[INFO] 10.244.0.14:42985 - 21493 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000078559s
	[INFO] 10.244.0.14:42985 - 61942 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000106864s
	[INFO] 10.244.0.20:57544 - 51549 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000188187s
	[INFO] 10.244.0.20:55265 - 14773 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000146437s
	[INFO] 10.244.0.20:45856 - 28783 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.00011586s
	[INFO] 10.244.0.20:47956 - 50771 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000160214s
	[INFO] 10.244.0.20:34924 - 55248 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000111489s
	[INFO] 10.244.0.20:56864 - 12646 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000112787s
	[INFO] 10.244.0.20:50445 - 40258 "AAAA IN storage.googleapis.com.southamerica-west1-a.c.k8s-minikube.internal. udp 96 false 1232" NXDOMAIN qr,rd,ra 85 0.007121358s
	[INFO] 10.244.0.20:49495 - 24135 "A IN storage.googleapis.com.southamerica-west1-a.c.k8s-minikube.internal. udp 96 false 1232" NXDOMAIN qr,rd,ra 85 0.008582316s
	[INFO] 10.244.0.20:57505 - 42281 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.007151632s
	[INFO] 10.244.0.20:52694 - 47635 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.007531637s
	[INFO] 10.244.0.20:42480 - 38909 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.006626043s
	[INFO] 10.244.0.20:42607 - 63974 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.007161423s
	[INFO] 10.244.0.20:37684 - 25419 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 230 0.000666293s
	[INFO] 10.244.0.20:48554 - 23069 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.00073432s
	[INFO] 10.244.0.24:59392 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000295752s
	[INFO] 10.244.0.24:38423 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000167909s
	
	
	==> describe nodes <==
	Name:               addons-548251
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-548251
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=ff26f50543a99741e8a988a34136ffea2b41dbf0
	                    minikube.k8s.io/name=addons-548251
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_07_29T18_40_44_0700
	                    minikube.k8s.io/version=v1.33.1
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-548251
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 29 Jul 2024 18:40:41 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-548251
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 29 Jul 2024 18:49:14 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 29 Jul 2024 18:46:50 +0000   Mon, 29 Jul 2024 18:40:39 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 29 Jul 2024 18:46:50 +0000   Mon, 29 Jul 2024 18:40:39 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 29 Jul 2024 18:46:50 +0000   Mon, 29 Jul 2024 18:40:39 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 29 Jul 2024 18:46:50 +0000   Mon, 29 Jul 2024 18:41:16 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-548251
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859316Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859316Ki
	  pods:               110
	System Info:
	  Machine ID:                 093ab61c120d4bce887101a0adca8049
	  System UUID:                e0f72546-6a41-4057-9c36-c9e22a3b71c0
	  Boot ID:                    ec8e0709-65bf-4e34-adba-03402a115041
	  Kernel Version:             5.15.0-1065-gcp
	  OS Image:                   Ubuntu 22.04.4 LTS
	  Operating System:           linux
	  Architecture:               amd64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.30.3
	  Kube-Proxy Version:         v1.30.3
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (13 in total)
	  Namespace                   Name                                      CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                      ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                   0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m50s
	  default                     hello-world-app-6778b5fc9f-5h76z          0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         2m41s
	  default                     nginx                                     0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m6s
	  kube-system                 coredns-7db6d8ff4d-xgwx2                  100m (1%!)(MISSING)     0 (0%!)(MISSING)      70Mi (0%!)(MISSING)        170Mi (0%!)(MISSING)     8m20s
	  kube-system                 etcd-addons-548251                        100m (1%!)(MISSING)     0 (0%!)(MISSING)      100Mi (0%!)(MISSING)       0 (0%!)(MISSING)         8m34s
	  kube-system                 kindnet-ncpkx                             100m (1%!)(MISSING)     100m (1%!)(MISSING)   50Mi (0%!)(MISSING)        50Mi (0%!)(MISSING)      8m20s
	  kube-system                 kube-apiserver-addons-548251              250m (3%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         8m35s
	  kube-system                 kube-controller-manager-addons-548251     200m (2%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         8m34s
	  kube-system                 kube-proxy-hmkvw                          0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         8m20s
	  kube-system                 kube-scheduler-addons-548251              100m (1%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         8m34s
	  kube-system                 metrics-server-c59844bb4-f52vf            100m (1%!)(MISSING)     0 (0%!)(MISSING)      200Mi (0%!)(MISSING)       0 (0%!)(MISSING)         8m16s
	  kube-system                 storage-provisioner                       0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         8m16s
	  local-path-storage          local-path-provisioner-8d985888d-5dgfr    0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         8m15s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (11%!)(MISSING)  100m (1%!)(MISSING)
	  memory             420Mi (1%!)(MISSING)  220Mi (0%!)(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                 8m16s  kube-proxy       
	  Normal  Starting                 8m34s  kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  8m34s  kubelet          Node addons-548251 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    8m34s  kubelet          Node addons-548251 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     8m34s  kubelet          Node addons-548251 status is now: NodeHasSufficientPID
	  Normal  RegisteredNode           8m21s  node-controller  Node addons-548251 event: Registered Node addons-548251 in Controller
	  Normal  NodeReady                8m1s   kubelet          Node addons-548251 status is now: NodeReady
	
	
	==> dmesg <==
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff 8a 7b cb ea a8 20 08 06
	[  +3.185556] IPv4: martian source 10.244.0.2 from 10.244.0.2, on dev bridge
	[  +0.000017] ll header: 00000000: ff ff ff ff ff ff 9a 66 7b 07 18 c9 08 06
	[  +0.800001] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
	[  +0.000007] ll header: 00000000: ff ff ff ff ff ff 9a 66 7b 07 18 c9 08 06
	[  +0.005070] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
	[  +0.000004] ll header: 00000000: ff ff ff ff ff ff c2 ca c8 02 cf f1 08 06
	[Jul29 18:37] IPv4: martian source 10.244.0.1 from 10.244.0.4, on dev eth0
	[  +0.000005] ll header: 00000000: ff ff ff ff ff ff 1e 7b 8e 51 e9 83 08 06
	[  +0.000391] IPv4: martian source 10.244.0.4 from 10.244.0.2, on dev eth0
	[  +0.000005] ll header: 00000000: ff ff ff ff ff ff 9a 66 7b 07 18 c9 08 06
	[Jul29 18:44] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: 06 c6 a9 c3 11 9b 1e 13 b6 73 c5 5f 08 00
	[  +1.010754] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: 06 c6 a9 c3 11 9b 1e 13 b6 73 c5 5f 08 00
	[  +2.015819] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000022] ll header: 00000000: 06 c6 a9 c3 11 9b 1e 13 b6 73 c5 5f 08 00
	[  +4.255564] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: 06 c6 a9 c3 11 9b 1e 13 b6 73 c5 5f 08 00
	[  +8.191165] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000020] ll header: 00000000: 06 c6 a9 c3 11 9b 1e 13 b6 73 c5 5f 08 00
	[ +16.126309] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: 06 c6 a9 c3 11 9b 1e 13 b6 73 c5 5f 08 00
	[Jul29 18:45] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: 06 c6 a9 c3 11 9b 1e 13 b6 73 c5 5f 08 00
	
	
	==> etcd [ba1d1c8a8c0af5bbd37702fb5acd7b51c94362ca4d1199d22d8f6f2f07ead788] <==
	{"level":"info","ts":"2024-07-29T18:40:39.146115Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
	{"level":"info","ts":"2024-07-29T18:41:00.143284Z","caller":"traceutil/trace.go:171","msg":"trace[1764909732] transaction","detail":"{read_only:false; response_revision:387; number_of_response:1; }","duration":"101.475436ms","start":"2024-07-29T18:41:00.041782Z","end":"2024-07-29T18:41:00.143258Z","steps":["trace[1764909732] 'process raft request'  (duration: 101.436302ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T18:41:00.143729Z","caller":"traceutil/trace.go:171","msg":"trace[1478655483] transaction","detail":"{read_only:false; response_revision:385; number_of_response:1; }","duration":"103.081849ms","start":"2024-07-29T18:41:00.040632Z","end":"2024-07-29T18:41:00.143714Z","steps":["trace[1478655483] 'process raft request'  (duration: 90.56812ms)","trace[1478655483] 'compare'  (duration: 11.84525ms)"],"step_count":2}
	{"level":"info","ts":"2024-07-29T18:41:00.143876Z","caller":"traceutil/trace.go:171","msg":"trace[520724621] transaction","detail":"{read_only:false; response_revision:386; number_of_response:1; }","duration":"103.037338ms","start":"2024-07-29T18:41:00.04083Z","end":"2024-07-29T18:41:00.143867Z","steps":["trace[520724621] 'process raft request'  (duration: 102.354051ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T18:41:00.233678Z","caller":"traceutil/trace.go:171","msg":"trace[1431894774] transaction","detail":"{read_only:false; response_revision:390; number_of_response:1; }","duration":"102.303993ms","start":"2024-07-29T18:41:00.131011Z","end":"2024-07-29T18:41:00.233315Z","steps":["trace[1431894774] 'process raft request'  (duration: 90.720587ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T18:41:01.244376Z","caller":"traceutil/trace.go:171","msg":"trace[1726162545] transaction","detail":"{read_only:false; response_revision:437; number_of_response:1; }","duration":"102.582207ms","start":"2024-07-29T18:41:01.141768Z","end":"2024-07-29T18:41:01.24435Z","steps":["trace[1726162545] 'process raft request'  (duration: 100.09762ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-29T18:41:01.244997Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"100.127958ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
	{"level":"info","ts":"2024-07-29T18:41:01.245062Z","caller":"traceutil/trace.go:171","msg":"trace[1215067530] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:437; }","duration":"100.230148ms","start":"2024-07-29T18:41:01.144821Z","end":"2024-07-29T18:41:01.245051Z","steps":["trace[1215067530] 'agreement among raft nodes before linearized reading'  (duration: 100.134745ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T18:41:02.228883Z","caller":"traceutil/trace.go:171","msg":"trace[1485682256] linearizableReadLoop","detail":"{readStateIndex:536; appliedIndex:534; }","duration":"102.86674ms","start":"2024-07-29T18:41:02.125996Z","end":"2024-07-29T18:41:02.228863Z","steps":["trace[1485682256] 'read index received'  (duration: 101.641223ms)","trace[1485682256] 'applied index is now lower than readState.Index'  (duration: 1.224727ms)"],"step_count":2}
	{"level":"info","ts":"2024-07-29T18:41:02.229301Z","caller":"traceutil/trace.go:171","msg":"trace[2034175216] transaction","detail":"{read_only:false; response_revision:519; number_of_response:1; }","duration":"106.722894ms","start":"2024-07-29T18:41:02.122561Z","end":"2024-07-29T18:41:02.229284Z","steps":["trace[2034175216] 'process raft request'  (duration: 105.066404ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T18:41:02.229412Z","caller":"traceutil/trace.go:171","msg":"trace[1031043337] transaction","detail":"{read_only:false; response_revision:520; number_of_response:1; }","duration":"106.557383ms","start":"2024-07-29T18:41:02.122845Z","end":"2024-07-29T18:41:02.229403Z","steps":["trace[1031043337] 'process raft request'  (duration: 105.949249ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-29T18:41:02.229654Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"103.640422ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/clusterrolebindings/system:metrics-server\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-07-29T18:41:02.239977Z","caller":"traceutil/trace.go:171","msg":"trace[1035817140] range","detail":"{range_begin:/registry/clusterrolebindings/system:metrics-server; range_end:; response_count:0; response_revision:521; }","duration":"114.005353ms","start":"2024-07-29T18:41:02.125953Z","end":"2024-07-29T18:41:02.239958Z","steps":["trace[1035817140] 'agreement among raft nodes before linearized reading'  (duration: 103.65324ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-29T18:41:02.24126Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"108.065354ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/replicasets/local-path-storage/local-path-provisioner-8d985888d\" ","response":"range_response_count:1 size:2618"}
	{"level":"info","ts":"2024-07-29T18:41:02.241618Z","caller":"traceutil/trace.go:171","msg":"trace[66902122] range","detail":"{range_begin:/registry/replicasets/local-path-storage/local-path-provisioner-8d985888d; range_end:; response_count:1; response_revision:522; }","duration":"108.453323ms","start":"2024-07-29T18:41:02.133147Z","end":"2024-07-29T18:41:02.2416Z","steps":["trace[66902122] 'agreement among raft nodes before linearized reading'  (duration: 107.983835ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T18:41:55.754979Z","caller":"traceutil/trace.go:171","msg":"trace[840599164] linearizableReadLoop","detail":"{readStateIndex:1035; appliedIndex:1034; }","duration":"101.503539ms","start":"2024-07-29T18:41:55.653461Z","end":"2024-07-29T18:41:55.754964Z","steps":["trace[840599164] 'read index received'  (duration: 101.407318ms)","trace[840599164] 'applied index is now lower than readState.Index'  (duration: 95.783µs)"],"step_count":2}
	{"level":"info","ts":"2024-07-29T18:41:55.755017Z","caller":"traceutil/trace.go:171","msg":"trace[2088118719] transaction","detail":"{read_only:false; response_revision:1002; number_of_response:1; }","duration":"104.283728ms","start":"2024-07-29T18:41:55.650715Z","end":"2024-07-29T18:41:55.754998Z","steps":["trace[2088118719] 'process raft request'  (duration: 104.168459ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-29T18:41:55.755152Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"101.673681ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/gcp-auth/\" range_end:\"/registry/pods/gcp-auth0\" ","response":"range_response_count:3 size:12292"}
	{"level":"info","ts":"2024-07-29T18:41:55.755186Z","caller":"traceutil/trace.go:171","msg":"trace[371073231] range","detail":"{range_begin:/registry/pods/gcp-auth/; range_end:/registry/pods/gcp-auth0; response_count:3; response_revision:1002; }","duration":"101.744197ms","start":"2024-07-29T18:41:55.653433Z","end":"2024-07-29T18:41:55.755178Z","steps":["trace[371073231] 'agreement among raft nodes before linearized reading'  (duration: 101.609662ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-29T18:42:27.573572Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"125.624006ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128030855800461764 > lease_revoke:<id:70cc90ffcb6698aa>","response":"size:29"}
	{"level":"info","ts":"2024-07-29T18:42:27.573666Z","caller":"traceutil/trace.go:171","msg":"trace[894260035] linearizableReadLoop","detail":"{readStateIndex:1144; appliedIndex:1143; }","duration":"116.527195ms","start":"2024-07-29T18:42:27.457124Z","end":"2024-07-29T18:42:27.573651Z","steps":["trace[894260035] 'read index received'  (duration: 37.677µs)","trace[894260035] 'applied index is now lower than readState.Index'  (duration: 116.488502ms)"],"step_count":2}
	{"level":"warn","ts":"2024-07-29T18:42:27.573939Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"116.801802ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/\" range_end:\"/registry/pods/kube-system0\" ","response":"range_response_count:19 size:94874"}
	{"level":"info","ts":"2024-07-29T18:42:27.573973Z","caller":"traceutil/trace.go:171","msg":"trace[698746688] range","detail":"{range_begin:/registry/pods/kube-system/; range_end:/registry/pods/kube-system0; response_count:19; response_revision:1102; }","duration":"116.870568ms","start":"2024-07-29T18:42:27.457093Z","end":"2024-07-29T18:42:27.573964Z","steps":["trace[698746688] 'agreement among raft nodes before linearized reading'  (duration: 116.630636ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T18:42:28.003852Z","caller":"traceutil/trace.go:171","msg":"trace[2142615285] transaction","detail":"{read_only:false; response_revision:1105; number_of_response:1; }","duration":"127.33098ms","start":"2024-07-29T18:42:27.876492Z","end":"2024-07-29T18:42:28.003823Z","steps":["trace[2142615285] 'process raft request'  (duration: 96.85748ms)","trace[2142615285] 'compare'  (duration: 30.297143ms)"],"step_count":2}
	{"level":"info","ts":"2024-07-29T18:43:16.542578Z","caller":"traceutil/trace.go:171","msg":"trace[646008960] transaction","detail":"{read_only:false; response_revision:1285; number_of_response:1; }","duration":"109.664778ms","start":"2024-07-29T18:43:16.432884Z","end":"2024-07-29T18:43:16.542549Z","steps":["trace[646008960] 'process raft request'  (duration: 80.488198ms)","trace[646008960] 'compare'  (duration: 29.078975ms)"],"step_count":2}
	
	
	==> kernel <==
	 18:49:17 up  2:31,  0 users,  load average: 0.02, 0.59, 1.25
	Linux addons-548251 5.15.0-1065-gcp #73~20.04.1-Ubuntu SMP Mon Jul 15 20:08:36 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.4 LTS"
	
	
	==> kindnet [0f2f5c759fae89b285803cabc78218f1527fdcdeefbb6208029a266315dce3ef] <==
	I0729 18:48:06.021435       1 main.go:299] handling current node
	W0729 18:48:15.937609       1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
	E0729 18:48:15.937641       1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
	I0729 18:48:16.021834       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 18:48:16.021868       1 main.go:299] handling current node
	I0729 18:48:26.021327       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 18:48:26.021367       1 main.go:299] handling current node
	W0729 18:48:28.874720       1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
	E0729 18:48:28.874760       1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
	I0729 18:48:36.021313       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 18:48:36.021353       1 main.go:299] handling current node
	W0729 18:48:42.746944       1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
	E0729 18:48:42.746979       1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
	I0729 18:48:46.021397       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 18:48:46.021435       1 main.go:299] handling current node
	I0729 18:48:56.021480       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 18:48:56.021526       1 main.go:299] handling current node
	W0729 18:49:03.055331       1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
	E0729 18:49:03.055362       1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
	I0729 18:49:06.021986       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 18:49:06.022030       1 main.go:299] handling current node
	W0729 18:49:14.525872       1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
	E0729 18:49:14.525915       1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
	I0729 18:49:16.021368       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 18:49:16.021403       1 main.go:299] handling current node
	
	
	==> kube-apiserver [bccdf9ff68c2f343a75cefcae4b9adea47aec28e097950da2c06bbaa73ed8b8b] <==
	E0729 18:43:22.025279       1 controller.go:146] Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: 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]]
	E0729 18:43:38.824193       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:47732: use of closed network connection
	E0729 18:43:38.981331       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:47746: use of closed network connection
	I0729 18:43:53.650886       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0729 18:43:54.670000       1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0729 18:44:11.200155       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0729 18:44:11.374406       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.111.159.135"}
	I0729 18:44:11.540915       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	E0729 18:44:14.093704       1 upgradeaware.go:427] Error proxying data from client to backend: read tcp 192.168.49.2:8443->10.244.0.25:56042: read: connection reset by peer
	I0729 18:44:42.751668       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0729 18:44:42.751729       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0729 18:44:42.764805       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0729 18:44:42.764953       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0729 18:44:42.765393       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0729 18:44:42.765514       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0729 18:44:42.779879       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0729 18:44:42.780026       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0729 18:44:42.823488       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0729 18:44:42.823764       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0729 18:44:43.766358       1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0729 18:44:43.823696       1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0729 18:44:43.832695       1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0729 18:44:52.048805       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.108.29.115"}
	I0729 18:46:36.539826       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.109.245.130"}
	
	
	==> kube-controller-manager [ee993c48726fba5485334efa44a50d8ec2c00ed82798035a5106ee7dcf5abd37] <==
	W0729 18:47:06.551129       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:47:06.551167       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0729 18:47:19.201831       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:47:19.201867       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0729 18:47:28.827783       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:47:28.827822       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0729 18:47:41.847112       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:47:41.847155       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0729 18:47:58.980776       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:47:58.980810       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0729 18:48:11.506699       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:48:11.506735       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0729 18:48:25.914656       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:48:25.914695       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0729 18:48:26.324562       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:48:26.324601       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0729 18:48:32.228264       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:48:32.228301       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0729 18:48:52.855066       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:48:52.855117       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0729 18:49:04.743315       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:49:04.743356       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0729 18:49:14.453685       1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0729 18:49:14.453718       1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	I0729 18:49:16.069097       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/metrics-server-c59844bb4" duration="8.423µs"
	
	
	==> kube-proxy [2cbae1fcca5c3fc2a10d55c7d638fd79972f135f4dfd45119fe0708720e4e957] <==
	I0729 18:40:58.444395       1 server_linux.go:69] "Using iptables proxy"
	I0729 18:40:58.531385       1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	I0729 18:41:00.422503       1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0729 18:41:00.422600       1 server_linux.go:165] "Using iptables Proxier"
	I0729 18:41:00.433289       1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
	I0729 18:41:00.433383       1 server_linux.go:528] "Defaulting to no-op detect-local"
	I0729 18:41:00.433447       1 proxier.go:243] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses"
	I0729 18:41:00.433923       1 server.go:872] "Version info" version="v1.30.3"
	I0729 18:41:00.433992       1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0729 18:41:00.435714       1 config.go:319] "Starting node config controller"
	I0729 18:41:00.435784       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0729 18:41:00.436148       1 config.go:101] "Starting endpoint slice config controller"
	I0729 18:41:00.436211       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0729 18:41:00.436275       1 config.go:192] "Starting service config controller"
	I0729 18:41:00.436308       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0729 18:41:00.539087       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0729 18:41:00.539227       1 shared_informer.go:320] Caches are synced for node config
	I0729 18:41:00.539304       1 shared_informer.go:320] Caches are synced for service config
	
	
	==> kube-scheduler [fe2a8b563377ec01a465ff7d29095f91f16141d1817b508003faaf1a729f91c2] <==
	W0729 18:40:41.029620       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0729 18:40:41.029804       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
	W0729 18:40:41.029937       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E0729 18:40:41.030009       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	W0729 18:40:41.030047       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
	E0729 18:40:41.030070       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
	W0729 18:40:41.030329       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: 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
	E0729 18:40:41.030351       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
	W0729 18:40:41.030561       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E0729 18:40:41.030583       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
	W0729 18:40:41.030587       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E0729 18:40:41.030613       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
	W0729 18:40:41.886527       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	E0729 18:40:41.886569       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	W0729 18:40:41.892621       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	E0729 18:40:41.892661       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
	W0729 18:40:41.926643       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: 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
	E0729 18:40:41.926679       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
	W0729 18:40:41.996986       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0729 18:40:41.997033       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
	W0729 18:40:42.010006       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E0729 18:40:42.010041       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	W0729 18:40:42.151967       1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
	E0729 18:40:42.152014       1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
	I0729 18:40:42.628057       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Jul 29 18:46:39 addons-548251 kubelet[1730]: I0729 18:46:39.257790    1730 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="2dc14bbe-62e8-49d3-9dcb-b8ab569458d4" path="/var/lib/kubelet/pods/2dc14bbe-62e8-49d3-9dcb-b8ab569458d4/volumes"
	Jul 29 18:46:39 addons-548251 kubelet[1730]: I0729 18:46:39.258108    1730 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="8b741526-5fe9-4cdc-b9b1-934fa7e251cd" path="/var/lib/kubelet/pods/8b741526-5fe9-4cdc-b9b1-934fa7e251cd/volumes"
	Jul 29 18:46:39 addons-548251 kubelet[1730]: I0729 18:46:39.258399    1730 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="bc7b5f06-df48-4afa-84b2-1fdb64cd659b" path="/var/lib/kubelet/pods/bc7b5f06-df48-4afa-84b2-1fdb64cd659b/volumes"
	Jul 29 18:46:41 addons-548251 kubelet[1730]: I0729 18:46:41.541908    1730 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-td4t6\" (UniqueName: \"kubernetes.io/projected/23379413-ea35-48a0-9878-2c51d533691a-kube-api-access-td4t6\") pod \"23379413-ea35-48a0-9878-2c51d533691a\" (UID: \"23379413-ea35-48a0-9878-2c51d533691a\") "
	Jul 29 18:46:41 addons-548251 kubelet[1730]: I0729 18:46:41.541968    1730 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/23379413-ea35-48a0-9878-2c51d533691a-webhook-cert\") pod \"23379413-ea35-48a0-9878-2c51d533691a\" (UID: \"23379413-ea35-48a0-9878-2c51d533691a\") "
	Jul 29 18:46:41 addons-548251 kubelet[1730]: I0729 18:46:41.543830    1730 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/23379413-ea35-48a0-9878-2c51d533691a-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "23379413-ea35-48a0-9878-2c51d533691a" (UID: "23379413-ea35-48a0-9878-2c51d533691a"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
	Jul 29 18:46:41 addons-548251 kubelet[1730]: I0729 18:46:41.543975    1730 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/23379413-ea35-48a0-9878-2c51d533691a-kube-api-access-td4t6" (OuterVolumeSpecName: "kube-api-access-td4t6") pod "23379413-ea35-48a0-9878-2c51d533691a" (UID: "23379413-ea35-48a0-9878-2c51d533691a"). InnerVolumeSpecName "kube-api-access-td4t6". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Jul 29 18:46:41 addons-548251 kubelet[1730]: I0729 18:46:41.642254    1730 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/23379413-ea35-48a0-9878-2c51d533691a-webhook-cert\") on node \"addons-548251\" DevicePath \"\""
	Jul 29 18:46:41 addons-548251 kubelet[1730]: I0729 18:46:41.642300    1730 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-td4t6\" (UniqueName: \"kubernetes.io/projected/23379413-ea35-48a0-9878-2c51d533691a-kube-api-access-td4t6\") on node \"addons-548251\" DevicePath \"\""
	Jul 29 18:46:41 addons-548251 kubelet[1730]: I0729 18:46:41.645066    1730 scope.go:117] "RemoveContainer" containerID="2c0e468efda679c84e5ec050fbcdc07b7a01767a626c576bf0b3d02e444a2638"
	Jul 29 18:46:41 addons-548251 kubelet[1730]: I0729 18:46:41.659187    1730 scope.go:117] "RemoveContainer" containerID="2c0e468efda679c84e5ec050fbcdc07b7a01767a626c576bf0b3d02e444a2638"
	Jul 29 18:46:41 addons-548251 kubelet[1730]: E0729 18:46:41.659509    1730 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"2c0e468efda679c84e5ec050fbcdc07b7a01767a626c576bf0b3d02e444a2638\": container with ID starting with 2c0e468efda679c84e5ec050fbcdc07b7a01767a626c576bf0b3d02e444a2638 not found: ID does not exist" containerID="2c0e468efda679c84e5ec050fbcdc07b7a01767a626c576bf0b3d02e444a2638"
	Jul 29 18:46:41 addons-548251 kubelet[1730]: I0729 18:46:41.659546    1730 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"2c0e468efda679c84e5ec050fbcdc07b7a01767a626c576bf0b3d02e444a2638"} err="failed to get container status \"2c0e468efda679c84e5ec050fbcdc07b7a01767a626c576bf0b3d02e444a2638\": rpc error: code = NotFound desc = could not find container \"2c0e468efda679c84e5ec050fbcdc07b7a01767a626c576bf0b3d02e444a2638\": container with ID starting with 2c0e468efda679c84e5ec050fbcdc07b7a01767a626c576bf0b3d02e444a2638 not found: ID does not exist"
	Jul 29 18:46:43 addons-548251 kubelet[1730]: I0729 18:46:43.257286    1730 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="23379413-ea35-48a0-9878-2c51d533691a" path="/var/lib/kubelet/pods/23379413-ea35-48a0-9878-2c51d533691a/volumes"
	Jul 29 18:46:43 addons-548251 kubelet[1730]: I0729 18:46:43.660441    1730 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-6778b5fc9f-5h76z" podStartSLOduration=1.6598204779999999 podStartE2EDuration="7.660418607s" podCreationTimestamp="2024-07-29 18:46:36 +0000 UTC" firstStartedPulling="2024-07-29 18:46:36.747554102 +0000 UTC m=+353.572771139" lastFinishedPulling="2024-07-29 18:46:42.748152241 +0000 UTC m=+359.573369268" observedRunningTime="2024-07-29 18:46:43.66014837 +0000 UTC m=+360.485365407" watchObservedRunningTime="2024-07-29 18:46:43.660418607 +0000 UTC m=+360.485635643"
	Jul 29 18:46:44 addons-548251 kubelet[1730]: I0729 18:46:44.752091    1730 scope.go:117] "RemoveContainer" containerID="0d97c3e942a87fd4257ea7810fc5dbe41bf3f22a6c11a01cd0732ddec3ba527c"
	Jul 29 18:46:44 addons-548251 kubelet[1730]: I0729 18:46:44.766128    1730 scope.go:117] "RemoveContainer" containerID="cfaedc88bb652502f0f163f33dff5510a7c93aa61d3e9c024c94a478f431e7b6"
	Jul 29 18:47:31 addons-548251 kubelet[1730]: I0729 18:47:31.256766    1730 kubelet_pods.go:988] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
	Jul 29 18:48:39 addons-548251 kubelet[1730]: I0729 18:48:39.256651    1730 kubelet_pods.go:988] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
	Jul 29 18:49:17 addons-548251 kubelet[1730]: I0729 18:49:17.438855    1730 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-mch6w\" (UniqueName: \"kubernetes.io/projected/dd6e91bc-edb4-480e-9f1b-3a703d34357c-kube-api-access-mch6w\") pod \"dd6e91bc-edb4-480e-9f1b-3a703d34357c\" (UID: \"dd6e91bc-edb4-480e-9f1b-3a703d34357c\") "
	Jul 29 18:49:17 addons-548251 kubelet[1730]: I0729 18:49:17.438900    1730 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/dd6e91bc-edb4-480e-9f1b-3a703d34357c-tmp-dir\") pod \"dd6e91bc-edb4-480e-9f1b-3a703d34357c\" (UID: \"dd6e91bc-edb4-480e-9f1b-3a703d34357c\") "
	Jul 29 18:49:17 addons-548251 kubelet[1730]: I0729 18:49:17.439174    1730 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/empty-dir/dd6e91bc-edb4-480e-9f1b-3a703d34357c-tmp-dir" (OuterVolumeSpecName: "tmp-dir") pod "dd6e91bc-edb4-480e-9f1b-3a703d34357c" (UID: "dd6e91bc-edb4-480e-9f1b-3a703d34357c"). InnerVolumeSpecName "tmp-dir". PluginName "kubernetes.io/empty-dir", VolumeGidValue ""
	Jul 29 18:49:17 addons-548251 kubelet[1730]: I0729 18:49:17.440610    1730 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/dd6e91bc-edb4-480e-9f1b-3a703d34357c-kube-api-access-mch6w" (OuterVolumeSpecName: "kube-api-access-mch6w") pod "dd6e91bc-edb4-480e-9f1b-3a703d34357c" (UID: "dd6e91bc-edb4-480e-9f1b-3a703d34357c"). InnerVolumeSpecName "kube-api-access-mch6w". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Jul 29 18:49:17 addons-548251 kubelet[1730]: I0729 18:49:17.539464    1730 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-mch6w\" (UniqueName: \"kubernetes.io/projected/dd6e91bc-edb4-480e-9f1b-3a703d34357c-kube-api-access-mch6w\") on node \"addons-548251\" DevicePath \"\""
	Jul 29 18:49:17 addons-548251 kubelet[1730]: I0729 18:49:17.541818    1730 reconciler_common.go:289] "Volume detached for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/dd6e91bc-edb4-480e-9f1b-3a703d34357c-tmp-dir\") on node \"addons-548251\" DevicePath \"\""
	
	
	==> storage-provisioner [f23d7600733a5cbf745ce95617264893bcf44cb12ef7498a11c22181104dc40b] <==
	I0729 18:41:17.438028       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0729 18:41:17.444861       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0729 18:41:17.444904       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0729 18:41:17.451095       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0729 18:41:17.451237       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-548251_a03f1b7f-5d6c-4b49-8e6d-cbdeac312848!
	I0729 18:41:17.451256       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"e2245c5b-a18e-44c0-8c21-7da48ba43c8b", APIVersion:"v1", ResourceVersion:"883", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-548251_a03f1b7f-5d6c-4b49-8e6d-cbdeac312848 became leader
	I0729 18:41:17.551884       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-548251_a03f1b7f-5d6c-4b49-8e6d-cbdeac312848!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-548251 -n addons-548251
helpers_test.go:261: (dbg) Run:  kubectl --context addons-548251 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/MetricsServer FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/MetricsServer (330.87s)

                                                
                                    

Test pass (306/336)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 19.82
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.07
9 TestDownloadOnly/v1.20.0/DeleteAll 0.2
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.12
12 TestDownloadOnly/v1.30.3/json-events 15.81
13 TestDownloadOnly/v1.30.3/preload-exists 0
17 TestDownloadOnly/v1.30.3/LogsDuration 1.01
18 TestDownloadOnly/v1.30.3/DeleteAll 0.34
19 TestDownloadOnly/v1.30.3/DeleteAlwaysSucceeds 0.13
21 TestDownloadOnly/v1.31.0-beta.0/json-events 19.63
22 TestDownloadOnly/v1.31.0-beta.0/preload-exists 0
26 TestDownloadOnly/v1.31.0-beta.0/LogsDuration 0.06
27 TestDownloadOnly/v1.31.0-beta.0/DeleteAll 0.2
28 TestDownloadOnly/v1.31.0-beta.0/DeleteAlwaysSucceeds 0.12
29 TestDownloadOnlyKic 1.12
30 TestBinaryMirror 0.7
31 TestOffline 68.15
34 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.06
35 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.05
36 TestAddons/Setup 198.48
40 TestAddons/serial/GCPAuth/Namespaces 0.12
42 TestAddons/parallel/Registry 23.74
44 TestAddons/parallel/InspektorGadget 11.64
46 TestAddons/parallel/HelmTiller 16.93
48 TestAddons/parallel/CSI 55.77
49 TestAddons/parallel/Headlamp 20.27
50 TestAddons/parallel/CloudSpanner 5.44
51 TestAddons/parallel/LocalPath 24.05
52 TestAddons/parallel/NvidiaDevicePlugin 6.42
53 TestAddons/parallel/Yakd 11.59
54 TestAddons/StoppedEnableDisable 12.03
55 TestCertOptions 31.75
56 TestCertExpiration 219.15
58 TestForceSystemdFlag 31.46
59 TestForceSystemdEnv 31.24
61 TestKVMDriverInstallOrUpdate 7.23
65 TestErrorSpam/setup 22.32
66 TestErrorSpam/start 0.54
67 TestErrorSpam/status 0.81
68 TestErrorSpam/pause 1.44
69 TestErrorSpam/unpause 1.45
70 TestErrorSpam/stop 1.34
73 TestFunctional/serial/CopySyncFile 0
74 TestFunctional/serial/StartWithProxy 54.83
75 TestFunctional/serial/AuditLog 0
76 TestFunctional/serial/SoftStart 37.57
77 TestFunctional/serial/KubeContext 0.04
78 TestFunctional/serial/KubectlGetPods 0.06
81 TestFunctional/serial/CacheCmd/cache/add_remote 3.1
82 TestFunctional/serial/CacheCmd/cache/add_local 3.36
83 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.05
84 TestFunctional/serial/CacheCmd/cache/list 0.05
85 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.26
86 TestFunctional/serial/CacheCmd/cache/cache_reload 1.61
87 TestFunctional/serial/CacheCmd/cache/delete 0.09
88 TestFunctional/serial/MinikubeKubectlCmd 0.11
89 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.1
90 TestFunctional/serial/ExtraConfig 26.82
91 TestFunctional/serial/ComponentHealth 0.07
92 TestFunctional/serial/LogsCmd 1.36
93 TestFunctional/serial/LogsFileCmd 1.32
94 TestFunctional/serial/InvalidService 4.26
96 TestFunctional/parallel/ConfigCmd 0.34
97 TestFunctional/parallel/DashboardCmd 28.41
98 TestFunctional/parallel/DryRun 0.37
99 TestFunctional/parallel/InternationalLanguage 0.16
100 TestFunctional/parallel/StatusCmd 1.11
104 TestFunctional/parallel/ServiceCmdConnect 7.75
105 TestFunctional/parallel/AddonsCmd 0.13
106 TestFunctional/parallel/PersistentVolumeClaim 59.19
108 TestFunctional/parallel/SSHCmd 0.54
109 TestFunctional/parallel/CpCmd 1.58
110 TestFunctional/parallel/MySQL 30.81
111 TestFunctional/parallel/FileSync 0.27
112 TestFunctional/parallel/CertSync 1.62
116 TestFunctional/parallel/NodeLabels 0.07
118 TestFunctional/parallel/NonActiveRuntimeDisabled 0.54
120 TestFunctional/parallel/License 0.77
121 TestFunctional/parallel/ImageCommands/ImageListShort 0.22
122 TestFunctional/parallel/ImageCommands/ImageListTable 0.27
123 TestFunctional/parallel/ImageCommands/ImageListJson 0.23
124 TestFunctional/parallel/ImageCommands/ImageListYaml 0.26
125 TestFunctional/parallel/ImageCommands/ImageBuild 4.46
126 TestFunctional/parallel/ImageCommands/Setup 3.74
127 TestFunctional/parallel/UpdateContextCmd/no_changes 0.12
128 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.14
129 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.16
130 TestFunctional/parallel/ServiceCmd/DeployApp 9.17
132 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.44
133 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
135 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 15.29
136 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 1.18
137 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 0.83
138 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 2.54
139 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.47
140 TestFunctional/parallel/ImageCommands/ImageRemove 0.47
141 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 1.17
142 TestFunctional/parallel/ServiceCmd/List 0.31
143 TestFunctional/parallel/ServiceCmd/JSONOutput 0.33
144 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.85
145 TestFunctional/parallel/ServiceCmd/HTTPS 0.38
146 TestFunctional/parallel/ServiceCmd/Format 0.34
147 TestFunctional/parallel/ServiceCmd/URL 0.34
148 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.07
149 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0
153 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
154 TestFunctional/parallel/Version/short 0.05
155 TestFunctional/parallel/Version/components 0.57
156 TestFunctional/parallel/ProfileCmd/profile_not_create 0.37
157 TestFunctional/parallel/MountCmd/any-port 20.77
158 TestFunctional/parallel/ProfileCmd/profile_list 0.41
159 TestFunctional/parallel/ProfileCmd/profile_json_output 0.36
160 TestFunctional/parallel/MountCmd/specific-port 1.71
161 TestFunctional/parallel/MountCmd/VerifyCleanup 1.8
162 TestFunctional/delete_echo-server_images 0.03
163 TestFunctional/delete_my-image_image 0.01
164 TestFunctional/delete_minikube_cached_images 0.02
168 TestMultiControlPlane/serial/StartCluster 118.61
169 TestMultiControlPlane/serial/DeployApp 6.61
170 TestMultiControlPlane/serial/PingHostFromPods 1.01
171 TestMultiControlPlane/serial/AddWorkerNode 39.89
172 TestMultiControlPlane/serial/NodeLabels 0.07
173 TestMultiControlPlane/serial/HAppyAfterClusterStart 0.61
174 TestMultiControlPlane/serial/CopyFile 15.12
175 TestMultiControlPlane/serial/StopSecondaryNode 12.44
176 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.46
177 TestMultiControlPlane/serial/RestartSecondaryNode 21.01
178 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 2.35
179 TestMultiControlPlane/serial/RestartClusterKeepsNodes 145.07
180 TestMultiControlPlane/serial/DeleteSecondaryNode 11.73
181 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.44
182 TestMultiControlPlane/serial/StopCluster 35.54
183 TestMultiControlPlane/serial/RestartCluster 123.89
184 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.45
185 TestMultiControlPlane/serial/AddSecondaryNode 48.16
186 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 0.61
190 TestJSONOutput/start/Command 56.54
191 TestJSONOutput/start/Audit 0
193 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
194 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
196 TestJSONOutput/pause/Command 0.62
197 TestJSONOutput/pause/Audit 0
199 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
200 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
202 TestJSONOutput/unpause/Command 0.58
203 TestJSONOutput/unpause/Audit 0
205 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
206 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
208 TestJSONOutput/stop/Command 5.69
209 TestJSONOutput/stop/Audit 0
211 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
212 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
213 TestErrorJSONOutput 0.19
215 TestKicCustomNetwork/create_custom_network 41.25
216 TestKicCustomNetwork/use_default_bridge_network 26.18
217 TestKicExistingNetwork 23.16
218 TestKicCustomSubnet 23.67
219 TestKicStaticIP 23.21
220 TestMainNoArgs 0.05
221 TestMinikubeProfile 52.08
224 TestMountStart/serial/StartWithMountFirst 8.67
225 TestMountStart/serial/VerifyMountFirst 0.24
226 TestMountStart/serial/StartWithMountSecond 5.77
227 TestMountStart/serial/VerifyMountSecond 0.23
228 TestMountStart/serial/DeleteFirst 1.58
229 TestMountStart/serial/VerifyMountPostDelete 0.23
230 TestMountStart/serial/Stop 1.17
231 TestMountStart/serial/RestartStopped 7.66
232 TestMountStart/serial/VerifyMountPostStop 0.24
235 TestMultiNode/serial/FreshStart2Nodes 89.57
236 TestMultiNode/serial/DeployApp2Nodes 5.52
237 TestMultiNode/serial/PingHostFrom2Pods 0.69
238 TestMultiNode/serial/AddNode 32.76
239 TestMultiNode/serial/MultiNodeLabels 0.06
240 TestMultiNode/serial/ProfileList 0.28
241 TestMultiNode/serial/CopyFile 8.64
242 TestMultiNode/serial/StopNode 2.06
243 TestMultiNode/serial/StartAfterStop 8.95
244 TestMultiNode/serial/RestartKeepsNodes 86.11
245 TestMultiNode/serial/DeleteNode 4.89
246 TestMultiNode/serial/StopMultiNode 23.63
247 TestMultiNode/serial/RestartMultiNode 54.81
248 TestMultiNode/serial/ValidateNameConflict 25.99
253 TestPreload 152.36
255 TestScheduledStopUnix 97.42
258 TestInsufficientStorage 13.07
259 TestRunningBinaryUpgrade 70.44
261 TestKubernetesUpgrade 336.46
262 TestMissingContainerUpgrade 113.74
263 TestStoppedBinaryUpgrade/Setup 4.18
268 TestNoKubernetes/serial/StartNoK8sWithVersion 0.08
269 TestNoKubernetes/serial/StartWithK8s 28.02
274 TestNetworkPlugins/group/false 6.56
275 TestStoppedBinaryUpgrade/Upgrade 144.86
279 TestNoKubernetes/serial/StartWithStopK8s 6.74
280 TestNoKubernetes/serial/Start 8.14
281 TestNoKubernetes/serial/VerifyK8sNotRunning 0.29
282 TestNoKubernetes/serial/ProfileList 3.02
283 TestNoKubernetes/serial/Stop 13.87
284 TestNoKubernetes/serial/StartNoArgs 6.83
285 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.26
286 TestStoppedBinaryUpgrade/MinikubeLogs 0.74
295 TestPause/serial/Start 57.68
296 TestNetworkPlugins/group/auto/Start 54.13
297 TestPause/serial/SecondStartNoReconfiguration 38.29
298 TestNetworkPlugins/group/auto/KubeletFlags 0.29
299 TestNetworkPlugins/group/auto/NetCatPod 9.2
300 TestNetworkPlugins/group/auto/DNS 0.13
301 TestNetworkPlugins/group/auto/Localhost 0.11
302 TestNetworkPlugins/group/auto/HairPin 0.11
303 TestNetworkPlugins/group/kindnet/Start 55.44
304 TestPause/serial/Pause 0.83
305 TestPause/serial/VerifyStatus 0.32
306 TestPause/serial/Unpause 0.65
307 TestPause/serial/PauseAgain 0.92
308 TestPause/serial/DeletePaused 2.7
309 TestPause/serial/VerifyDeletedResources 0.77
310 TestNetworkPlugins/group/calico/Start 72.35
311 TestNetworkPlugins/group/custom-flannel/Start 64.32
312 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
313 TestNetworkPlugins/group/kindnet/KubeletFlags 0.26
314 TestNetworkPlugins/group/kindnet/NetCatPod 8.17
315 TestNetworkPlugins/group/kindnet/DNS 0.13
316 TestNetworkPlugins/group/kindnet/Localhost 0.12
317 TestNetworkPlugins/group/kindnet/HairPin 0.12
318 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.27
319 TestNetworkPlugins/group/custom-flannel/NetCatPod 11.2
320 TestNetworkPlugins/group/calico/ControllerPod 6.01
321 TestNetworkPlugins/group/enable-default-cni/Start 43.39
322 TestNetworkPlugins/group/calico/KubeletFlags 0.36
323 TestNetworkPlugins/group/calico/NetCatPod 12.24
324 TestNetworkPlugins/group/custom-flannel/DNS 0.14
325 TestNetworkPlugins/group/custom-flannel/Localhost 0.11
326 TestNetworkPlugins/group/custom-flannel/HairPin 0.11
327 TestNetworkPlugins/group/calico/DNS 0.15
328 TestNetworkPlugins/group/calico/Localhost 0.12
329 TestNetworkPlugins/group/calico/HairPin 0.12
330 TestNetworkPlugins/group/flannel/Start 70.7
331 TestNetworkPlugins/group/bridge/Start 40.85
332 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.27
333 TestNetworkPlugins/group/enable-default-cni/NetCatPod 9.19
334 TestNetworkPlugins/group/enable-default-cni/DNS 0.13
335 TestNetworkPlugins/group/enable-default-cni/Localhost 0.1
336 TestNetworkPlugins/group/enable-default-cni/HairPin 0.12
338 TestStartStop/group/old-k8s-version/serial/FirstStart 163.25
340 TestStartStop/group/no-preload/serial/FirstStart 83.65
341 TestNetworkPlugins/group/bridge/KubeletFlags 0.42
342 TestNetworkPlugins/group/bridge/NetCatPod 10.1
343 TestNetworkPlugins/group/bridge/DNS 0.14
344 TestNetworkPlugins/group/bridge/Localhost 0.11
345 TestNetworkPlugins/group/bridge/HairPin 0.11
346 TestNetworkPlugins/group/flannel/ControllerPod 6.01
347 TestNetworkPlugins/group/flannel/KubeletFlags 0.27
348 TestNetworkPlugins/group/flannel/NetCatPod 9.52
350 TestStartStop/group/embed-certs/serial/FirstStart 54.69
351 TestNetworkPlugins/group/flannel/DNS 0.18
352 TestNetworkPlugins/group/flannel/Localhost 0.12
353 TestNetworkPlugins/group/flannel/HairPin 0.11
355 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 57.32
356 TestStartStop/group/no-preload/serial/DeployApp 10.23
357 TestStartStop/group/embed-certs/serial/DeployApp 11.23
358 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 0.81
359 TestStartStop/group/no-preload/serial/Stop 12.02
360 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 0.89
361 TestStartStop/group/embed-certs/serial/Stop 11.82
362 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.16
363 TestStartStop/group/no-preload/serial/SecondStart 262.83
364 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.18
365 TestStartStop/group/embed-certs/serial/SecondStart 263.31
366 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 11.27
367 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 0.89
368 TestStartStop/group/default-k8s-diff-port/serial/Stop 13.08
369 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.18
370 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 262.34
371 TestStartStop/group/old-k8s-version/serial/DeployApp 11.46
372 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 0.78
373 TestStartStop/group/old-k8s-version/serial/Stop 12.19
374 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.17
375 TestStartStop/group/old-k8s-version/serial/SecondStart 130.46
376 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 6.01
377 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.07
378 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.22
379 TestStartStop/group/old-k8s-version/serial/Pause 2.46
381 TestStartStop/group/newest-cni/serial/FirstStart 26.35
382 TestStartStop/group/newest-cni/serial/DeployApp 0
383 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 0.84
384 TestStartStop/group/newest-cni/serial/Stop 1.18
385 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.17
386 TestStartStop/group/newest-cni/serial/SecondStart 12.85
387 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
388 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
389 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.24
390 TestStartStop/group/newest-cni/serial/Pause 2.7
391 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6.01
392 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6
393 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 5.07
394 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.08
395 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.21
396 TestStartStop/group/no-preload/serial/Pause 2.45
397 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.23
398 TestStartStop/group/embed-certs/serial/Pause 2.45
399 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6
400 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 5.07
401 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.21
402 TestStartStop/group/default-k8s-diff-port/serial/Pause 2.44
x
+
TestDownloadOnly/v1.20.0/json-events (19.82s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-amd64 start -o=json --download-only -p download-only-887944 --force --alsologtostderr --kubernetes-version=v1.20.0 --container-runtime=crio --driver=docker  --container-runtime=crio
aaa_download_only_test.go:81: (dbg) Done: out/minikube-linux-amd64 start -o=json --download-only -p download-only-887944 --force --alsologtostderr --kubernetes-version=v1.20.0 --container-runtime=crio --driver=docker  --container-runtime=crio: (19.823384015s)
--- PASS: TestDownloadOnly/v1.20.0/json-events (19.82s)

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.20.0/LogsDuration (0.07s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/LogsDuration
aaa_download_only_test.go:184: (dbg) Run:  out/minikube-linux-amd64 logs -p download-only-887944
aaa_download_only_test.go:184: (dbg) Non-zero exit: out/minikube-linux-amd64 logs -p download-only-887944: exit status 85 (65.006282ms)

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-887944 | jenkins | v1.33.1 | 29 Jul 24 18:39 UTC |          |
	|         | -p download-only-887944        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2024/07/29 18:39:09
	Running on machine: ubuntu-20-agent-5
	Binary: Built with gc go1.22.5 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0729 18:39:09.213509  527714 out.go:291] Setting OutFile to fd 1 ...
	I0729 18:39:09.213647  527714 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 18:39:09.213655  527714 out.go:304] Setting ErrFile to fd 2...
	I0729 18:39:09.213660  527714 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 18:39:09.213851  527714 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-520813/.minikube/bin
	W0729 18:39:09.213971  527714 root.go:314] Error reading config file at /home/jenkins/minikube-integration/19312-520813/.minikube/config/config.json: open /home/jenkins/minikube-integration/19312-520813/.minikube/config/config.json: no such file or directory
	I0729 18:39:09.214517  527714 out.go:298] Setting JSON to true
	I0729 18:39:09.215512  527714 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-5","uptime":8492,"bootTime":1722269857,"procs":213,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1065-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0729 18:39:09.215572  527714 start.go:139] virtualization: kvm guest
	I0729 18:39:09.217773  527714 out.go:97] [download-only-887944] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	W0729 18:39:09.217909  527714 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/19312-520813/.minikube/cache/preloaded-tarball: no such file or directory
	I0729 18:39:09.217937  527714 notify.go:220] Checking for updates...
	I0729 18:39:09.219217  527714 out.go:169] MINIKUBE_LOCATION=19312
	I0729 18:39:09.220608  527714 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0729 18:39:09.221946  527714 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19312-520813/kubeconfig
	I0729 18:39:09.223269  527714 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-520813/.minikube
	I0729 18:39:09.224514  527714 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0729 18:39:09.226853  527714 out.go:267] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0729 18:39:09.227072  527714 driver.go:392] Setting default libvirt URI to qemu:///system
	I0729 18:39:09.249195  527714 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
	I0729 18:39:09.249322  527714 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 18:39:09.295923  527714 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:true NGoroutines:53 SystemTime:2024-07-29 18:39:09.287055327 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1065-gcp OperatingSystem:Ubuntu 20.04.6 LTS 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:8 MemTotal:33647939584 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-5 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0729 18:39:09.296050  527714 docker.go:307] overlay module found
	I0729 18:39:09.297694  527714 out.go:97] Using the docker driver based on user configuration
	I0729 18:39:09.297719  527714 start.go:297] selected driver: docker
	I0729 18:39:09.297725  527714 start.go:901] validating driver "docker" against <nil>
	I0729 18:39:09.297810  527714 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 18:39:09.342492  527714 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:true NGoroutines:53 SystemTime:2024-07-29 18:39:09.33431403 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1065-gcp OperatingSystem:Ubuntu 20.04.6 LTS 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:8 MemTotal:33647939584 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-5 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0729 18:39:09.342753  527714 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0729 18:39:09.343484  527714 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0729 18:39:09.343680  527714 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0729 18:39:09.345566  527714 out.go:169] Using Docker driver with root privileges
	I0729 18:39:09.346764  527714 cni.go:84] Creating CNI manager for ""
	I0729 18:39:09.346779  527714 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0729 18:39:09.346791  527714 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0729 18:39:09.346860  527714 start.go:340] cluster config:
	{Name:download-only-887944 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 Memory:8000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.20.0 ClusterName:download-only-887944 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local Co
ntainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.20.0 ContainerRuntime:crio 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:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0729 18:39:09.348439  527714 out.go:97] Starting "download-only-887944" primary control-plane node in "download-only-887944" cluster
	I0729 18:39:09.348459  527714 cache.go:121] Beginning downloading kic base image for docker with crio
	I0729 18:39:09.349674  527714 out.go:97] Pulling base image v0.0.44-1721902582-19326 ...
	I0729 18:39:09.349696  527714 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0729 18:39:09.349800  527714 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local docker daemon
	I0729 18:39:09.365009  527714 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 to local cache
	I0729 18:39:09.365168  527714 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory
	I0729 18:39:09.365245  527714 image.go:148] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 to local cache
	I0729 18:39:09.505928  527714 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4
	I0729 18:39:09.505962  527714 cache.go:56] Caching tarball of preloaded images
	I0729 18:39:09.506142  527714 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0729 18:39:09.508037  527714 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I0729 18:39:09.508050  527714 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4 ...
	I0729 18:39:09.661639  527714 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4?checksum=md5:f93b07cde9c3289306cbaeb7a1803c19 -> /home/jenkins/minikube-integration/19312-520813/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4
	
	
	* The control-plane node download-only-887944 host does not exist
	  To start a cluster, run: "minikube start -p download-only-887944"

                                                
                                                
-- /stdout --
aaa_download_only_test.go:185: minikube logs failed with error: exit status 85
--- PASS: TestDownloadOnly/v1.20.0/LogsDuration (0.07s)

                                                
                                    
x
+
TestDownloadOnly/v1.20.0/DeleteAll (0.2s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/DeleteAll
aaa_download_only_test.go:197: (dbg) Run:  out/minikube-linux-amd64 delete --all
--- PASS: TestDownloadOnly/v1.20.0/DeleteAll (0.20s)

                                                
                                    
x
+
TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds (0.12s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds
aaa_download_only_test.go:208: (dbg) Run:  out/minikube-linux-amd64 delete -p download-only-887944
--- PASS: TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds (0.12s)

                                                
                                    
x
+
TestDownloadOnly/v1.30.3/json-events (15.81s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.30.3/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-amd64 start -o=json --download-only -p download-only-111119 --force --alsologtostderr --kubernetes-version=v1.30.3 --container-runtime=crio --driver=docker  --container-runtime=crio
aaa_download_only_test.go:81: (dbg) Done: out/minikube-linux-amd64 start -o=json --download-only -p download-only-111119 --force --alsologtostderr --kubernetes-version=v1.30.3 --container-runtime=crio --driver=docker  --container-runtime=crio: (15.814188394s)
--- PASS: TestDownloadOnly/v1.30.3/json-events (15.81s)

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.30.3/LogsDuration (1.01s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.30.3/LogsDuration
aaa_download_only_test.go:184: (dbg) Run:  out/minikube-linux-amd64 logs -p download-only-111119
aaa_download_only_test.go:184: (dbg) Non-zero exit: out/minikube-linux-amd64 logs -p download-only-111119: exit status 85 (1.004355659s)

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-887944 | jenkins | v1.33.1 | 29 Jul 24 18:39 UTC |                     |
	|         | -p download-only-887944        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.33.1 | 29 Jul 24 18:39 UTC | 29 Jul 24 18:39 UTC |
	| delete  | -p download-only-887944        | download-only-887944 | jenkins | v1.33.1 | 29 Jul 24 18:39 UTC | 29 Jul 24 18:39 UTC |
	| start   | -o=json --download-only        | download-only-111119 | jenkins | v1.33.1 | 29 Jul 24 18:39 UTC |                     |
	|         | -p download-only-111119        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.30.3   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/07/29 18:39:29
	Running on machine: ubuntu-20-agent-5
	Binary: Built with gc go1.22.5 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0729 18:39:29.426954  528109 out.go:291] Setting OutFile to fd 1 ...
	I0729 18:39:29.427078  528109 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 18:39:29.427087  528109 out.go:304] Setting ErrFile to fd 2...
	I0729 18:39:29.427092  528109 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 18:39:29.427281  528109 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-520813/.minikube/bin
	I0729 18:39:29.427838  528109 out.go:298] Setting JSON to true
	I0729 18:39:29.428901  528109 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-5","uptime":8512,"bootTime":1722269857,"procs":181,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1065-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0729 18:39:29.428962  528109 start.go:139] virtualization: kvm guest
	I0729 18:39:29.431134  528109 out.go:97] [download-only-111119] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	I0729 18:39:29.431249  528109 notify.go:220] Checking for updates...
	I0729 18:39:29.432513  528109 out.go:169] MINIKUBE_LOCATION=19312
	I0729 18:39:29.434000  528109 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0729 18:39:29.435185  528109 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19312-520813/kubeconfig
	I0729 18:39:29.436348  528109 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-520813/.minikube
	I0729 18:39:29.437773  528109 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0729 18:39:29.440193  528109 out.go:267] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0729 18:39:29.440403  528109 driver.go:392] Setting default libvirt URI to qemu:///system
	I0729 18:39:29.461667  528109 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
	I0729 18:39:29.461759  528109 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 18:39:29.508188  528109 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-29 18:39:29.499423481 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1065-gcp OperatingSystem:Ubuntu 20.04.6 LTS 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:8 MemTotal:33647939584 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-5 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0729 18:39:29.508328  528109 docker.go:307] overlay module found
	I0729 18:39:29.509916  528109 out.go:97] Using the docker driver based on user configuration
	I0729 18:39:29.509944  528109 start.go:297] selected driver: docker
	I0729 18:39:29.509951  528109 start.go:901] validating driver "docker" against <nil>
	I0729 18:39:29.510062  528109 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 18:39:29.555639  528109 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-29 18:39:29.547026331 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1065-gcp OperatingSystem:Ubuntu 20.04.6 LTS 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:8 MemTotal:33647939584 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-5 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0729 18:39:29.555820  528109 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0729 18:39:29.556298  528109 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0729 18:39:29.556442  528109 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0729 18:39:29.558036  528109 out.go:169] Using Docker driver with root privileges
	I0729 18:39:29.559116  528109 cni.go:84] Creating CNI manager for ""
	I0729 18:39:29.559132  528109 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0729 18:39:29.559145  528109 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0729 18:39:29.559234  528109 start.go:340] cluster config:
	{Name:download-only-111119 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 Memory:8000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:download-only-111119 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local Co
ntainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio 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:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0729 18:39:29.560701  528109 out.go:97] Starting "download-only-111119" primary control-plane node in "download-only-111119" cluster
	I0729 18:39:29.560729  528109 cache.go:121] Beginning downloading kic base image for docker with crio
	I0729 18:39:29.561831  528109 out.go:97] Pulling base image v0.0.44-1721902582-19326 ...
	I0729 18:39:29.561856  528109 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0729 18:39:29.561975  528109 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local docker daemon
	I0729 18:39:29.577899  528109 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 to local cache
	I0729 18:39:29.578077  528109 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory
	I0729 18:39:29.578099  528109 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory, skipping pull
	I0729 18:39:29.578104  528109 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 exists in cache, skipping pull
	I0729 18:39:29.578114  528109 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 as a tarball
	I0729 18:39:29.719626  528109 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.30.3/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4
	I0729 18:39:29.719668  528109 cache.go:56] Caching tarball of preloaded images
	I0729 18:39:29.719849  528109 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0729 18:39:29.721746  528109 out.go:97] Downloading Kubernetes v1.30.3 preload ...
	I0729 18:39:29.721765  528109 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4 ...
	I0729 18:39:29.887646  528109 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.30.3/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4?checksum=md5:15191286f02471d9b3ea0b587fcafc39 -> /home/jenkins/minikube-integration/19312-520813/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4
	I0729 18:39:43.339221  528109 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4 ...
	I0729 18:39:43.339350  528109 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/19312-520813/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4 ...
	I0729 18:39:44.114530  528109 cache.go:59] Finished verifying existence of preloaded tar for v1.30.3 on crio
	I0729 18:39:44.114935  528109 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/download-only-111119/config.json ...
	I0729 18:39:44.114973  528109 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/download-only-111119/config.json: {Name:mk5b81bb09a6bcc7d4016297ee57523dc61816f2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:39:44.115179  528109 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0729 18:39:44.115339  528109 download.go:107] Downloading: https://dl.k8s.io/release/v1.30.3/bin/linux/amd64/kubectl?checksum=file:https://dl.k8s.io/release/v1.30.3/bin/linux/amd64/kubectl.sha256 -> /home/jenkins/minikube-integration/19312-520813/.minikube/cache/linux/amd64/v1.30.3/kubectl
	
	
	* The control-plane node download-only-111119 host does not exist
	  To start a cluster, run: "minikube start -p download-only-111119"

                                                
                                                
-- /stdout --
aaa_download_only_test.go:185: minikube logs failed with error: exit status 85
--- PASS: TestDownloadOnly/v1.30.3/LogsDuration (1.01s)

                                                
                                    
x
+
TestDownloadOnly/v1.30.3/DeleteAll (0.34s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.30.3/DeleteAll
aaa_download_only_test.go:197: (dbg) Run:  out/minikube-linux-amd64 delete --all
--- PASS: TestDownloadOnly/v1.30.3/DeleteAll (0.34s)

                                                
                                    
x
+
TestDownloadOnly/v1.30.3/DeleteAlwaysSucceeds (0.13s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.30.3/DeleteAlwaysSucceeds
aaa_download_only_test.go:208: (dbg) Run:  out/minikube-linux-amd64 delete -p download-only-111119
--- PASS: TestDownloadOnly/v1.30.3/DeleteAlwaysSucceeds (0.13s)

                                                
                                    
x
+
TestDownloadOnly/v1.31.0-beta.0/json-events (19.63s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.0-beta.0/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-amd64 start -o=json --download-only -p download-only-247210 --force --alsologtostderr --kubernetes-version=v1.31.0-beta.0 --container-runtime=crio --driver=docker  --container-runtime=crio
aaa_download_only_test.go:81: (dbg) Done: out/minikube-linux-amd64 start -o=json --download-only -p download-only-247210 --force --alsologtostderr --kubernetes-version=v1.31.0-beta.0 --container-runtime=crio --driver=docker  --container-runtime=crio: (19.631542653s)
--- PASS: TestDownloadOnly/v1.31.0-beta.0/json-events (19.63s)

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.0-beta.0/preload-exists
--- PASS: TestDownloadOnly/v1.31.0-beta.0/preload-exists (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.31.0-beta.0/LogsDuration (0.06s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.0-beta.0/LogsDuration
aaa_download_only_test.go:184: (dbg) Run:  out/minikube-linux-amd64 logs -p download-only-247210
aaa_download_only_test.go:184: (dbg) Non-zero exit: out/minikube-linux-amd64 logs -p download-only-247210: exit status 85 (62.342325ms)

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|-------------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |                Args                 |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|-------------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only             | download-only-887944 | jenkins | v1.33.1 | 29 Jul 24 18:39 UTC |                     |
	|         | -p download-only-887944             |                      |         |         |                     |                     |
	|         | --force --alsologtostderr           |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0        |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	|         | --driver=docker                     |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	| delete  | --all                               | minikube             | jenkins | v1.33.1 | 29 Jul 24 18:39 UTC | 29 Jul 24 18:39 UTC |
	| delete  | -p download-only-887944             | download-only-887944 | jenkins | v1.33.1 | 29 Jul 24 18:39 UTC | 29 Jul 24 18:39 UTC |
	| start   | -o=json --download-only             | download-only-111119 | jenkins | v1.33.1 | 29 Jul 24 18:39 UTC |                     |
	|         | -p download-only-111119             |                      |         |         |                     |                     |
	|         | --force --alsologtostderr           |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.30.3        |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	|         | --driver=docker                     |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	| delete  | --all                               | minikube             | jenkins | v1.33.1 | 29 Jul 24 18:39 UTC | 29 Jul 24 18:39 UTC |
	| delete  | -p download-only-111119             | download-only-111119 | jenkins | v1.33.1 | 29 Jul 24 18:39 UTC | 29 Jul 24 18:39 UTC |
	| start   | -o=json --download-only             | download-only-247210 | jenkins | v1.33.1 | 29 Jul 24 18:39 UTC |                     |
	|         | -p download-only-247210             |                      |         |         |                     |                     |
	|         | --force --alsologtostderr           |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.31.0-beta.0 |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	|         | --driver=docker                     |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	|---------|-------------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/07/29 18:39:46
	Running on machine: ubuntu-20-agent-5
	Binary: Built with gc go1.22.5 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0729 18:39:46.712037  528502 out.go:291] Setting OutFile to fd 1 ...
	I0729 18:39:46.712271  528502 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 18:39:46.712279  528502 out.go:304] Setting ErrFile to fd 2...
	I0729 18:39:46.712283  528502 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 18:39:46.712484  528502 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-520813/.minikube/bin
	I0729 18:39:46.713090  528502 out.go:298] Setting JSON to true
	I0729 18:39:46.714032  528502 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-5","uptime":8530,"bootTime":1722269857,"procs":179,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1065-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0729 18:39:46.714098  528502 start.go:139] virtualization: kvm guest
	I0729 18:39:46.716277  528502 out.go:97] [download-only-247210] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	I0729 18:39:46.716529  528502 notify.go:220] Checking for updates...
	I0729 18:39:46.717997  528502 out.go:169] MINIKUBE_LOCATION=19312
	I0729 18:39:46.719633  528502 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0729 18:39:46.720996  528502 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19312-520813/kubeconfig
	I0729 18:39:46.722374  528502 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-520813/.minikube
	I0729 18:39:46.723727  528502 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0729 18:39:46.726462  528502 out.go:267] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0729 18:39:46.726660  528502 driver.go:392] Setting default libvirt URI to qemu:///system
	I0729 18:39:46.748151  528502 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
	I0729 18:39:46.748257  528502 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 18:39:46.793218  528502 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-29 18:39:46.783923976 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1065-gcp OperatingSystem:Ubuntu 20.04.6 LTS 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:8 MemTotal:33647939584 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-5 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0729 18:39:46.793338  528502 docker.go:307] overlay module found
	I0729 18:39:46.795283  528502 out.go:97] Using the docker driver based on user configuration
	I0729 18:39:46.795318  528502 start.go:297] selected driver: docker
	I0729 18:39:46.795329  528502 start.go:901] validating driver "docker" against <nil>
	I0729 18:39:46.795428  528502 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 18:39:46.840374  528502 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-29 18:39:46.83201956 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1065-gcp OperatingSystem:Ubuntu 20.04.6 LTS 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:8 MemTotal:33647939584 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-5 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0729 18:39:46.840545  528502 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0729 18:39:46.841075  528502 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0729 18:39:46.841224  528502 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0729 18:39:46.843172  528502 out.go:169] Using Docker driver with root privileges
	I0729 18:39:46.844390  528502 cni.go:84] Creating CNI manager for ""
	I0729 18:39:46.844404  528502 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0729 18:39:46.844416  528502 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0729 18:39:46.844491  528502 start.go:340] cluster config:
	{Name:download-only-247210 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 Memory:8000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.0-beta.0 ClusterName:download-only-247210 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.l
ocal ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.0-beta.0 ContainerRuntime:crio 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:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0729 18:39:46.845971  528502 out.go:97] Starting "download-only-247210" primary control-plane node in "download-only-247210" cluster
	I0729 18:39:46.845991  528502 cache.go:121] Beginning downloading kic base image for docker with crio
	I0729 18:39:46.847182  528502 out.go:97] Pulling base image v0.0.44-1721902582-19326 ...
	I0729 18:39:46.847213  528502 preload.go:131] Checking if preload exists for k8s version v1.31.0-beta.0 and runtime crio
	I0729 18:39:46.847314  528502 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local docker daemon
	I0729 18:39:46.862351  528502 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 to local cache
	I0729 18:39:46.862466  528502 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory
	I0729 18:39:46.862480  528502 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory, skipping pull
	I0729 18:39:46.862485  528502 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 exists in cache, skipping pull
	I0729 18:39:46.862493  528502 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 as a tarball
	I0729 18:39:47.430606  528502 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.31.0-beta.0/preloaded-images-k8s-v18-v1.31.0-beta.0-cri-o-overlay-amd64.tar.lz4
	I0729 18:39:47.430643  528502 cache.go:56] Caching tarball of preloaded images
	I0729 18:39:47.430840  528502 preload.go:131] Checking if preload exists for k8s version v1.31.0-beta.0 and runtime crio
	I0729 18:39:47.432981  528502 out.go:97] Downloading Kubernetes v1.31.0-beta.0 preload ...
	I0729 18:39:47.433009  528502 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.31.0-beta.0-cri-o-overlay-amd64.tar.lz4 ...
	I0729 18:39:47.586098  528502 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.31.0-beta.0/preloaded-images-k8s-v18-v1.31.0-beta.0-cri-o-overlay-amd64.tar.lz4?checksum=md5:3743f5ddb63994a661f14e5a8d3af98c -> /home/jenkins/minikube-integration/19312-520813/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-beta.0-cri-o-overlay-amd64.tar.lz4
	I0729 18:39:59.916442  528502 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.31.0-beta.0-cri-o-overlay-amd64.tar.lz4 ...
	I0729 18:39:59.916551  528502 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/19312-520813/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-beta.0-cri-o-overlay-amd64.tar.lz4 ...
	I0729 18:40:00.655984  528502 cache.go:59] Finished verifying existence of preloaded tar for v1.31.0-beta.0 on crio
	I0729 18:40:00.656364  528502 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/download-only-247210/config.json ...
	I0729 18:40:00.656394  528502 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/download-only-247210/config.json: {Name:mk53dac7ef89de6bd6fb61df5018981b8cd3a501 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 18:40:00.656571  528502 preload.go:131] Checking if preload exists for k8s version v1.31.0-beta.0 and runtime crio
	I0729 18:40:00.656747  528502 download.go:107] Downloading: https://dl.k8s.io/release/v1.31.0-beta.0/bin/linux/amd64/kubectl?checksum=file:https://dl.k8s.io/release/v1.31.0-beta.0/bin/linux/amd64/kubectl.sha256 -> /home/jenkins/minikube-integration/19312-520813/.minikube/cache/linux/amd64/v1.31.0-beta.0/kubectl
	
	
	* The control-plane node download-only-247210 host does not exist
	  To start a cluster, run: "minikube start -p download-only-247210"

                                                
                                                
-- /stdout --
aaa_download_only_test.go:185: minikube logs failed with error: exit status 85
--- PASS: TestDownloadOnly/v1.31.0-beta.0/LogsDuration (0.06s)

                                                
                                    
x
+
TestDownloadOnly/v1.31.0-beta.0/DeleteAll (0.2s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.0-beta.0/DeleteAll
aaa_download_only_test.go:197: (dbg) Run:  out/minikube-linux-amd64 delete --all
--- PASS: TestDownloadOnly/v1.31.0-beta.0/DeleteAll (0.20s)

                                                
                                    
x
+
TestDownloadOnly/v1.31.0-beta.0/DeleteAlwaysSucceeds (0.12s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.0-beta.0/DeleteAlwaysSucceeds
aaa_download_only_test.go:208: (dbg) Run:  out/minikube-linux-amd64 delete -p download-only-247210
--- PASS: TestDownloadOnly/v1.31.0-beta.0/DeleteAlwaysSucceeds (0.12s)

                                                
                                    
x
+
TestDownloadOnlyKic (1.12s)

                                                
                                                
=== RUN   TestDownloadOnlyKic
aaa_download_only_test.go:232: (dbg) Run:  out/minikube-linux-amd64 start --download-only -p download-docker-161463 --alsologtostderr --driver=docker  --container-runtime=crio
helpers_test.go:175: Cleaning up "download-docker-161463" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p download-docker-161463
--- PASS: TestDownloadOnlyKic (1.12s)

                                                
                                    
x
+
TestBinaryMirror (0.7s)

                                                
                                                
=== RUN   TestBinaryMirror
aaa_download_only_test.go:314: (dbg) Run:  out/minikube-linux-amd64 start --download-only -p binary-mirror-893274 --alsologtostderr --binary-mirror http://127.0.0.1:44941 --driver=docker  --container-runtime=crio
helpers_test.go:175: Cleaning up "binary-mirror-893274" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p binary-mirror-893274
--- PASS: TestBinaryMirror (0.70s)

                                                
                                    
x
+
TestOffline (68.15s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

                                                
                                                
=== CONT  TestOffline
aab_offline_test.go:55: (dbg) Run:  out/minikube-linux-amd64 start -p offline-crio-770170 --alsologtostderr -v=1 --memory=2048 --wait=true --driver=docker  --container-runtime=crio
aab_offline_test.go:55: (dbg) Done: out/minikube-linux-amd64 start -p offline-crio-770170 --alsologtostderr -v=1 --memory=2048 --wait=true --driver=docker  --container-runtime=crio: (1m5.762552132s)
helpers_test.go:175: Cleaning up "offline-crio-770170" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p offline-crio-770170
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p offline-crio-770170: (2.381071788s)
--- PASS: TestOffline (68.15s)

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.06s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/PreSetup/EnablingAddonOnNonExistingCluster
addons_test.go:1037: (dbg) Run:  out/minikube-linux-amd64 addons enable dashboard -p addons-548251
addons_test.go:1037: (dbg) Non-zero exit: out/minikube-linux-amd64 addons enable dashboard -p addons-548251: exit status 85 (55.305705ms)

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

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

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.05s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/PreSetup/DisablingAddonOnNonExistingCluster
addons_test.go:1048: (dbg) Run:  out/minikube-linux-amd64 addons disable dashboard -p addons-548251
addons_test.go:1048: (dbg) Non-zero exit: out/minikube-linux-amd64 addons disable dashboard -p addons-548251: exit status 85 (54.474332ms)

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

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

                                                
                                    
x
+
TestAddons/Setup (198.48s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:110: (dbg) Run:  out/minikube-linux-amd64 start -p addons-548251 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --addons=cloud-spanner --addons=inspektor-gadget --addons=storage-provisioner-rancher --addons=nvidia-device-plugin --addons=yakd --addons=volcano --driver=docker  --container-runtime=crio --addons=ingress --addons=ingress-dns --addons=helm-tiller
addons_test.go:110: (dbg) Done: out/minikube-linux-amd64 start -p addons-548251 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --addons=cloud-spanner --addons=inspektor-gadget --addons=storage-provisioner-rancher --addons=nvidia-device-plugin --addons=yakd --addons=volcano --driver=docker  --container-runtime=crio --addons=ingress --addons=ingress-dns --addons=helm-tiller: (3m18.484258011s)
--- PASS: TestAddons/Setup (198.48s)

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/Namespaces
addons_test.go:656: (dbg) Run:  kubectl --context addons-548251 create ns new-namespace
addons_test.go:670: (dbg) Run:  kubectl --context addons-548251 get secret gcp-auth -n new-namespace
--- PASS: TestAddons/serial/GCPAuth/Namespaces (0.12s)

                                                
                                    
x
+
TestAddons/parallel/Registry (23.74s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:332: registry stabilized in 2.791894ms
addons_test.go:334: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-698f998955-5krq9" [5f269180-5259-4e9d-bcff-00616e10cb81] Running
addons_test.go:334: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.004126219s
addons_test.go:337: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-proxy-dhwl9" [5f6faed8-b077-41a6-badf-93a37f6619f8] Running
addons_test.go:337: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.004861666s
addons_test.go:342: (dbg) Run:  kubectl --context addons-548251 delete po -l run=registry-test --now
addons_test.go:347: (dbg) Run:  kubectl --context addons-548251 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local"
addons_test.go:347: (dbg) Done: kubectl --context addons-548251 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": (12.988562258s)
addons_test.go:361: (dbg) Run:  out/minikube-linux-amd64 -p addons-548251 ip
addons_test.go:390: (dbg) Run:  out/minikube-linux-amd64 -p addons-548251 addons disable registry --alsologtostderr -v=1
--- PASS: TestAddons/parallel/Registry (23.74s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (11.64s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/InspektorGadget
addons_test.go:848: (dbg) TestAddons/parallel/InspektorGadget: waiting 8m0s for pods matching "k8s-app=gadget" in namespace "gadget" ...
helpers_test.go:344: "gadget-2g6q9" [e25d92ef-2b79-4ab3-b36e-28306e303cdb] Running / Ready:ContainersNotReady (containers with unready status: [gadget]) / ContainersReady:ContainersNotReady (containers with unready status: [gadget])
addons_test.go:848: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 6.004242032s
addons_test.go:851: (dbg) Run:  out/minikube-linux-amd64 addons disable inspektor-gadget -p addons-548251
addons_test.go:851: (dbg) Done: out/minikube-linux-amd64 addons disable inspektor-gadget -p addons-548251: (5.637111548s)
--- PASS: TestAddons/parallel/InspektorGadget (11.64s)

                                                
                                    
x
+
TestAddons/parallel/HelmTiller (16.93s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/HelmTiller
addons_test.go:458: tiller-deploy stabilized in 2.032668ms
addons_test.go:460: (dbg) TestAddons/parallel/HelmTiller: waiting 6m0s for pods matching "app=helm" in namespace "kube-system" ...
helpers_test.go:344: "tiller-deploy-6677d64bcd-9qfzr" [651a9f90-06e4-479f-91e9-996b1368a41b] Running
addons_test.go:460: (dbg) TestAddons/parallel/HelmTiller: app=helm healthy within 5.005206229s
addons_test.go:475: (dbg) Run:  kubectl --context addons-548251 run --rm helm-test --restart=Never --image=docker.io/alpine/helm:2.16.3 -it --namespace=kube-system -- version
addons_test.go:475: (dbg) Done: kubectl --context addons-548251 run --rm helm-test --restart=Never --image=docker.io/alpine/helm:2.16.3 -it --namespace=kube-system -- version: (11.443983397s)
addons_test.go:492: (dbg) Run:  out/minikube-linux-amd64 -p addons-548251 addons disable helm-tiller --alsologtostderr -v=1
--- PASS: TestAddons/parallel/HelmTiller (16.93s)

                                                
                                    
x
+
TestAddons/parallel/CSI (55.77s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:567: csi-hostpath-driver pods stabilized in 5.472223ms
addons_test.go:570: (dbg) Run:  kubectl --context addons-548251 create -f testdata/csi-hostpath-driver/pvc.yaml
addons_test.go:575: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:580: (dbg) Run:  kubectl --context addons-548251 create -f testdata/csi-hostpath-driver/pv-pod.yaml
addons_test.go:585: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod" in namespace "default" ...
helpers_test.go:344: "task-pv-pod" [b15573bc-fd54-465f-b9d8-1f8cae078ea3] Pending
helpers_test.go:344: "task-pv-pod" [b15573bc-fd54-465f-b9d8-1f8cae078ea3] Pending / Ready:ContainersNotReady (containers with unready status: [task-pv-container]) / ContainersReady:ContainersNotReady (containers with unready status: [task-pv-container])
helpers_test.go:344: "task-pv-pod" [b15573bc-fd54-465f-b9d8-1f8cae078ea3] Running
addons_test.go:585: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 15.003240711s
addons_test.go:590: (dbg) Run:  kubectl --context addons-548251 create -f testdata/csi-hostpath-driver/snapshot.yaml
addons_test.go:595: (dbg) TestAddons/parallel/CSI: waiting 6m0s for volume snapshot "new-snapshot-demo" in namespace "default" ...
helpers_test.go:419: (dbg) Run:  kubectl --context addons-548251 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-548251 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:600: (dbg) Run:  kubectl --context addons-548251 delete pod task-pv-pod
addons_test.go:606: (dbg) Run:  kubectl --context addons-548251 delete pvc hpvc
addons_test.go:612: (dbg) Run:  kubectl --context addons-548251 create -f testdata/csi-hostpath-driver/pvc-restore.yaml
addons_test.go:617: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc-restore" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:622: (dbg) Run:  kubectl --context addons-548251 create -f testdata/csi-hostpath-driver/pv-pod-restore.yaml
addons_test.go:627: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod-restore" in namespace "default" ...
helpers_test.go:344: "task-pv-pod-restore" [4bec8af0-c748-4ee2-8ab4-a556ff802ca7] Pending
helpers_test.go:344: "task-pv-pod-restore" [4bec8af0-c748-4ee2-8ab4-a556ff802ca7] Pending / Ready:ContainersNotReady (containers with unready status: [task-pv-container]) / ContainersReady:ContainersNotReady (containers with unready status: [task-pv-container])
helpers_test.go:344: "task-pv-pod-restore" [4bec8af0-c748-4ee2-8ab4-a556ff802ca7] Running
addons_test.go:627: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 17.003968842s
addons_test.go:632: (dbg) Run:  kubectl --context addons-548251 delete pod task-pv-pod-restore
addons_test.go:636: (dbg) Run:  kubectl --context addons-548251 delete pvc hpvc-restore
addons_test.go:640: (dbg) Run:  kubectl --context addons-548251 delete volumesnapshot new-snapshot-demo
addons_test.go:644: (dbg) Run:  out/minikube-linux-amd64 -p addons-548251 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:644: (dbg) Done: out/minikube-linux-amd64 -p addons-548251 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.701393805s)
addons_test.go:648: (dbg) Run:  out/minikube-linux-amd64 -p addons-548251 addons disable volumesnapshots --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CSI (55.77s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (20.27s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:830: (dbg) Run:  out/minikube-linux-amd64 addons enable headlamp -p addons-548251 --alsologtostderr -v=1
addons_test.go:835: (dbg) TestAddons/parallel/Headlamp: waiting 8m0s for pods matching "app.kubernetes.io/name=headlamp" in namespace "headlamp" ...
helpers_test.go:344: "headlamp-7867546754-7hqx5" [b936abe4-ab38-4aa9-8a89-4161354fdb2e] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-7867546754-7hqx5" [b936abe4-ab38-4aa9-8a89-4161354fdb2e] Running
addons_test.go:835: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 14.003626765s
addons_test.go:839: (dbg) Run:  out/minikube-linux-amd64 -p addons-548251 addons disable headlamp --alsologtostderr -v=1
addons_test.go:839: (dbg) Done: out/minikube-linux-amd64 -p addons-548251 addons disable headlamp --alsologtostderr -v=1: (5.569627265s)
--- PASS: TestAddons/parallel/Headlamp (20.27s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (5.44s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CloudSpanner
addons_test.go:867: (dbg) TestAddons/parallel/CloudSpanner: waiting 6m0s for pods matching "app=cloud-spanner-emulator" in namespace "default" ...
helpers_test.go:344: "cloud-spanner-emulator-5455fb9b69-j8h8n" [79c1a1bc-0cac-4562-a33c-b4fa0006a788] Running
addons_test.go:867: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 5.003330173s
addons_test.go:870: (dbg) Run:  out/minikube-linux-amd64 addons disable cloud-spanner -p addons-548251
--- PASS: TestAddons/parallel/CloudSpanner (5.44s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (24.05s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:982: (dbg) Run:  kubectl --context addons-548251 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:988: (dbg) Run:  kubectl --context addons-548251 apply -f testdata/storage-provisioner-rancher/pod.yaml
addons_test.go:992: (dbg) TestAddons/parallel/LocalPath: waiting 5m0s for pvc "test-pvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-548251 get pvc test-pvc -o jsonpath={.status.phase} -n default
addons_test.go:995: (dbg) TestAddons/parallel/LocalPath: waiting 3m0s for pods matching "run=test-local-path" in namespace "default" ...
helpers_test.go:344: "test-local-path" [4fe63cc0-3eca-4641-96a6-276e2cd254d4] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [4fe63cc0-3eca-4641-96a6-276e2cd254d4] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [4fe63cc0-3eca-4641-96a6-276e2cd254d4] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:995: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 9.004348024s
addons_test.go:1000: (dbg) Run:  kubectl --context addons-548251 get pvc test-pvc -o=json
addons_test.go:1009: (dbg) Run:  out/minikube-linux-amd64 -p addons-548251 ssh "cat /opt/local-path-provisioner/pvc-7b07f4a8-813c-4276-b730-82f6d39d573b_default_test-pvc/file1"
addons_test.go:1021: (dbg) Run:  kubectl --context addons-548251 delete pod test-local-path
addons_test.go:1025: (dbg) Run:  kubectl --context addons-548251 delete pvc test-pvc
addons_test.go:1029: (dbg) Run:  out/minikube-linux-amd64 -p addons-548251 addons disable storage-provisioner-rancher --alsologtostderr -v=1
--- PASS: TestAddons/parallel/LocalPath (24.05s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (6.42s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/NvidiaDevicePlugin
addons_test.go:1061: (dbg) TestAddons/parallel/NvidiaDevicePlugin: waiting 6m0s for pods matching "name=nvidia-device-plugin-ds" in namespace "kube-system" ...
helpers_test.go:344: "nvidia-device-plugin-daemonset-qt9jg" [8905a20e-c722-4d45-8d70-480409de5750] Running
addons_test.go:1061: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 6.003893786s
addons_test.go:1064: (dbg) Run:  out/minikube-linux-amd64 addons disable nvidia-device-plugin -p addons-548251
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (6.42s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (11.59s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Yakd
addons_test.go:1072: (dbg) TestAddons/parallel/Yakd: waiting 2m0s for pods matching "app.kubernetes.io/name=yakd-dashboard" in namespace "yakd-dashboard" ...
helpers_test.go:344: "yakd-dashboard-799879c74f-zqlql" [0de3b26a-d1db-448a-84b4-7c8d4dd99401] Running
addons_test.go:1072: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 6.003695698s
addons_test.go:1076: (dbg) Run:  out/minikube-linux-amd64 -p addons-548251 addons disable yakd --alsologtostderr -v=1
addons_test.go:1076: (dbg) Done: out/minikube-linux-amd64 -p addons-548251 addons disable yakd --alsologtostderr -v=1: (5.581009925s)
--- PASS: TestAddons/parallel/Yakd (11.59s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (12.03s)

                                                
                                                
=== RUN   TestAddons/StoppedEnableDisable
addons_test.go:174: (dbg) Run:  out/minikube-linux-amd64 stop -p addons-548251
addons_test.go:174: (dbg) Done: out/minikube-linux-amd64 stop -p addons-548251: (11.792887189s)
addons_test.go:178: (dbg) Run:  out/minikube-linux-amd64 addons enable dashboard -p addons-548251
addons_test.go:182: (dbg) Run:  out/minikube-linux-amd64 addons disable dashboard -p addons-548251
addons_test.go:187: (dbg) Run:  out/minikube-linux-amd64 addons disable gvisor -p addons-548251
--- PASS: TestAddons/StoppedEnableDisable (12.03s)

                                                
                                    
x
+
TestCertOptions (31.75s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

                                                
                                                
=== CONT  TestCertOptions
cert_options_test.go:49: (dbg) Run:  out/minikube-linux-amd64 start -p cert-options-178931 --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  --container-runtime=crio
cert_options_test.go:49: (dbg) Done: out/minikube-linux-amd64 start -p cert-options-178931 --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  --container-runtime=crio: (24.199529276s)
cert_options_test.go:60: (dbg) Run:  out/minikube-linux-amd64 -p cert-options-178931 ssh "openssl x509 -text -noout -in /var/lib/minikube/certs/apiserver.crt"
cert_options_test.go:88: (dbg) Run:  kubectl --context cert-options-178931 config view
cert_options_test.go:100: (dbg) Run:  out/minikube-linux-amd64 ssh -p cert-options-178931 -- "sudo cat /etc/kubernetes/admin.conf"
helpers_test.go:175: Cleaning up "cert-options-178931" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p cert-options-178931
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p cert-options-178931: (6.862534496s)
--- PASS: TestCertOptions (31.75s)

                                                
                                    
x
+
TestCertExpiration (219.15s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Run:  out/minikube-linux-amd64 start -p cert-expiration-503749 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=crio
cert_options_test.go:123: (dbg) Done: out/minikube-linux-amd64 start -p cert-expiration-503749 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=crio: (22.692944817s)
cert_options_test.go:131: (dbg) Run:  out/minikube-linux-amd64 start -p cert-expiration-503749 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=crio
cert_options_test.go:131: (dbg) Done: out/minikube-linux-amd64 start -p cert-expiration-503749 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=crio: (14.176077469s)
helpers_test.go:175: Cleaning up "cert-expiration-503749" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p cert-expiration-503749
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p cert-expiration-503749: (2.283614698s)
--- PASS: TestCertExpiration (219.15s)

                                                
                                    
x
+
TestForceSystemdFlag (31.46s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdFlag
docker_test.go:91: (dbg) Run:  out/minikube-linux-amd64 start -p force-systemd-flag-363486 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker  --container-runtime=crio
docker_test.go:91: (dbg) Done: out/minikube-linux-amd64 start -p force-systemd-flag-363486 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker  --container-runtime=crio: (28.753132642s)
docker_test.go:132: (dbg) Run:  out/minikube-linux-amd64 -p force-systemd-flag-363486 ssh "cat /etc/crio/crio.conf.d/02-crio.conf"
helpers_test.go:175: Cleaning up "force-systemd-flag-363486" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p force-systemd-flag-363486
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p force-systemd-flag-363486: (2.426359183s)
--- PASS: TestForceSystemdFlag (31.46s)

                                                
                                    
x
+
TestForceSystemdEnv (31.24s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdEnv
docker_test.go:155: (dbg) Run:  out/minikube-linux-amd64 start -p force-systemd-env-733940 --memory=2048 --alsologtostderr -v=5 --driver=docker  --container-runtime=crio
docker_test.go:155: (dbg) Done: out/minikube-linux-amd64 start -p force-systemd-env-733940 --memory=2048 --alsologtostderr -v=5 --driver=docker  --container-runtime=crio: (27.804503661s)
helpers_test.go:175: Cleaning up "force-systemd-env-733940" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p force-systemd-env-733940
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p force-systemd-env-733940: (3.438780544s)
--- PASS: TestForceSystemdEnv (31.24s)

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (7.23s)

                                                
                                                
=== RUN   TestKVMDriverInstallOrUpdate
=== PAUSE TestKVMDriverInstallOrUpdate

                                                
                                                

                                                
                                                
=== CONT  TestKVMDriverInstallOrUpdate
--- PASS: TestKVMDriverInstallOrUpdate (7.23s)

                                                
                                    
x
+
TestErrorSpam/setup (22.32s)

                                                
                                                
=== RUN   TestErrorSpam/setup
error_spam_test.go:81: (dbg) Run:  out/minikube-linux-amd64 start -p nospam-670071 -n=1 --memory=2250 --wait=false --log_dir=/tmp/nospam-670071 --driver=docker  --container-runtime=crio
error_spam_test.go:81: (dbg) Done: out/minikube-linux-amd64 start -p nospam-670071 -n=1 --memory=2250 --wait=false --log_dir=/tmp/nospam-670071 --driver=docker  --container-runtime=crio: (22.318149592s)
--- PASS: TestErrorSpam/setup (22.32s)

                                                
                                    
x
+
TestErrorSpam/start (0.54s)

                                                
                                                
=== RUN   TestErrorSpam/start
error_spam_test.go:216: Cleaning up 1 logfile(s) ...
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-670071 --log_dir /tmp/nospam-670071 start --dry-run
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-670071 --log_dir /tmp/nospam-670071 start --dry-run
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-amd64 -p nospam-670071 --log_dir /tmp/nospam-670071 start --dry-run
--- PASS: TestErrorSpam/start (0.54s)

                                                
                                    
x
+
TestErrorSpam/status (0.81s)

                                                
                                                
=== RUN   TestErrorSpam/status
error_spam_test.go:216: Cleaning up 0 logfile(s) ...
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-670071 --log_dir /tmp/nospam-670071 status
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-670071 --log_dir /tmp/nospam-670071 status
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-amd64 -p nospam-670071 --log_dir /tmp/nospam-670071 status
--- PASS: TestErrorSpam/status (0.81s)

                                                
                                    
x
+
TestErrorSpam/pause (1.44s)

                                                
                                                
=== RUN   TestErrorSpam/pause
error_spam_test.go:216: Cleaning up 0 logfile(s) ...
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-670071 --log_dir /tmp/nospam-670071 pause
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-670071 --log_dir /tmp/nospam-670071 pause
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-amd64 -p nospam-670071 --log_dir /tmp/nospam-670071 pause
--- PASS: TestErrorSpam/pause (1.44s)

                                                
                                    
x
+
TestErrorSpam/unpause (1.45s)

                                                
                                                
=== RUN   TestErrorSpam/unpause
error_spam_test.go:216: Cleaning up 0 logfile(s) ...
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-670071 --log_dir /tmp/nospam-670071 unpause
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-670071 --log_dir /tmp/nospam-670071 unpause
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-amd64 -p nospam-670071 --log_dir /tmp/nospam-670071 unpause
--- PASS: TestErrorSpam/unpause (1.45s)

                                                
                                    
x
+
TestErrorSpam/stop (1.34s)

                                                
                                                
=== RUN   TestErrorSpam/stop
error_spam_test.go:216: Cleaning up 0 logfile(s) ...
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-670071 --log_dir /tmp/nospam-670071 stop
error_spam_test.go:159: (dbg) Done: out/minikube-linux-amd64 -p nospam-670071 --log_dir /tmp/nospam-670071 stop: (1.166381631s)
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-670071 --log_dir /tmp/nospam-670071 stop
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-amd64 -p nospam-670071 --log_dir /tmp/nospam-670071 stop
--- PASS: TestErrorSpam/stop (1.34s)

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

                                                
                                                
=== RUN   TestFunctional/serial/CopySyncFile
functional_test.go:1855: local sync path: /home/jenkins/minikube-integration/19312-520813/.minikube/files/etc/test/nested/copy/527702/hosts
--- PASS: TestFunctional/serial/CopySyncFile (0.00s)

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (54.83s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2234: (dbg) Run:  out/minikube-linux-amd64 start -p functional-390721 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=crio
functional_test.go:2234: (dbg) Done: out/minikube-linux-amd64 start -p functional-390721 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=crio: (54.82958677s)
--- PASS: TestFunctional/serial/StartWithProxy (54.83s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (37.57s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
functional_test.go:659: (dbg) Run:  out/minikube-linux-amd64 start -p functional-390721 --alsologtostderr -v=8
functional_test.go:659: (dbg) Done: out/minikube-linux-amd64 start -p functional-390721 --alsologtostderr -v=8: (37.57220311s)
functional_test.go:663: soft start took 37.572972418s for "functional-390721" cluster.
--- PASS: TestFunctional/serial/SoftStart (37.57s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.04s)

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

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.06s)

                                                
                                                
=== RUN   TestFunctional/serial/KubectlGetPods
functional_test.go:696: (dbg) Run:  kubectl --context functional-390721 get po -A
--- PASS: TestFunctional/serial/KubectlGetPods (0.06s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1049: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 cache add registry.k8s.io/pause:3.1
functional_test.go:1049: (dbg) Done: out/minikube-linux-amd64 -p functional-390721 cache add registry.k8s.io/pause:3.1: (1.061355531s)
functional_test.go:1049: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 cache add registry.k8s.io/pause:3.3
functional_test.go:1049: (dbg) Done: out/minikube-linux-amd64 -p functional-390721 cache add registry.k8s.io/pause:3.3: (1.05057701s)
functional_test.go:1049: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 cache add registry.k8s.io/pause:latest
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (3.10s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_local
functional_test.go:1077: (dbg) Run:  docker build -t minikube-local-cache-test:functional-390721 /tmp/TestFunctionalserialCacheCmdcacheadd_local2683281375/001
functional_test.go:1089: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 cache add minikube-local-cache-test:functional-390721
functional_test.go:1089: (dbg) Done: out/minikube-linux-amd64 -p functional-390721 cache add minikube-local-cache-test:functional-390721: (3.054310244s)
functional_test.go:1094: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 cache delete minikube-local-cache-test:functional-390721
functional_test.go:1083: (dbg) Run:  docker rmi minikube-local-cache-test:functional-390721
--- PASS: TestFunctional/serial/CacheCmd/cache/add_local (3.36s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/list
functional_test.go:1110: (dbg) Run:  out/minikube-linux-amd64 cache list
--- PASS: TestFunctional/serial/CacheCmd/cache/list (0.05s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node
functional_test.go:1124: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh sudo crictl images
--- PASS: TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node (0.26s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/cache_reload
functional_test.go:1147: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh sudo crictl rmi registry.k8s.io/pause:latest
functional_test.go:1153: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh sudo crictl inspecti registry.k8s.io/pause:latest
functional_test.go:1153: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-390721 ssh sudo crictl inspecti registry.k8s.io/pause:latest: exit status 1 (262.138514ms)

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

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

                                                
                                                
** /stderr **
functional_test.go:1158: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 cache reload
functional_test.go:1163: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh sudo crictl inspecti registry.k8s.io/pause:latest
--- PASS: TestFunctional/serial/CacheCmd/cache/cache_reload (1.61s)

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.11s)

                                                
                                                
=== RUN   TestFunctional/serial/MinikubeKubectlCmd
functional_test.go:716: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 kubectl -- --context functional-390721 get pods
--- PASS: TestFunctional/serial/MinikubeKubectlCmd (0.11s)

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.1s)

                                                
                                                
=== RUN   TestFunctional/serial/MinikubeKubectlCmdDirectly
functional_test.go:741: (dbg) Run:  out/kubectl --context functional-390721 get pods
--- PASS: TestFunctional/serial/MinikubeKubectlCmdDirectly (0.10s)

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (26.82s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:757: (dbg) Run:  out/minikube-linux-amd64 start -p functional-390721 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
functional_test.go:757: (dbg) Done: out/minikube-linux-amd64 start -p functional-390721 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (26.81675289s)
functional_test.go:761: restart took 26.816911832s for "functional-390721" cluster.
--- PASS: TestFunctional/serial/ExtraConfig (26.82s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.07s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.36s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsCmd
functional_test.go:1236: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 logs
functional_test.go:1236: (dbg) Done: out/minikube-linux-amd64 -p functional-390721 logs: (1.364516768s)
--- PASS: TestFunctional/serial/LogsCmd (1.36s)

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.32s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1250: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 logs --file /tmp/TestFunctionalserialLogsFileCmd124739574/001/logs.txt
functional_test.go:1250: (dbg) Done: out/minikube-linux-amd64 -p functional-390721 logs --file /tmp/TestFunctionalserialLogsFileCmd124739574/001/logs.txt: (1.317130882s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.32s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.26s)

                                                
                                                
=== RUN   TestFunctional/serial/InvalidService
functional_test.go:2321: (dbg) Run:  kubectl --context functional-390721 apply -f testdata/invalidsvc.yaml
functional_test.go:2335: (dbg) Run:  out/minikube-linux-amd64 service invalid-svc -p functional-390721
functional_test.go:2335: (dbg) Non-zero exit: out/minikube-linux-amd64 service invalid-svc -p functional-390721: exit status 115 (314.046348ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to SVC_UNREACHABLE: service not available: no running pod for service invalid-svc found
	* 
	╭─────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                             │
	│    * If the above advice does not help, please let us know:                                 │
	│      https://github.com/kubernetes/minikube/issues/new/choose                               │
	│                                                                                             │
	│    * Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue.    │
	│    * Please also attach the following file to the GitHub issue:                             │
	│    * - /tmp/minikube_service_96b204199e3191fa1740d4430b018a3c8028d52d_0.log                 │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯

                                                
                                                
** /stderr **
functional_test.go:2327: (dbg) Run:  kubectl --context functional-390721 delete -f testdata/invalidsvc.yaml
--- PASS: TestFunctional/serial/InvalidService (4.26s)

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.34s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ConfigCmd
functional_test.go:1199: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 config unset cpus
functional_test.go:1199: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 config get cpus
functional_test.go:1199: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-390721 config get cpus: exit status 14 (61.924885ms)

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

                                                
                                                
** /stderr **
functional_test.go:1199: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 config set cpus 2
functional_test.go:1199: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 config get cpus
functional_test.go:1199: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 config unset cpus
functional_test.go:1199: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 config get cpus
functional_test.go:1199: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-390721 config get cpus: exit status 14 (65.285476ms)

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (28.41s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/DashboardCmd
functional_test.go:905: (dbg) daemon: [out/minikube-linux-amd64 dashboard --url --port 36195 -p functional-390721 --alsologtostderr -v=1]
functional_test.go:910: (dbg) stopping [out/minikube-linux-amd64 dashboard --url --port 36195 -p functional-390721 --alsologtostderr -v=1] ...
helpers_test.go:508: unable to kill pid 570237: os: process already finished
--- PASS: TestFunctional/parallel/DashboardCmd (28.41s)

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.37s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/DryRun
functional_test.go:974: (dbg) Run:  out/minikube-linux-amd64 start -p functional-390721 --dry-run --memory 250MB --alsologtostderr --driver=docker  --container-runtime=crio
functional_test.go:974: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p functional-390721 --dry-run --memory 250MB --alsologtostderr --driver=docker  --container-runtime=crio: exit status 23 (165.495696ms)

                                                
                                                
-- stdout --
	* [functional-390721] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=19312
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19312-520813/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-520813/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	* Using the docker driver based on existing profile
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0729 18:52:43.521898  569434 out.go:291] Setting OutFile to fd 1 ...
	I0729 18:52:43.522165  569434 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 18:52:43.522175  569434 out.go:304] Setting ErrFile to fd 2...
	I0729 18:52:43.522179  569434 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 18:52:43.522411  569434 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-520813/.minikube/bin
	I0729 18:52:43.522927  569434 out.go:298] Setting JSON to false
	I0729 18:52:43.524152  569434 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-5","uptime":9307,"bootTime":1722269857,"procs":259,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1065-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0729 18:52:43.524217  569434 start.go:139] virtualization: kvm guest
	I0729 18:52:43.526495  569434 out.go:177] * [functional-390721] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	I0729 18:52:43.528280  569434 out.go:177]   - MINIKUBE_LOCATION=19312
	I0729 18:52:43.528321  569434 notify.go:220] Checking for updates...
	I0729 18:52:43.531036  569434 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0729 18:52:43.532439  569434 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19312-520813/kubeconfig
	I0729 18:52:43.533769  569434 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-520813/.minikube
	I0729 18:52:43.535580  569434 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0729 18:52:43.537239  569434 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0729 18:52:43.538882  569434 config.go:182] Loaded profile config "functional-390721": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 18:52:43.539356  569434 driver.go:392] Setting default libvirt URI to qemu:///system
	I0729 18:52:43.565972  569434 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
	I0729 18:52:43.566133  569434 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 18:52:43.632661  569434 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:33 OomKillDisable:true NGoroutines:53 SystemTime:2024-07-29 18:52:43.622542705 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1065-gcp OperatingSystem:Ubuntu 20.04.6 LTS 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:8 MemTotal:33647939584 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-5 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0729 18:52:43.632842  569434 docker.go:307] overlay module found
	I0729 18:52:43.635085  569434 out.go:177] * Using the docker driver based on existing profile
	I0729 18:52:43.636483  569434 start.go:297] selected driver: docker
	I0729 18:52:43.636497  569434 start.go:901] validating driver "docker" against &{Name:functional-390721 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:functional-390721 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP
: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0729 18:52:43.636605  569434 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0729 18:52:43.638714  569434 out.go:177] 
	W0729 18:52:43.640053  569434 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
	I0729 18:52:43.641334  569434 out.go:177] 

                                                
                                                
** /stderr **
functional_test.go:991: (dbg) Run:  out/minikube-linux-amd64 start -p functional-390721 --dry-run --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
--- PASS: TestFunctional/parallel/DryRun (0.37s)

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.16s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/InternationalLanguage
functional_test.go:1020: (dbg) Run:  out/minikube-linux-amd64 start -p functional-390721 --dry-run --memory 250MB --alsologtostderr --driver=docker  --container-runtime=crio
functional_test.go:1020: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p functional-390721 --dry-run --memory 250MB --alsologtostderr --driver=docker  --container-runtime=crio: exit status 23 (163.703348ms)

                                                
                                                
-- stdout --
	* [functional-390721] minikube v1.33.1 sur Ubuntu 20.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=19312
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19312-520813/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-520813/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	* Utilisation du pilote docker basé sur le profil existant
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0729 18:52:43.899309  569789 out.go:291] Setting OutFile to fd 1 ...
	I0729 18:52:43.899455  569789 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 18:52:43.899467  569789 out.go:304] Setting ErrFile to fd 2...
	I0729 18:52:43.899474  569789 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 18:52:43.899842  569789 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-520813/.minikube/bin
	I0729 18:52:43.900502  569789 out.go:298] Setting JSON to false
	I0729 18:52:43.901768  569789 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-5","uptime":9307,"bootTime":1722269857,"procs":271,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1065-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0729 18:52:43.901834  569789 start.go:139] virtualization: kvm guest
	I0729 18:52:43.903733  569789 out.go:177] * [functional-390721] minikube v1.33.1 sur Ubuntu 20.04 (kvm/amd64)
	I0729 18:52:43.905162  569789 out.go:177]   - MINIKUBE_LOCATION=19312
	I0729 18:52:43.905209  569789 notify.go:220] Checking for updates...
	I0729 18:52:43.907672  569789 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0729 18:52:43.908810  569789 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19312-520813/kubeconfig
	I0729 18:52:43.910025  569789 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-520813/.minikube
	I0729 18:52:43.911287  569789 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0729 18:52:43.912617  569789 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0729 18:52:43.914366  569789 config.go:182] Loaded profile config "functional-390721": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 18:52:43.915109  569789 driver.go:392] Setting default libvirt URI to qemu:///system
	I0729 18:52:43.939598  569789 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
	I0729 18:52:43.939759  569789 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 18:52:43.998438  569789 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:33 OomKillDisable:true NGoroutines:53 SystemTime:2024-07-29 18:52:43.989025961 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1065-gcp OperatingSystem:Ubuntu 20.04.6 LTS 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:8 MemTotal:33647939584 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-5 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0729 18:52:43.998650  569789 docker.go:307] overlay module found
	I0729 18:52:44.000605  569789 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0729 18:52:44.002186  569789 start.go:297] selected driver: docker
	I0729 18:52:44.002202  569789 start.go:901] validating driver "docker" against &{Name:functional-390721 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:functional-390721 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP
: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0729 18:52:44.002299  569789 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0729 18:52:44.004131  569789 out.go:177] 
	W0729 18:52:44.005273  569789 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
	I0729 18:52:44.006411  569789 out.go:177] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (1.11s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/StatusCmd
functional_test.go:854: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 status
functional_test.go:860: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 status -f host:{{.Host}},kublet:{{.Kubelet}},apiserver:{{.APIServer}},kubeconfig:{{.Kubeconfig}}
functional_test.go:872: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 status -o json
--- PASS: TestFunctional/parallel/StatusCmd (1.11s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (7.75s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1629: (dbg) Run:  kubectl --context functional-390721 create deployment hello-node-connect --image=registry.k8s.io/echoserver:1.8
functional_test.go:1635: (dbg) Run:  kubectl --context functional-390721 expose deployment hello-node-connect --type=NodePort --port=8080
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: waiting 10m0s for pods matching "app=hello-node-connect" in namespace "default" ...
helpers_test.go:344: "hello-node-connect-57b4589c47-7s7dz" [dfe88cb7-6de6-46b1-a98e-7de7d2cd79ac] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-connect-57b4589c47-7s7dz" [dfe88cb7-6de6-46b1-a98e-7de7d2cd79ac] Running
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 7.03595971s
functional_test.go:1649: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 service hello-node-connect --url
functional_test.go:1655: found endpoint for hello-node-connect: http://192.168.49.2:30916
functional_test.go:1675: http://192.168.49.2:30916: success! body:

                                                
                                                

                                                
                                                
Hostname: hello-node-connect-57b4589c47-7s7dz

                                                
                                                
Pod Information:
	-no pod information available-

                                                
                                                
Server values:
	server_version=nginx: 1.13.3 - lua: 10008

                                                
                                                
Request Information:
	client_address=10.244.0.1
	method=GET
	real path=/
	query=
	request_version=1.1
	request_uri=http://192.168.49.2:8080/

                                                
                                                
Request Headers:
	accept-encoding=gzip
	host=192.168.49.2:30916
	user-agent=Go-http-client/1.1

                                                
                                                
Request Body:
	-no body in request-

                                                
                                                
--- PASS: TestFunctional/parallel/ServiceCmdConnect (7.75s)

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.13s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/AddonsCmd
functional_test.go:1690: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 addons list
functional_test.go:1702: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 addons list -o json
--- PASS: TestFunctional/parallel/AddonsCmd (0.13s)

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (59.19s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 4m0s for pods matching "integration-test=storage-provisioner" in namespace "kube-system" ...
helpers_test.go:344: "storage-provisioner" [ceabeacf-c573-477c-85ad-6111d2145b06] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 6.004092772s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-390721 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-390721 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-390721 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-390721 apply -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 3m0s for pods matching "test=storage-provisioner" in namespace "default" ...
helpers_test.go:344: "sp-pod" [85e239dd-9602-43be-af75-23a384c1952b] Pending
helpers_test.go:344: "sp-pod" [85e239dd-9602-43be-af75-23a384c1952b] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [85e239dd-9602-43be-af75-23a384c1952b] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 19.009595429s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-390721 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-390721 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:106: (dbg) Done: kubectl --context functional-390721 delete -f testdata/storage-provisioner/pod.yaml: (1.232345353s)
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-390721 apply -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 3m0s for pods matching "test=storage-provisioner" in namespace "default" ...
helpers_test.go:344: "sp-pod" [aa61fe0c-9bc6-4398-ad48-56c21f5cf586] Pending
helpers_test.go:344: "sp-pod" [aa61fe0c-9bc6-4398-ad48-56c21f5cf586] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [aa61fe0c-9bc6-4398-ad48-56c21f5cf586] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 32.003997333s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-390721 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (59.19s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.54s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/SSHCmd
functional_test.go:1725: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "echo hello"
functional_test.go:1742: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "cat /etc/hostname"
--- PASS: TestFunctional/parallel/SSHCmd (0.54s)

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (1.58s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CpCmd
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 cp testdata/cp-test.txt /home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh -n functional-390721 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 cp functional-390721:/home/docker/cp-test.txt /tmp/TestFunctionalparallelCpCmd3013920347/001/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh -n functional-390721 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 cp testdata/cp-test.txt /tmp/does/not/exist/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh -n functional-390721 "sudo cat /tmp/does/not/exist/cp-test.txt"
--- PASS: TestFunctional/parallel/CpCmd (1.58s)

                                                
                                    
x
+
TestFunctional/parallel/MySQL (30.81s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1793: (dbg) Run:  kubectl --context functional-390721 replace --force -f testdata/mysql.yaml
functional_test.go:1799: (dbg) TestFunctional/parallel/MySQL: waiting 10m0s for pods matching "app=mysql" in namespace "default" ...
helpers_test.go:344: "mysql-64454c8b5c-m9fr6" [8be7344e-2dd1-4149-817b-dcacfe31dd0e] Pending
helpers_test.go:344: "mysql-64454c8b5c-m9fr6" [8be7344e-2dd1-4149-817b-dcacfe31dd0e] Pending / Ready:ContainersNotReady (containers with unready status: [mysql]) / ContainersReady:ContainersNotReady (containers with unready status: [mysql])
helpers_test.go:344: "mysql-64454c8b5c-m9fr6" [8be7344e-2dd1-4149-817b-dcacfe31dd0e] Running
functional_test.go:1799: (dbg) TestFunctional/parallel/MySQL: app=mysql healthy within 29.003756078s
functional_test.go:1807: (dbg) Run:  kubectl --context functional-390721 exec mysql-64454c8b5c-m9fr6 -- mysql -ppassword -e "show databases;"
functional_test.go:1807: (dbg) Non-zero exit: kubectl --context functional-390721 exec mysql-64454c8b5c-m9fr6 -- mysql -ppassword -e "show databases;": exit status 1 (116.231624ms)

                                                
                                                
** 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:1807: (dbg) Run:  kubectl --context functional-390721 exec mysql-64454c8b5c-m9fr6 -- mysql -ppassword -e "show databases;"
--- PASS: TestFunctional/parallel/MySQL (30.81s)

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.27s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/FileSync
functional_test.go:1929: Checking for existence of /etc/test/nested/copy/527702/hosts within VM
functional_test.go:1931: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "sudo cat /etc/test/nested/copy/527702/hosts"
functional_test.go:1936: file sync test content: Test file for checking file sync process
--- PASS: TestFunctional/parallel/FileSync (0.27s)

                                                
                                    
x
+
TestFunctional/parallel/CertSync (1.62s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1972: Checking for existence of /etc/ssl/certs/527702.pem within VM
functional_test.go:1973: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "sudo cat /etc/ssl/certs/527702.pem"
functional_test.go:1972: Checking for existence of /usr/share/ca-certificates/527702.pem within VM
functional_test.go:1973: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "sudo cat /usr/share/ca-certificates/527702.pem"
functional_test.go:1972: Checking for existence of /etc/ssl/certs/51391683.0 within VM
functional_test.go:1973: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "sudo cat /etc/ssl/certs/51391683.0"
functional_test.go:1999: Checking for existence of /etc/ssl/certs/5277022.pem within VM
functional_test.go:2000: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "sudo cat /etc/ssl/certs/5277022.pem"
functional_test.go:1999: Checking for existence of /usr/share/ca-certificates/5277022.pem within VM
functional_test.go:2000: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "sudo cat /usr/share/ca-certificates/5277022.pem"
functional_test.go:1999: Checking for existence of /etc/ssl/certs/3ec20f2e.0 within VM
functional_test.go:2000: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "sudo cat /etc/ssl/certs/3ec20f2e.0"
--- PASS: TestFunctional/parallel/CertSync (1.62s)

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.07s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.54s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/NonActiveRuntimeDisabled
functional_test.go:2027: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "sudo systemctl is-active docker"
functional_test.go:2027: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-390721 ssh "sudo systemctl is-active docker": exit status 1 (288.399773ms)

                                                
                                                
-- stdout --
	inactive

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

                                                
                                                
** /stderr **
functional_test.go:2027: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "sudo systemctl is-active containerd"
functional_test.go:2027: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-390721 ssh "sudo systemctl is-active containerd": exit status 1 (252.663913ms)

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.77s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/License
functional_test.go:2288: (dbg) Run:  out/minikube-linux-amd64 license
--- PASS: TestFunctional/parallel/License (0.77s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:261: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 image ls --format short --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-390721 image ls --format short --alsologtostderr:
registry.k8s.io/pause:latest
registry.k8s.io/pause:3.9
registry.k8s.io/pause:3.3
registry.k8s.io/pause:3.1
registry.k8s.io/kube-scheduler:v1.30.3
registry.k8s.io/kube-proxy:v1.30.3
registry.k8s.io/kube-controller-manager:v1.30.3
registry.k8s.io/kube-apiserver:v1.30.3
registry.k8s.io/etcd:3.5.12-0
registry.k8s.io/echoserver:1.8
registry.k8s.io/coredns/coredns:v1.11.1
localhost/minikube-local-cache-test:functional-390721
localhost/kicbase/echo-server:functional-390721
gcr.io/k8s-minikube/storage-provisioner:v5
gcr.io/k8s-minikube/busybox:1.28.4-glibc
docker.io/library/nginx:latest
docker.io/library/nginx:alpine
docker.io/library/mysql:5.7
docker.io/kindest/kindnetd:v20240719-e7903573
docker.io/kindest/kindnetd:v20240715-585640e9
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-390721 image ls --format short --alsologtostderr:
I0729 18:53:06.405547  572474 out.go:291] Setting OutFile to fd 1 ...
I0729 18:53:06.405756  572474 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 18:53:06.405768  572474 out.go:304] Setting ErrFile to fd 2...
I0729 18:53:06.405785  572474 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 18:53:06.406039  572474 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-520813/.minikube/bin
I0729 18:53:06.406762  572474 config.go:182] Loaded profile config "functional-390721": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 18:53:06.406943  572474 config.go:182] Loaded profile config "functional-390721": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 18:53:06.407546  572474 cli_runner.go:164] Run: docker container inspect functional-390721 --format={{.State.Status}}
I0729 18:53:06.429124  572474 ssh_runner.go:195] Run: systemctl --version
I0729 18:53:06.429198  572474 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-390721
I0729 18:53:06.447038  572474 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33268 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/functional-390721/id_rsa Username:docker}
I0729 18:53:06.533144  572474 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.22s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:261: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 image ls --format table --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-390721 image ls --format table --alsologtostderr:
|-----------------------------------------|--------------------|---------------|--------|
|                  Image                  |        Tag         |   Image ID    |  Size  |
|-----------------------------------------|--------------------|---------------|--------|
| registry.k8s.io/coredns/coredns         | v1.11.1            | cbb01a7bd410d | 61.2MB |
| registry.k8s.io/echoserver              | 1.8                | 82e4c8a736a4f | 97.8MB |
| registry.k8s.io/etcd                    | 3.5.12-0           | 3861cfcd7c04c | 151MB  |
| registry.k8s.io/kube-controller-manager | v1.30.3            | 76932a3b37d7e | 112MB  |
| registry.k8s.io/kube-proxy              | v1.30.3            | 55bb025d2cfa5 | 86MB   |
| registry.k8s.io/kube-scheduler          | v1.30.3            | 3edc18e7b7672 | 63.1MB |
| gcr.io/k8s-minikube/busybox             | 1.28.4-glibc       | 56cc512116c8f | 4.63MB |
| localhost/kicbase/echo-server           | functional-390721  | 9056ab77afb8e | 4.94MB |
| registry.k8s.io/pause                   | 3.9                | e6f1816883972 | 750kB  |
| registry.k8s.io/kube-apiserver          | v1.30.3            | 1f6d574d502f3 | 118MB  |
| registry.k8s.io/pause                   | 3.3                | 0184c1613d929 | 686kB  |
| docker.io/kindest/kindnetd              | v20240715-585640e9 | 5cc3abe5717db | 87.2MB |
| localhost/minikube-local-cache-test     | functional-390721  | 8ecbdb0b55b2c | 3.33kB |
| gcr.io/k8s-minikube/storage-provisioner | v5                 | 6e38f40d628db | 31.5MB |
| docker.io/kindest/kindnetd              | v20240719-e7903573 | 6f1d07c71fa0f | 87.2MB |
| docker.io/library/nginx                 | alpine             | 1ae23480369fa | 45.1MB |
| registry.k8s.io/pause                   | 3.1                | da86e6ba6ca19 | 747kB  |
| registry.k8s.io/pause                   | latest             | 350b164e7ae1d | 247kB  |
| docker.io/library/mysql                 | 5.7                | 5107333e08a87 | 520MB  |
| docker.io/library/nginx                 | latest             | a72860cb95fd5 | 192MB  |
|-----------------------------------------|--------------------|---------------|--------|
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-390721 image ls --format table --alsologtostderr:
I0729 18:53:07.250307  572922 out.go:291] Setting OutFile to fd 1 ...
I0729 18:53:07.250452  572922 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 18:53:07.250464  572922 out.go:304] Setting ErrFile to fd 2...
I0729 18:53:07.250471  572922 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 18:53:07.250746  572922 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-520813/.minikube/bin
I0729 18:53:07.251567  572922 config.go:182] Loaded profile config "functional-390721": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 18:53:07.251724  572922 config.go:182] Loaded profile config "functional-390721": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 18:53:07.252378  572922 cli_runner.go:164] Run: docker container inspect functional-390721 --format={{.State.Status}}
I0729 18:53:07.270483  572922 ssh_runner.go:195] Run: systemctl --version
I0729 18:53:07.270572  572922 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-390721
I0729 18:53:07.287323  572922 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33268 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/functional-390721/id_rsa Username:docker}
I0729 18:53:07.421393  572922 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.27s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:261: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 image ls --format json --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-390721 image ls --format json --alsologtostderr:
[{"id":"5cc3abe5717dbf8e0db6fc2e890c3f82fe95e2ce5c5d7320f98a5b71c767d42f","repoDigests":["docker.io/kindest/kindnetd@sha256:3b93f681916ee780a9941d48cb20622486c08af54f8d87d801412bcca0832115","docker.io/kindest/kindnetd@sha256:88ed2adbc140254762f98fad7f4b16d279117356ebaf95aebf191713c828a493"],"repoTags":["docker.io/kindest/kindnetd:v20240715-585640e9"],"size":"87165492"},{"id":"a72860cb95fd59e9c696c66441c64f18e66915fa26b249911e83c3854477ed9a","repoDigests":["docker.io/library/nginx@sha256:6af79ae5de407283dcea8b00d5c37ace95441fd58a8b1d2aa1ed93f5511bb18c","docker.io/library/nginx@sha256:baa881b012a49e3c2cd6ab9d80f9fcd2962a98af8ede947d0ef930a427b28afc"],"repoTags":["docker.io/library/nginx:latest"],"size":"191750286"},{"id":"56cc512116c8f894f11ce1995460aef1ee0972d48bc2a3bdb1faaac7c020289c","repoDigests":["gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e","gcr.io/k8s-minikube/busybox@sha256:a85c92d5aa82aa6db0f92e5af591c2670a60a762da6bdfec52d960d55295f998"],
"repoTags":["gcr.io/k8s-minikube/busybox:1.28.4-glibc"],"size":"4631262"},{"id":"9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30","repoDigests":["localhost/kicbase/echo-server@sha256:d3d0b737c6413dcf7b9393d61285525048f2d10a0aae68296150078d379c30cf"],"repoTags":["localhost/kicbase/echo-server:functional-390721"],"size":"4943877"},{"id":"8ecbdb0b55b2c245eeeddfced4ffe5208b89de65cf4ad19de035db540a244456","repoDigests":["localhost/minikube-local-cache-test@sha256:92ba91a95ee8077988f0c67d74fbff105f726401d7281d50558510ac29354f35"],"repoTags":["localhost/minikube-local-cache-test:functional-390721"],"size":"3330"},{"id":"55bb025d2cfa592b9381d01e122e72a1ed4b29ca32f86b7d289d99da794784d1","repoDigests":["registry.k8s.io/kube-proxy@sha256:8c178447597867a03bbcdf0d1ce43fc8f6807ead2321bd1ec0e845a2f12dad80","registry.k8s.io/kube-proxy@sha256:b26e535e8ee1cbd7dc5642fb61bd36e9d23f32e9242ae0010b2905656e664f65"],"repoTags":["registry.k8s.io/kube-proxy:v1.30.3"],"size":"85953945"},{"id":"1ae23480369fa4139f6dec668d
7a5a941b56ea174e9cf75e09771988fe621c95","repoDigests":["docker.io/library/nginx@sha256:208b70eefac13ee9be00e486f79c695b15cef861c680527171a27d253d834be9","docker.io/library/nginx@sha256:a377278b7dde3a8012b25d141d025a88dbf9f5ed13c5cdf21ee241e7ec07ab57"],"repoTags":["docker.io/library/nginx:alpine"],"size":"45068794"},{"id":"1f6d574d502f3b61c851b1bbd4ef2a964ce4c70071dd8da556f2d490d36b095d","repoDigests":["registry.k8s.io/kube-apiserver@sha256:a36d558835e48950f6d13b1edbe20605b8dfbc81e088f58221796631e107966c","registry.k8s.io/kube-apiserver@sha256:a3a6c80030a6e720734ae3291448388f70b6f1d463f103e4f06f358f8a170315"],"repoTags":["registry.k8s.io/kube-apiserver:v1.30.3"],"size":"117609954"},{"id":"3edc18e7b76722eb2eb37a0858c09caacbd422d6e0cae4c2e5ce67bc9a9795e2","repoDigests":["registry.k8s.io/kube-scheduler@sha256:1738178fb116d10e7cde2cfc3671f5dfdad518d773677af740483f2dfe674266","registry.k8s.io/kube-scheduler@sha256:2147ab5d2c73dd84e28332fcbee6826d1648eed30a531a52a96501b37d7ee4e4"],"repoTags":["registry.k8s.io/kube-s
cheduler:v1.30.3"],"size":"63051080"},{"id":"0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da","repoDigests":["registry.k8s.io/pause@sha256:1000de19145c53d83aab989956fa8fca08dcbcc5b0208bdc193517905e6ccd04"],"repoTags":["registry.k8s.io/pause:3.3"],"size":"686139"},{"id":"82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410","repoDigests":["registry.k8s.io/echoserver@sha256:cb3386f863f6a4b05f33c191361723f9d5927ac287463b1bea633bf859475969"],"repoTags":["registry.k8s.io/echoserver:1.8"],"size":"97846543"},{"id":"76932a3b37d7eb138c8f47c9a2b4218f0466dd273badf856f2ce2f0277e15b5e","repoDigests":["registry.k8s.io/kube-controller-manager@sha256:eff43da55a29a5e66ec9480f28233d733a6a8433b7a46f6e8c07086fa4ef69b7","registry.k8s.io/kube-controller-manager@sha256:fa179d147c6bacddd1586f6d12ff79a844e951c7b159fdcb92cdf56f3033d91e"],"repoTags":["registry.k8s.io/kube-controller-manager:v1.30.3"],"size":"112198984"},{"id":"da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e","repoDigests":[
"registry.k8s.io/pause@sha256:84805ddcaaae94434d8eacb7e843f549ec1da0cd277787b97ad9d9ac2cea929e"],"repoTags":["registry.k8s.io/pause:3.1"],"size":"746911"},{"id":"350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06","repoDigests":["registry.k8s.io/pause@sha256:5bcb06ed43da4a16c6e6e33898eb0506e940bd66822659ecf0a898bbb0da7cb9"],"repoTags":["registry.k8s.io/pause:latest"],"size":"247077"},{"id":"6f1d07c71fa0f426df75b802ec3f53ac5c1ae4110f67ab6d9a760083cc1d0f46","repoDigests":["docker.io/kindest/kindnetd@sha256:6d6071dbf83147a09972dc93b5ff84ff0103fa2231936557113757665f6195b9","docker.io/kindest/kindnetd@sha256:da8ad203ec15a72c313015e5609db44bfad7c95d8ce63e87ff97c66363b5680a"],"repoTags":["docker.io/kindest/kindnetd:v20240719-e7903573"],"size":"87174707"},{"id":"5107333e08a87b836d48ff7528b1e84b9c86781cc9f1748bbc1b8c42a870d933","repoDigests":["docker.io/library/mysql@sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb","docker.io/library/mysql@sha256:dab0a802b44617303694fb17d166501de2
79c3031ddeb28c56ecf7fcab5ef0da"],"repoTags":["docker.io/library/mysql:5.7"],"size":"519571821"},{"id":"6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562","repoDigests":["gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944","gcr.io/k8s-minikube/storage-provisioner@sha256:c4c05d6ad6c0f24d87b39e596d4dddf64bec3e0d84f5b36e4511d4ebf583f38f"],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"31470524"},{"id":"cbb01a7bd410dc08ba382018ab909a674fb0e48687f0c00797ed5bc34fcc6bb4","repoDigests":["registry.k8s.io/coredns/coredns@sha256:1eeb4c7316bacb1d4c8ead65571cd92dd21e27359f0d4917f1a5822a73b75db1","registry.k8s.io/coredns/coredns@sha256:2169b3b96af988cf69d7dd69efbcc59433eb027320eb185c6110e0850b997870"],"repoTags":["registry.k8s.io/coredns/coredns:v1.11.1"],"size":"61245718"},{"id":"3861cfcd7c04ccac1f062788eca39487248527ef0c0cfd477a83d7691a75a899","repoDigests":["registry.k8s.io/etcd@sha256:2e6b9c67730f1f1dce4c6e16d60135e00608728567
f537e8ff70c244756cbb62","registry.k8s.io/etcd@sha256:44a8e24dcbba3470ee1fee21d5e88d128c936e9b55d4bc51fbef8086f8ed123b"],"repoTags":["registry.k8s.io/etcd:3.5.12-0"],"size":"150779692"},{"id":"e6f1816883972d4be47bd48879a08919b96afcd344132622e4d444987919323c","repoDigests":["registry.k8s.io/pause@sha256:7031c1b283388d2c2e09b57badb803c05ebed362dc88d84b480cc47f72a21097","registry.k8s.io/pause@sha256:8d4106c88ec0bd28001e34c975d65175d994072d65341f62a8ab0754b0fafe10"],"repoTags":["registry.k8s.io/pause:3.9"],"size":"750414"}]
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-390721 image ls --format json --alsologtostderr:
I0729 18:53:07.019910  572827 out.go:291] Setting OutFile to fd 1 ...
I0729 18:53:07.020195  572827 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 18:53:07.020205  572827 out.go:304] Setting ErrFile to fd 2...
I0729 18:53:07.020210  572827 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 18:53:07.020447  572827 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-520813/.minikube/bin
I0729 18:53:07.021312  572827 config.go:182] Loaded profile config "functional-390721": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 18:53:07.021470  572827 config.go:182] Loaded profile config "functional-390721": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 18:53:07.022070  572827 cli_runner.go:164] Run: docker container inspect functional-390721 --format={{.State.Status}}
I0729 18:53:07.041822  572827 ssh_runner.go:195] Run: systemctl --version
I0729 18:53:07.041872  572827 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-390721
I0729 18:53:07.060613  572827 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33268 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/functional-390721/id_rsa Username:docker}
I0729 18:53:07.149245  572827 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.23s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:261: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 image ls --format yaml --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-390721 image ls --format yaml --alsologtostderr:
- id: e6f1816883972d4be47bd48879a08919b96afcd344132622e4d444987919323c
repoDigests:
- registry.k8s.io/pause@sha256:7031c1b283388d2c2e09b57badb803c05ebed362dc88d84b480cc47f72a21097
- registry.k8s.io/pause@sha256:8d4106c88ec0bd28001e34c975d65175d994072d65341f62a8ab0754b0fafe10
repoTags:
- registry.k8s.io/pause:3.9
size: "750414"
- id: 6f1d07c71fa0f426df75b802ec3f53ac5c1ae4110f67ab6d9a760083cc1d0f46
repoDigests:
- docker.io/kindest/kindnetd@sha256:6d6071dbf83147a09972dc93b5ff84ff0103fa2231936557113757665f6195b9
- docker.io/kindest/kindnetd@sha256:da8ad203ec15a72c313015e5609db44bfad7c95d8ce63e87ff97c66363b5680a
repoTags:
- docker.io/kindest/kindnetd:v20240719-e7903573
size: "87174707"
- id: a72860cb95fd59e9c696c66441c64f18e66915fa26b249911e83c3854477ed9a
repoDigests:
- docker.io/library/nginx@sha256:6af79ae5de407283dcea8b00d5c37ace95441fd58a8b1d2aa1ed93f5511bb18c
- docker.io/library/nginx@sha256:baa881b012a49e3c2cd6ab9d80f9fcd2962a98af8ede947d0ef930a427b28afc
repoTags:
- docker.io/library/nginx:latest
size: "191750286"
- id: 76932a3b37d7eb138c8f47c9a2b4218f0466dd273badf856f2ce2f0277e15b5e
repoDigests:
- registry.k8s.io/kube-controller-manager@sha256:eff43da55a29a5e66ec9480f28233d733a6a8433b7a46f6e8c07086fa4ef69b7
- registry.k8s.io/kube-controller-manager@sha256:fa179d147c6bacddd1586f6d12ff79a844e951c7b159fdcb92cdf56f3033d91e
repoTags:
- registry.k8s.io/kube-controller-manager:v1.30.3
size: "112198984"
- id: 1f6d574d502f3b61c851b1bbd4ef2a964ce4c70071dd8da556f2d490d36b095d
repoDigests:
- registry.k8s.io/kube-apiserver@sha256:a36d558835e48950f6d13b1edbe20605b8dfbc81e088f58221796631e107966c
- registry.k8s.io/kube-apiserver@sha256:a3a6c80030a6e720734ae3291448388f70b6f1d463f103e4f06f358f8a170315
repoTags:
- registry.k8s.io/kube-apiserver:v1.30.3
size: "117609954"
- id: 55bb025d2cfa592b9381d01e122e72a1ed4b29ca32f86b7d289d99da794784d1
repoDigests:
- registry.k8s.io/kube-proxy@sha256:8c178447597867a03bbcdf0d1ce43fc8f6807ead2321bd1ec0e845a2f12dad80
- registry.k8s.io/kube-proxy@sha256:b26e535e8ee1cbd7dc5642fb61bd36e9d23f32e9242ae0010b2905656e664f65
repoTags:
- registry.k8s.io/kube-proxy:v1.30.3
size: "85953945"
- id: 350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06
repoDigests:
- registry.k8s.io/pause@sha256:5bcb06ed43da4a16c6e6e33898eb0506e940bd66822659ecf0a898bbb0da7cb9
repoTags:
- registry.k8s.io/pause:latest
size: "247077"
- id: 5107333e08a87b836d48ff7528b1e84b9c86781cc9f1748bbc1b8c42a870d933
repoDigests:
- docker.io/library/mysql@sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb
- docker.io/library/mysql@sha256:dab0a802b44617303694fb17d166501de279c3031ddeb28c56ecf7fcab5ef0da
repoTags:
- docker.io/library/mysql:5.7
size: "519571821"
- id: 1ae23480369fa4139f6dec668d7a5a941b56ea174e9cf75e09771988fe621c95
repoDigests:
- docker.io/library/nginx@sha256:208b70eefac13ee9be00e486f79c695b15cef861c680527171a27d253d834be9
- docker.io/library/nginx@sha256:a377278b7dde3a8012b25d141d025a88dbf9f5ed13c5cdf21ee241e7ec07ab57
repoTags:
- docker.io/library/nginx:alpine
size: "45068794"
- id: 8ecbdb0b55b2c245eeeddfced4ffe5208b89de65cf4ad19de035db540a244456
repoDigests:
- localhost/minikube-local-cache-test@sha256:92ba91a95ee8077988f0c67d74fbff105f726401d7281d50558510ac29354f35
repoTags:
- localhost/minikube-local-cache-test:functional-390721
size: "3330"
- id: 3edc18e7b76722eb2eb37a0858c09caacbd422d6e0cae4c2e5ce67bc9a9795e2
repoDigests:
- registry.k8s.io/kube-scheduler@sha256:1738178fb116d10e7cde2cfc3671f5dfdad518d773677af740483f2dfe674266
- registry.k8s.io/kube-scheduler@sha256:2147ab5d2c73dd84e28332fcbee6826d1648eed30a531a52a96501b37d7ee4e4
repoTags:
- registry.k8s.io/kube-scheduler:v1.30.3
size: "63051080"
- id: 6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562
repoDigests:
- gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944
- gcr.io/k8s-minikube/storage-provisioner@sha256:c4c05d6ad6c0f24d87b39e596d4dddf64bec3e0d84f5b36e4511d4ebf583f38f
repoTags:
- gcr.io/k8s-minikube/storage-provisioner:v5
size: "31470524"
- id: 9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30
repoDigests:
- localhost/kicbase/echo-server@sha256:d3d0b737c6413dcf7b9393d61285525048f2d10a0aae68296150078d379c30cf
repoTags:
- localhost/kicbase/echo-server:functional-390721
size: "4943877"
- id: 82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410
repoDigests:
- registry.k8s.io/echoserver@sha256:cb3386f863f6a4b05f33c191361723f9d5927ac287463b1bea633bf859475969
repoTags:
- registry.k8s.io/echoserver:1.8
size: "97846543"
- id: 3861cfcd7c04ccac1f062788eca39487248527ef0c0cfd477a83d7691a75a899
repoDigests:
- registry.k8s.io/etcd@sha256:2e6b9c67730f1f1dce4c6e16d60135e00608728567f537e8ff70c244756cbb62
- registry.k8s.io/etcd@sha256:44a8e24dcbba3470ee1fee21d5e88d128c936e9b55d4bc51fbef8086f8ed123b
repoTags:
- registry.k8s.io/etcd:3.5.12-0
size: "150779692"
- id: da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e
repoDigests:
- registry.k8s.io/pause@sha256:84805ddcaaae94434d8eacb7e843f549ec1da0cd277787b97ad9d9ac2cea929e
repoTags:
- registry.k8s.io/pause:3.1
size: "746911"
- id: 0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da
repoDigests:
- registry.k8s.io/pause@sha256:1000de19145c53d83aab989956fa8fca08dcbcc5b0208bdc193517905e6ccd04
repoTags:
- registry.k8s.io/pause:3.3
size: "686139"
- id: 5cc3abe5717dbf8e0db6fc2e890c3f82fe95e2ce5c5d7320f98a5b71c767d42f
repoDigests:
- docker.io/kindest/kindnetd@sha256:3b93f681916ee780a9941d48cb20622486c08af54f8d87d801412bcca0832115
- docker.io/kindest/kindnetd@sha256:88ed2adbc140254762f98fad7f4b16d279117356ebaf95aebf191713c828a493
repoTags:
- docker.io/kindest/kindnetd:v20240715-585640e9
size: "87165492"
- id: 56cc512116c8f894f11ce1995460aef1ee0972d48bc2a3bdb1faaac7c020289c
repoDigests:
- gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e
- gcr.io/k8s-minikube/busybox@sha256:a85c92d5aa82aa6db0f92e5af591c2670a60a762da6bdfec52d960d55295f998
repoTags:
- gcr.io/k8s-minikube/busybox:1.28.4-glibc
size: "4631262"
- id: cbb01a7bd410dc08ba382018ab909a674fb0e48687f0c00797ed5bc34fcc6bb4
repoDigests:
- registry.k8s.io/coredns/coredns@sha256:1eeb4c7316bacb1d4c8ead65571cd92dd21e27359f0d4917f1a5822a73b75db1
- registry.k8s.io/coredns/coredns@sha256:2169b3b96af988cf69d7dd69efbcc59433eb027320eb185c6110e0850b997870
repoTags:
- registry.k8s.io/coredns/coredns:v1.11.1
size: "61245718"

                                                
                                                
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-390721 image ls --format yaml --alsologtostderr:
I0729 18:53:06.625536  572609 out.go:291] Setting OutFile to fd 1 ...
I0729 18:53:06.625918  572609 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 18:53:06.625957  572609 out.go:304] Setting ErrFile to fd 2...
I0729 18:53:06.625973  572609 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 18:53:06.626259  572609 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-520813/.minikube/bin
I0729 18:53:06.627010  572609 config.go:182] Loaded profile config "functional-390721": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 18:53:06.627200  572609 config.go:182] Loaded profile config "functional-390721": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 18:53:06.627750  572609 cli_runner.go:164] Run: docker container inspect functional-390721 --format={{.State.Status}}
I0729 18:53:06.648445  572609 ssh_runner.go:195] Run: systemctl --version
I0729 18:53:06.648516  572609 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-390721
I0729 18:53:06.670214  572609 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33268 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/functional-390721/id_rsa Username:docker}
I0729 18:53:06.761377  572609 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.26s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageBuild
functional_test.go:308: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh pgrep buildkitd
functional_test.go:308: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-390721 ssh pgrep buildkitd: exit status 1 (267.29289ms)

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

                                                
                                                
** /stderr **
functional_test.go:315: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 image build -t localhost/my-image:functional-390721 testdata/build --alsologtostderr
functional_test.go:315: (dbg) Done: out/minikube-linux-amd64 -p functional-390721 image build -t localhost/my-image:functional-390721 testdata/build --alsologtostderr: (3.989589404s)
functional_test.go:320: (dbg) Stdout: out/minikube-linux-amd64 -p functional-390721 image build -t localhost/my-image:functional-390721 testdata/build --alsologtostderr:
STEP 1/3: FROM gcr.io/k8s-minikube/busybox
STEP 2/3: RUN true
--> a750da45fed
STEP 3/3: ADD content.txt /
COMMIT localhost/my-image:functional-390721
--> 6243e5693d0
Successfully tagged localhost/my-image:functional-390721
6243e5693d025eae2455c9ce21f354989ab80363a4bcc3c616f87558fa7437c5
functional_test.go:323: (dbg) Stderr: out/minikube-linux-amd64 -p functional-390721 image build -t localhost/my-image:functional-390721 testdata/build --alsologtostderr:
I0729 18:53:07.144603  572876 out.go:291] Setting OutFile to fd 1 ...
I0729 18:53:07.144765  572876 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 18:53:07.144780  572876 out.go:304] Setting ErrFile to fd 2...
I0729 18:53:07.144787  572876 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 18:53:07.145079  572876 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-520813/.minikube/bin
I0729 18:53:07.145660  572876 config.go:182] Loaded profile config "functional-390721": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 18:53:07.146368  572876 config.go:182] Loaded profile config "functional-390721": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 18:53:07.146760  572876 cli_runner.go:164] Run: docker container inspect functional-390721 --format={{.State.Status}}
I0729 18:53:07.165507  572876 ssh_runner.go:195] Run: systemctl --version
I0729 18:53:07.165566  572876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-390721
I0729 18:53:07.187176  572876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33268 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/functional-390721/id_rsa Username:docker}
I0729 18:53:07.292778  572876 build_images.go:161] Building image from path: /tmp/build.1554707977.tar
I0729 18:53:07.292878  572876 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0729 18:53:07.321189  572876 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.1554707977.tar
I0729 18:53:07.324852  572876 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.1554707977.tar: stat -c "%s %y" /var/lib/minikube/build/build.1554707977.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.1554707977.tar': No such file or directory
I0729 18:53:07.324895  572876 ssh_runner.go:362] scp /tmp/build.1554707977.tar --> /var/lib/minikube/build/build.1554707977.tar (3072 bytes)
I0729 18:53:07.349063  572876 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.1554707977
I0729 18:53:07.357132  572876 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.1554707977 -xf /var/lib/minikube/build/build.1554707977.tar
I0729 18:53:07.366517  572876 crio.go:315] Building image: /var/lib/minikube/build/build.1554707977
I0729 18:53:07.366644  572876 ssh_runner.go:195] Run: sudo podman build -t localhost/my-image:functional-390721 /var/lib/minikube/build/build.1554707977 --cgroup-manager=cgroupfs
Trying to pull gcr.io/k8s-minikube/busybox:latest...
Getting image source signatures
Copying blob sha256:5cc84ad355aaa64f46ea9c7bbcc319a9d808ab15088a27209c9e70ef86e5a2aa
Copying blob sha256:5cc84ad355aaa64f46ea9c7bbcc319a9d808ab15088a27209c9e70ef86e5a2aa
Copying config sha256:beae173ccac6ad749f76713cf4440fe3d21d1043fe616dfbe30775815d1d0f6a
Writing manifest to image destination
Storing signatures
I0729 18:53:11.069195  572876 ssh_runner.go:235] Completed: sudo podman build -t localhost/my-image:functional-390721 /var/lib/minikube/build/build.1554707977 --cgroup-manager=cgroupfs: (3.702516589s)
I0729 18:53:11.069281  572876 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.1554707977
I0729 18:53:11.077450  572876 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.1554707977.tar
I0729 18:53:11.085302  572876 build_images.go:217] Built localhost/my-image:functional-390721 from /tmp/build.1554707977.tar
I0729 18:53:11.085333  572876 build_images.go:133] succeeded building to: functional-390721
I0729 18:53:11.085340  572876 build_images.go:134] failed building to: 
functional_test.go:451: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 image ls
2024/07/29 18:53:12 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (4.46s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/Setup
functional_test.go:342: (dbg) Run:  docker pull kicbase/echo-server:1.0
functional_test.go:342: (dbg) Done: docker pull kicbase/echo-server:1.0: (3.715207271s)
functional_test.go:347: (dbg) Run:  docker tag kicbase/echo-server:1.0 kicbase/echo-server:functional-390721
--- PASS: TestFunctional/parallel/ImageCommands/Setup (3.74s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_changes
functional_test.go:2119: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_changes (0.12s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster
functional_test.go:2119: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster (0.14s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_clusters
functional_test.go:2119: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_clusters (0.16s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1439: (dbg) Run:  kubectl --context functional-390721 create deployment hello-node --image=registry.k8s.io/echoserver:1.8
functional_test.go:1445: (dbg) Run:  kubectl --context functional-390721 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:344: "hello-node-6d85cfcfd8-6qqfv" [5d8354ad-bbfd-4aec-a149-fd4fe13d2f9f] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-6d85cfcfd8-6qqfv" [5d8354ad-bbfd-4aec-a149-fd4fe13d2f9f] Running
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 9.004149612s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (9.17s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel
functional_test_tunnel_test.go:154: (dbg) daemon: [out/minikube-linux-amd64 -p functional-390721 tunnel --alsologtostderr]
functional_test_tunnel_test.go:154: (dbg) daemon: [out/minikube-linux-amd64 -p functional-390721 tunnel --alsologtostderr]
functional_test_tunnel_test.go:194: (dbg) stopping [out/minikube-linux-amd64 -p functional-390721 tunnel --alsologtostderr] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_tunnel_test.go:194: (dbg) stopping [out/minikube-linux-amd64 -p functional-390721 tunnel --alsologtostderr] ...
helpers_test.go:508: unable to kill pid 566196: os: process already finished
helpers_test.go:502: unable to terminate pid 566022: os: process already finished
--- PASS: TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel (0.44s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-390721 apply -f testdata/testsvc.yaml
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: waiting 4m0s for pods matching "run=nginx-svc" in namespace "default" ...
helpers_test.go:344: "nginx-svc" [77d0ecc5-d82d-4a83-9417-db4a13357d3d] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [77d0ecc5-d82d-4a83-9417-db4a13357d3d] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 15.00434719s
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (15.29s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:355: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 image load --daemon kicbase/echo-server:functional-390721 --alsologtostderr
functional_test.go:451: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadDaemon (1.18s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageReloadDaemon
functional_test.go:365: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 image load --daemon kicbase/echo-server:functional-390721 --alsologtostderr
functional_test.go:451: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageReloadDaemon (0.83s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon
functional_test.go:235: (dbg) Run:  docker pull kicbase/echo-server:latest
functional_test.go:235: (dbg) Done: docker pull kicbase/echo-server:latest: (1.640901854s)
functional_test.go:240: (dbg) Run:  docker tag kicbase/echo-server:latest kicbase/echo-server:functional-390721
functional_test.go:245: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 image load --daemon kicbase/echo-server:functional-390721 --alsologtostderr
functional_test.go:451: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (2.54s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveToFile
functional_test.go:380: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 image save kicbase/echo-server:functional-390721 /home/jenkins/workspace/Docker_Linux_crio_integration/echo-server-save.tar --alsologtostderr
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveToFile (0.47s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageRemove
functional_test.go:392: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 image rm kicbase/echo-server:functional-390721 --alsologtostderr
functional_test.go:451: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageRemove (0.47s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadFromFile
functional_test.go:409: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 image load /home/jenkins/workspace/Docker_Linux_crio_integration/echo-server-save.tar --alsologtostderr
functional_test.go:451: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadFromFile (1.17s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/List
functional_test.go:1459: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 service list
--- PASS: TestFunctional/parallel/ServiceCmd/List (0.31s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/JSONOutput
functional_test.go:1489: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 service list -o json
functional_test.go:1494: Took "325.716324ms" to run "out/minikube-linux-amd64 -p functional-390721 service list -o json"
--- PASS: TestFunctional/parallel/ServiceCmd/JSONOutput (0.33s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveDaemon
functional_test.go:419: (dbg) Run:  docker rmi kicbase/echo-server:functional-390721
functional_test.go:424: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 image save --daemon kicbase/echo-server:functional-390721 --alsologtostderr
functional_test.go:432: (dbg) Run:  docker image inspect localhost/kicbase/echo-server:functional-390721
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveDaemon (0.85s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/HTTPS
functional_test.go:1509: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 service --namespace=default --https --url hello-node
functional_test.go:1522: found endpoint: https://192.168.49.2:31927
--- PASS: TestFunctional/parallel/ServiceCmd/HTTPS (0.38s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/Format
functional_test.go:1540: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 service hello-node --url --format={{.IP}}
--- PASS: TestFunctional/parallel/ServiceCmd/Format (0.34s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/URL
functional_test.go:1559: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 service hello-node --url
functional_test.go:1565: found endpoint for hello-node: http://192.168.49.2:31927
--- PASS: TestFunctional/parallel/ServiceCmd/URL (0.34s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/AccessDirect
functional_test_tunnel_test.go:299: tunnel at http://10.111.45.90 is working!
--- PASS: TestFunctional/parallel/TunnelCmd/serial/AccessDirect (0.00s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel
functional_test_tunnel_test.go:434: (dbg) stopping [out/minikube-linux-amd64 -p functional-390721 tunnel --alsologtostderr] ...
--- PASS: TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.11s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/short
functional_test.go:2256: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 version --short
--- PASS: TestFunctional/parallel/Version/short (0.05s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/components
functional_test.go:2270: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 version -o=json --components
--- PASS: TestFunctional/parallel/Version/components (0.57s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_not_create
functional_test.go:1270: (dbg) Run:  out/minikube-linux-amd64 profile lis
functional_test.go:1275: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
--- PASS: TestFunctional/parallel/ProfileCmd/profile_not_create (0.37s)

                                                
                                    
x
+
TestFunctional/parallel/MountCmd/any-port (20.77s)

                                                
                                                
=== RUN   TestFunctional/parallel/MountCmd/any-port
functional_test_mount_test.go:73: (dbg) daemon: [out/minikube-linux-amd64 mount -p functional-390721 /tmp/TestFunctionalparallelMountCmdany-port2520268028/001:/mount-9p --alsologtostderr -v=1]
functional_test_mount_test.go:107: wrote "test-1722279162693496987" to /tmp/TestFunctionalparallelMountCmdany-port2520268028/001/created-by-test
functional_test_mount_test.go:107: wrote "test-1722279162693496987" to /tmp/TestFunctionalparallelMountCmdany-port2520268028/001/created-by-test-removed-by-pod
functional_test_mount_test.go:107: wrote "test-1722279162693496987" to /tmp/TestFunctionalparallelMountCmdany-port2520268028/001/test-1722279162693496987
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:115: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-390721 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (298.905911ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh -- ls -la /mount-9p
functional_test_mount_test.go:133: guest mount directory contents
total 2
-rw-r--r-- 1 docker docker 24 Jul 29 18:52 created-by-test
-rw-r--r-- 1 docker docker 24 Jul 29 18:52 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Jul 29 18:52 test-1722279162693496987
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh cat /mount-9p/test-1722279162693496987
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-390721 replace --force -f testdata/busybox-mount-test.yaml
functional_test_mount_test.go:153: (dbg) TestFunctional/parallel/MountCmd/any-port: waiting 4m0s for pods matching "integration-test=busybox-mount" in namespace "default" ...
helpers_test.go:344: "busybox-mount" [137c753a-ae3f-4f8e-9290-7ab7f97ce453] Pending
helpers_test.go:344: "busybox-mount" [137c753a-ae3f-4f8e-9290-7ab7f97ce453] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:344: "busybox-mount" [137c753a-ae3f-4f8e-9290-7ab7f97ce453] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [137c753a-ae3f-4f8e-9290-7ab7f97ce453] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
functional_test_mount_test.go:153: (dbg) TestFunctional/parallel/MountCmd/any-port: integration-test=busybox-mount healthy within 18.003608905s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-390721 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-390721 /tmp/TestFunctionalparallelMountCmdany-port2520268028/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (20.77s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_list
functional_test.go:1310: (dbg) Run:  out/minikube-linux-amd64 profile list
functional_test.go:1315: Took "360.286044ms" to run "out/minikube-linux-amd64 profile list"
functional_test.go:1324: (dbg) Run:  out/minikube-linux-amd64 profile list -l
functional_test.go:1329: Took "46.151874ms" to run "out/minikube-linux-amd64 profile list -l"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_list (0.41s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_json_output
functional_test.go:1361: (dbg) Run:  out/minikube-linux-amd64 profile list -o json
functional_test.go:1366: Took "303.938552ms" to run "out/minikube-linux-amd64 profile list -o json"
functional_test.go:1374: (dbg) Run:  out/minikube-linux-amd64 profile list -o json --light
functional_test.go:1379: Took "53.305122ms" to run "out/minikube-linux-amd64 profile list -o json --light"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_json_output (0.36s)

                                                
                                    
x
+
TestFunctional/parallel/MountCmd/specific-port (1.71s)

                                                
                                                
=== RUN   TestFunctional/parallel/MountCmd/specific-port
functional_test_mount_test.go:213: (dbg) daemon: [out/minikube-linux-amd64 mount -p functional-390721 /tmp/TestFunctionalparallelMountCmdspecific-port3566943422/001:/mount-9p --alsologtostderr -v=1 --port 46464]
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:243: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-390721 ssh "findmnt -T /mount-9p | grep 9p": exit status 1 (242.450685ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:257: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh -- ls -la /mount-9p
functional_test_mount_test.go:261: guest mount directory contents
total 0
functional_test_mount_test.go:263: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-390721 /tmp/TestFunctionalparallelMountCmdspecific-port3566943422/001:/mount-9p --alsologtostderr -v=1 --port 46464] ...
functional_test_mount_test.go:264: reading mount text
functional_test_mount_test.go:278: done reading mount text
functional_test_mount_test.go:230: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-390721 ssh "sudo umount -f /mount-9p": exit status 1 (232.901234ms)

                                                
                                                
-- stdout --
	umount: /mount-9p: not mounted.

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:232: "out/minikube-linux-amd64 -p functional-390721 ssh \"sudo umount -f /mount-9p\"": exit status 1
functional_test_mount_test.go:234: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-390721 /tmp/TestFunctionalparallelMountCmdspecific-port3566943422/001:/mount-9p --alsologtostderr -v=1 --port 46464] ...
--- PASS: TestFunctional/parallel/MountCmd/specific-port (1.71s)

                                                
                                    
x
+
TestFunctional/parallel/MountCmd/VerifyCleanup (1.8s)

                                                
                                                
=== RUN   TestFunctional/parallel/MountCmd/VerifyCleanup
functional_test_mount_test.go:298: (dbg) daemon: [out/minikube-linux-amd64 mount -p functional-390721 /tmp/TestFunctionalparallelMountCmdVerifyCleanup1742348965/001:/mount1 --alsologtostderr -v=1]
functional_test_mount_test.go:298: (dbg) daemon: [out/minikube-linux-amd64 mount -p functional-390721 /tmp/TestFunctionalparallelMountCmdVerifyCleanup1742348965/001:/mount2 --alsologtostderr -v=1]
functional_test_mount_test.go:298: (dbg) daemon: [out/minikube-linux-amd64 mount -p functional-390721 /tmp/TestFunctionalparallelMountCmdVerifyCleanup1742348965/001:/mount3 --alsologtostderr -v=1]
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-390721 ssh "findmnt -T" /mount1: exit status 1 (291.876481ms)

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "findmnt -T" /mount2
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-390721 ssh "findmnt -T" /mount3
functional_test_mount_test.go:370: (dbg) Run:  out/minikube-linux-amd64 mount -p functional-390721 --kill=true
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-390721 /tmp/TestFunctionalparallelMountCmdVerifyCleanup1742348965/001:/mount1 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-390721 /tmp/TestFunctionalparallelMountCmdVerifyCleanup1742348965/001:/mount2 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-390721 /tmp/TestFunctionalparallelMountCmdVerifyCleanup1742348965/001:/mount3 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
--- PASS: TestFunctional/parallel/MountCmd/VerifyCleanup (1.80s)

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.03s)

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

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.01s)

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

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.02s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (118.61s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-amd64 start -p ha-773530 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0729 18:53:30.286544  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt: no such file or directory
E0729 18:53:32.848418  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt: no such file or directory
E0729 18:53:37.968807  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt: no such file or directory
E0729 18:53:48.209220  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt: no such file or directory
E0729 18:54:08.689488  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt: no such file or directory
E0729 18:54:49.650653  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt: no such file or directory
ha_test.go:101: (dbg) Done: out/minikube-linux-amd64 start -p ha-773530 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (1m57.9584259s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/StartCluster (118.61s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (6.61s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeployApp
ha_test.go:128: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- apply -f ./testdata/ha/ha-pod-dns-test.yaml
ha_test.go:133: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- rollout status deployment/busybox
ha_test.go:133: (dbg) Done: out/minikube-linux-amd64 kubectl -p ha-773530 -- rollout status deployment/busybox: (4.773475865s)
ha_test.go:140: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:163: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:171: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- exec busybox-fc5497c4f-jpt99 -- nslookup kubernetes.io
ha_test.go:171: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- exec busybox-fc5497c4f-kjn9r -- nslookup kubernetes.io
ha_test.go:171: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- exec busybox-fc5497c4f-rbx6q -- nslookup kubernetes.io
ha_test.go:181: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- exec busybox-fc5497c4f-jpt99 -- nslookup kubernetes.default
ha_test.go:181: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- exec busybox-fc5497c4f-kjn9r -- nslookup kubernetes.default
ha_test.go:181: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- exec busybox-fc5497c4f-rbx6q -- nslookup kubernetes.default
ha_test.go:189: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- exec busybox-fc5497c4f-jpt99 -- nslookup kubernetes.default.svc.cluster.local
ha_test.go:189: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- exec busybox-fc5497c4f-kjn9r -- nslookup kubernetes.default.svc.cluster.local
ha_test.go:189: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- exec busybox-fc5497c4f-rbx6q -- nslookup kubernetes.default.svc.cluster.local
--- PASS: TestMultiControlPlane/serial/DeployApp (6.61s)

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.01s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/PingHostFromPods
ha_test.go:199: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- exec busybox-fc5497c4f-jpt99 -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- exec busybox-fc5497c4f-jpt99 -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- exec busybox-fc5497c4f-kjn9r -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- exec busybox-fc5497c4f-kjn9r -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- exec busybox-fc5497c4f-rbx6q -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-773530 -- exec busybox-fc5497c4f-rbx6q -- sh -c "ping -c 1 192.168.49.1"
--- PASS: TestMultiControlPlane/serial/PingHostFromPods (1.01s)

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (39.89s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddWorkerNode
ha_test.go:228: (dbg) Run:  out/minikube-linux-amd64 node add -p ha-773530 -v=7 --alsologtostderr
E0729 18:56:11.571108  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt: no such file or directory
ha_test.go:228: (dbg) Done: out/minikube-linux-amd64 node add -p ha-773530 -v=7 --alsologtostderr: (39.10953669s)
ha_test.go:234: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddWorkerNode (39.89s)

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.07s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (0.61s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/HAppyAfterClusterStart
ha_test.go:281: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
--- PASS: TestMultiControlPlane/serial/HAppyAfterClusterStart (0.61s)

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (15.12s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/CopyFile
ha_test.go:326: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 status --output json -v=7 --alsologtostderr
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp testdata/cp-test.txt ha-773530:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp ha-773530:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile1839208611/001/cp-test_ha-773530.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp ha-773530:/home/docker/cp-test.txt ha-773530-m02:/home/docker/cp-test_ha-773530_ha-773530-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m02 "sudo cat /home/docker/cp-test_ha-773530_ha-773530-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp ha-773530:/home/docker/cp-test.txt ha-773530-m03:/home/docker/cp-test_ha-773530_ha-773530-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m03 "sudo cat /home/docker/cp-test_ha-773530_ha-773530-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp ha-773530:/home/docker/cp-test.txt ha-773530-m04:/home/docker/cp-test_ha-773530_ha-773530-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m04 "sudo cat /home/docker/cp-test_ha-773530_ha-773530-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp testdata/cp-test.txt ha-773530-m02:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp ha-773530-m02:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile1839208611/001/cp-test_ha-773530-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp ha-773530-m02:/home/docker/cp-test.txt ha-773530:/home/docker/cp-test_ha-773530-m02_ha-773530.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530 "sudo cat /home/docker/cp-test_ha-773530-m02_ha-773530.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp ha-773530-m02:/home/docker/cp-test.txt ha-773530-m03:/home/docker/cp-test_ha-773530-m02_ha-773530-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m03 "sudo cat /home/docker/cp-test_ha-773530-m02_ha-773530-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp ha-773530-m02:/home/docker/cp-test.txt ha-773530-m04:/home/docker/cp-test_ha-773530-m02_ha-773530-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m04 "sudo cat /home/docker/cp-test_ha-773530-m02_ha-773530-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp testdata/cp-test.txt ha-773530-m03:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp ha-773530-m03:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile1839208611/001/cp-test_ha-773530-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp ha-773530-m03:/home/docker/cp-test.txt ha-773530:/home/docker/cp-test_ha-773530-m03_ha-773530.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530 "sudo cat /home/docker/cp-test_ha-773530-m03_ha-773530.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp ha-773530-m03:/home/docker/cp-test.txt ha-773530-m02:/home/docker/cp-test_ha-773530-m03_ha-773530-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m02 "sudo cat /home/docker/cp-test_ha-773530-m03_ha-773530-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp ha-773530-m03:/home/docker/cp-test.txt ha-773530-m04:/home/docker/cp-test_ha-773530-m03_ha-773530-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m04 "sudo cat /home/docker/cp-test_ha-773530-m03_ha-773530-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp testdata/cp-test.txt ha-773530-m04:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp ha-773530-m04:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile1839208611/001/cp-test_ha-773530-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp ha-773530-m04:/home/docker/cp-test.txt ha-773530:/home/docker/cp-test_ha-773530-m04_ha-773530.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530 "sudo cat /home/docker/cp-test_ha-773530-m04_ha-773530.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp ha-773530-m04:/home/docker/cp-test.txt ha-773530-m02:/home/docker/cp-test_ha-773530-m04_ha-773530-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m02 "sudo cat /home/docker/cp-test_ha-773530-m04_ha-773530-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 cp ha-773530-m04:/home/docker/cp-test.txt ha-773530-m03:/home/docker/cp-test_ha-773530-m04_ha-773530-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 ssh -n ha-773530-m03 "sudo cat /home/docker/cp-test_ha-773530-m04_ha-773530-m03.txt"
--- PASS: TestMultiControlPlane/serial/CopyFile (15.12s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (12.44s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopSecondaryNode
ha_test.go:363: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 node stop m02 -v=7 --alsologtostderr
ha_test.go:363: (dbg) Done: out/minikube-linux-amd64 -p ha-773530 node stop m02 -v=7 --alsologtostderr: (11.815341328s)
ha_test.go:369: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 status -v=7 --alsologtostderr
ha_test.go:369: (dbg) Non-zero exit: out/minikube-linux-amd64 -p ha-773530 status -v=7 --alsologtostderr: exit status 7 (628.49937ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0729 18:56:43.110190  594671 out.go:291] Setting OutFile to fd 1 ...
	I0729 18:56:43.110464  594671 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 18:56:43.110475  594671 out.go:304] Setting ErrFile to fd 2...
	I0729 18:56:43.110480  594671 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 18:56:43.110647  594671 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-520813/.minikube/bin
	I0729 18:56:43.110814  594671 out.go:298] Setting JSON to false
	I0729 18:56:43.110837  594671 mustload.go:65] Loading cluster: ha-773530
	I0729 18:56:43.110883  594671 notify.go:220] Checking for updates...
	I0729 18:56:43.111362  594671 config.go:182] Loaded profile config "ha-773530": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 18:56:43.111387  594671 status.go:255] checking status of ha-773530 ...
	I0729 18:56:43.111854  594671 cli_runner.go:164] Run: docker container inspect ha-773530 --format={{.State.Status}}
	I0729 18:56:43.130136  594671 status.go:330] ha-773530 host status = "Running" (err=<nil>)
	I0729 18:56:43.130186  594671 host.go:66] Checking if "ha-773530" exists ...
	I0729 18:56:43.130562  594671 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-773530
	I0729 18:56:43.147677  594671 host.go:66] Checking if "ha-773530" exists ...
	I0729 18:56:43.147951  594671 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0729 18:56:43.148008  594671 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-773530
	I0729 18:56:43.165935  594671 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33273 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/ha-773530/id_rsa Username:docker}
	I0729 18:56:43.257902  594671 ssh_runner.go:195] Run: systemctl --version
	I0729 18:56:43.262125  594671 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0729 18:56:43.273581  594671 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 18:56:43.321390  594671 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:4 ContainersRunning:3 ContainersPaused:0 ContainersStopped:1 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:54 OomKillDisable:true NGoroutines:72 SystemTime:2024-07-29 18:56:43.312373052 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1065-gcp OperatingSystem:Ubuntu 20.04.6 LTS 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:8 MemTotal:33647939584 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-5 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0729 18:56:43.322002  594671 kubeconfig.go:125] found "ha-773530" server: "https://192.168.49.254:8443"
	I0729 18:56:43.322031  594671 api_server.go:166] Checking apiserver status ...
	I0729 18:56:43.322072  594671 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0729 18:56:43.332836  594671 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1557/cgroup
	I0729 18:56:43.342105  594671 api_server.go:182] apiserver freezer: "8:freezer:/docker/7548452affbf5b70f5a306606a2dc94fa0a5da4a3729b65633b353dc4849f0b8/crio/crio-b86148aa15e09f133d8b59e5e74c9c8cce26e3642ef6e6a43090027cc8534300"
	I0729 18:56:43.342177  594671 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/7548452affbf5b70f5a306606a2dc94fa0a5da4a3729b65633b353dc4849f0b8/crio/crio-b86148aa15e09f133d8b59e5e74c9c8cce26e3642ef6e6a43090027cc8534300/freezer.state
	I0729 18:56:43.350208  594671 api_server.go:204] freezer state: "THAWED"
	I0729 18:56:43.350232  594671 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0729 18:56:43.353830  594671 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0729 18:56:43.353854  594671 status.go:422] ha-773530 apiserver status = Running (err=<nil>)
	I0729 18:56:43.353872  594671 status.go:257] ha-773530 status: &{Name:ha-773530 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0729 18:56:43.353898  594671 status.go:255] checking status of ha-773530-m02 ...
	I0729 18:56:43.354150  594671 cli_runner.go:164] Run: docker container inspect ha-773530-m02 --format={{.State.Status}}
	I0729 18:56:43.371215  594671 status.go:330] ha-773530-m02 host status = "Stopped" (err=<nil>)
	I0729 18:56:43.371233  594671 status.go:343] host is not running, skipping remaining checks
	I0729 18:56:43.371239  594671 status.go:257] ha-773530-m02 status: &{Name:ha-773530-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0729 18:56:43.371262  594671 status.go:255] checking status of ha-773530-m03 ...
	I0729 18:56:43.371502  594671 cli_runner.go:164] Run: docker container inspect ha-773530-m03 --format={{.State.Status}}
	I0729 18:56:43.388446  594671 status.go:330] ha-773530-m03 host status = "Running" (err=<nil>)
	I0729 18:56:43.388474  594671 host.go:66] Checking if "ha-773530-m03" exists ...
	I0729 18:56:43.388816  594671 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-773530-m03
	I0729 18:56:43.404388  594671 host.go:66] Checking if "ha-773530-m03" exists ...
	I0729 18:56:43.404745  594671 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0729 18:56:43.404791  594671 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-773530-m03
	I0729 18:56:43.421549  594671 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33283 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/ha-773530-m03/id_rsa Username:docker}
	I0729 18:56:43.505638  594671 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0729 18:56:43.516460  594671 kubeconfig.go:125] found "ha-773530" server: "https://192.168.49.254:8443"
	I0729 18:56:43.516492  594671 api_server.go:166] Checking apiserver status ...
	I0729 18:56:43.516544  594671 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0729 18:56:43.526806  594671 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1496/cgroup
	I0729 18:56:43.535284  594671 api_server.go:182] apiserver freezer: "8:freezer:/docker/e31ffa5278d4b25d5900a9b3672ca2389c78770525e31969f6f2e376459d4ce6/crio/crio-81306f0c63275c3643202d60f1105816b8e7f053689b5893bbbe8ffca4cb4482"
	I0729 18:56:43.535346  594671 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/e31ffa5278d4b25d5900a9b3672ca2389c78770525e31969f6f2e376459d4ce6/crio/crio-81306f0c63275c3643202d60f1105816b8e7f053689b5893bbbe8ffca4cb4482/freezer.state
	I0729 18:56:43.542856  594671 api_server.go:204] freezer state: "THAWED"
	I0729 18:56:43.542876  594671 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0729 18:56:43.546469  594671 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0729 18:56:43.546492  594671 status.go:422] ha-773530-m03 apiserver status = Running (err=<nil>)
	I0729 18:56:43.546501  594671 status.go:257] ha-773530-m03 status: &{Name:ha-773530-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0729 18:56:43.546516  594671 status.go:255] checking status of ha-773530-m04 ...
	I0729 18:56:43.546760  594671 cli_runner.go:164] Run: docker container inspect ha-773530-m04 --format={{.State.Status}}
	I0729 18:56:43.563910  594671 status.go:330] ha-773530-m04 host status = "Running" (err=<nil>)
	I0729 18:56:43.563934  594671 host.go:66] Checking if "ha-773530-m04" exists ...
	I0729 18:56:43.564250  594671 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-773530-m04
	I0729 18:56:43.580471  594671 host.go:66] Checking if "ha-773530-m04" exists ...
	I0729 18:56:43.580768  594671 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0729 18:56:43.580812  594671 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-773530-m04
	I0729 18:56:43.596713  594671 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33288 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/ha-773530-m04/id_rsa Username:docker}
	I0729 18:56:43.681430  594671 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0729 18:56:43.693336  594671 status.go:257] ha-773530-m04 status: &{Name:ha-773530-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.46s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop
ha_test.go:390: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
--- PASS: TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.46s)

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (21.01s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartSecondaryNode
ha_test.go:420: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 node start m02 -v=7 --alsologtostderr
ha_test.go:420: (dbg) Done: out/minikube-linux-amd64 -p ha-773530 node start m02 -v=7 --alsologtostderr: (19.9581012s)
ha_test.go:428: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 status -v=7 --alsologtostderr
ha_test.go:448: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiControlPlane/serial/RestartSecondaryNode (21.01s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (2.35s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart
ha_test.go:281: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
ha_test.go:281: (dbg) Done: out/minikube-linux-amd64 profile list --output json: (2.346909152s)
--- PASS: TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (2.35s)

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (145.07s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:456: (dbg) Run:  out/minikube-linux-amd64 node list -p ha-773530 -v=7 --alsologtostderr
ha_test.go:462: (dbg) Run:  out/minikube-linux-amd64 stop -p ha-773530 -v=7 --alsologtostderr
E0729 18:57:24.420600  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
E0729 18:57:24.426011  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
E0729 18:57:24.436273  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
E0729 18:57:24.456525  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
E0729 18:57:24.496889  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
E0729 18:57:24.577236  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
E0729 18:57:24.737708  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
E0729 18:57:25.058255  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
E0729 18:57:25.699218  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
E0729 18:57:26.979724  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
E0729 18:57:29.540202  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
E0729 18:57:34.660916  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
ha_test.go:462: (dbg) Done: out/minikube-linux-amd64 stop -p ha-773530 -v=7 --alsologtostderr: (36.502916638s)
ha_test.go:467: (dbg) Run:  out/minikube-linux-amd64 start -p ha-773530 --wait=true -v=7 --alsologtostderr
E0729 18:57:44.901209  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
E0729 18:58:05.382399  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
E0729 18:58:27.725346  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt: no such file or directory
E0729 18:58:46.343604  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
E0729 18:58:55.411360  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt: no such file or directory
ha_test.go:467: (dbg) Done: out/minikube-linux-amd64 start -p ha-773530 --wait=true -v=7 --alsologtostderr: (1m48.468857564s)
ha_test.go:472: (dbg) Run:  out/minikube-linux-amd64 node list -p ha-773530
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (145.07s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (11.73s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeleteSecondaryNode
ha_test.go:487: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 node delete m03 -v=7 --alsologtostderr
ha_test.go:487: (dbg) Done: out/minikube-linux-amd64 -p ha-773530 node delete m03 -v=7 --alsologtostderr: (10.996140076s)
ha_test.go:493: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 status -v=7 --alsologtostderr
ha_test.go:511: (dbg) Run:  kubectl get nodes
ha_test.go:519: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiControlPlane/serial/DeleteSecondaryNode (11.73s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.44s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete
ha_test.go:390: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
--- PASS: TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.44s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (35.54s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopCluster
ha_test.go:531: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 stop -v=7 --alsologtostderr
E0729 19:00:08.263976  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
ha_test.go:531: (dbg) Done: out/minikube-linux-amd64 -p ha-773530 stop -v=7 --alsologtostderr: (35.43841251s)
ha_test.go:537: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 status -v=7 --alsologtostderr
ha_test.go:537: (dbg) Non-zero exit: out/minikube-linux-amd64 -p ha-773530 status -v=7 --alsologtostderr: exit status 7 (97.211152ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0729 19:00:20.238362  611751 out.go:291] Setting OutFile to fd 1 ...
	I0729 19:00:20.238494  611751 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 19:00:20.238503  611751 out.go:304] Setting ErrFile to fd 2...
	I0729 19:00:20.238508  611751 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 19:00:20.238684  611751 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-520813/.minikube/bin
	I0729 19:00:20.238851  611751 out.go:298] Setting JSON to false
	I0729 19:00:20.238879  611751 mustload.go:65] Loading cluster: ha-773530
	I0729 19:00:20.238997  611751 notify.go:220] Checking for updates...
	I0729 19:00:20.239306  611751 config.go:182] Loaded profile config "ha-773530": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 19:00:20.239323  611751 status.go:255] checking status of ha-773530 ...
	I0729 19:00:20.239697  611751 cli_runner.go:164] Run: docker container inspect ha-773530 --format={{.State.Status}}
	I0729 19:00:20.256776  611751 status.go:330] ha-773530 host status = "Stopped" (err=<nil>)
	I0729 19:00:20.256815  611751 status.go:343] host is not running, skipping remaining checks
	I0729 19:00:20.256828  611751 status.go:257] ha-773530 status: &{Name:ha-773530 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0729 19:00:20.256936  611751 status.go:255] checking status of ha-773530-m02 ...
	I0729 19:00:20.257210  611751 cli_runner.go:164] Run: docker container inspect ha-773530-m02 --format={{.State.Status}}
	I0729 19:00:20.275244  611751 status.go:330] ha-773530-m02 host status = "Stopped" (err=<nil>)
	I0729 19:00:20.275266  611751 status.go:343] host is not running, skipping remaining checks
	I0729 19:00:20.275272  611751 status.go:257] ha-773530-m02 status: &{Name:ha-773530-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0729 19:00:20.275291  611751 status.go:255] checking status of ha-773530-m04 ...
	I0729 19:00:20.275536  611751 cli_runner.go:164] Run: docker container inspect ha-773530-m04 --format={{.State.Status}}
	I0729 19:00:20.291339  611751 status.go:330] ha-773530-m04 host status = "Stopped" (err=<nil>)
	I0729 19:00:20.291381  611751 status.go:343] host is not running, skipping remaining checks
	I0729 19:00:20.291396  611751 status.go:257] ha-773530-m04 status: &{Name:ha-773530-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (123.89s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:560: (dbg) Run:  out/minikube-linux-amd64 start -p ha-773530 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
ha_test.go:560: (dbg) Done: out/minikube-linux-amd64 start -p ha-773530 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (2m3.149329795s)
ha_test.go:566: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 status -v=7 --alsologtostderr
ha_test.go:584: (dbg) Run:  kubectl get nodes
ha_test.go:592: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiControlPlane/serial/RestartCluster (123.89s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.45s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DegradedAfterClusterRestart
ha_test.go:390: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
E0729 19:02:24.420991  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
--- PASS: TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.45s)

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (48.16s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:605: (dbg) Run:  out/minikube-linux-amd64 node add -p ha-773530 --control-plane -v=7 --alsologtostderr
E0729 19:02:52.104819  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
ha_test.go:605: (dbg) Done: out/minikube-linux-amd64 node add -p ha-773530 --control-plane -v=7 --alsologtostderr: (47.351445589s)
ha_test.go:611: (dbg) Run:  out/minikube-linux-amd64 -p ha-773530 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (48.16s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (0.61s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd
ha_test.go:281: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
--- PASS: TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (0.61s)

                                                
                                    
x
+
TestJSONOutput/start/Command (56.54s)

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-amd64 start -p json-output-759571 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=crio
E0729 19:03:27.728017  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt: no such file or directory
json_output_test.go:63: (dbg) Done: out/minikube-linux-amd64 start -p json-output-759571 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=crio: (56.535084763s)
--- PASS: TestJSONOutput/start/Command (56.54s)

                                                
                                    
x
+
TestJSONOutput/start/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/pause/Command (0.62s)

                                                
                                                
=== RUN   TestJSONOutput/pause/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-amd64 pause -p json-output-759571 --output=json --user=testUser
--- PASS: TestJSONOutput/pause/Command (0.62s)

                                                
                                    
x
+
TestJSONOutput/pause/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/unpause/Command (0.58s)

                                                
                                                
=== RUN   TestJSONOutput/unpause/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-amd64 unpause -p json-output-759571 --output=json --user=testUser
--- PASS: TestJSONOutput/unpause/Command (0.58s)

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

                                                
                                                
=== RUN   TestJSONOutput/stop/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-amd64 stop -p json-output-759571 --output=json --user=testUser
json_output_test.go:63: (dbg) Done: out/minikube-linux-amd64 stop -p json-output-759571 --output=json --user=testUser: (5.688269719s)
--- PASS: TestJSONOutput/stop/Command (5.69s)

                                                
                                    
x
+
TestJSONOutput/stop/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestErrorJSONOutput (0.19s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"630617ae-7376-45ed-a53d-9ecab93a930c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-791990] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"e5fbbcf8-b3d9-432c-99a1-81a1d415bc58","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19312"}}
	{"specversion":"1.0","id":"c2a08ebb-8008-4297-9035-40ffdc4085fc","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":"b88a6ce3-af8a-4c8c-8a09-f266e853e9be","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19312-520813/kubeconfig"}}
	{"specversion":"1.0","id":"3c48697c-44c2-4a0a-b71b-08c1a9f96b57","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-520813/.minikube"}}
	{"specversion":"1.0","id":"1cb87d53-910b-465b-b6b5-085c4b9f0b29","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-amd64"}}
	{"specversion":"1.0","id":"09141b63-7139-460c-aaa4-1cfb0c9ba306","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"f47fa76f-7280-417f-a030-cfb1e10dc195","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 linux/amd64","name":"DRV_UNSUPPORTED_OS","url":""}}

                                                
                                                
-- /stdout --
helpers_test.go:175: Cleaning up "json-output-error-791990" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p json-output-error-791990
--- PASS: TestErrorJSONOutput (0.19s)

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (41.25s)

                                                
                                                
=== RUN   TestKicCustomNetwork/create_custom_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-amd64 start -p docker-network-711340 --network=
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-amd64 start -p docker-network-711340 --network=: (39.14312296s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-711340" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p docker-network-711340
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p docker-network-711340: (2.088356806s)
--- PASS: TestKicCustomNetwork/create_custom_network (41.25s)

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (26.18s)

                                                
                                                
=== RUN   TestKicCustomNetwork/use_default_bridge_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-amd64 start -p docker-network-053079 --network=bridge
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-amd64 start -p docker-network-053079 --network=bridge: (24.352348062s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-053079" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p docker-network-053079
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p docker-network-053079: (1.80662841s)
--- PASS: TestKicCustomNetwork/use_default_bridge_network (26.18s)

                                                
                                    
x
+
TestKicExistingNetwork (23.16s)

                                                
                                                
=== RUN   TestKicExistingNetwork
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
kic_custom_network_test.go:93: (dbg) Run:  out/minikube-linux-amd64 start -p existing-network-656852 --network=existing-network
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-amd64 start -p existing-network-656852 --network=existing-network: (21.168589955s)
helpers_test.go:175: Cleaning up "existing-network-656852" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p existing-network-656852
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p existing-network-656852: (1.855915108s)
--- PASS: TestKicExistingNetwork (23.16s)

                                                
                                    
x
+
TestKicCustomSubnet (23.67s)

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

                                                
                                    
x
+
TestKicStaticIP (23.21s)

                                                
                                                
=== RUN   TestKicStaticIP
kic_custom_network_test.go:132: (dbg) Run:  out/minikube-linux-amd64 start -p static-ip-942779 --static-ip=192.168.200.200
kic_custom_network_test.go:132: (dbg) Done: out/minikube-linux-amd64 start -p static-ip-942779 --static-ip=192.168.200.200: (21.041243868s)
kic_custom_network_test.go:138: (dbg) Run:  out/minikube-linux-amd64 -p static-ip-942779 ip
helpers_test.go:175: Cleaning up "static-ip-942779" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p static-ip-942779
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p static-ip-942779: (2.052950197s)
--- PASS: TestKicStaticIP (23.21s)

                                                
                                    
x
+
TestMainNoArgs (0.05s)

                                                
                                                
=== RUN   TestMainNoArgs
main_test.go:68: (dbg) Run:  out/minikube-linux-amd64
--- PASS: TestMainNoArgs (0.05s)

                                                
                                    
x
+
TestMinikubeProfile (52.08s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p first-397686 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p first-397686 --driver=docker  --container-runtime=crio: (23.692326191s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p second-400099 --driver=docker  --container-runtime=crio
E0729 19:07:24.420842  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p second-400099 --driver=docker  --container-runtime=crio: (23.700189517s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-amd64 profile first-397686
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-amd64 profile list -ojson
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-amd64 profile second-400099
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-amd64 profile list -ojson
helpers_test.go:175: Cleaning up "second-400099" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p second-400099
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p second-400099: (1.836163203s)
helpers_test.go:175: Cleaning up "first-397686" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p first-397686
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p first-397686: (1.843177241s)
--- PASS: TestMinikubeProfile (52.08s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (8.67s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountFirst
mount_start_test.go:98: (dbg) Run:  out/minikube-linux-amd64 start -p mount-start-1-275086 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=crio
mount_start_test.go:98: (dbg) Done: out/minikube-linux-amd64 start -p mount-start-1-275086 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=crio: (7.674388822s)
--- PASS: TestMountStart/serial/StartWithMountFirst (8.67s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountFirst (0.24s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountFirst
mount_start_test.go:114: (dbg) Run:  out/minikube-linux-amd64 -p mount-start-1-275086 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountFirst (0.24s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (5.77s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountSecond
mount_start_test.go:98: (dbg) Run:  out/minikube-linux-amd64 start -p mount-start-2-294844 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=crio
mount_start_test.go:98: (dbg) Done: out/minikube-linux-amd64 start -p mount-start-2-294844 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=crio: (4.771899295s)
--- PASS: TestMountStart/serial/StartWithMountSecond (5.77s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (0.23s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountSecond
mount_start_test.go:114: (dbg) Run:  out/minikube-linux-amd64 -p mount-start-2-294844 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountSecond (0.23s)

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.58s)

                                                
                                                
=== RUN   TestMountStart/serial/DeleteFirst
pause_test.go:132: (dbg) Run:  out/minikube-linux-amd64 delete -p mount-start-1-275086 --alsologtostderr -v=5
pause_test.go:132: (dbg) Done: out/minikube-linux-amd64 delete -p mount-start-1-275086 --alsologtostderr -v=5: (1.57813725s)
--- PASS: TestMountStart/serial/DeleteFirst (1.58s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (0.23s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountPostDelete
mount_start_test.go:114: (dbg) Run:  out/minikube-linux-amd64 -p mount-start-2-294844 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountPostDelete (0.23s)

                                                
                                    
x
+
TestMountStart/serial/Stop (1.17s)

                                                
                                                
=== RUN   TestMountStart/serial/Stop
mount_start_test.go:155: (dbg) Run:  out/minikube-linux-amd64 stop -p mount-start-2-294844
mount_start_test.go:155: (dbg) Done: out/minikube-linux-amd64 stop -p mount-start-2-294844: (1.172912658s)
--- PASS: TestMountStart/serial/Stop (1.17s)

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (7.66s)

                                                
                                                
=== RUN   TestMountStart/serial/RestartStopped
mount_start_test.go:166: (dbg) Run:  out/minikube-linux-amd64 start -p mount-start-2-294844
mount_start_test.go:166: (dbg) Done: out/minikube-linux-amd64 start -p mount-start-2-294844: (6.663544166s)
--- PASS: TestMountStart/serial/RestartStopped (7.66s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (0.24s)

                                                
                                                
=== RUN   TestMountStart/serial/VerifyMountPostStop
mount_start_test.go:114: (dbg) Run:  out/minikube-linux-amd64 -p mount-start-2-294844 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountPostStop (0.24s)

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (89.57s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-507409 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E0729 19:08:27.728005  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt: no such file or directory
multinode_test.go:96: (dbg) Done: out/minikube-linux-amd64 start -p multinode-507409 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (1m29.133328325s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (89.57s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (5.52s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeployApp2Nodes
multinode_test.go:493: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-507409 -- apply -f ./testdata/multinodes/multinode-pod-dns-test.yaml
multinode_test.go:498: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-507409 -- rollout status deployment/busybox
multinode_test.go:498: (dbg) Done: out/minikube-linux-amd64 kubectl -p multinode-507409 -- rollout status deployment/busybox: (4.089565684s)
multinode_test.go:505: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-507409 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:528: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-507409 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:536: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-507409 -- exec busybox-fc5497c4f-4ln7g -- nslookup kubernetes.io
multinode_test.go:536: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-507409 -- exec busybox-fc5497c4f-kjmtj -- nslookup kubernetes.io
multinode_test.go:546: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-507409 -- exec busybox-fc5497c4f-4ln7g -- nslookup kubernetes.default
multinode_test.go:546: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-507409 -- exec busybox-fc5497c4f-kjmtj -- nslookup kubernetes.default
multinode_test.go:554: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-507409 -- exec busybox-fc5497c4f-4ln7g -- nslookup kubernetes.default.svc.cluster.local
multinode_test.go:554: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-507409 -- exec busybox-fc5497c4f-kjmtj -- nslookup kubernetes.default.svc.cluster.local
--- PASS: TestMultiNode/serial/DeployApp2Nodes (5.52s)

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (0.69s)

                                                
                                                
=== RUN   TestMultiNode/serial/PingHostFrom2Pods
multinode_test.go:564: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-507409 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:572: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-507409 -- exec busybox-fc5497c4f-4ln7g -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
multinode_test.go:583: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-507409 -- exec busybox-fc5497c4f-4ln7g -- sh -c "ping -c 1 192.168.67.1"
multinode_test.go:572: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-507409 -- exec busybox-fc5497c4f-kjmtj -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
multinode_test.go:583: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-507409 -- exec busybox-fc5497c4f-kjmtj -- sh -c "ping -c 1 192.168.67.1"
--- PASS: TestMultiNode/serial/PingHostFrom2Pods (0.69s)

                                                
                                    
x
+
TestMultiNode/serial/AddNode (32.76s)

                                                
                                                
=== RUN   TestMultiNode/serial/AddNode
multinode_test.go:121: (dbg) Run:  out/minikube-linux-amd64 node add -p multinode-507409 -v 3 --alsologtostderr
E0729 19:09:50.772333  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt: no such file or directory
multinode_test.go:121: (dbg) Done: out/minikube-linux-amd64 node add -p multinode-507409 -v 3 --alsologtostderr: (32.186837931s)
multinode_test.go:127: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 status --alsologtostderr
--- PASS: TestMultiNode/serial/AddNode (32.76s)

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.06s)

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

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.28s)

                                                
                                                
=== RUN   TestMultiNode/serial/ProfileList
multinode_test.go:143: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
--- PASS: TestMultiNode/serial/ProfileList (0.28s)

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (8.64s)

                                                
                                                
=== RUN   TestMultiNode/serial/CopyFile
multinode_test.go:184: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 status --output json --alsologtostderr
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 cp testdata/cp-test.txt multinode-507409:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 ssh -n multinode-507409 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 cp multinode-507409:/home/docker/cp-test.txt /tmp/TestMultiNodeserialCopyFile781045470/001/cp-test_multinode-507409.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 ssh -n multinode-507409 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 cp multinode-507409:/home/docker/cp-test.txt multinode-507409-m02:/home/docker/cp-test_multinode-507409_multinode-507409-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 ssh -n multinode-507409 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 ssh -n multinode-507409-m02 "sudo cat /home/docker/cp-test_multinode-507409_multinode-507409-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 cp multinode-507409:/home/docker/cp-test.txt multinode-507409-m03:/home/docker/cp-test_multinode-507409_multinode-507409-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 ssh -n multinode-507409 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 ssh -n multinode-507409-m03 "sudo cat /home/docker/cp-test_multinode-507409_multinode-507409-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 cp testdata/cp-test.txt multinode-507409-m02:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 ssh -n multinode-507409-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 cp multinode-507409-m02:/home/docker/cp-test.txt /tmp/TestMultiNodeserialCopyFile781045470/001/cp-test_multinode-507409-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 ssh -n multinode-507409-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 cp multinode-507409-m02:/home/docker/cp-test.txt multinode-507409:/home/docker/cp-test_multinode-507409-m02_multinode-507409.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 ssh -n multinode-507409-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 ssh -n multinode-507409 "sudo cat /home/docker/cp-test_multinode-507409-m02_multinode-507409.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 cp multinode-507409-m02:/home/docker/cp-test.txt multinode-507409-m03:/home/docker/cp-test_multinode-507409-m02_multinode-507409-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 ssh -n multinode-507409-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 ssh -n multinode-507409-m03 "sudo cat /home/docker/cp-test_multinode-507409-m02_multinode-507409-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 cp testdata/cp-test.txt multinode-507409-m03:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 ssh -n multinode-507409-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 cp multinode-507409-m03:/home/docker/cp-test.txt /tmp/TestMultiNodeserialCopyFile781045470/001/cp-test_multinode-507409-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 ssh -n multinode-507409-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 cp multinode-507409-m03:/home/docker/cp-test.txt multinode-507409:/home/docker/cp-test_multinode-507409-m03_multinode-507409.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 ssh -n multinode-507409-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 ssh -n multinode-507409 "sudo cat /home/docker/cp-test_multinode-507409-m03_multinode-507409.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 cp multinode-507409-m03:/home/docker/cp-test.txt multinode-507409-m02:/home/docker/cp-test_multinode-507409-m03_multinode-507409-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 ssh -n multinode-507409-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 ssh -n multinode-507409-m02 "sudo cat /home/docker/cp-test_multinode-507409-m03_multinode-507409-m02.txt"
--- PASS: TestMultiNode/serial/CopyFile (8.64s)

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.06s)

                                                
                                                
=== RUN   TestMultiNode/serial/StopNode
multinode_test.go:248: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 node stop m03
multinode_test.go:248: (dbg) Done: out/minikube-linux-amd64 -p multinode-507409 node stop m03: (1.168860564s)
multinode_test.go:254: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 status
multinode_test.go:254: (dbg) Non-zero exit: out/minikube-linux-amd64 -p multinode-507409 status: exit status 7 (445.792217ms)

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

                                                
                                                
-- /stdout --
multinode_test.go:261: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 status --alsologtostderr
multinode_test.go:261: (dbg) Non-zero exit: out/minikube-linux-amd64 -p multinode-507409 status --alsologtostderr: exit status 7 (444.697088ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0729 19:10:25.914625  679304 out.go:291] Setting OutFile to fd 1 ...
	I0729 19:10:25.914777  679304 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 19:10:25.914788  679304 out.go:304] Setting ErrFile to fd 2...
	I0729 19:10:25.914795  679304 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 19:10:25.915012  679304 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-520813/.minikube/bin
	I0729 19:10:25.915193  679304 out.go:298] Setting JSON to false
	I0729 19:10:25.915226  679304 mustload.go:65] Loading cluster: multinode-507409
	I0729 19:10:25.915336  679304 notify.go:220] Checking for updates...
	I0729 19:10:25.915681  679304 config.go:182] Loaded profile config "multinode-507409": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 19:10:25.915702  679304 status.go:255] checking status of multinode-507409 ...
	I0729 19:10:25.916144  679304 cli_runner.go:164] Run: docker container inspect multinode-507409 --format={{.State.Status}}
	I0729 19:10:25.933441  679304 status.go:330] multinode-507409 host status = "Running" (err=<nil>)
	I0729 19:10:25.933472  679304 host.go:66] Checking if "multinode-507409" exists ...
	I0729 19:10:25.933733  679304 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-507409
	I0729 19:10:25.950561  679304 host.go:66] Checking if "multinode-507409" exists ...
	I0729 19:10:25.950879  679304 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0729 19:10:25.950937  679304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-507409
	I0729 19:10:25.966883  679304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33393 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/multinode-507409/id_rsa Username:docker}
	I0729 19:10:26.053806  679304 ssh_runner.go:195] Run: systemctl --version
	I0729 19:10:26.057933  679304 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0729 19:10:26.068290  679304 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 19:10:26.115050  679304 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:3 ContainersRunning:2 ContainersPaused:0 ContainersStopped:1 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:42 OomKillDisable:true NGoroutines:62 SystemTime:2024-07-29 19:10:26.10552868 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1065-gcp OperatingSystem:Ubuntu 20.04.6 LTS 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:8 MemTotal:33647939584 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-5 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0729 19:10:26.115646  679304 kubeconfig.go:125] found "multinode-507409" server: "https://192.168.67.2:8443"
	I0729 19:10:26.115673  679304 api_server.go:166] Checking apiserver status ...
	I0729 19:10:26.115712  679304 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0729 19:10:26.126321  679304 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1618/cgroup
	I0729 19:10:26.134941  679304 api_server.go:182] apiserver freezer: "8:freezer:/docker/6a63602287cd58b50cd3738d762e1d110a157d0d100d3bab60f6f1cdf7d63892/crio/crio-d91a1b97fcb1c44cd09c49846c2db4473a6f1c6b47a45642a96dacb88feea9eb"
	I0729 19:10:26.134995  679304 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/6a63602287cd58b50cd3738d762e1d110a157d0d100d3bab60f6f1cdf7d63892/crio/crio-d91a1b97fcb1c44cd09c49846c2db4473a6f1c6b47a45642a96dacb88feea9eb/freezer.state
	I0729 19:10:26.142292  679304 api_server.go:204] freezer state: "THAWED"
	I0729 19:10:26.142315  679304 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I0729 19:10:26.146664  679304 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I0729 19:10:26.146686  679304 status.go:422] multinode-507409 apiserver status = Running (err=<nil>)
	I0729 19:10:26.146698  679304 status.go:257] multinode-507409 status: &{Name:multinode-507409 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0729 19:10:26.146719  679304 status.go:255] checking status of multinode-507409-m02 ...
	I0729 19:10:26.146976  679304 cli_runner.go:164] Run: docker container inspect multinode-507409-m02 --format={{.State.Status}}
	I0729 19:10:26.163568  679304 status.go:330] multinode-507409-m02 host status = "Running" (err=<nil>)
	I0729 19:10:26.163590  679304 host.go:66] Checking if "multinode-507409-m02" exists ...
	I0729 19:10:26.163883  679304 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-507409-m02
	I0729 19:10:26.180599  679304 host.go:66] Checking if "multinode-507409-m02" exists ...
	I0729 19:10:26.180925  679304 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0729 19:10:26.180971  679304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-507409-m02
	I0729 19:10:26.198589  679304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33398 SSHKeyPath:/home/jenkins/minikube-integration/19312-520813/.minikube/machines/multinode-507409-m02/id_rsa Username:docker}
	I0729 19:10:26.285671  679304 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0729 19:10:26.296077  679304 status.go:257] multinode-507409-m02 status: &{Name:multinode-507409-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0729 19:10:26.296121  679304 status.go:255] checking status of multinode-507409-m03 ...
	I0729 19:10:26.296396  679304 cli_runner.go:164] Run: docker container inspect multinode-507409-m03 --format={{.State.Status}}
	I0729 19:10:26.313300  679304 status.go:330] multinode-507409-m03 host status = "Stopped" (err=<nil>)
	I0729 19:10:26.313325  679304 status.go:343] host is not running, skipping remaining checks
	I0729 19:10:26.313332  679304 status.go:257] multinode-507409-m03 status: &{Name:multinode-507409-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (8.95s)

                                                
                                                
=== RUN   TestMultiNode/serial/StartAfterStop
multinode_test.go:282: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 node start m03 -v=7 --alsologtostderr
multinode_test.go:282: (dbg) Done: out/minikube-linux-amd64 -p multinode-507409 node start m03 -v=7 --alsologtostderr: (8.327381827s)
multinode_test.go:290: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 status -v=7 --alsologtostderr
multinode_test.go:306: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiNode/serial/StartAfterStop (8.95s)

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (86.11s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-507409
multinode_test.go:321: (dbg) Run:  out/minikube-linux-amd64 stop -p multinode-507409
multinode_test.go:321: (dbg) Done: out/minikube-linux-amd64 stop -p multinode-507409: (24.662774681s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-507409 --wait=true -v=8 --alsologtostderr
multinode_test.go:326: (dbg) Done: out/minikube-linux-amd64 start -p multinode-507409 --wait=true -v=8 --alsologtostderr: (1m1.356276269s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-507409
--- PASS: TestMultiNode/serial/RestartKeepsNodes (86.11s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (4.89s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeleteNode
multinode_test.go:416: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 node delete m03
multinode_test.go:416: (dbg) Done: out/minikube-linux-amd64 -p multinode-507409 node delete m03: (4.351758024s)
multinode_test.go:422: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 status --alsologtostderr
multinode_test.go:436: (dbg) Run:  kubectl get nodes
multinode_test.go:444: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiNode/serial/DeleteNode (4.89s)

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (23.63s)

                                                
                                                
=== RUN   TestMultiNode/serial/StopMultiNode
multinode_test.go:345: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 stop
E0729 19:12:24.421113  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
multinode_test.go:345: (dbg) Done: out/minikube-linux-amd64 -p multinode-507409 stop: (23.468603414s)
multinode_test.go:351: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 status
multinode_test.go:351: (dbg) Non-zero exit: out/minikube-linux-amd64 -p multinode-507409 status: exit status 7 (81.020652ms)

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

                                                
                                                
-- /stdout --
multinode_test.go:358: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 status --alsologtostderr
multinode_test.go:358: (dbg) Non-zero exit: out/minikube-linux-amd64 -p multinode-507409 status --alsologtostderr: exit status 7 (83.778516ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0729 19:12:29.869488  688643 out.go:291] Setting OutFile to fd 1 ...
	I0729 19:12:29.869764  688643 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 19:12:29.869775  688643 out.go:304] Setting ErrFile to fd 2...
	I0729 19:12:29.869779  688643 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 19:12:29.869998  688643 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-520813/.minikube/bin
	I0729 19:12:29.870182  688643 out.go:298] Setting JSON to false
	I0729 19:12:29.870220  688643 mustload.go:65] Loading cluster: multinode-507409
	I0729 19:12:29.870280  688643 notify.go:220] Checking for updates...
	I0729 19:12:29.870754  688643 config.go:182] Loaded profile config "multinode-507409": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 19:12:29.870778  688643 status.go:255] checking status of multinode-507409 ...
	I0729 19:12:29.871274  688643 cli_runner.go:164] Run: docker container inspect multinode-507409 --format={{.State.Status}}
	I0729 19:12:29.889604  688643 status.go:330] multinode-507409 host status = "Stopped" (err=<nil>)
	I0729 19:12:29.889629  688643 status.go:343] host is not running, skipping remaining checks
	I0729 19:12:29.889638  688643 status.go:257] multinode-507409 status: &{Name:multinode-507409 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0729 19:12:29.889664  688643 status.go:255] checking status of multinode-507409-m02 ...
	I0729 19:12:29.890010  688643 cli_runner.go:164] Run: docker container inspect multinode-507409-m02 --format={{.State.Status}}
	I0729 19:12:29.906404  688643 status.go:330] multinode-507409-m02 host status = "Stopped" (err=<nil>)
	I0729 19:12:29.906424  688643 status.go:343] host is not running, skipping remaining checks
	I0729 19:12:29.906440  688643 status.go:257] multinode-507409-m02 status: &{Name:multinode-507409-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (54.81s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:376: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-507409 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
multinode_test.go:376: (dbg) Done: out/minikube-linux-amd64 start -p multinode-507409 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (54.267519655s)
multinode_test.go:382: (dbg) Run:  out/minikube-linux-amd64 -p multinode-507409 status --alsologtostderr
multinode_test.go:396: (dbg) Run:  kubectl get nodes
multinode_test.go:404: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiNode/serial/RestartMultiNode (54.81s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (25.99s)

                                                
                                                
=== RUN   TestMultiNode/serial/ValidateNameConflict
multinode_test.go:455: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-507409
multinode_test.go:464: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-507409-m02 --driver=docker  --container-runtime=crio
multinode_test.go:464: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p multinode-507409-m02 --driver=docker  --container-runtime=crio: exit status 14 (64.613416ms)

                                                
                                                
-- stdout --
	* [multinode-507409-m02] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=19312
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19312-520813/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-520813/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

                                                
                                                
** /stderr **
multinode_test.go:472: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-507409-m03 --driver=docker  --container-runtime=crio
E0729 19:13:27.727441  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt: no such file or directory
E0729 19:13:47.466013  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
multinode_test.go:472: (dbg) Done: out/minikube-linux-amd64 start -p multinode-507409-m03 --driver=docker  --container-runtime=crio: (23.797105701s)
multinode_test.go:479: (dbg) Run:  out/minikube-linux-amd64 node add -p multinode-507409
multinode_test.go:479: (dbg) Non-zero exit: out/minikube-linux-amd64 node add -p multinode-507409: exit status 80 (259.667563ms)

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

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

                                                
                                                
** /stderr **
multinode_test.go:484: (dbg) Run:  out/minikube-linux-amd64 delete -p multinode-507409-m03
multinode_test.go:484: (dbg) Done: out/minikube-linux-amd64 delete -p multinode-507409-m03: (1.827864491s)
--- PASS: TestMultiNode/serial/ValidateNameConflict (25.99s)

                                                
                                    
x
+
TestPreload (152.36s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-308593 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4
preload_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p test-preload-308593 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4: (1m50.076830467s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-308593 image pull gcr.io/k8s-minikube/busybox
preload_test.go:52: (dbg) Done: out/minikube-linux-amd64 -p test-preload-308593 image pull gcr.io/k8s-minikube/busybox: (3.26728376s)
preload_test.go:58: (dbg) Run:  out/minikube-linux-amd64 stop -p test-preload-308593
preload_test.go:58: (dbg) Done: out/minikube-linux-amd64 stop -p test-preload-308593: (5.664285426s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-308593 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio
preload_test.go:66: (dbg) Done: out/minikube-linux-amd64 start -p test-preload-308593 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio: (30.883367127s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-308593 image list
helpers_test.go:175: Cleaning up "test-preload-308593" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p test-preload-308593
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p test-preload-308593: (2.253746916s)
--- PASS: TestPreload (152.36s)

                                                
                                    
x
+
TestScheduledStopUnix (97.42s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-linux-amd64 start -p scheduled-stop-212607 --memory=2048 --driver=docker  --container-runtime=crio
scheduled_stop_test.go:128: (dbg) Done: out/minikube-linux-amd64 start -p scheduled-stop-212607 --memory=2048 --driver=docker  --container-runtime=crio: (22.205971054s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-212607 --schedule 5m
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-linux-amd64 status --format={{.TimeToStop}} -p scheduled-stop-212607 -n scheduled-stop-212607
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-212607 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-212607 --cancel-scheduled
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p scheduled-stop-212607 -n scheduled-stop-212607
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-amd64 status -p scheduled-stop-212607
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-212607 --schedule 15s
E0729 19:17:24.421091  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
scheduled_stop_test.go:169: signal error was:  os: process already finished
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-amd64 status -p scheduled-stop-212607
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-linux-amd64 status -p scheduled-stop-212607: exit status 7 (62.461448ms)

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

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
scheduled_stop_test.go:176: status error: exit status 7 (may be ok)
helpers_test.go:175: Cleaning up "scheduled-stop-212607" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p scheduled-stop-212607
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p scheduled-stop-212607: (3.970804842s)
--- PASS: TestScheduledStopUnix (97.42s)

                                                
                                    
x
+
TestInsufficientStorage (13.07s)

                                                
                                                
=== RUN   TestInsufficientStorage
status_test.go:50: (dbg) Run:  out/minikube-linux-amd64 start -p insufficient-storage-771671 --memory=2048 --output=json --wait=true --driver=docker  --container-runtime=crio
status_test.go:50: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p insufficient-storage-771671 --memory=2048 --output=json --wait=true --driver=docker  --container-runtime=crio: exit status 26 (10.761160852s)

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"74fac24a-ed26-4f4f-abcb-82c8d500ecfd","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-771671] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"d357c511-0248-4de4-9450-a45329ba5292","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19312"}}
	{"specversion":"1.0","id":"d43576e2-3993-4aff-b71c-9a62d94aae5c","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":"d9677b43-748a-42d9-880f-773cd085463b","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19312-520813/kubeconfig"}}
	{"specversion":"1.0","id":"d850636e-a513-4464-82ef-15452c2c9fc2","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-520813/.minikube"}}
	{"specversion":"1.0","id":"11cd91c8-9724-4058-a9e6-9bdf2535264f","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-amd64"}}
	{"specversion":"1.0","id":"af5dabbb-8852-4933-b848-454764664837","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"c8febb76-903d-4337-96fc-6ba7b0479ed8","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":"99788c95-c192-43f1-8f2f-e09414332a0b","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":"b274582a-872b-4e8e-928c-f13e783303dd","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":"179e6c58-cc8f-47df-b3c4-14a286270634","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"Using Docker driver with root privileges"}}
	{"specversion":"1.0","id":"a73a04ac-85bf-4441-baf0-1e21fe137d94","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-771671\" primary control-plane node in \"insufficient-storage-771671\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"ee7ab03d-1177-46d2-83f9-1c2f12cf3232","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image v0.0.44-1721902582-19326 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"facd74b8-47e4-4548-a144-02746c182753","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":"35df68d6-31be-4381-b5d5-5f33126d8c3a","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-linux-amd64 status -p insufficient-storage-771671 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-linux-amd64 status -p insufficient-storage-771671 --output=json --layout=cluster: exit status 7 (256.125094ms)

                                                
                                                
-- stdout --
	{"Name":"insufficient-storage-771671","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.33.1","Components":{"kubeconfig":{"Name":"kubeconfig","StatusCode":500,"StatusName":"Error"}},"Nodes":[{"Name":"insufficient-storage-771671","StatusCode":507,"StatusName":"InsufficientStorage","Components":{"apiserver":{"Name":"apiserver","StatusCode":405,"StatusName":"Stopped"},"kubelet":{"Name":"kubelet","StatusCode":405,"StatusName":"Stopped"}}}]}

                                                
                                                
-- /stdout --
** stderr ** 
	E0729 19:18:15.412615  712174 status.go:417] kubeconfig endpoint: get endpoint: "insufficient-storage-771671" does not appear in /home/jenkins/minikube-integration/19312-520813/kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0729 19:18:15.670202  712272 status.go:417] kubeconfig endpoint: get endpoint: "insufficient-storage-771671" does not appear in /home/jenkins/minikube-integration/19312-520813/kubeconfig
	E0729 19:18:15.680216  712272 status.go:560] unable to read event log: stat: stat /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/insufficient-storage-771671/events.json: no such file or directory

                                                
                                                
** /stderr **
helpers_test.go:175: Cleaning up "insufficient-storage-771671" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p insufficient-storage-771671
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p insufficient-storage-771671: (1.791654456s)
--- PASS: TestInsufficientStorage (13.07s)

                                                
                                    
x
+
TestRunningBinaryUpgrade (70.44s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.26.0.1768754877 start -p running-upgrade-423783 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.26.0.1768754877 start -p running-upgrade-423783 --memory=2200 --vm-driver=docker  --container-runtime=crio: (34.4687118s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-amd64 start -p running-upgrade-423783 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:130: (dbg) Done: out/minikube-linux-amd64 start -p running-upgrade-423783 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (30.305043985s)
helpers_test.go:175: Cleaning up "running-upgrade-423783" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p running-upgrade-423783
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p running-upgrade-423783: (2.434871047s)
--- PASS: TestRunningBinaryUpgrade (70.44s)

                                                
                                    
x
+
TestKubernetesUpgrade (336.46s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:222: (dbg) Run:  out/minikube-linux-amd64 start -p kubernetes-upgrade-335932 --memory=2200 --kubernetes-version=v1.20.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:222: (dbg) Done: out/minikube-linux-amd64 start -p kubernetes-upgrade-335932 --memory=2200 --kubernetes-version=v1.20.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (43.144216856s)
version_upgrade_test.go:227: (dbg) Run:  out/minikube-linux-amd64 stop -p kubernetes-upgrade-335932
version_upgrade_test.go:227: (dbg) Done: out/minikube-linux-amd64 stop -p kubernetes-upgrade-335932: (3.696095432s)
version_upgrade_test.go:232: (dbg) Run:  out/minikube-linux-amd64 -p kubernetes-upgrade-335932 status --format={{.Host}}
version_upgrade_test.go:232: (dbg) Non-zero exit: out/minikube-linux-amd64 -p kubernetes-upgrade-335932 status --format={{.Host}}: exit status 7 (63.952775ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
version_upgrade_test.go:234: status error: exit status 7 (may be ok)
version_upgrade_test.go:243: (dbg) Run:  out/minikube-linux-amd64 start -p kubernetes-upgrade-335932 --memory=2200 --kubernetes-version=v1.31.0-beta.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:243: (dbg) Done: out/minikube-linux-amd64 start -p kubernetes-upgrade-335932 --memory=2200 --kubernetes-version=v1.31.0-beta.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (4m27.118659562s)
version_upgrade_test.go:248: (dbg) Run:  kubectl --context kubernetes-upgrade-335932 version --output=json
version_upgrade_test.go:267: Attempting to downgrade Kubernetes (should fail)
version_upgrade_test.go:269: (dbg) Run:  out/minikube-linux-amd64 start -p kubernetes-upgrade-335932 --memory=2200 --kubernetes-version=v1.20.0 --driver=docker  --container-runtime=crio
version_upgrade_test.go:269: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p kubernetes-upgrade-335932 --memory=2200 --kubernetes-version=v1.20.0 --driver=docker  --container-runtime=crio: exit status 106 (78.800307ms)

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-335932] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=19312
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19312-520813/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-520813/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to K8S_DOWNGRADE_UNSUPPORTED: Unable to safely downgrade existing Kubernetes v1.31.0-beta.0 cluster to v1.20.0
	* Suggestion: 
	
	    1) Recreate the cluster with Kubernetes 1.20.0, by running:
	    
	    minikube delete -p kubernetes-upgrade-335932
	    minikube start -p kubernetes-upgrade-335932 --kubernetes-version=v1.20.0
	    
	    2) Create a second cluster with Kubernetes 1.20.0, by running:
	    
	    minikube start -p kubernetes-upgrade-3359322 --kubernetes-version=v1.20.0
	    
	    3) Use the existing cluster at version Kubernetes 1.31.0-beta.0, by running:
	    
	    minikube start -p kubernetes-upgrade-335932 --kubernetes-version=v1.31.0-beta.0
	    

                                                
                                                
** /stderr **
version_upgrade_test.go:273: Attempting restart after unsuccessful downgrade
version_upgrade_test.go:275: (dbg) Run:  out/minikube-linux-amd64 start -p kubernetes-upgrade-335932 --memory=2200 --kubernetes-version=v1.31.0-beta.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:275: (dbg) Done: out/minikube-linux-amd64 start -p kubernetes-upgrade-335932 --memory=2200 --kubernetes-version=v1.31.0-beta.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (20.065176166s)
helpers_test.go:175: Cleaning up "kubernetes-upgrade-335932" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p kubernetes-upgrade-335932
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p kubernetes-upgrade-335932: (2.216790535s)
--- PASS: TestKubernetesUpgrade (336.46s)

                                                
                                    
x
+
TestMissingContainerUpgrade (113.74s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.1997160659 start -p missing-upgrade-223027 --memory=2200 --driver=docker  --container-runtime=crio
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.1997160659 start -p missing-upgrade-223027 --memory=2200 --driver=docker  --container-runtime=crio: (34.396784008s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-223027
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-223027: (10.346889026s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-223027
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-amd64 start -p missing-upgrade-223027 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:329: (dbg) Done: out/minikube-linux-amd64 start -p missing-upgrade-223027 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (1m1.215061991s)
helpers_test.go:175: Cleaning up "missing-upgrade-223027" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p missing-upgrade-223027
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p missing-upgrade-223027: (4.438764616s)
--- PASS: TestMissingContainerUpgrade (113.74s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (4.18s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.08s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoK8sWithVersion
no_kubernetes_test.go:83: (dbg) Run:  out/minikube-linux-amd64 start -p NoKubernetes-793579 --no-kubernetes --kubernetes-version=1.20 --driver=docker  --container-runtime=crio
no_kubernetes_test.go:83: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p NoKubernetes-793579 --no-kubernetes --kubernetes-version=1.20 --driver=docker  --container-runtime=crio: exit status 14 (80.895981ms)

                                                
                                                
-- stdout --
	* [NoKubernetes-793579] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=19312
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19312-520813/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-520813/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (28.02s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithK8s
no_kubernetes_test.go:95: (dbg) Run:  out/minikube-linux-amd64 start -p NoKubernetes-793579 --driver=docker  --container-runtime=crio
no_kubernetes_test.go:95: (dbg) Done: out/minikube-linux-amd64 start -p NoKubernetes-793579 --driver=docker  --container-runtime=crio: (27.726623179s)
no_kubernetes_test.go:200: (dbg) Run:  out/minikube-linux-amd64 -p NoKubernetes-793579 status -o json
--- PASS: TestNoKubernetes/serial/StartWithK8s (28.02s)

                                                
                                    
x
+
TestNetworkPlugins/group/false (6.56s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/false
net_test.go:246: (dbg) Run:  out/minikube-linux-amd64 start -p false-134691 --memory=2048 --alsologtostderr --cni=false --driver=docker  --container-runtime=crio
net_test.go:246: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p false-134691 --memory=2048 --alsologtostderr --cni=false --driver=docker  --container-runtime=crio: exit status 14 (170.442932ms)

                                                
                                                
-- stdout --
	* [false-134691] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=19312
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19312-520813/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-520813/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	* Using the docker driver based on user configuration
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0729 19:18:20.941690  714249 out.go:291] Setting OutFile to fd 1 ...
	I0729 19:18:20.941983  714249 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 19:18:20.941995  714249 out.go:304] Setting ErrFile to fd 2...
	I0729 19:18:20.942000  714249 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 19:18:20.942187  714249 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-520813/.minikube/bin
	I0729 19:18:20.942798  714249 out.go:298] Setting JSON to false
	I0729 19:18:20.943811  714249 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-5","uptime":10844,"bootTime":1722269857,"procs":227,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1065-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0729 19:18:20.943876  714249 start.go:139] virtualization: kvm guest
	I0729 19:18:20.946791  714249 out.go:177] * [false-134691] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	I0729 19:18:20.949012  714249 out.go:177]   - MINIKUBE_LOCATION=19312
	I0729 19:18:20.949037  714249 notify.go:220] Checking for updates...
	I0729 19:18:20.951898  714249 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0729 19:18:20.953357  714249 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19312-520813/kubeconfig
	I0729 19:18:20.954966  714249 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-520813/.minikube
	I0729 19:18:20.956366  714249 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0729 19:18:20.957825  714249 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0729 19:18:20.959724  714249 config.go:182] Loaded profile config "NoKubernetes-793579": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 19:18:20.959852  714249 config.go:182] Loaded profile config "offline-crio-770170": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 19:18:20.959973  714249 driver.go:392] Setting default libvirt URI to qemu:///system
	I0729 19:18:20.984344  714249 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
	I0729 19:18:20.984511  714249 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 19:18:21.050806  714249 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:2 ContainersRunning:2 ContainersPaused:0 ContainersStopped:0 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:51 OomKillDisable:true NGoroutines:76 SystemTime:2024-07-29 19:18:21.037274775 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1065-gcp OperatingSystem:Ubuntu 20.04.6 LTS 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:8 MemTotal:33647939584 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-5 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0729 19:18:21.050921  714249 docker.go:307] overlay module found
	I0729 19:18:21.053410  714249 out.go:177] * Using the docker driver based on user configuration
	I0729 19:18:21.054714  714249 start.go:297] selected driver: docker
	I0729 19:18:21.054735  714249 start.go:901] validating driver "docker" against <nil>
	I0729 19:18:21.054753  714249 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0729 19:18:21.057128  714249 out.go:177] 
	W0729 19:18:21.058505  714249 out.go:239] X Exiting due to MK_USAGE: The "crio" container runtime requires CNI
	X Exiting due to MK_USAGE: The "crio" container runtime requires CNI
	I0729 19:18:21.059986  714249 out.go:177] 

                                                
                                                
** /stderr **
net_test.go:88: 
----------------------- debugLogs start: false-134691 [pass: true] --------------------------------
>>> netcat: nslookup kubernetes.default:
Error in configuration: context was not found for specified context: false-134691

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: describe netcat deployment:
error: context "false-134691" does not exist

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: netcat logs:
error: context "false-134691" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe coredns deployment:
error: context "false-134691" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe coredns pods:
error: context "false-134691" does not exist

                                                
                                                

                                                
                                                
>>> k8s: coredns logs:
error: context "false-134691" does not exist

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: api server logs:
error: context "false-134691" does not exist

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: describe kube-proxy daemon set:
error: context "false-134691" does not exist

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kube-proxy logs:
error: context "false-134691" does not exist

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters: null
contexts: null
current-context: ""
kind: Config
preferences: {}
users: null

                                                
                                                

                                                
                                                
>>> k8s: cms:
Error in configuration: context was not found for specified context: false-134691

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                
----------------------- debugLogs end: false-134691 [took: 6.199512317s] --------------------------------
helpers_test.go:175: Cleaning up "false-134691" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p false-134691
--- PASS: TestNetworkPlugins/group/false (6.56s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (144.86s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.565896495 start -p stopped-upgrade-840304 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.565896495 start -p stopped-upgrade-840304 --memory=2200 --vm-driver=docker  --container-runtime=crio: (1m56.524836085s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.565896495 -p stopped-upgrade-840304 stop
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.565896495 -p stopped-upgrade-840304 stop: (4.87590285s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-amd64 start -p stopped-upgrade-840304 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:198: (dbg) Done: out/minikube-linux-amd64 start -p stopped-upgrade-840304 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (23.460985417s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (144.86s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (6.74s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithStopK8s
no_kubernetes_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p NoKubernetes-793579 --no-kubernetes --driver=docker  --container-runtime=crio
no_kubernetes_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p NoKubernetes-793579 --no-kubernetes --driver=docker  --container-runtime=crio: (4.555219593s)
no_kubernetes_test.go:200: (dbg) Run:  out/minikube-linux-amd64 -p NoKubernetes-793579 status -o json
no_kubernetes_test.go:200: (dbg) Non-zero exit: out/minikube-linux-amd64 -p NoKubernetes-793579 status -o json: exit status 2 (271.985546ms)

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

                                                
                                                
-- /stdout --
no_kubernetes_test.go:124: (dbg) Run:  out/minikube-linux-amd64 delete -p NoKubernetes-793579
no_kubernetes_test.go:124: (dbg) Done: out/minikube-linux-amd64 delete -p NoKubernetes-793579: (1.913680507s)
--- PASS: TestNoKubernetes/serial/StartWithStopK8s (6.74s)

                                                
                                    
x
+
TestNoKubernetes/serial/Start (8.14s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/Start
no_kubernetes_test.go:136: (dbg) Run:  out/minikube-linux-amd64 start -p NoKubernetes-793579 --no-kubernetes --driver=docker  --container-runtime=crio
no_kubernetes_test.go:136: (dbg) Done: out/minikube-linux-amd64 start -p NoKubernetes-793579 --no-kubernetes --driver=docker  --container-runtime=crio: (8.143279409s)
--- PASS: TestNoKubernetes/serial/Start (8.14s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.29s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/VerifyK8sNotRunning
no_kubernetes_test.go:147: (dbg) Run:  out/minikube-linux-amd64 ssh -p NoKubernetes-793579 "sudo systemctl is-active --quiet service kubelet"
no_kubernetes_test.go:147: (dbg) Non-zero exit: out/minikube-linux-amd64 ssh -p NoKubernetes-793579 "sudo systemctl is-active --quiet service kubelet": exit status 1 (287.97233ms)

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (3.02s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/ProfileList
no_kubernetes_test.go:169: (dbg) Run:  out/minikube-linux-amd64 profile list
no_kubernetes_test.go:169: (dbg) Done: out/minikube-linux-amd64 profile list: (2.081463642s)
no_kubernetes_test.go:179: (dbg) Run:  out/minikube-linux-amd64 profile list --output=json
--- PASS: TestNoKubernetes/serial/ProfileList (3.02s)

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (13.87s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/Stop
no_kubernetes_test.go:158: (dbg) Run:  out/minikube-linux-amd64 stop -p NoKubernetes-793579
no_kubernetes_test.go:158: (dbg) Done: out/minikube-linux-amd64 stop -p NoKubernetes-793579: (13.867752302s)
--- PASS: TestNoKubernetes/serial/Stop (13.87s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (6.83s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoArgs
no_kubernetes_test.go:191: (dbg) Run:  out/minikube-linux-amd64 start -p NoKubernetes-793579 --driver=docker  --container-runtime=crio
no_kubernetes_test.go:191: (dbg) Done: out/minikube-linux-amd64 start -p NoKubernetes-793579 --driver=docker  --container-runtime=crio: (6.829957872s)
--- PASS: TestNoKubernetes/serial/StartNoArgs (6.83s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.26s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/VerifyK8sNotRunningSecond
no_kubernetes_test.go:147: (dbg) Run:  out/minikube-linux-amd64 ssh -p NoKubernetes-793579 "sudo systemctl is-active --quiet service kubelet"
no_kubernetes_test.go:147: (dbg) Non-zero exit: out/minikube-linux-amd64 ssh -p NoKubernetes-793579 "sudo systemctl is-active --quiet service kubelet": exit status 1 (262.736163ms)

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (0.74s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/MinikubeLogs
version_upgrade_test.go:206: (dbg) Run:  out/minikube-linux-amd64 logs -p stopped-upgrade-840304
--- PASS: TestStoppedBinaryUpgrade/MinikubeLogs (0.74s)

                                                
                                    
x
+
TestPause/serial/Start (57.68s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-linux-amd64 start -p pause-936714 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio
pause_test.go:80: (dbg) Done: out/minikube-linux-amd64 start -p pause-936714 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio: (57.684772319s)
--- PASS: TestPause/serial/Start (57.68s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p auto-134691 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=crio
E0729 19:22:24.420868  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p auto-134691 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=crio: (54.128694679s)
--- PASS: TestNetworkPlugins/group/auto/Start (54.13s)

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (38.29s)

                                                
                                                
=== RUN   TestPause/serial/SecondStartNoReconfiguration
pause_test.go:92: (dbg) Run:  out/minikube-linux-amd64 start -p pause-936714 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
pause_test.go:92: (dbg) Done: out/minikube-linux-amd64 start -p pause-936714 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (38.273619549s)
--- PASS: TestPause/serial/SecondStartNoReconfiguration (38.29s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p auto-134691 "pgrep -a kubelet"
--- PASS: TestNetworkPlugins/group/auto/KubeletFlags (0.29s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-134691 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6bc787d567-7tk8k" [f499e4a6-575d-4afc-9901-fe8f25089517] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-7tk8k" [f499e4a6-575d-4afc-9901-fe8f25089517] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 9.004095638s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (9.20s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p kindnet-134691 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p kindnet-134691 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio: (55.444454324s)
--- PASS: TestNetworkPlugins/group/kindnet/Start (55.44s)

                                                
                                    
x
+
TestPause/serial/Pause (0.83s)

                                                
                                                
=== RUN   TestPause/serial/Pause
pause_test.go:110: (dbg) Run:  out/minikube-linux-amd64 pause -p pause-936714 --alsologtostderr -v=5
--- PASS: TestPause/serial/Pause (0.83s)

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.32s)

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

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

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

                                                
                                    
x
+
TestPause/serial/Unpause (0.65s)

                                                
                                                
=== RUN   TestPause/serial/Unpause
pause_test.go:121: (dbg) Run:  out/minikube-linux-amd64 unpause -p pause-936714 --alsologtostderr -v=5
--- PASS: TestPause/serial/Unpause (0.65s)

                                                
                                    
x
+
TestPause/serial/PauseAgain (0.92s)

                                                
                                                
=== RUN   TestPause/serial/PauseAgain
pause_test.go:110: (dbg) Run:  out/minikube-linux-amd64 pause -p pause-936714 --alsologtostderr -v=5
--- PASS: TestPause/serial/PauseAgain (0.92s)

                                                
                                    
x
+
TestPause/serial/DeletePaused (2.7s)

                                                
                                                
=== RUN   TestPause/serial/DeletePaused
pause_test.go:132: (dbg) Run:  out/minikube-linux-amd64 delete -p pause-936714 --alsologtostderr -v=5
pause_test.go:132: (dbg) Done: out/minikube-linux-amd64 delete -p pause-936714 --alsologtostderr -v=5: (2.70303096s)
--- PASS: TestPause/serial/DeletePaused (2.70s)

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (0.77s)

                                                
                                                
=== RUN   TestPause/serial/VerifyDeletedResources
pause_test.go:142: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
pause_test.go:168: (dbg) Run:  docker ps -a
pause_test.go:173: (dbg) Run:  docker volume inspect pause-936714
pause_test.go:173: (dbg) Non-zero exit: docker volume inspect pause-936714: exit status 1 (22.199578ms)

                                                
                                                
-- stdout --
	[]

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p calico-134691 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker  --container-runtime=crio
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p calico-134691 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker  --container-runtime=crio: (1m12.349288843s)
--- PASS: TestNetworkPlugins/group/calico/Start (72.35s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p custom-flannel-134691 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=crio
E0729 19:23:27.725780  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt: no such file or directory
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p custom-flannel-134691 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=crio: (1m4.318667235s)
--- PASS: TestNetworkPlugins/group/custom-flannel/Start (64.32s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/ControllerPod
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: waiting 10m0s for pods matching "app=kindnet" in namespace "kube-system" ...
helpers_test.go:344: "kindnet-np28d" [a8350a93-e3c1-4fcc-b2ae-1daeeabb8be8] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.004484564s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p kindnet-134691 "pgrep -a kubelet"
--- PASS: TestNetworkPlugins/group/kindnet/KubeletFlags (0.26s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-134691 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6bc787d567-tbczd" [dd032ebc-d2cf-4fd2-9b91-253360902499] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-tbczd" [dd032ebc-d2cf-4fd2-9b91-253360902499] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 8.004347036s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (8.17s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p custom-flannel-134691 "pgrep -a kubelet"
--- PASS: TestNetworkPlugins/group/custom-flannel/KubeletFlags (0.27s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-134691 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6bc787d567-qkcq6" [95717f50-4721-4374-afdd-1576752ee8e7] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-qkcq6" [95717f50-4721-4374-afdd-1576752ee8e7] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 11.003851478s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (11.20s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/ControllerPod
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: waiting 10m0s for pods matching "k8s-app=calico-node" in namespace "kube-system" ...
helpers_test.go:344: "calico-node-tlx8h" [bd10d0c3-8cb1-48bd-9656-1e24ae26c15d] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.00731178s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p enable-default-cni-134691 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=crio
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p enable-default-cni-134691 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=crio: (43.385737499s)
--- PASS: TestNetworkPlugins/group/enable-default-cni/Start (43.39s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p calico-134691 "pgrep -a kubelet"
--- PASS: TestNetworkPlugins/group/calico/KubeletFlags (0.36s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-134691 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6bc787d567-tf5ft" [ebe4495d-8193-484f-afff-5f250684d91f] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-tf5ft" [ebe4495d-8193-484f-afff-5f250684d91f] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 12.004145963s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (12.24s)

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p flannel-134691 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=crio
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p flannel-134691 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=crio: (1m10.69884176s)
--- PASS: TestNetworkPlugins/group/flannel/Start (70.70s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p bridge-134691 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=crio
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p bridge-134691 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=crio: (40.84956056s)
--- PASS: TestNetworkPlugins/group/bridge/Start (40.85s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-134691 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6bc787d567-wpm6j" [2e8b75a7-8469-4426-bc87-41b8420f6045] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-wpm6j" [2e8b75a7-8469-4426-bc87-41b8420f6045] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 9.004043668s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (9.19s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p old-k8s-version-259429 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p old-k8s-version-259429 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0: (2m43.245054368s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (163.25s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p no-preload-880593 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0-beta.0
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p no-preload-880593 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0-beta.0: (1m23.648207121s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (83.65s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p bridge-134691 "pgrep -a kubelet"
--- PASS: TestNetworkPlugins/group/bridge/KubeletFlags (0.42s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-134691 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6bc787d567-zgcjn" [b31c0eaa-4d11-429c-bcd2-64fe51d511e5] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-zgcjn" [b31c0eaa-4d11-429c-bcd2-64fe51d511e5] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 9.004029245s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (10.10s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/ControllerPod
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: waiting 10m0s for pods matching "app=flannel" in namespace "kube-flannel" ...
helpers_test.go:344: "kube-flannel-ds-7wf5g" [97b33dcc-0122-4602-8c72-46d72b25a10a] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.00407415s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p flannel-134691 "pgrep -a kubelet"
--- PASS: TestNetworkPlugins/group/flannel/KubeletFlags (0.27s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-134691 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6bc787d567-lggmq" [2204dcb8-c1aa-43cd-8bd2-867aa2ed9af6] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-lggmq" [2204dcb8-c1aa-43cd-8bd2-867aa2ed9af6] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 9.021644982s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (9.52s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p embed-certs-888011 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.3
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p embed-certs-888011 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.3: (54.692466569s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (54.69s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p default-k8s-diff-port-000087 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.3
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p default-k8s-diff-port-000087 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.3: (57.316833692s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (57.32s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-880593 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [15890de6-e41b-43d6-8f89-72279dd19aa1] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [15890de6-e41b-43d6-8f89-72279dd19aa1] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 10.004200102s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-880593 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (10.23s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-888011 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [98634680-6e8d-4c9c-bcc7-8bfb3d625529] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [98634680-6e8d-4c9c-bcc7-8bfb3d625529] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 11.003035835s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-888011 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (11.23s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-amd64 stop -p no-preload-880593 --alsologtostderr -v=3
E0729 19:27:24.421234  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-amd64 stop -p no-preload-880593 --alsologtostderr -v=3: (12.024551393s)
--- PASS: TestStartStop/group/no-preload/serial/Stop (12.02s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-amd64 stop -p embed-certs-888011 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-amd64 stop -p embed-certs-888011 --alsologtostderr -v=3: (11.818009479s)
--- PASS: TestStartStop/group/embed-certs/serial/Stop (11.82s)

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

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

                                                
                                                
-- 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-linux-amd64 addons enable dashboard -p no-preload-880593 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/no-preload/serial/EnableAddonAfterStop (0.16s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p no-preload-880593 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0-beta.0
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p no-preload-880593 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0-beta.0: (4m22.548385651s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p no-preload-880593 -n no-preload-880593
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (262.83s)

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

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

                                                
                                                
-- 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-linux-amd64 addons enable dashboard -p embed-certs-888011 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/embed-certs/serial/EnableAddonAfterStop (0.18s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p embed-certs-888011 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.3
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p embed-certs-888011 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.3: (4m23.029989258s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p embed-certs-888011 -n embed-certs-888011
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (263.31s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-000087 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [74c88468-8e29-4e14-a685-7fc7b632859b] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [74c88468-8e29-4e14-a685-7fc7b632859b] Running
E0729 19:27:54.193917  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/auto-134691/client.crt: no such file or directory
E0729 19:27:54.199236  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/auto-134691/client.crt: no such file or directory
E0729 19:27:54.209493  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/auto-134691/client.crt: no such file or directory
E0729 19:27:54.229782  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/auto-134691/client.crt: no such file or directory
E0729 19:27:54.269984  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/auto-134691/client.crt: no such file or directory
E0729 19:27:54.350287  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/auto-134691/client.crt: no such file or directory
E0729 19:27:54.511489  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/auto-134691/client.crt: no such file or directory
E0729 19:27:54.831769  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/auto-134691/client.crt: no such file or directory
E0729 19:27:55.472713  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/auto-134691/client.crt: no such file or directory
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 11.004100537s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-000087 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (11.27s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-amd64 stop -p default-k8s-diff-port-000087 --alsologtostderr -v=3
E0729 19:27:56.752904  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/auto-134691/client.crt: no such file or directory
E0729 19:27:59.313212  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/auto-134691/client.crt: no such file or directory
E0729 19:28:04.433782  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/auto-134691/client.crt: no such file or directory
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-amd64 stop -p default-k8s-diff-port-000087 --alsologtostderr -v=3: (13.07690327s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Stop (13.08s)

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

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

                                                
                                                
-- 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-linux-amd64 addons enable dashboard -p default-k8s-diff-port-000087 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop (0.18s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p default-k8s-diff-port-000087 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.3
E0729 19:28:14.674314  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/auto-134691/client.crt: no such file or directory
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p default-k8s-diff-port-000087 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.3: (4m22.053339062s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p default-k8s-diff-port-000087 -n default-k8s-diff-port-000087
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (262.34s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-259429 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [0ca3c353-7a86-4f09-9f81-9c7244934ce6] Pending
helpers_test.go:344: "busybox" [0ca3c353-7a86-4f09-9f81-9c7244934ce6] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [0ca3c353-7a86-4f09-9f81-9c7244934ce6] Running
E0729 19:28:27.725700  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt: no such file or directory
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 11.003747554s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-259429 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (11.46s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive
start_stop_delete_test.go:205: (dbg) Run:  out/minikube-linux-amd64 addons enable metrics-server -p old-k8s-version-259429 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:215: (dbg) Run:  kubectl --context old-k8s-version-259429 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive (0.78s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-amd64 stop -p old-k8s-version-259429 --alsologtostderr -v=3
E0729 19:28:35.154846  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/auto-134691/client.crt: no such file or directory
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-amd64 stop -p old-k8s-version-259429 --alsologtostderr -v=3: (12.187935315s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Stop (12.19s)

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

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

                                                
                                                
-- 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-linux-amd64 addons enable dashboard -p old-k8s-version-259429 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop (0.17s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p old-k8s-version-259429 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0
E0729 19:29:00.224461  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/kindnet-134691/client.crt: no such file or directory
E0729 19:29:00.229766  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/kindnet-134691/client.crt: no such file or directory
E0729 19:29:00.240048  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/kindnet-134691/client.crt: no such file or directory
E0729 19:29:00.261113  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/kindnet-134691/client.crt: no such file or directory
E0729 19:29:00.301572  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/kindnet-134691/client.crt: no such file or directory
E0729 19:29:00.382719  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/kindnet-134691/client.crt: no such file or directory
E0729 19:29:00.543787  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/kindnet-134691/client.crt: no such file or directory
E0729 19:29:00.864624  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/kindnet-134691/client.crt: no such file or directory
E0729 19:29:01.505592  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/kindnet-134691/client.crt: no such file or directory
E0729 19:29:02.786784  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/kindnet-134691/client.crt: no such file or directory
E0729 19:29:05.347922  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/kindnet-134691/client.crt: no such file or directory
E0729 19:29:10.468989  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/kindnet-134691/client.crt: no such file or directory
E0729 19:29:16.115822  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/auto-134691/client.crt: no such file or directory
E0729 19:29:20.709604  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/kindnet-134691/client.crt: no such file or directory
E0729 19:29:28.878567  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/custom-flannel-134691/client.crt: no such file or directory
E0729 19:29:28.883855  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/custom-flannel-134691/client.crt: no such file or directory
E0729 19:29:28.894130  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/custom-flannel-134691/client.crt: no such file or directory
E0729 19:29:28.914460  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/custom-flannel-134691/client.crt: no such file or directory
E0729 19:29:28.954782  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/custom-flannel-134691/client.crt: no such file or directory
E0729 19:29:29.035121  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/custom-flannel-134691/client.crt: no such file or directory
E0729 19:29:29.195616  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/custom-flannel-134691/client.crt: no such file or directory
E0729 19:29:29.445066  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/calico-134691/client.crt: no such file or directory
E0729 19:29:29.450321  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/calico-134691/client.crt: no such file or directory
E0729 19:29:29.460496  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/calico-134691/client.crt: no such file or directory
E0729 19:29:29.480765  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/calico-134691/client.crt: no such file or directory
E0729 19:29:29.516012  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/custom-flannel-134691/client.crt: no such file or directory
E0729 19:29:29.521276  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/calico-134691/client.crt: no such file or directory
E0729 19:29:29.601647  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/calico-134691/client.crt: no such file or directory
E0729 19:29:29.762094  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/calico-134691/client.crt: no such file or directory
E0729 19:29:30.082690  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/calico-134691/client.crt: no such file or directory
E0729 19:29:30.157011  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/custom-flannel-134691/client.crt: no such file or directory
E0729 19:29:30.723601  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/calico-134691/client.crt: no such file or directory
E0729 19:29:31.437946  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/custom-flannel-134691/client.crt: no such file or directory
E0729 19:29:32.004662  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/calico-134691/client.crt: no such file or directory
E0729 19:29:33.998343  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/custom-flannel-134691/client.crt: no such file or directory
E0729 19:29:34.565013  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/calico-134691/client.crt: no such file or directory
E0729 19:29:39.119128  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/custom-flannel-134691/client.crt: no such file or directory
E0729 19:29:39.685805  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/calico-134691/client.crt: no such file or directory
E0729 19:29:41.190399  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/kindnet-134691/client.crt: no such file or directory
E0729 19:29:49.359424  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/custom-flannel-134691/client.crt: no such file or directory
E0729 19:29:49.926541  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/calico-134691/client.crt: no such file or directory
E0729 19:30:09.840281  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/custom-flannel-134691/client.crt: no such file or directory
E0729 19:30:10.407629  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/calico-134691/client.crt: no such file or directory
E0729 19:30:18.561209  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/enable-default-cni-134691/client.crt: no such file or directory
E0729 19:30:18.566476  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/enable-default-cni-134691/client.crt: no such file or directory
E0729 19:30:18.576795  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/enable-default-cni-134691/client.crt: no such file or directory
E0729 19:30:18.597052  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/enable-default-cni-134691/client.crt: no such file or directory
E0729 19:30:18.637379  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/enable-default-cni-134691/client.crt: no such file or directory
E0729 19:30:18.717721  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/enable-default-cni-134691/client.crt: no such file or directory
E0729 19:30:18.878063  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/enable-default-cni-134691/client.crt: no such file or directory
E0729 19:30:19.199008  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/enable-default-cni-134691/client.crt: no such file or directory
E0729 19:30:19.839532  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/enable-default-cni-134691/client.crt: no such file or directory
E0729 19:30:21.119706  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/enable-default-cni-134691/client.crt: no such file or directory
E0729 19:30:22.150594  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/kindnet-134691/client.crt: no such file or directory
E0729 19:30:23.680491  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/enable-default-cni-134691/client.crt: no such file or directory
E0729 19:30:27.466227  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/functional-390721/client.crt: no such file or directory
E0729 19:30:28.801086  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/enable-default-cni-134691/client.crt: no such file or directory
E0729 19:30:38.036902  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/auto-134691/client.crt: no such file or directory
E0729 19:30:39.041971  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/enable-default-cni-134691/client.crt: no such file or directory
E0729 19:30:50.613794  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/bridge-134691/client.crt: no such file or directory
E0729 19:30:50.619066  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/bridge-134691/client.crt: no such file or directory
E0729 19:30:50.629253  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/bridge-134691/client.crt: no such file or directory
E0729 19:30:50.649556  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/bridge-134691/client.crt: no such file or directory
E0729 19:30:50.689872  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/bridge-134691/client.crt: no such file or directory
E0729 19:30:50.770241  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/bridge-134691/client.crt: no such file or directory
E0729 19:30:50.801398  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/custom-flannel-134691/client.crt: no such file or directory
E0729 19:30:50.930698  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/bridge-134691/client.crt: no such file or directory
E0729 19:30:51.251159  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/bridge-134691/client.crt: no such file or directory
E0729 19:30:51.368664  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/calico-134691/client.crt: no such file or directory
E0729 19:30:51.891318  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/bridge-134691/client.crt: no such file or directory
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p old-k8s-version-259429 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0: (2m10.167194515s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p old-k8s-version-259429 -n old-k8s-version-259429
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (130.46s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-cd95d586-n58rc" [097fbaf0-99d8-47f7-b14f-d0dab0415ee6] Running
E0729 19:30:53.171471  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/bridge-134691/client.crt: no such file or directory
E0729 19:30:55.732168  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/bridge-134691/client.crt: no such file or directory
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003890854s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-cd95d586-n58rc" [097fbaf0-99d8-47f7-b14f-d0dab0415ee6] Running
E0729 19:30:59.522460  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/enable-default-cni-134691/client.crt: no such file or directory
E0729 19:31:00.852942  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/bridge-134691/client.crt: no such file or directory
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003313082s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context old-k8s-version-259429 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.07s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p old-k8s-version-259429 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240719-e7903573
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20210326-1e038dc5
--- PASS: TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (0.22s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Pause
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 pause -p old-k8s-version-259429 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p old-k8s-version-259429 -n old-k8s-version-259429
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.APIServer}} -p old-k8s-version-259429 -n old-k8s-version-259429: exit status 2 (280.00893ms)

                                                
                                                
-- 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-linux-amd64 status --format={{.Kubelet}} -p old-k8s-version-259429 -n old-k8s-version-259429
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Kubelet}} -p old-k8s-version-259429 -n old-k8s-version-259429: exit status 2 (282.437701ms)

                                                
                                                
-- 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-linux-amd64 unpause -p old-k8s-version-259429 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p old-k8s-version-259429 -n old-k8s-version-259429
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p old-k8s-version-259429 -n old-k8s-version-259429
--- PASS: TestStartStop/group/old-k8s-version/serial/Pause (2.46s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p newest-cni-380080 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0-beta.0
E0729 19:31:10.543716  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/flannel-134691/client.crt: no such file or directory
E0729 19:31:10.549004  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/flannel-134691/client.crt: no such file or directory
E0729 19:31:10.559240  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/flannel-134691/client.crt: no such file or directory
E0729 19:31:10.579547  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/flannel-134691/client.crt: no such file or directory
E0729 19:31:10.619990  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/flannel-134691/client.crt: no such file or directory
E0729 19:31:10.701041  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/flannel-134691/client.crt: no such file or directory
E0729 19:31:10.861234  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/flannel-134691/client.crt: no such file or directory
E0729 19:31:11.093705  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/bridge-134691/client.crt: no such file or directory
E0729 19:31:11.181876  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/flannel-134691/client.crt: no such file or directory
E0729 19:31:11.822697  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/flannel-134691/client.crt: no such file or directory
E0729 19:31:13.103399  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/flannel-134691/client.crt: no such file or directory
E0729 19:31:15.664067  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/flannel-134691/client.crt: no such file or directory
E0729 19:31:20.784819  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/flannel-134691/client.crt: no such file or directory
E0729 19:31:31.025815  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/flannel-134691/client.crt: no such file or directory
E0729 19:31:31.574613  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/bridge-134691/client.crt: no such file or directory
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p newest-cni-380080 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0-beta.0: (26.350072971s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (26.35s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-amd64 stop -p newest-cni-380080 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-amd64 stop -p newest-cni-380080 --alsologtostderr -v=3: (1.184743872s)
--- PASS: TestStartStop/group/newest-cni/serial/Stop (1.18s)

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

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

                                                
                                                
-- 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-linux-amd64 addons enable dashboard -p newest-cni-380080 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/newest-cni/serial/EnableAddonAfterStop (0.17s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p newest-cni-380080 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0-beta.0
E0729 19:31:40.483509  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/enable-default-cni-134691/client.crt: no such file or directory
E0729 19:31:44.071583  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/kindnet-134691/client.crt: no such file or directory
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p newest-cni-380080 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0-beta.0: (12.533896471s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p newest-cni-380080 -n newest-cni-380080
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (12.85s)

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p newest-cni-380080 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240715-f6ad1f6e
--- PASS: TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (0.24s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Pause
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 pause -p newest-cni-380080 --alsologtostderr -v=1
E0729 19:31:51.506958  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/flannel-134691/client.crt: no such file or directory
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p newest-cni-380080 -n newest-cni-380080
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.APIServer}} -p newest-cni-380080 -n newest-cni-380080: exit status 2 (294.678656ms)

                                                
                                                
-- 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-linux-amd64 status --format={{.Kubelet}} -p newest-cni-380080 -n newest-cni-380080
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Kubelet}} -p newest-cni-380080 -n newest-cni-380080: exit status 2 (293.028641ms)

                                                
                                                
-- 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-linux-amd64 unpause -p newest-cni-380080 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p newest-cni-380080 -n newest-cni-380080
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p newest-cni-380080 -n newest-cni-380080
--- PASS: TestStartStop/group/newest-cni/serial/Pause (2.70s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-5cc9f66cf4-8zk8v" [c7ca595c-8666-471a-9616-a2dad69137b4] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003520498s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-779776cb65-b246h" [311a39a7-22a5-47d7-bb2a-2142ac8c7ab6] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003630461s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.00s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-5cc9f66cf4-8zk8v" [c7ca595c-8666-471a-9616-a2dad69137b4] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004467184s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context no-preload-880593 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (5.07s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-779776cb65-b246h" [311a39a7-22a5-47d7-bb2a-2142ac8c7ab6] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.00382361s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context embed-certs-888011 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.08s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p no-preload-880593 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240719-e7903573
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 (0.21s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Pause
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 pause -p no-preload-880593 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p no-preload-880593 -n no-preload-880593
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.APIServer}} -p no-preload-880593 -n no-preload-880593: exit status 2 (274.187404ms)

                                                
                                                
-- 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-linux-amd64 status --format={{.Kubelet}} -p no-preload-880593 -n no-preload-880593
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Kubelet}} -p no-preload-880593 -n no-preload-880593: exit status 2 (271.935029ms)

                                                
                                                
-- 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-linux-amd64 unpause -p no-preload-880593 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p no-preload-880593 -n no-preload-880593
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p no-preload-880593 -n no-preload-880593
--- PASS: TestStartStop/group/no-preload/serial/Pause (2.45s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p embed-certs-888011 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240715-585640e9
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240719-e7903573
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 (0.23s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Pause
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 pause -p embed-certs-888011 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p embed-certs-888011 -n embed-certs-888011
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.APIServer}} -p embed-certs-888011 -n embed-certs-888011: exit status 2 (273.838734ms)

                                                
                                                
-- 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-linux-amd64 status --format={{.Kubelet}} -p embed-certs-888011 -n embed-certs-888011
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Kubelet}} -p embed-certs-888011 -n embed-certs-888011: exit status 2 (273.583493ms)

                                                
                                                
-- 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-linux-amd64 unpause -p embed-certs-888011 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p embed-certs-888011 -n embed-certs-888011
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p embed-certs-888011 -n embed-certs-888011
--- PASS: TestStartStop/group/embed-certs/serial/Pause (2.45s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-779776cb65-n7qgj" [c4ef163d-0c06-470f-a693-b868b0f31b09] Running
E0729 19:32:32.467151  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/flannel-134691/client.crt: no such file or directory
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003849068s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.00s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-779776cb65-n7qgj" [c4ef163d-0c06-470f-a693-b868b0f31b09] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.002963261s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context default-k8s-diff-port-000087 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (5.07s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p default-k8s-diff-port-000087 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240715-585640e9
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240719-e7903573
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages (0.21s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/Pause
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 pause -p default-k8s-diff-port-000087 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p default-k8s-diff-port-000087 -n default-k8s-diff-port-000087
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.APIServer}} -p default-k8s-diff-port-000087 -n default-k8s-diff-port-000087: exit status 2 (269.429316ms)

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

                                                
                                                
-- 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-linux-amd64 unpause -p default-k8s-diff-port-000087 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p default-k8s-diff-port-000087 -n default-k8s-diff-port-000087
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p default-k8s-diff-port-000087 -n default-k8s-diff-port-000087
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Pause (2.44s)

                                                
                                    

Test skip (28/336)

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

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

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

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/kubectl
aaa_download_only_test.go:167: Test for darwin and windows
--- SKIP: TestDownloadOnly/v1.20.0/kubectl (0.00s)

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

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

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

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.30.3/kubectl
aaa_download_only_test.go:167: Test for darwin and windows
--- SKIP: TestDownloadOnly/v1.30.3/kubectl (0.00s)

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.31.0-beta.0/binaries (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.0-beta.0/binaries
aaa_download_only_test.go:151: Preload exists, binaries are present within.
--- SKIP: TestDownloadOnly/v1.31.0-beta.0/binaries (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.31.0-beta.0/kubectl (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.0-beta.0/kubectl
aaa_download_only_test.go:167: Test for darwin and windows
--- SKIP: TestDownloadOnly/v1.31.0-beta.0/kubectl (0.00s)

                                                
                                    
x
+
TestAddons/serial/Volcano (0s)

                                                
                                                
=== RUN   TestAddons/serial/Volcano
addons_test.go:879: skipping: crio not supported
--- SKIP: TestAddons/serial/Volcano (0.00s)

                                                
                                    
x
+
TestAddons/parallel/Olm (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestDockerFlags (0s)

                                                
                                                
=== RUN   TestDockerFlags
docker_test.go:41: skipping: only runs with docker container runtime, currently testing crio
--- SKIP: TestDockerFlags (0.00s)

                                                
                                    
x
+
TestDockerEnvContainerd (0s)

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

                                                
                                    
x
+
TestHyperKitDriverInstallOrUpdate (0s)

                                                
                                                
=== RUN   TestHyperKitDriverInstallOrUpdate
driver_install_or_update_test.go: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/DockerEnv (0s)

                                                
                                                
=== RUN   TestFunctional/parallel/DockerEnv
=== PAUSE TestFunctional/parallel/DockerEnv

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PodmanEnv (0s)

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

                                                
                                                

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

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

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

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

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

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

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

                                                
                                    
x
+
TestGvisorAddon (0s)

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

                                                
                                    
x
+
TestImageBuild (0s)

                                                
                                                
=== RUN   TestImageBuild
image_test.go:33: 
--- SKIP: TestImageBuild (0.00s)

                                                
                                    
x
+
TestChangeNoneUser (0s)

                                                
                                                
=== RUN   TestChangeNoneUser
none_test.go:38: Test requires none driver and SUDO_USER env to not be empty
--- SKIP: TestChangeNoneUser (0.00s)

                                                
                                    
x
+
TestScheduledStopWindows (0s)

                                                
                                                
=== RUN   TestScheduledStopWindows
scheduled_stop_test.go:42: test only runs on windows
--- SKIP: TestScheduledStopWindows (0.00s)

                                                
                                    
x
+
TestSkaffold (0s)

                                                
                                                
=== RUN   TestSkaffold
skaffold_test.go:45: skaffold requires docker-env, currently testing crio container runtime
--- SKIP: TestSkaffold (0.00s)

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet (3.42s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet
net_test.go:93: Skipping the test as crio container runtimes requires CNI
panic.go:626: 
----------------------- debugLogs start: kubenet-134691 [pass: true] --------------------------------
>>> netcat: nslookup kubernetes.default:
Error in configuration: context was not found for specified context: kubenet-134691

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: describe netcat deployment:
error: context "kubenet-134691" does not exist

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: netcat logs:
error: context "kubenet-134691" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe coredns deployment:
error: context "kubenet-134691" does not exist

                                                
                                                

                                                
                                                
>>> k8s: describe coredns pods:
error: context "kubenet-134691" does not exist

                                                
                                                

                                                
                                                
>>> k8s: coredns logs:
error: context "kubenet-134691" does not exist

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: api server logs:
error: context "kubenet-134691" does not exist

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: describe kube-proxy daemon set:
error: context "kubenet-134691" does not exist

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kube-proxy logs:
error: context "kubenet-134691" does not exist

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters: null
contexts: null
current-context: ""
kind: Config
preferences: {}
users: null

                                                
                                                

                                                
                                                
>>> k8s: cms:
Error in configuration: context was not found for specified context: kubenet-134691

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                
----------------------- debugLogs end: kubenet-134691 [took: 3.246087063s] --------------------------------
helpers_test.go:175: Cleaning up "kubenet-134691" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p kubenet-134691
--- SKIP: TestNetworkPlugins/group/kubenet (3.42s)

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (3.65s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/cilium
net_test.go:102: Skipping the test as it's interfering with other tests and is outdated
E0729 19:18:27.726108  527702 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-520813/.minikube/profiles/addons-548251/client.crt: no such file or directory
panic.go:626: 
----------------------- debugLogs start: cilium-134691 [pass: true] --------------------------------
>>> netcat: nslookup kubernetes.default:
Error in configuration: context was not found for specified context: cilium-134691

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters: null
contexts: null
current-context: ""
kind: Config
preferences: {}
users: null

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                
----------------------- debugLogs end: cilium-134691 [took: 3.484974777s] --------------------------------
helpers_test.go:175: Cleaning up "cilium-134691" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p cilium-134691
--- SKIP: TestNetworkPlugins/group/cilium (3.65s)

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

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

                                                
                                    
Copied to clipboard