Test Report: Docker_Linux_crio 19312

                    
                      5c64880be4606435f09036ce2ec4c937eccc350b:2024-07-29:35539
                    
                

Test fail (2/336)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run:  kubectl --context addons-703043 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-703043 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run:  kubectl --context addons-703043 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" [e427d24a-b30b-4321-b798-16df212211f5] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [e427d24a-b30b-4321-b798-16df212211f5] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 10.003865648s
addons_test.go:264: (dbg) Run:  out/minikube-linux-amd64 -p addons-703043 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-703043 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.468197153s)

                                                
                                                
** 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-703043 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run:  out/minikube-linux-amd64 -p addons-703043 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-703043 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:313: (dbg) Run:  out/minikube-linux-amd64 -p addons-703043 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-amd64 -p addons-703043 addons disable ingress --alsologtostderr -v=1: (7.619523599s)
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-703043
helpers_test.go:235: (dbg) docker inspect addons-703043:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "8cc2407b162cd4cba246991e80c87029f4da940cfa90214acc4734683261f14d",
	        "Created": "2024-07-29T00:47:14.05010043Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 18476,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-07-29T00:47:14.195234561Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:f7a7de1851ee150766e4477ba0f200b8a850318ef537b8ef6899afcaea59940a",
	        "ResolvConfPath": "/var/lib/docker/containers/8cc2407b162cd4cba246991e80c87029f4da940cfa90214acc4734683261f14d/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/8cc2407b162cd4cba246991e80c87029f4da940cfa90214acc4734683261f14d/hostname",
	        "HostsPath": "/var/lib/docker/containers/8cc2407b162cd4cba246991e80c87029f4da940cfa90214acc4734683261f14d/hosts",
	        "LogPath": "/var/lib/docker/containers/8cc2407b162cd4cba246991e80c87029f4da940cfa90214acc4734683261f14d/8cc2407b162cd4cba246991e80c87029f4da940cfa90214acc4734683261f14d-json.log",
	        "Name": "/addons-703043",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-703043:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-703043",
	            "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/59fc5b595c760f01dd8f8f899bd7fcb9c7927c21f2c86b2b00f07e67dbf1a7e6-init/diff:/var/lib/docker/overlay2/24d4ef079ef1151bd6f04dcf5532d8edcfaa8f862a325cb62ca6854ea35f095e/diff",
	                "MergedDir": "/var/lib/docker/overlay2/59fc5b595c760f01dd8f8f899bd7fcb9c7927c21f2c86b2b00f07e67dbf1a7e6/merged",
	                "UpperDir": "/var/lib/docker/overlay2/59fc5b595c760f01dd8f8f899bd7fcb9c7927c21f2c86b2b00f07e67dbf1a7e6/diff",
	                "WorkDir": "/var/lib/docker/overlay2/59fc5b595c760f01dd8f8f899bd7fcb9c7927c21f2c86b2b00f07e67dbf1a7e6/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-703043",
	                "Source": "/var/lib/docker/volumes/addons-703043/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-703043",
	            "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-703043",
	                "name.minikube.sigs.k8s.io": "addons-703043",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "d70444d9622e2129e96e6f059cbf595b18b56f3c4bcb77869267289ad1a2ebc1",
	            "SandboxKey": "/var/run/docker/netns/d70444d9622e",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32768"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32769"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32772"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32770"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32771"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-703043": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "40ebbc9d46e95b9a7f2e8eb220606cbc7425dc748280e26ebaf84ccd7ad4987c",
	                    "EndpointID": "ad3beaa49f92485b2678c9cb10abf46d3def363609daef7414385981e377f2ef",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-703043",
	                        "8cc2407b162c"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-703043 -n addons-703043
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-703043 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-703043 logs -n 25: (1.098912262s)
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-230164 | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC |                     |
	|         | download-docker-230164                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-230164                                                                   | download-docker-230164 | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC | 29 Jul 24 00:46 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-325508   | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC |                     |
	|         | binary-mirror-325508                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:44361                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-325508                                                                     | binary-mirror-325508   | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC | 29 Jul 24 00:46 UTC |
	| addons  | enable dashboard -p                                                                         | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC |                     |
	|         | addons-703043                                                                               |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                                                                        | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC |                     |
	|         | addons-703043                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-703043 --wait=true                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC | 29 Jul 24 00:49 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-703043 addons disable                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | gcp-auth --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | disable cloud-spanner -p                                                                    | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | addons-703043                                                                               |                        |         |         |                     |                     |
	| addons  | addons-703043 addons disable                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| ssh     | addons-703043 ssh cat                                                                       | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | /opt/local-path-provisioner/pvc-7ba08eef-6fdb-4f0d-b1f7-f56cc8316dd1_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-703043 addons disable                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-703043 ip                                                                            | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	| addons  | addons-703043 addons disable                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | -p addons-703043                                                                            |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | -p addons-703043                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-703043 addons disable                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | helm-tiller --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-703043 addons disable                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | headlamp --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p                                                                 | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | addons-703043                                                                               |                        |         |         |                     |                     |
	| addons  | addons-703043 addons                                                                        | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ssh     | addons-703043 ssh curl -s                                                                   | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| addons  | addons-703043 addons                                                                        | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-703043 ip                                                                            | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:53 UTC | 29 Jul 24 00:53 UTC |
	| addons  | addons-703043 addons disable                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:53 UTC | 29 Jul 24 00:53 UTC |
	|         | ingress-dns --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-703043 addons disable                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:53 UTC | 29 Jul 24 00:53 UTC |
	|         | ingress --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/07/29 00:46:49
	Running on machine: ubuntu-20-agent-15
	Binary: Built with gc go1.22.5 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0729 00:46:49.777633   17712 out.go:291] Setting OutFile to fd 1 ...
	I0729 00:46:49.777855   17712 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 00:46:49.777862   17712 out.go:304] Setting ErrFile to fd 2...
	I0729 00:46:49.777866   17712 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 00:46:49.778028   17712 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-9224/.minikube/bin
	I0729 00:46:49.778610   17712 out.go:298] Setting JSON to false
	I0729 00:46:49.779454   17712 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":1759,"bootTime":1722212251,"procs":171,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0729 00:46:49.779514   17712 start.go:139] virtualization: kvm guest
	I0729 00:46:49.781665   17712 out.go:177] * [addons-703043] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	I0729 00:46:49.782930   17712 out.go:177]   - MINIKUBE_LOCATION=19312
	I0729 00:46:49.782931   17712 notify.go:220] Checking for updates...
	I0729 00:46:49.784248   17712 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0729 00:46:49.785673   17712 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19312-9224/kubeconfig
	I0729 00:46:49.786924   17712 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-9224/.minikube
	I0729 00:46:49.788058   17712 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0729 00:46:49.789134   17712 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0729 00:46:49.790496   17712 driver.go:392] Setting default libvirt URI to qemu:///system
	I0729 00:46:49.812908   17712 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
	I0729 00:46:49.812998   17712 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 00:46:49.859202   17712 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:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-29 00:46:49.850533279 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-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:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 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> ServerEr
rors:[] 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 00:46:49.859288   17712 docker.go:307] overlay module found
	I0729 00:46:49.861135   17712 out.go:177] * Using the docker driver based on user configuration
	I0729 00:46:49.862382   17712 start.go:297] selected driver: docker
	I0729 00:46:49.862394   17712 start.go:901] validating driver "docker" against <nil>
	I0729 00:46:49.862404   17712 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0729 00:46:49.863084   17712 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 00:46:49.910979   17712 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:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-29 00:46:49.903139442 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-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:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 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> ServerEr
rors:[] 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 00:46:49.911186   17712 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0729 00:46:49.911466   17712 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 00:46:49.913416   17712 out.go:177] * Using Docker driver with root privileges
	I0729 00:46:49.914938   17712 cni.go:84] Creating CNI manager for ""
	I0729 00:46:49.914958   17712 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0729 00:46:49.914970   17712 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0729 00:46:49.915048   17712 start.go:340] cluster config:
	{Name:addons-703043 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-703043 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 00:46:49.916404   17712 out.go:177] * Starting "addons-703043" primary control-plane node in "addons-703043" cluster
	I0729 00:46:49.917605   17712 cache.go:121] Beginning downloading kic base image for docker with crio
	I0729 00:46:49.918858   17712 out.go:177] * Pulling base image v0.0.44-1721902582-19326 ...
	I0729 00:46:49.920011   17712 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0729 00:46:49.920037   17712 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local docker daemon
	I0729 00:46:49.920040   17712 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19312-9224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4
	I0729 00:46:49.920173   17712 cache.go:56] Caching tarball of preloaded images
	I0729 00:46:49.920283   17712 preload.go:172] Found /home/jenkins/minikube-integration/19312-9224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
	I0729 00:46:49.920295   17712 cache.go:59] Finished verifying existence of preloaded tar for v1.30.3 on crio
	I0729 00:46:49.920583   17712 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/config.json ...
	I0729 00:46:49.920602   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/config.json: {Name:mk0d8e6460d9f18186e23e7239949d000d26f1c1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:46:49.935067   17712 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 to local cache
	I0729 00:46:49.935166   17712 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory
	I0729 00:46:49.935190   17712 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory, skipping pull
	I0729 00:46:49.935196   17712 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 exists in cache, skipping pull
	I0729 00:46:49.935203   17712 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 as a tarball
	I0729 00:46:49.935210   17712 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 from local cache
	I0729 00:47:01.676802   17712 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 from cached tarball
	I0729 00:47:01.676837   17712 cache.go:194] Successfully downloaded all kic artifacts
	I0729 00:47:01.676873   17712 start.go:360] acquireMachinesLock for addons-703043: {Name:mk768b7fd0d5cb20b2f749d08bb6dc98905103d6 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0729 00:47:01.676978   17712 start.go:364] duration metric: took 81.144µs to acquireMachinesLock for "addons-703043"
	I0729 00:47:01.677006   17712 start.go:93] Provisioning new machine with config: &{Name:addons-703043 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-703043 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 00:47:01.677097   17712 start.go:125] createHost starting for "" (driver="docker")
	I0729 00:47:01.679000   17712 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0729 00:47:01.679208   17712 start.go:159] libmachine.API.Create for "addons-703043" (driver="docker")
	I0729 00:47:01.679242   17712 client.go:168] LocalClient.Create starting
	I0729 00:47:01.679329   17712 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19312-9224/.minikube/certs/ca.pem
	I0729 00:47:01.878359   17712 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19312-9224/.minikube/certs/cert.pem
	I0729 00:47:02.103389   17712 cli_runner.go:164] Run: docker network inspect addons-703043 --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 00:47:02.119264   17712 cli_runner.go:211] docker network inspect addons-703043 --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 00:47:02.119343   17712 network_create.go:284] running [docker network inspect addons-703043] to gather additional debugging logs...
	I0729 00:47:02.119368   17712 cli_runner.go:164] Run: docker network inspect addons-703043
	W0729 00:47:02.134568   17712 cli_runner.go:211] docker network inspect addons-703043 returned with exit code 1
	I0729 00:47:02.134600   17712 network_create.go:287] error running [docker network inspect addons-703043]: docker network inspect addons-703043: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-703043 not found
	I0729 00:47:02.134615   17712 network_create.go:289] output of [docker network inspect addons-703043]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-703043 not found
	
	** /stderr **
	I0729 00:47:02.134712   17712 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 00:47:02.150920   17712 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:0xc001eabde0}
	I0729 00:47:02.150960   17712 network_create.go:124] attempt to create docker network addons-703043 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0729 00:47:02.150999   17712 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-703043 addons-703043
	I0729 00:47:02.209958   17712 network_create.go:108] docker network addons-703043 192.168.49.0/24 created
	I0729 00:47:02.209988   17712 kic.go:121] calculated static IP "192.168.49.2" for the "addons-703043" container
	I0729 00:47:02.210058   17712 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0729 00:47:02.224770   17712 cli_runner.go:164] Run: docker volume create addons-703043 --label name.minikube.sigs.k8s.io=addons-703043 --label created_by.minikube.sigs.k8s.io=true
	I0729 00:47:02.241227   17712 oci.go:103] Successfully created a docker volume addons-703043
	I0729 00:47:02.241298   17712 cli_runner.go:164] Run: docker run --rm --name addons-703043-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-703043 --entrypoint /usr/bin/test -v addons-703043:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -d /var/lib
	I0729 00:47:09.391405   17712 cli_runner.go:217] Completed: docker run --rm --name addons-703043-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-703043 --entrypoint /usr/bin/test -v addons-703043:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -d /var/lib: (7.150069314s)
	I0729 00:47:09.391432   17712 oci.go:107] Successfully prepared a docker volume addons-703043
	I0729 00:47:09.391446   17712 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0729 00:47:09.391466   17712 kic.go:194] Starting extracting preloaded images to volume ...
	I0729 00:47:09.391523   17712 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19312-9224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-703043:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -I lz4 -xf /preloaded.tar -C /extractDir
	I0729 00:47:13.986173   17712 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19312-9224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-703043:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -I lz4 -xf /preloaded.tar -C /extractDir: (4.594607131s)
	I0729 00:47:13.986201   17712 kic.go:203] duration metric: took 4.594733099s to extract preloaded images to volume ...
	W0729 00:47:13.986325   17712 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0729 00:47:13.986408   17712 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0729 00:47:14.035209   17712 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-703043 --name addons-703043 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-703043 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-703043 --network addons-703043 --ip 192.168.49.2 --volume addons-703043:/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 00:47:14.352909   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Running}}
	I0729 00:47:14.371496   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:14.390690   17712 cli_runner.go:164] Run: docker exec addons-703043 stat /var/lib/dpkg/alternatives/iptables
	I0729 00:47:14.435778   17712 oci.go:144] the created container "addons-703043" has a running status.
	I0729 00:47:14.435811   17712 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa...
	I0729 00:47:14.747388   17712 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0729 00:47:14.769510   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:14.785621   17712 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0729 00:47:14.785642   17712 kic_runner.go:114] Args: [docker exec --privileged addons-703043 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0729 00:47:14.839124   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:14.857925   17712 machine.go:94] provisionDockerMachine start ...
	I0729 00:47:14.858042   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:14.876585   17712 main.go:141] libmachine: Using SSH client type: native
	I0729 00:47:14.876795   17712 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0729 00:47:14.876809   17712 main.go:141] libmachine: About to run SSH command:
	hostname
	I0729 00:47:15.020846   17712 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-703043
	
	I0729 00:47:15.020872   17712 ubuntu.go:169] provisioning hostname "addons-703043"
	I0729 00:47:15.020928   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:15.039817   17712 main.go:141] libmachine: Using SSH client type: native
	I0729 00:47:15.040008   17712 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0729 00:47:15.040023   17712 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-703043 && echo "addons-703043" | sudo tee /etc/hostname
	I0729 00:47:15.167844   17712 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-703043
	
	I0729 00:47:15.167924   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:15.184009   17712 main.go:141] libmachine: Using SSH client type: native
	I0729 00:47:15.184174   17712 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0729 00:47:15.184190   17712 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-703043' /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-703043/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-703043' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0729 00:47:15.301386   17712 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0729 00:47:15.301421   17712 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19312-9224/.minikube CaCertPath:/home/jenkins/minikube-integration/19312-9224/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19312-9224/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19312-9224/.minikube}
	I0729 00:47:15.301445   17712 ubuntu.go:177] setting up certificates
	I0729 00:47:15.301458   17712 provision.go:84] configureAuth start
	I0729 00:47:15.301539   17712 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-703043
	I0729 00:47:15.318252   17712 provision.go:143] copyHostCerts
	I0729 00:47:15.318327   17712 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-9224/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19312-9224/.minikube/ca.pem (1078 bytes)
	I0729 00:47:15.318457   17712 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-9224/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19312-9224/.minikube/cert.pem (1123 bytes)
	I0729 00:47:15.318539   17712 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-9224/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19312-9224/.minikube/key.pem (1679 bytes)
	I0729 00:47:15.318664   17712 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19312-9224/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19312-9224/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19312-9224/.minikube/certs/ca-key.pem org=jenkins.addons-703043 san=[127.0.0.1 192.168.49.2 addons-703043 localhost minikube]
	I0729 00:47:15.623413   17712 provision.go:177] copyRemoteCerts
	I0729 00:47:15.623471   17712 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0729 00:47:15.623501   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:15.640259   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:15.726020   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0729 00:47:15.748469   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0729 00:47:15.771895   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0729 00:47:15.794493   17712 provision.go:87] duration metric: took 493.023421ms to configureAuth
	I0729 00:47:15.794529   17712 ubuntu.go:193] setting minikube options for container-runtime
	I0729 00:47:15.794719   17712 config.go:182] Loaded profile config "addons-703043": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 00:47:15.794823   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:15.811133   17712 main.go:141] libmachine: Using SSH client type: native
	I0729 00:47:15.811358   17712 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0729 00:47:15.811378   17712 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 00:47:16.015389   17712 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0729 00:47:16.015418   17712 machine.go:97] duration metric: took 1.157468199s to provisionDockerMachine
	I0729 00:47:16.015429   17712 client.go:171] duration metric: took 14.336179847s to LocalClient.Create
	I0729 00:47:16.015446   17712 start.go:167] duration metric: took 14.336239314s to libmachine.API.Create "addons-703043"
	I0729 00:47:16.015453   17712 start.go:293] postStartSetup for "addons-703043" (driver="docker")
	I0729 00:47:16.015462   17712 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 00:47:16.015509   17712 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 00:47:16.015540   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:16.032145   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:16.126037   17712 ssh_runner.go:195] Run: cat /etc/os-release
	I0729 00:47:16.129063   17712 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0729 00:47:16.129100   17712 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0729 00:47:16.129111   17712 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0729 00:47:16.129118   17712 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0729 00:47:16.129130   17712 filesync.go:126] Scanning /home/jenkins/minikube-integration/19312-9224/.minikube/addons for local assets ...
	I0729 00:47:16.129196   17712 filesync.go:126] Scanning /home/jenkins/minikube-integration/19312-9224/.minikube/files for local assets ...
	I0729 00:47:16.129227   17712 start.go:296] duration metric: took 113.768253ms for postStartSetup
	I0729 00:47:16.129548   17712 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-703043
	I0729 00:47:16.146913   17712 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/config.json ...
	I0729 00:47:16.147190   17712 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0729 00:47:16.147238   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:16.163715   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:16.246125   17712 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0729 00:47:16.250356   17712 start.go:128] duration metric: took 14.573243072s to createHost
	I0729 00:47:16.250385   17712 start.go:83] releasing machines lock for "addons-703043", held for 14.573393048s
	I0729 00:47:16.250444   17712 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-703043
	I0729 00:47:16.267080   17712 ssh_runner.go:195] Run: cat /version.json
	I0729 00:47:16.267129   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:16.267149   17712 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0729 00:47:16.267207   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:16.284982   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:16.285214   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:16.443716   17712 ssh_runner.go:195] Run: systemctl --version
	I0729 00:47:16.447949   17712 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0729 00:47:16.585169   17712 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0729 00:47:16.589579   17712 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 00:47:16.607301   17712 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0729 00:47:16.607387   17712 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 00:47:16.635335   17712 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 00:47:16.635357   17712 start.go:495] detecting cgroup driver to use...
	I0729 00:47:16.635395   17712 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0729 00:47:16.635440   17712 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0729 00:47:16.650442   17712 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0729 00:47:16.660702   17712 docker.go:217] disabling cri-docker service (if available) ...
	I0729 00:47:16.660749   17712 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0729 00:47:16.672872   17712 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0729 00:47:16.686006   17712 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0729 00:47:16.766622   17712 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0729 00:47:16.842926   17712 docker.go:233] disabling docker service ...
	I0729 00:47:16.843001   17712 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0729 00:47:16.860756   17712 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0729 00:47:16.871304   17712 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0729 00:47:16.954704   17712 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0729 00:47:17.038846   17712 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0729 00:47:17.049288   17712 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 00:47:17.063701   17712 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
	I0729 00:47:17.063759   17712 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 00:47:17.072469   17712 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0729 00:47:17.072533   17712 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 00:47:17.081234   17712 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0729 00:47:17.089714   17712 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 00:47:17.098818   17712 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0729 00:47:17.107255   17712 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 00:47:17.115746   17712 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 00:47:17.129641   17712 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 00:47:17.138311   17712 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0729 00:47:17.145647   17712 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0729 00:47:17.153205   17712 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0729 00:47:17.233058   17712 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0729 00:47:17.337609   17712 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0729 00:47:17.337675   17712 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0729 00:47:17.341228   17712 start.go:563] Will wait 60s for crictl version
	I0729 00:47:17.341292   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:47:17.344681   17712 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0729 00:47:17.378266   17712 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0729 00:47:17.378407   17712 ssh_runner.go:195] Run: crio --version
	I0729 00:47:17.413640   17712 ssh_runner.go:195] Run: crio --version
	I0729 00:47:17.449326   17712 out.go:177] * Preparing Kubernetes v1.30.3 on CRI-O 1.24.6 ...
	I0729 00:47:17.450715   17712 cli_runner.go:164] Run: docker network inspect addons-703043 --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 00:47:17.466409   17712 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0729 00:47:17.469747   17712 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 00:47:17.479648   17712 kubeadm.go:883] updating cluster {Name:addons-703043 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-703043 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 00:47:17.479762   17712 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0729 00:47:17.479814   17712 ssh_runner.go:195] Run: sudo crictl images --output json
	I0729 00:47:17.539782   17712 crio.go:514] all images are preloaded for cri-o runtime.
	I0729 00:47:17.539807   17712 crio.go:433] Images already preloaded, skipping extraction
	I0729 00:47:17.539854   17712 ssh_runner.go:195] Run: sudo crictl images --output json
	I0729 00:47:17.570217   17712 crio.go:514] all images are preloaded for cri-o runtime.
	I0729 00:47:17.570239   17712 cache_images.go:84] Images are preloaded, skipping loading
	I0729 00:47:17.570248   17712 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.3 crio true true} ...
	I0729 00:47:17.570360   17712 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-703043 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.30.3 ClusterName:addons-703043 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 00:47:17.570432   17712 ssh_runner.go:195] Run: crio config
	I0729 00:47:17.611529   17712 cni.go:84] Creating CNI manager for ""
	I0729 00:47:17.611548   17712 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0729 00:47:17.611556   17712 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0729 00:47:17.611579   17712 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-703043 NodeName:addons-703043 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 00:47:17.611695   17712 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-703043"
	  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 00:47:17.611747   17712 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.3
	I0729 00:47:17.620115   17712 binaries.go:44] Found k8s binaries, skipping transfer
	I0729 00:47:17.620181   17712 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0729 00:47:17.628272   17712 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0729 00:47:17.644565   17712 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0729 00:47:17.660587   17712 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0729 00:47:17.676572   17712 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0729 00:47:17.679627   17712 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 00:47:17.689132   17712 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0729 00:47:17.765930   17712 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0729 00:47:17.777546   17712 certs.go:68] Setting up /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043 for IP: 192.168.49.2
	I0729 00:47:17.777574   17712 certs.go:194] generating shared ca certs ...
	I0729 00:47:17.777592   17712 certs.go:226] acquiring lock for ca certs: {Name:mk4112a6c8b3fabd5fd1de7de9c35999e19c370b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:17.777710   17712 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19312-9224/.minikube/ca.key
	I0729 00:47:17.919747   17712 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-9224/.minikube/ca.crt ...
	I0729 00:47:17.919776   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/ca.crt: {Name:mk8b6e2d6e013a718e4c51d155d560163195dd5c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:17.919961   17712 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-9224/.minikube/ca.key ...
	I0729 00:47:17.919977   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/ca.key: {Name:mk1e4380d192fd463714d8e432afac9ace64f140 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:17.920080   17712 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19312-9224/.minikube/proxy-client-ca.key
	I0729 00:47:18.054693   17712 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-9224/.minikube/proxy-client-ca.crt ...
	I0729 00:47:18.054726   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/proxy-client-ca.crt: {Name:mk1369c23a9016a59dc0172c8523462419b241fe Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:18.054929   17712 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-9224/.minikube/proxy-client-ca.key ...
	I0729 00:47:18.054946   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/proxy-client-ca.key: {Name:mk4bbac46bc7db78755a4511c9d8e52e2634fd6e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:18.055043   17712 certs.go:256] generating profile certs ...
	I0729 00:47:18.055113   17712 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.key
	I0729 00:47:18.055132   17712 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt with IP's: []
	I0729 00:47:18.249543   17712 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt ...
	I0729 00:47:18.249575   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: {Name:mk37428cf38d1a9f21c89c001280957aa573686f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:18.249761   17712 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.key ...
	I0729 00:47:18.249777   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.key: {Name:mk38868ed65e7b1e01a28d2ddc86120d16d8f360 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:18.249874   17712 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.key.abb489df
	I0729 00:47:18.249897   17712 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.crt.abb489df with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0729 00:47:18.367583   17712 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.crt.abb489df ...
	I0729 00:47:18.367615   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.crt.abb489df: {Name:mke3766532b545252d4ae7c75c4f74d534a87d16 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:18.367792   17712 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.key.abb489df ...
	I0729 00:47:18.367808   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.key.abb489df: {Name:mk2a05cf1f7a5ded0bc32573c4583bc0706fd37d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:18.367909   17712 certs.go:381] copying /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.crt.abb489df -> /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.crt
	I0729 00:47:18.368006   17712 certs.go:385] copying /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.key.abb489df -> /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.key
	I0729 00:47:18.368075   17712 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/proxy-client.key
	I0729 00:47:18.368100   17712 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/proxy-client.crt with IP's: []
	I0729 00:47:18.515537   17712 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/proxy-client.crt ...
	I0729 00:47:18.515571   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/proxy-client.crt: {Name:mkfb30f49481ad61bd8c4537103f98cfb3a87358 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:18.515744   17712 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/proxy-client.key ...
	I0729 00:47:18.515757   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/proxy-client.key: {Name:mk1382ff8f154e0ee96655a138f65f6d520c53de Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:18.515911   17712 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-9224/.minikube/certs/ca-key.pem (1675 bytes)
	I0729 00:47:18.515945   17712 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-9224/.minikube/certs/ca.pem (1078 bytes)
	I0729 00:47:18.515969   17712 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-9224/.minikube/certs/cert.pem (1123 bytes)
	I0729 00:47:18.515990   17712 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-9224/.minikube/certs/key.pem (1679 bytes)
	I0729 00:47:18.516519   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0729 00:47:18.539127   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0729 00:47:18.560577   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0729 00:47:18.583306   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0729 00:47:18.606130   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0729 00:47:18.627351   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I0729 00:47:18.649601   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0729 00:47:18.671237   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I0729 00:47:18.692932   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0729 00:47:18.715162   17712 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0729 00:47:18.731162   17712 ssh_runner.go:195] Run: openssl version
	I0729 00:47:18.736233   17712 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 00:47:18.745093   17712 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0729 00:47:18.748235   17712 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 29 00:47 /usr/share/ca-certificates/minikubeCA.pem
	I0729 00:47:18.748290   17712 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0729 00:47:18.754528   17712 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 00:47:18.763231   17712 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0729 00:47:18.766439   17712 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 00:47:18.766493   17712 kubeadm.go:392] StartCluster: {Name:addons-703043 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-703043 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 00:47:18.766571   17712 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0729 00:47:18.766615   17712 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0729 00:47:18.798882   17712 cri.go:89] found id: ""
	I0729 00:47:18.798940   17712 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0729 00:47:18.807184   17712 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0729 00:47:18.815347   17712 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0729 00:47:18.815393   17712 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 00:47:18.822988   17712 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 00:47:18.823010   17712 kubeadm.go:157] found existing configuration files:
	
	I0729 00:47:18.823049   17712 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0729 00:47:18.830838   17712 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 00:47:18.830906   17712 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0729 00:47:18.838345   17712 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0729 00:47:18.845819   17712 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 00:47:18.845867   17712 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0729 00:47:18.853549   17712 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0729 00:47:18.861072   17712 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 00:47:18.861124   17712 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0729 00:47:18.868444   17712 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0729 00:47:18.876266   17712 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 00:47:18.876312   17712 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0729 00:47:18.883634   17712 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 00:47:18.955344   17712 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-1062-gcp\n", err: exit status 1
	I0729 00:47:19.009760   17712 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0729 00:47:28.607045   17712 kubeadm.go:310] [init] Using Kubernetes version: v1.30.3
	I0729 00:47:28.607131   17712 kubeadm.go:310] [preflight] Running pre-flight checks
	I0729 00:47:28.607248   17712 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0729 00:47:28.607334   17712 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1062-gcp
	I0729 00:47:28.607384   17712 kubeadm.go:310] OS: Linux
	I0729 00:47:28.607446   17712 kubeadm.go:310] CGROUPS_CPU: enabled
	I0729 00:47:28.607496   17712 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0729 00:47:28.607542   17712 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0729 00:47:28.607583   17712 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0729 00:47:28.607625   17712 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0729 00:47:28.607674   17712 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0729 00:47:28.607713   17712 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0729 00:47:28.607754   17712 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0729 00:47:28.607802   17712 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0729 00:47:28.607872   17712 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0729 00:47:28.607963   17712 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0729 00:47:28.608096   17712 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
	I0729 00:47:28.608177   17712 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0729 00:47:28.611242   17712 out.go:204]   - Generating certificates and keys ...
	I0729 00:47:28.611351   17712 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0729 00:47:28.611436   17712 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0729 00:47:28.611500   17712 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0729 00:47:28.611550   17712 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0729 00:47:28.611607   17712 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0729 00:47:28.611670   17712 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0729 00:47:28.611727   17712 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0729 00:47:28.611825   17712 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-703043 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0729 00:47:28.611880   17712 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0729 00:47:28.611974   17712 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-703043 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0729 00:47:28.612033   17712 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0729 00:47:28.612086   17712 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0729 00:47:28.612156   17712 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0729 00:47:28.612256   17712 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0729 00:47:28.612323   17712 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0729 00:47:28.612374   17712 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0729 00:47:28.612423   17712 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0729 00:47:28.612481   17712 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0729 00:47:28.612528   17712 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0729 00:47:28.612623   17712 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0729 00:47:28.612709   17712 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0729 00:47:28.614424   17712 out.go:204]   - Booting up control plane ...
	I0729 00:47:28.614529   17712 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0729 00:47:28.614600   17712 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0729 00:47:28.614673   17712 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0729 00:47:28.614793   17712 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0729 00:47:28.614897   17712 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0729 00:47:28.614954   17712 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0729 00:47:28.615080   17712 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 00:47:28.615150   17712 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
	I0729 00:47:28.615210   17712 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 501.509132ms
	I0729 00:47:28.615278   17712 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0729 00:47:28.615328   17712 kubeadm.go:310] [api-check] The API server is healthy after 4.50169981s
	I0729 00:47:28.615477   17712 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0729 00:47:28.615598   17712 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0729 00:47:28.615648   17712 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0729 00:47:28.615842   17712 kubeadm.go:310] [mark-control-plane] Marking the node addons-703043 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0729 00:47:28.615898   17712 kubeadm.go:310] [bootstrap-token] Using token: drr24u.of61vfckzxrmddz0
	I0729 00:47:28.617535   17712 out.go:204]   - Configuring RBAC rules ...
	I0729 00:47:28.617631   17712 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0729 00:47:28.617713   17712 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0729 00:47:28.617835   17712 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 00:47:28.618031   17712 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0729 00:47:28.618185   17712 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0729 00:47:28.618310   17712 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0729 00:47:28.618451   17712 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0729 00:47:28.618520   17712 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0729 00:47:28.618579   17712 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0729 00:47:28.618588   17712 kubeadm.go:310] 
	I0729 00:47:28.618638   17712 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0729 00:47:28.618645   17712 kubeadm.go:310] 
	I0729 00:47:28.618707   17712 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0729 00:47:28.618713   17712 kubeadm.go:310] 
	I0729 00:47:28.618748   17712 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0729 00:47:28.618805   17712 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0729 00:47:28.618852   17712 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0729 00:47:28.618858   17712 kubeadm.go:310] 
	I0729 00:47:28.618906   17712 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0729 00:47:28.618912   17712 kubeadm.go:310] 
	I0729 00:47:28.618951   17712 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0729 00:47:28.618960   17712 kubeadm.go:310] 
	I0729 00:47:28.619012   17712 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0729 00:47:28.619085   17712 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0729 00:47:28.619152   17712 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0729 00:47:28.619164   17712 kubeadm.go:310] 
	I0729 00:47:28.619262   17712 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0729 00:47:28.619360   17712 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0729 00:47:28.619371   17712 kubeadm.go:310] 
	I0729 00:47:28.619487   17712 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token drr24u.of61vfckzxrmddz0 \
	I0729 00:47:28.619630   17712 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:3c725e6a137b7f06287669a9b9875e1593d86005002dbfe81379f3822b8428a7 \
	I0729 00:47:28.619666   17712 kubeadm.go:310] 	--control-plane 
	I0729 00:47:28.619674   17712 kubeadm.go:310] 
	I0729 00:47:28.619769   17712 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0729 00:47:28.619777   17712 kubeadm.go:310] 
	I0729 00:47:28.619851   17712 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token drr24u.of61vfckzxrmddz0 \
	I0729 00:47:28.619983   17712 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:3c725e6a137b7f06287669a9b9875e1593d86005002dbfe81379f3822b8428a7 
	I0729 00:47:28.620001   17712 cni.go:84] Creating CNI manager for ""
	I0729 00:47:28.620015   17712 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0729 00:47:28.621907   17712 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0729 00:47:28.623545   17712 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0729 00:47:28.627279   17712 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.3/kubectl ...
	I0729 00:47:28.627298   17712 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
	I0729 00:47:28.644262   17712 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 00:47:28.839229   17712 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0729 00:47:28.839304   17712 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 00:47:28.839309   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-703043 minikube.k8s.io/updated_at=2024_07_29T00_47_28_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=608d90af2517e2ec0044e62b20376f40276621a1 minikube.k8s.io/name=addons-703043 minikube.k8s.io/primary=true
	I0729 00:47:28.847749   17712 ops.go:34] apiserver oom_adj: -16
	I0729 00:47:29.027340   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:29.528274   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:30.028030   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:30.527358   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:31.027407   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:31.528203   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:32.027531   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:32.528136   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:33.027485   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:33.527521   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:34.027417   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:34.528198   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:35.028140   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:35.527624   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:36.027852   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:36.527460   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:37.027444   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:37.528399   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:38.027598   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:38.527847   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:39.027980   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:39.528177   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:40.028067   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:40.528365   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:41.027403   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:41.528033   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:42.027689   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:42.241891   17712 kubeadm.go:1113] duration metric: took 13.402658389s to wait for elevateKubeSystemPrivileges
	I0729 00:47:42.241931   17712 kubeadm.go:394] duration metric: took 23.475441361s to StartCluster
	I0729 00:47:42.241952   17712 settings.go:142] acquiring lock: {Name:mkd1ec40ff2a5624a4650469ba3daa8fdb1b5ae9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:42.242100   17712 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19312-9224/kubeconfig
	I0729 00:47:42.242440   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/kubeconfig: {Name:mk9b696bfa7c38ba29d4a9076e55292d4a49def7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:42.242605   17712 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 00:47:42.242615   17712 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 00:47:42.242682   17712 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 00:47:42.242788   17712 addons.go:69] Setting yakd=true in profile "addons-703043"
	I0729 00:47:42.242819   17712 addons.go:234] Setting addon yakd=true in "addons-703043"
	I0729 00:47:42.242821   17712 config.go:182] Loaded profile config "addons-703043": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 00:47:42.242841   17712 addons.go:69] Setting inspektor-gadget=true in profile "addons-703043"
	I0729 00:47:42.242860   17712 addons.go:69] Setting metrics-server=true in profile "addons-703043"
	I0729 00:47:42.242860   17712 addons.go:69] Setting gcp-auth=true in profile "addons-703043"
	I0729 00:47:42.242874   17712 addons.go:69] Setting ingress=true in profile "addons-703043"
	I0729 00:47:42.242879   17712 mustload.go:65] Loading cluster: addons-703043
	I0729 00:47:42.242883   17712 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-703043"
	I0729 00:47:42.242886   17712 addons.go:69] Setting helm-tiller=true in profile "addons-703043"
	I0729 00:47:42.242881   17712 addons.go:69] Setting ingress-dns=true in profile "addons-703043"
	I0729 00:47:42.242899   17712 addons.go:234] Setting addon ingress=true in "addons-703043"
	I0729 00:47:42.242900   17712 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-703043"
	I0729 00:47:42.242904   17712 addons.go:234] Setting addon helm-tiller=true in "addons-703043"
	I0729 00:47:42.242914   17712 addons.go:234] Setting addon ingress-dns=true in "addons-703043"
	I0729 00:47:42.242921   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.242927   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.242931   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.242950   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.242999   17712 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-703043"
	I0729 00:47:42.243027   17712 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-703043"
	I0729 00:47:42.243061   17712 config.go:182] Loaded profile config "addons-703043": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 00:47:42.243267   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.243297   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.243405   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.243407   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.243416   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.243428   17712 addons.go:69] Setting volcano=true in profile "addons-703043"
	I0729 00:47:42.243442   17712 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-703043"
	I0729 00:47:42.243448   17712 addons.go:234] Setting addon volcano=true in "addons-703043"
	I0729 00:47:42.243470   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.243493   17712 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-703043"
	I0729 00:47:42.243520   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.243856   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.243923   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.244079   17712 addons.go:69] Setting volumesnapshots=true in profile "addons-703043"
	I0729 00:47:42.244121   17712 addons.go:234] Setting addon volumesnapshots=true in "addons-703043"
	I0729 00:47:42.244151   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.244579   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.245135   17712 addons.go:69] Setting cloud-spanner=true in profile "addons-703043"
	I0729 00:47:42.245182   17712 addons.go:234] Setting addon cloud-spanner=true in "addons-703043"
	I0729 00:47:42.245219   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.245767   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.246477   17712 out.go:177] * Verifying Kubernetes components...
	I0729 00:47:42.242875   17712 addons.go:234] Setting addon inspektor-gadget=true in "addons-703043"
	I0729 00:47:42.247060   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.247271   17712 addons.go:69] Setting registry=true in profile "addons-703043"
	I0729 00:47:42.247298   17712 addons.go:234] Setting addon registry=true in "addons-703043"
	I0729 00:47:42.247369   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.247518   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.247776   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.243416   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.242876   17712 addons.go:234] Setting addon metrics-server=true in "addons-703043"
	I0729 00:47:42.248923   17712 addons.go:69] Setting default-storageclass=true in profile "addons-703043"
	I0729 00:47:42.248968   17712 addons.go:69] Setting storage-provisioner=true in profile "addons-703043"
	I0729 00:47:42.248995   17712 addons.go:234] Setting addon storage-provisioner=true in "addons-703043"
	I0729 00:47:42.249042   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.248846   17712 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0729 00:47:42.248997   17712 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-703043"
	I0729 00:47:42.242852   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.249427   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.248930   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.249797   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.251050   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.282202   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.291972   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.293156   17712 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0729 00:47:42.294798   17712 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0729 00:47:42.294815   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0729 00:47:42.294865   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	W0729 00:47:42.297224   17712 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0729 00:47:42.297970   17712 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.1
	I0729 00:47:42.298066   17712 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0729 00:47:42.298101   17712 out.go:177]   - Using image ghcr.io/helm/tiller:v2.17.0
	I0729 00:47:42.299859   17712 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
	I0729 00:47:42.300629   17712 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0729 00:47:42.301368   17712 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-703043"
	I0729 00:47:42.301414   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.301578   17712 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0729 00:47:42.301599   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0729 00:47:42.301656   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.301977   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.302275   17712 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0729 00:47:42.302277   17712 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0729 00:47:42.302294   17712 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0729 00:47:42.302294   17712 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0729 00:47:42.302544   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.300835   17712 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
	I0729 00:47:42.302926   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2422 bytes)
	I0729 00:47:42.302972   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.303775   17712 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.0
	I0729 00:47:42.303792   17712 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0729 00:47:42.304213   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0729 00:47:42.304259   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.304660   17712 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0729 00:47:42.304692   17712 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0729 00:47:42.305860   17712 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0729 00:47:42.305877   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0729 00:47:42.305916   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.308628   17712 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0729 00:47:42.308674   17712 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0729 00:47:42.310495   17712 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0729 00:47:42.310619   17712 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0729 00:47:42.310633   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0729 00:47:42.310711   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.317487   17712 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0729 00:47:42.320840   17712 out.go:177]   - Using image docker.io/registry:2.8.3
	I0729 00:47:42.323427   17712 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0729 00:47:42.325379   17712 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0729 00:47:42.326929   17712 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0729 00:47:42.326939   17712 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0729 00:47:42.326965   17712 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0729 00:47:42.326929   17712 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0729 00:47:42.327030   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.327475   17712 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
	I0729 00:47:42.329106   17712 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0729 00:47:42.329118   17712 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0729 00:47:42.329131   17712 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0729 00:47:42.329135   17712 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0729 00:47:42.329180   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.329181   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.329441   17712 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0729 00:47:42.329452   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0729 00:47:42.329556   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.339713   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.353392   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.357564   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.367065   17712 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0729 00:47:42.369258   17712 out.go:177]   - Using image docker.io/busybox:stable
	I0729 00:47:42.373574   17712 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0729 00:47:42.373603   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0729 00:47:42.373662   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.374153   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.379925   17712 addons.go:234] Setting addon default-storageclass=true in "addons-703043"
	I0729 00:47:42.379969   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.380329   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.387155   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.388631   17712 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
	I0729 00:47:42.390599   17712 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0729 00:47:42.390627   17712 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0729 00:47:42.390675   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.393077   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.393652   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.393664   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.400284   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.401290   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.404115   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.407154   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.407329   17712 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0729 00:47:42.407350   17712 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0729 00:47:42.407392   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.419066   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	W0729 00:47:42.432430   17712 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0729 00:47:42.432471   17712 retry.go:31] will retry after 211.651839ms: ssh: handshake failed: EOF
	I0729 00:47:42.447795   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.622460   17712 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 00:47:42.729170   17712 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0729 00:47:42.732137   17712 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 00:47:42.815040   17712 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 00:47:42.833042   17712 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
	I0729 00:47:42.833075   17712 ssh_runner.go:362] scp helm-tiller/helm-tiller-rbac.yaml --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
	I0729 00:47:42.922189   17712 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 00:47:42.925803   17712 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0729 00:47:42.925846   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0729 00:47:42.933890   17712 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 00:47:43.014002   17712 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0729 00:47:43.014036   17712 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0729 00:47:43.018278   17712 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 00:47:43.111908   17712 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0729 00:47:43.112013   17712 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0729 00:47:43.124599   17712 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0729 00:47:43.124678   17712 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0729 00:47:43.128344   17712 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 00:47:43.129753   17712 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
	I0729 00:47:43.129813   17712 ssh_runner.go:362] scp helm-tiller/helm-tiller-svc.yaml --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
	I0729 00:47:43.210009   17712 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0729 00:47:43.210112   17712 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0729 00:47:43.232012   17712 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0729 00:47:43.232037   17712 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0729 00:47:43.235342   17712 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 00:47:43.310122   17712 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0729 00:47:43.310261   17712 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0729 00:47:43.323324   17712 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0729 00:47:43.323430   17712 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0729 00:47:43.329523   17712 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0729 00:47:43.329599   17712 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0729 00:47:43.411029   17712 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0729 00:47:43.411053   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0729 00:47:43.414400   17712 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 00:47:43.416181   17712 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0729 00:47:43.416257   17712 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0729 00:47:43.611361   17712 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0729 00:47:43.611393   17712 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 00:47:43.612361   17712 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0729 00:47:43.612424   17712 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0729 00:47:43.624803   17712 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 00:47:43.714956   17712 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0729 00:47:43.715039   17712 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0729 00:47:43.724628   17712 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 00:47:43.733170   17712 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0729 00:47:43.733249   17712 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0729 00:47:43.822221   17712 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0729 00:47:43.822309   17712 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0729 00:47:43.917817   17712 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.295313279s)
	I0729 00:47:43.917992   17712 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0729 00:47:43.917942   17712 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.18867963s)
	I0729 00:47:43.920128   17712 node_ready.go:35] waiting up to 6m0s for node "addons-703043" to be "Ready" ...
	I0729 00:47:44.012336   17712 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0729 00:47:44.012431   17712 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0729 00:47:44.111114   17712 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0729 00:47:44.111147   17712 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0729 00:47:44.124832   17712 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0729 00:47:44.124907   17712 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0729 00:47:44.330516   17712 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0729 00:47:44.330616   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0729 00:47:44.417723   17712 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0729 00:47:44.417818   17712 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0729 00:47:44.518441   17712 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0729 00:47:44.518537   17712 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0729 00:47:44.526244   17712 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0729 00:47:44.526330   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0729 00:47:44.625529   17712 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-703043" context rescaled to 1 replicas
	I0729 00:47:44.722796   17712 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 00:47:44.726326   17712 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 00:47:44.732821   17712 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0729 00:47:44.732930   17712 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0729 00:47:44.819166   17712 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0729 00:47:44.819194   17712 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0729 00:47:44.926118   17712 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0729 00:47:44.926205   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0729 00:47:45.111125   17712 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0729 00:47:45.111230   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0729 00:47:45.211197   17712 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0729 00:47:45.211293   17712 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0729 00:47:45.228252   17712 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 00:47:45.415322   17712 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0729 00:47:45.415383   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0729 00:47:45.712787   17712 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0729 00:47:45.712866   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0729 00:47:45.818316   17712 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0729 00:47:45.818412   17712 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0729 00:47:46.011149   17712 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 00:47:46.019790   17712 node_ready.go:53] node "addons-703043" has status "Ready":"False"
	I0729 00:47:46.920988   17712 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: (4.18881027s)
	I0729 00:47:46.921145   17712 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: (4.106066456s)
	I0729 00:47:46.921223   17712 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: (3.998946483s)
	I0729 00:47:48.424782   17712 node_ready.go:53] node "addons-703043" has status "Ready":"False"
	I0729 00:47:48.917767   17712 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.983787887s)
	I0729 00:47:48.917808   17712 addons.go:475] Verifying addon ingress=true in "addons-703043"
	I0729 00:47:48.917930   17712 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.789495039s)
	I0729 00:47:48.918017   17712 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: (5.682641902s)
	I0729 00:47:48.918189   17712 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.50375788s)
	I0729 00:47:48.918222   17712 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: (5.293337946s)
	I0729 00:47:48.918240   17712 addons.go:475] Verifying addon registry=true in "addons-703043"
	I0729 00:47:48.918323   17712 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: (5.193600779s)
	I0729 00:47:48.918342   17712 addons.go:475] Verifying addon metrics-server=true in "addons-703043"
	I0729 00:47:48.918349   17712 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: (5.89956196s)
	I0729 00:47:48.918392   17712 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.19550479s)
	I0729 00:47:48.920209   17712 out.go:177] * Verifying registry addon...
	I0729 00:47:48.920231   17712 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-703043 service yakd-dashboard -n yakd-dashboard
	
	I0729 00:47:48.920429   17712 out.go:177] * Verifying ingress addon...
	I0729 00:47:48.922864   17712 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0729 00:47:48.923026   17712 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0729 00:47:48.929306   17712 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0729 00:47:48.929332   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:48.929976   17712 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0729 00:47:48.929994   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	W0729 00:47:48.930589   17712 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 00:47:49.429357   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:49.429500   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:49.517048   17712 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0729 00:47:49.517144   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:49.545434   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:49.721324   17712 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.994909503s)
	W0729 00:47:49.721452   17712 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 00:47:49.721499   17712 retry.go:31] will retry after 322.941532ms: 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 00:47:49.721508   17712 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: (4.49316224s)
	I0729 00:47:49.829914   17712 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0729 00:47:49.849540   17712 addons.go:234] Setting addon gcp-auth=true in "addons-703043"
	I0729 00:47:49.849607   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:49.850082   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:49.868661   17712 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0729 00:47:49.868707   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:49.885073   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:49.927494   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:49.928300   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:50.044623   17712 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 00:47:50.217342   17712 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: (4.206131596s)
	I0729 00:47:50.217389   17712 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-703043"
	I0729 00:47:50.219995   17712 out.go:177] * Verifying csi-hostpath-driver addon...
	I0729 00:47:50.219995   17712 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0729 00:47:50.221893   17712 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0729 00:47:50.222587   17712 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0729 00:47:50.223974   17712 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0729 00:47:50.223996   17712 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0729 00:47:50.231369   17712 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0729 00:47:50.231389   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:50.242705   17712 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0729 00:47:50.242724   17712 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0729 00:47:50.259925   17712 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0729 00:47:50.259945   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0729 00:47:50.320988   17712 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 00:47:50.426682   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:50.427038   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:50.728323   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:50.923845   17712 node_ready.go:53] node "addons-703043" has status "Ready":"False"
	I0729 00:47:50.925948   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:50.926303   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:51.226392   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:51.426933   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:51.426934   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:51.726571   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:51.928837   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:51.930095   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:52.227574   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:52.426352   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:52.426450   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:52.726690   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:52.926358   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:52.926530   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:52.949866   17712 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.905194779s)
	I0729 00:47:52.949933   17712 ssh_runner.go:235] Completed: 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: (2.628914626s)
	I0729 00:47:52.950892   17712 addons.go:475] Verifying addon gcp-auth=true in "addons-703043"
	I0729 00:47:52.954278   17712 out.go:177] * Verifying gcp-auth addon...
	I0729 00:47:52.956418   17712 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0729 00:47:52.959332   17712 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0729 00:47:52.959354   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:53.226936   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:53.423361   17712 node_ready.go:53] node "addons-703043" has status "Ready":"False"
	I0729 00:47:53.425887   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:53.425985   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:53.460075   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:53.726668   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:53.926621   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:53.927005   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:53.960029   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:54.226868   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:54.426009   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:54.426206   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:54.459756   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:54.726297   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:54.926222   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:54.926416   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:54.960205   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:55.226593   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:55.425931   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:55.426483   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:55.459914   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:55.726387   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:55.922660   17712 node_ready.go:53] node "addons-703043" has status "Ready":"False"
	I0729 00:47:55.927870   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:55.928122   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:55.959147   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:56.226475   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:56.437268   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:56.437737   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:56.459432   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:56.727029   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:56.925992   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:56.926119   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:56.959858   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:57.226711   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:57.425823   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:57.426906   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:57.459414   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:57.726965   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:57.923462   17712 node_ready.go:53] node "addons-703043" has status "Ready":"False"
	I0729 00:47:57.925984   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:57.926695   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:57.959508   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:58.226985   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:58.425748   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:58.426202   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:58.459582   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:58.726188   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:58.926269   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:58.926468   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:58.959794   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:59.226178   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:59.426186   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:59.426510   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:59.459873   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:59.726277   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:59.926653   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:59.926685   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:59.959508   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:00.227166   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:00.423400   17712 node_ready.go:53] node "addons-703043" has status "Ready":"False"
	I0729 00:48:00.426006   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:00.426167   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:00.459598   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:00.727614   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:00.928349   17712 node_ready.go:49] node "addons-703043" has status "Ready":"True"
	I0729 00:48:00.928382   17712 node_ready.go:38] duration metric: took 17.00817184s for node "addons-703043" to be "Ready" ...
	I0729 00:48:00.928395   17712 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 00:48:00.935477   17712 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0729 00:48:00.935503   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:00.937593   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:00.942174   17712 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-stfg9" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:01.015623   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:01.233805   17712 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0729 00:48:01.233898   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:01.429640   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:01.432423   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:01.459994   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:01.730151   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:01.928016   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:01.928133   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:01.959339   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:02.229648   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:02.428195   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:02.428546   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:02.448491   17712 pod_ready.go:92] pod "coredns-7db6d8ff4d-stfg9" in "kube-system" namespace has status "Ready":"True"
	I0729 00:48:02.448516   17712 pod_ready.go:81] duration metric: took 1.506319379s for pod "coredns-7db6d8ff4d-stfg9" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.448538   17712 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-703043" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.454877   17712 pod_ready.go:92] pod "etcd-addons-703043" in "kube-system" namespace has status "Ready":"True"
	I0729 00:48:02.454898   17712 pod_ready.go:81] duration metric: took 6.352889ms for pod "etcd-addons-703043" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.454911   17712 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-703043" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.511515   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:02.511598   17712 pod_ready.go:92] pod "kube-apiserver-addons-703043" in "kube-system" namespace has status "Ready":"True"
	I0729 00:48:02.511621   17712 pod_ready.go:81] duration metric: took 56.702365ms for pod "kube-apiserver-addons-703043" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.511638   17712 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-703043" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.516496   17712 pod_ready.go:92] pod "kube-controller-manager-addons-703043" in "kube-system" namespace has status "Ready":"True"
	I0729 00:48:02.516519   17712 pod_ready.go:81] duration metric: took 4.869493ms for pod "kube-controller-manager-addons-703043" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.516537   17712 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-827fw" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.523105   17712 pod_ready.go:92] pod "kube-proxy-827fw" in "kube-system" namespace has status "Ready":"True"
	I0729 00:48:02.523129   17712 pod_ready.go:81] duration metric: took 6.58531ms for pod "kube-proxy-827fw" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.523141   17712 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-703043" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.728527   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:02.924182   17712 pod_ready.go:92] pod "kube-scheduler-addons-703043" in "kube-system" namespace has status "Ready":"True"
	I0729 00:48:02.924208   17712 pod_ready.go:81] duration metric: took 401.060171ms for pod "kube-scheduler-addons-703043" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.924227   17712 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.927070   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:02.927413   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:02.960265   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:03.229448   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:03.427517   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:03.427574   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:03.460181   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:03.728110   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:03.927293   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:03.927310   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:04.012494   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:04.228359   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:04.428427   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:04.428528   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:04.460292   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:04.727895   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:04.927311   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:04.927414   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:04.929513   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:04.960029   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:05.227341   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:05.427949   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:05.428324   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:05.460353   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:05.727818   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:05.926882   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:05.927112   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:05.960139   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:06.227667   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:06.426945   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:06.427051   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:06.459875   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:06.728890   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:06.928202   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:06.930470   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:06.931767   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:07.011855   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:07.229139   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:07.427377   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:07.428602   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:07.513406   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:07.730804   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:07.932100   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:07.933514   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:08.013922   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:08.230064   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:08.428635   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:08.428642   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:08.512504   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:08.728516   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:08.928043   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:08.928084   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:08.960046   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:09.228485   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:09.428957   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:09.429596   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:09.431895   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:09.512960   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:09.727991   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:09.927406   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:09.928601   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:10.012604   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:10.228891   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:10.427299   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:10.427960   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:10.459879   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:10.728090   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:10.927577   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:10.927743   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:10.960125   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:11.228916   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:11.429896   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:11.429970   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:11.460153   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:11.727934   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:11.927801   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:11.928031   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:11.929858   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:11.959479   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:12.227862   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:12.427306   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:12.427993   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:12.459817   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:12.727251   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:12.927560   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:12.927679   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:12.959705   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:13.227791   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:13.428276   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:13.428312   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:13.460387   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:13.728550   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:13.927847   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:13.928432   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:13.959813   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:14.227180   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:14.428122   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:14.429088   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:14.429761   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:14.460426   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:14.728671   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:14.927035   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:14.927313   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:14.960484   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:15.228809   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:15.428267   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:15.428345   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:15.460219   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:15.728335   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:15.927526   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:15.928868   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:15.959647   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:16.229110   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:16.427971   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:16.428094   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:16.460461   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:16.729124   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:16.927491   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:16.927928   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:16.928631   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:16.960416   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:17.228113   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:17.427665   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:17.427972   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:17.460316   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:17.728440   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:17.927582   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:17.927798   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:17.960309   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:18.227794   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:18.427778   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:18.428460   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:18.460286   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:18.729800   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:18.927553   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:18.927792   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:18.931379   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:18.959817   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:19.227646   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:19.428815   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:19.429903   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:19.512666   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:19.728047   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:19.927907   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:19.928093   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:19.959641   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:20.228757   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:20.428529   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:20.428612   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:20.460429   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:20.729929   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:20.927701   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:20.927913   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:20.959926   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:21.228652   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:21.428196   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:21.428350   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:21.430259   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:21.460726   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:21.729138   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:21.930020   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:21.930447   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:21.959841   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:22.229617   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:22.428359   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:22.428371   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:22.460286   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:22.728429   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:22.927135   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:22.927214   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:22.960298   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:23.232057   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:23.428774   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:23.428979   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:23.459577   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:23.728364   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:23.928137   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:23.928293   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:23.929380   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:23.979184   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:24.266324   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:24.427577   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:24.427783   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:24.459902   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:24.727294   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:24.927736   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:24.927859   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:24.959910   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:25.227523   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:25.431106   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:25.431446   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:25.512627   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:25.728399   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:25.927151   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:25.927329   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:25.960067   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:26.227069   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:26.428303   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:26.428337   17712 kapi.go:107] duration metric: took 37.505310075s to wait for kubernetes.io/minikube-addons=registry ...
	I0729 00:48:26.429570   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:26.514765   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:26.728654   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:26.927667   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:27.012001   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:27.228296   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:27.427728   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:27.460757   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:27.727262   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:27.927463   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:27.960233   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:28.227809   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:28.427155   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:28.429788   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:28.459592   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:28.728352   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:28.927575   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:28.960318   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:29.227589   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:29.427594   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:29.460307   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:29.728734   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:29.928088   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:30.013218   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:30.228549   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:30.427494   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:30.429850   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:30.459671   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:30.728496   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:30.927786   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:30.959770   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:31.226937   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:31.427209   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:31.459566   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:31.728018   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:31.927250   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:31.959695   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:32.227654   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:32.428235   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:32.432701   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:32.511266   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:32.728842   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:32.927648   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:32.960386   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:33.229044   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:33.427204   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:33.460665   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:33.730461   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:33.927762   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:33.960164   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:34.228000   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:34.426960   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:34.460315   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:34.728206   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:34.927227   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:34.929121   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:34.959657   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:35.230953   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:35.426573   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:35.460439   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:35.730170   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:35.927284   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:36.011528   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:36.228680   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:36.428339   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:36.460053   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:36.727614   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:36.927171   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:36.930057   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:36.959958   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:37.227641   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:37.426852   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:37.459422   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:37.728243   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:37.927381   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:37.959931   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:38.228031   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:38.426888   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:38.459252   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:38.728372   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:38.927544   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:38.960086   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:39.227419   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:39.427337   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:39.429405   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:39.460123   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:39.728026   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:39.927583   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:39.959889   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:40.227801   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:40.426287   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:40.459483   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:40.727966   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:40.927536   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:40.960711   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:41.227617   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:41.431120   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:41.442077   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:41.518871   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:41.729093   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:41.927188   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:41.959858   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:42.229051   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:42.428070   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:42.459472   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:42.728703   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:42.927866   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:43.011944   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:43.228025   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:43.427253   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:43.459366   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:43.728009   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:43.927475   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:43.929126   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:43.960342   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:44.228258   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:44.427024   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:44.459247   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:44.728360   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:44.927873   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:44.964812   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:45.227717   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:45.426748   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:45.459907   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:45.727694   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:45.928265   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:45.934239   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:45.959745   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:46.229014   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:46.427760   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:46.460237   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:46.728285   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:46.927493   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:46.960840   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:47.228298   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:47.427266   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:47.459663   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:47.727271   17712 kapi.go:107] duration metric: took 57.5046846s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0729 00:48:47.927223   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:47.959660   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:48.427172   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:48.431339   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:48.459988   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:48.928013   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:48.960244   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:49.427066   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:49.460019   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:49.927525   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:49.959712   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:50.427540   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:50.460072   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:50.927079   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:50.929041   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:50.959871   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:51.527336   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:51.527685   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:51.926881   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:51.960183   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:52.427241   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:52.460177   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:52.926703   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:52.960095   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:53.426781   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:53.429997   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:53.459694   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:53.927450   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:53.959946   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:54.426869   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:54.459942   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:54.927860   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:54.959802   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:55.426676   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:55.460182   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:55.926553   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:55.928342   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:55.959992   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:56.426624   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:56.461842   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:56.926728   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:56.960098   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:57.433497   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:57.459446   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:57.927520   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:57.929688   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:57.960211   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:58.427353   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:58.459383   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:58.927542   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:58.959749   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:59.426492   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:59.459766   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:59.927262   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:59.959696   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:00.427795   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:00.430093   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:00.459946   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:00.927873   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:00.960070   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:01.427177   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:01.459711   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:01.927573   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:01.960200   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:02.427423   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:02.523133   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:02.926704   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:02.928794   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:02.959486   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:03.427413   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:03.459909   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:03.926630   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:03.959388   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:04.427557   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:04.460120   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:04.927108   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:04.928829   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:04.959170   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:05.427158   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:05.459726   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:05.928095   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:05.959962   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:06.426794   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:06.462663   17712 kapi.go:107] duration metric: took 1m13.506241132s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0729 00:49:06.464485   17712 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-703043 cluster.
	I0729 00:49:06.465755   17712 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 00:49:06.467117   17712 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0729 00:49:06.928709   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:06.932204   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:07.429055   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:07.930360   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:08.428207   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:08.928909   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:09.428083   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:09.431462   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:09.926979   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:10.428149   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:10.927773   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:11.428007   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:11.926428   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:11.929233   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:12.427619   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:12.926868   17712 kapi.go:107] duration metric: took 1m24.00400167s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0729 00:49:12.929033   17712 out.go:177] * Enabled addons: storage-provisioner, ingress-dns, cloud-spanner, helm-tiller, metrics-server, nvidia-device-plugin, yakd, default-storageclass, inspektor-gadget, volumesnapshots, registry, csi-hostpath-driver, gcp-auth, ingress
	I0729 00:49:12.930512   17712 addons.go:510] duration metric: took 1m30.687829824s for enable addons: enabled=[storage-provisioner ingress-dns cloud-spanner helm-tiller metrics-server nvidia-device-plugin yakd default-storageclass inspektor-gadget volumesnapshots registry csi-hostpath-driver gcp-auth ingress]
	I0729 00:49:13.929579   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:15.930411   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:18.430408   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:20.929969   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:23.430044   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:25.929967   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:27.930333   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:30.429578   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:32.429754   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:34.930198   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:37.429645   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:39.430551   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:41.930018   17712 pod_ready.go:92] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"True"
	I0729 00:49:41.930042   17712 pod_ready.go:81] duration metric: took 1m39.00580757s for pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace to be "Ready" ...
	I0729 00:49:41.930053   17712 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-xwhxn" in "kube-system" namespace to be "Ready" ...
	I0729 00:49:41.934389   17712 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-xwhxn" in "kube-system" namespace has status "Ready":"True"
	I0729 00:49:41.934412   17712 pod_ready.go:81] duration metric: took 4.3396ms for pod "nvidia-device-plugin-daemonset-xwhxn" in "kube-system" namespace to be "Ready" ...
	I0729 00:49:41.934430   17712 pod_ready.go:38] duration metric: took 1m41.006008924s 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 00:49:41.934446   17712 api_server.go:52] waiting for apiserver process to appear ...
	I0729 00:49:41.934468   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0729 00:49:41.934513   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0729 00:49:41.967354   17712 cri.go:89] found id: "2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f"
	I0729 00:49:41.967376   17712 cri.go:89] found id: ""
	I0729 00:49:41.967384   17712 logs.go:276] 1 containers: [2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f]
	I0729 00:49:41.967432   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:41.970580   17712 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0729 00:49:41.970632   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0729 00:49:42.002773   17712 cri.go:89] found id: "73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78"
	I0729 00:49:42.002791   17712 cri.go:89] found id: ""
	I0729 00:49:42.002798   17712 logs.go:276] 1 containers: [73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78]
	I0729 00:49:42.002838   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:42.005985   17712 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0729 00:49:42.006040   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0729 00:49:42.038753   17712 cri.go:89] found id: "46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421"
	I0729 00:49:42.038776   17712 cri.go:89] found id: ""
	I0729 00:49:42.038785   17712 logs.go:276] 1 containers: [46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421]
	I0729 00:49:42.038837   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:42.042144   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0729 00:49:42.042195   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0729 00:49:42.074445   17712 cri.go:89] found id: "0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc"
	I0729 00:49:42.074470   17712 cri.go:89] found id: ""
	I0729 00:49:42.074480   17712 logs.go:276] 1 containers: [0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc]
	I0729 00:49:42.074536   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:42.077687   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0729 00:49:42.077751   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0729 00:49:42.110838   17712 cri.go:89] found id: "d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0"
	I0729 00:49:42.110928   17712 cri.go:89] found id: ""
	I0729 00:49:42.110953   17712 logs.go:276] 1 containers: [d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0]
	I0729 00:49:42.111004   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:42.114390   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0729 00:49:42.114461   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0729 00:49:42.147347   17712 cri.go:89] found id: "6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722"
	I0729 00:49:42.147367   17712 cri.go:89] found id: ""
	I0729 00:49:42.147374   17712 logs.go:276] 1 containers: [6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722]
	I0729 00:49:42.147421   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:42.150654   17712 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0729 00:49:42.150711   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0729 00:49:42.184063   17712 cri.go:89] found id: "e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775"
	I0729 00:49:42.184088   17712 cri.go:89] found id: ""
	I0729 00:49:42.184096   17712 logs.go:276] 1 containers: [e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775]
	I0729 00:49:42.184134   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:42.187346   17712 logs.go:123] Gathering logs for describe nodes ...
	I0729 00:49:42.187371   17712 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 00:49:42.289254   17712 logs.go:123] Gathering logs for etcd [73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78] ...
	I0729 00:49:42.289286   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78"
	I0729 00:49:42.337064   17712 logs.go:123] Gathering logs for coredns [46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421] ...
	I0729 00:49:42.337096   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421"
	I0729 00:49:42.381612   17712 logs.go:123] Gathering logs for kube-scheduler [0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc] ...
	I0729 00:49:42.381644   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc"
	I0729 00:49:42.421919   17712 logs.go:123] Gathering logs for kube-proxy [d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0] ...
	I0729 00:49:42.421957   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0"
	I0729 00:49:42.455448   17712 logs.go:123] Gathering logs for kube-controller-manager [6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722] ...
	I0729 00:49:42.455477   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722"
	I0729 00:49:42.511947   17712 logs.go:123] Gathering logs for kindnet [e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775] ...
	I0729 00:49:42.511981   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775"
	I0729 00:49:42.552372   17712 logs.go:123] Gathering logs for CRI-O ...
	I0729 00:49:42.552402   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0729 00:49:42.630240   17712 logs.go:123] Gathering logs for kubelet ...
	I0729 00:49:42.630275   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0729 00:49:42.706240   17712 logs.go:123] Gathering logs for dmesg ...
	I0729 00:49:42.706277   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0729 00:49:42.719163   17712 logs.go:123] Gathering logs for kube-apiserver [2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f] ...
	I0729 00:49:42.719201   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f"
	I0729 00:49:42.762177   17712 logs.go:123] Gathering logs for container status ...
	I0729 00:49:42.762212   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0729 00:49:45.303843   17712 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0729 00:49:45.318027   17712 api_server.go:72] duration metric: took 2m3.07538566s to wait for apiserver process to appear ...
	I0729 00:49:45.318059   17712 api_server.go:88] waiting for apiserver healthz status ...
	I0729 00:49:45.318096   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0729 00:49:45.318150   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0729 00:49:45.351152   17712 cri.go:89] found id: "2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f"
	I0729 00:49:45.351177   17712 cri.go:89] found id: ""
	I0729 00:49:45.351187   17712 logs.go:276] 1 containers: [2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f]
	I0729 00:49:45.351227   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:45.354535   17712 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0729 00:49:45.354595   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0729 00:49:45.387999   17712 cri.go:89] found id: "73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78"
	I0729 00:49:45.388020   17712 cri.go:89] found id: ""
	I0729 00:49:45.388029   17712 logs.go:276] 1 containers: [73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78]
	I0729 00:49:45.388077   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:45.391603   17712 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0729 00:49:45.391654   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0729 00:49:45.424743   17712 cri.go:89] found id: "46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421"
	I0729 00:49:45.424768   17712 cri.go:89] found id: ""
	I0729 00:49:45.424776   17712 logs.go:276] 1 containers: [46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421]
	I0729 00:49:45.424826   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:45.428139   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0729 00:49:45.428202   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0729 00:49:45.462317   17712 cri.go:89] found id: "0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc"
	I0729 00:49:45.462335   17712 cri.go:89] found id: ""
	I0729 00:49:45.462343   17712 logs.go:276] 1 containers: [0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc]
	I0729 00:49:45.462387   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:45.465649   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0729 00:49:45.465702   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0729 00:49:45.498800   17712 cri.go:89] found id: "d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0"
	I0729 00:49:45.498824   17712 cri.go:89] found id: ""
	I0729 00:49:45.498834   17712 logs.go:276] 1 containers: [d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0]
	I0729 00:49:45.498884   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:45.502123   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0729 00:49:45.502177   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0729 00:49:45.535469   17712 cri.go:89] found id: "6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722"
	I0729 00:49:45.535494   17712 cri.go:89] found id: ""
	I0729 00:49:45.535503   17712 logs.go:276] 1 containers: [6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722]
	I0729 00:49:45.535556   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:45.538693   17712 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0729 00:49:45.538760   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0729 00:49:45.571257   17712 cri.go:89] found id: "e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775"
	I0729 00:49:45.571282   17712 cri.go:89] found id: ""
	I0729 00:49:45.571290   17712 logs.go:276] 1 containers: [e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775]
	I0729 00:49:45.571333   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:45.574523   17712 logs.go:123] Gathering logs for coredns [46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421] ...
	I0729 00:49:45.574548   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421"
	I0729 00:49:45.616500   17712 logs.go:123] Gathering logs for kube-scheduler [0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc] ...
	I0729 00:49:45.616533   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc"
	I0729 00:49:45.655432   17712 logs.go:123] Gathering logs for container status ...
	I0729 00:49:45.655461   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0729 00:49:45.695049   17712 logs.go:123] Gathering logs for kindnet [e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775] ...
	I0729 00:49:45.695077   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775"
	I0729 00:49:45.733036   17712 logs.go:123] Gathering logs for kubelet ...
	I0729 00:49:45.733068   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0729 00:49:45.804953   17712 logs.go:123] Gathering logs for dmesg ...
	I0729 00:49:45.804986   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0729 00:49:45.817076   17712 logs.go:123] Gathering logs for describe nodes ...
	I0729 00:49:45.817104   17712 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 00:49:45.913192   17712 logs.go:123] Gathering logs for kube-apiserver [2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f] ...
	I0729 00:49:45.913219   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f"
	I0729 00:49:45.955905   17712 logs.go:123] Gathering logs for etcd [73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78] ...
	I0729 00:49:45.955936   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78"
	I0729 00:49:46.002746   17712 logs.go:123] Gathering logs for kube-proxy [d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0] ...
	I0729 00:49:46.002780   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0"
	I0729 00:49:46.035417   17712 logs.go:123] Gathering logs for kube-controller-manager [6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722] ...
	I0729 00:49:46.035444   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722"
	I0729 00:49:46.092718   17712 logs.go:123] Gathering logs for CRI-O ...
	I0729 00:49:46.092751   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0729 00:49:48.665052   17712 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0729 00:49:48.668664   17712 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0729 00:49:48.669508   17712 api_server.go:141] control plane version: v1.30.3
	I0729 00:49:48.669537   17712 api_server.go:131] duration metric: took 3.351470973s to wait for apiserver health ...
	I0729 00:49:48.669548   17712 system_pods.go:43] waiting for kube-system pods to appear ...
	I0729 00:49:48.669572   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0729 00:49:48.669618   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0729 00:49:48.703026   17712 cri.go:89] found id: "2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f"
	I0729 00:49:48.703046   17712 cri.go:89] found id: ""
	I0729 00:49:48.703053   17712 logs.go:276] 1 containers: [2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f]
	I0729 00:49:48.703095   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:48.706209   17712 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0729 00:49:48.706276   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0729 00:49:48.739210   17712 cri.go:89] found id: "73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78"
	I0729 00:49:48.739232   17712 cri.go:89] found id: ""
	I0729 00:49:48.739241   17712 logs.go:276] 1 containers: [73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78]
	I0729 00:49:48.739297   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:48.742654   17712 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0729 00:49:48.742721   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0729 00:49:48.777159   17712 cri.go:89] found id: "46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421"
	I0729 00:49:48.777177   17712 cri.go:89] found id: ""
	I0729 00:49:48.777183   17712 logs.go:276] 1 containers: [46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421]
	I0729 00:49:48.777225   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:48.780743   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0729 00:49:48.780813   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0729 00:49:48.813800   17712 cri.go:89] found id: "0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc"
	I0729 00:49:48.813825   17712 cri.go:89] found id: ""
	I0729 00:49:48.813836   17712 logs.go:276] 1 containers: [0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc]
	I0729 00:49:48.813885   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:48.817276   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0729 00:49:48.817348   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0729 00:49:48.850457   17712 cri.go:89] found id: "d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0"
	I0729 00:49:48.850478   17712 cri.go:89] found id: ""
	I0729 00:49:48.850486   17712 logs.go:276] 1 containers: [d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0]
	I0729 00:49:48.850527   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:48.853788   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0729 00:49:48.853838   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0729 00:49:48.887049   17712 cri.go:89] found id: "6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722"
	I0729 00:49:48.887068   17712 cri.go:89] found id: ""
	I0729 00:49:48.887075   17712 logs.go:276] 1 containers: [6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722]
	I0729 00:49:48.887114   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:48.890347   17712 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0729 00:49:48.890403   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0729 00:49:48.923027   17712 cri.go:89] found id: "e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775"
	I0729 00:49:48.923046   17712 cri.go:89] found id: ""
	I0729 00:49:48.923054   17712 logs.go:276] 1 containers: [e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775]
	I0729 00:49:48.923101   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:48.926352   17712 logs.go:123] Gathering logs for etcd [73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78] ...
	I0729 00:49:48.926373   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78"
	I0729 00:49:48.969741   17712 logs.go:123] Gathering logs for coredns [46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421] ...
	I0729 00:49:48.969776   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421"
	I0729 00:49:49.011662   17712 logs.go:123] Gathering logs for kube-proxy [d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0] ...
	I0729 00:49:49.011694   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0"
	I0729 00:49:49.044476   17712 logs.go:123] Gathering logs for kindnet [e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775] ...
	I0729 00:49:49.044503   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775"
	I0729 00:49:49.083085   17712 logs.go:123] Gathering logs for container status ...
	I0729 00:49:49.083117   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0729 00:49:49.123951   17712 logs.go:123] Gathering logs for kubelet ...
	I0729 00:49:49.123982   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0729 00:49:49.198828   17712 logs.go:123] Gathering logs for describe nodes ...
	I0729 00:49:49.198865   17712 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 00:49:49.293842   17712 logs.go:123] Gathering logs for kube-apiserver [2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f] ...
	I0729 00:49:49.293871   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f"
	I0729 00:49:49.336190   17712 logs.go:123] Gathering logs for CRI-O ...
	I0729 00:49:49.336226   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0729 00:49:49.409345   17712 logs.go:123] Gathering logs for dmesg ...
	I0729 00:49:49.409380   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0729 00:49:49.421863   17712 logs.go:123] Gathering logs for kube-scheduler [0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc] ...
	I0729 00:49:49.421896   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc"
	I0729 00:49:49.459092   17712 logs.go:123] Gathering logs for kube-controller-manager [6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722] ...
	I0729 00:49:49.459119   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722"
	I0729 00:49:52.026957   17712 system_pods.go:59] 19 kube-system pods found
	I0729 00:49:52.026991   17712 system_pods.go:61] "coredns-7db6d8ff4d-stfg9" [a351a820-0dd4-417c-acde-b2cfd41a94aa] Running
	I0729 00:49:52.026996   17712 system_pods.go:61] "csi-hostpath-attacher-0" [fb83fe2e-737c-4b36-b3ff-ff4f3c5df00c] Running
	I0729 00:49:52.027000   17712 system_pods.go:61] "csi-hostpath-resizer-0" [579cfafb-92db-493b-b0a1-7aedb4ef51cd] Running
	I0729 00:49:52.027009   17712 system_pods.go:61] "csi-hostpathplugin-bwr52" [bf28bcf5-0cb4-4ded-b61c-7c3f7fe538a7] Running
	I0729 00:49:52.027013   17712 system_pods.go:61] "etcd-addons-703043" [1ab071eb-6ee3-4813-bc14-fb3cbdbeb0ae] Running
	I0729 00:49:52.027017   17712 system_pods.go:61] "kindnet-v2hfc" [7ebd42cb-b99d-455b-88b7-16e85fa04b43] Running
	I0729 00:49:52.027020   17712 system_pods.go:61] "kube-apiserver-addons-703043" [e7ad3dad-3af9-4b4a-a2a0-c4e2a1bebe26] Running
	I0729 00:49:52.027023   17712 system_pods.go:61] "kube-controller-manager-addons-703043" [3a03e1c6-76fe-4034-b0cb-d1e4518d90d2] Running
	I0729 00:49:52.027026   17712 system_pods.go:61] "kube-ingress-dns-minikube" [69f1cb53-177c-49a4-a928-614c9fce7425] Running
	I0729 00:49:52.027028   17712 system_pods.go:61] "kube-proxy-827fw" [05686880-d92d-4098-a3c2-187083b94f57] Running
	I0729 00:49:52.027031   17712 system_pods.go:61] "kube-scheduler-addons-703043" [c0adcf6d-8839-40c8-a49d-220c6dc52311] Running
	I0729 00:49:52.027034   17712 system_pods.go:61] "metrics-server-c59844bb4-gchlz" [ed397df2-9f1b-46cc-ad2c-0791aafb6314] Running
	I0729 00:49:52.027037   17712 system_pods.go:61] "nvidia-device-plugin-daemonset-xwhxn" [169cd722-d241-4d21-81c4-2230bca5a2ab] Running
	I0729 00:49:52.027040   17712 system_pods.go:61] "registry-656c9c8d9c-6c7sm" [e895d751-4883-4a10-9c8f-e9a780bda807] Running
	I0729 00:49:52.027043   17712 system_pods.go:61] "registry-proxy-2nbmr" [e61f95c6-4dd9-459f-8356-23f1f1892ac4] Running
	I0729 00:49:52.027046   17712 system_pods.go:61] "snapshot-controller-745499f584-l4p2h" [a3fa09ef-eee5-4e13-92ca-5b171135723d] Running
	I0729 00:49:52.027049   17712 system_pods.go:61] "snapshot-controller-745499f584-zj8zz" [eceaede0-97d4-4f88-ad37-0d3e4d062956] Running
	I0729 00:49:52.027052   17712 system_pods.go:61] "storage-provisioner" [c7ef03f9-ae64-4ae0-ab05-a41f0517f342] Running
	I0729 00:49:52.027055   17712 system_pods.go:61] "tiller-deploy-6677d64bcd-9st6r" [ee1d13cf-e5fc-428f-8204-d454dd5b5f45] Running
	I0729 00:49:52.027060   17712 system_pods.go:74] duration metric: took 3.357507747s to wait for pod list to return data ...
	I0729 00:49:52.027070   17712 default_sa.go:34] waiting for default service account to be created ...
	I0729 00:49:52.029121   17712 default_sa.go:45] found service account: "default"
	I0729 00:49:52.029147   17712 default_sa.go:55] duration metric: took 2.070335ms for default service account to be created ...
	I0729 00:49:52.029158   17712 system_pods.go:116] waiting for k8s-apps to be running ...
	I0729 00:49:52.038017   17712 system_pods.go:86] 19 kube-system pods found
	I0729 00:49:52.038052   17712 system_pods.go:89] "coredns-7db6d8ff4d-stfg9" [a351a820-0dd4-417c-acde-b2cfd41a94aa] Running
	I0729 00:49:52.038058   17712 system_pods.go:89] "csi-hostpath-attacher-0" [fb83fe2e-737c-4b36-b3ff-ff4f3c5df00c] Running
	I0729 00:49:52.038063   17712 system_pods.go:89] "csi-hostpath-resizer-0" [579cfafb-92db-493b-b0a1-7aedb4ef51cd] Running
	I0729 00:49:52.038067   17712 system_pods.go:89] "csi-hostpathplugin-bwr52" [bf28bcf5-0cb4-4ded-b61c-7c3f7fe538a7] Running
	I0729 00:49:52.038072   17712 system_pods.go:89] "etcd-addons-703043" [1ab071eb-6ee3-4813-bc14-fb3cbdbeb0ae] Running
	I0729 00:49:52.038076   17712 system_pods.go:89] "kindnet-v2hfc" [7ebd42cb-b99d-455b-88b7-16e85fa04b43] Running
	I0729 00:49:52.038080   17712 system_pods.go:89] "kube-apiserver-addons-703043" [e7ad3dad-3af9-4b4a-a2a0-c4e2a1bebe26] Running
	I0729 00:49:52.038085   17712 system_pods.go:89] "kube-controller-manager-addons-703043" [3a03e1c6-76fe-4034-b0cb-d1e4518d90d2] Running
	I0729 00:49:52.038091   17712 system_pods.go:89] "kube-ingress-dns-minikube" [69f1cb53-177c-49a4-a928-614c9fce7425] Running
	I0729 00:49:52.038095   17712 system_pods.go:89] "kube-proxy-827fw" [05686880-d92d-4098-a3c2-187083b94f57] Running
	I0729 00:49:52.038100   17712 system_pods.go:89] "kube-scheduler-addons-703043" [c0adcf6d-8839-40c8-a49d-220c6dc52311] Running
	I0729 00:49:52.038104   17712 system_pods.go:89] "metrics-server-c59844bb4-gchlz" [ed397df2-9f1b-46cc-ad2c-0791aafb6314] Running
	I0729 00:49:52.038108   17712 system_pods.go:89] "nvidia-device-plugin-daemonset-xwhxn" [169cd722-d241-4d21-81c4-2230bca5a2ab] Running
	I0729 00:49:52.038112   17712 system_pods.go:89] "registry-656c9c8d9c-6c7sm" [e895d751-4883-4a10-9c8f-e9a780bda807] Running
	I0729 00:49:52.038116   17712 system_pods.go:89] "registry-proxy-2nbmr" [e61f95c6-4dd9-459f-8356-23f1f1892ac4] Running
	I0729 00:49:52.038120   17712 system_pods.go:89] "snapshot-controller-745499f584-l4p2h" [a3fa09ef-eee5-4e13-92ca-5b171135723d] Running
	I0729 00:49:52.038124   17712 system_pods.go:89] "snapshot-controller-745499f584-zj8zz" [eceaede0-97d4-4f88-ad37-0d3e4d062956] Running
	I0729 00:49:52.038130   17712 system_pods.go:89] "storage-provisioner" [c7ef03f9-ae64-4ae0-ab05-a41f0517f342] Running
	I0729 00:49:52.038134   17712 system_pods.go:89] "tiller-deploy-6677d64bcd-9st6r" [ee1d13cf-e5fc-428f-8204-d454dd5b5f45] Running
	I0729 00:49:52.038141   17712 system_pods.go:126] duration metric: took 8.978661ms to wait for k8s-apps to be running ...
	I0729 00:49:52.038150   17712 system_svc.go:44] waiting for kubelet service to be running ....
	I0729 00:49:52.038191   17712 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0729 00:49:52.050032   17712 system_svc.go:56] duration metric: took 11.872951ms WaitForService to wait for kubelet
	I0729 00:49:52.050066   17712 kubeadm.go:582] duration metric: took 2m9.807427262s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0729 00:49:52.050096   17712 node_conditions.go:102] verifying NodePressure condition ...
	I0729 00:49:52.053167   17712 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0729 00:49:52.053202   17712 node_conditions.go:123] node cpu capacity is 8
	I0729 00:49:52.053221   17712 node_conditions.go:105] duration metric: took 3.118468ms to run NodePressure ...
	I0729 00:49:52.053236   17712 start.go:241] waiting for startup goroutines ...
	I0729 00:49:52.053258   17712 start.go:246] waiting for cluster config update ...
	I0729 00:49:52.053279   17712 start.go:255] writing updated cluster config ...
	I0729 00:49:52.053637   17712 ssh_runner.go:195] Run: rm -f paused
	I0729 00:49:52.102126   17712 start.go:600] kubectl: 1.30.3, cluster: 1.30.3 (minor skew: 0)
	I0729 00:49:52.104411   17712 out.go:177] * Done! kubectl is now configured to use "addons-703043" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Jul 29 00:53:06 addons-703043 crio[1023]: time="2024-07-29 00:53:06.917011329Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86],Size_:4944818,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=0e646738-a41b-4511-b113-44f158c5d6b8 name=/runtime.v1.ImageService/ImageStatus
	Jul 29 00:53:06 addons-703043 crio[1023]: time="2024-07-29 00:53:06.917774590Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=3c02aeae-b1e8-4f2d-a4ed-e808106946b0 name=/runtime.v1.ImageService/ImageStatus
	Jul 29 00:53:06 addons-703043 crio[1023]: time="2024-07-29 00:53:06.918497343Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86],Size_:4944818,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=3c02aeae-b1e8-4f2d-a4ed-e808106946b0 name=/runtime.v1.ImageService/ImageStatus
	Jul 29 00:53:06 addons-703043 crio[1023]: time="2024-07-29 00:53:06.919274964Z" level=info msg="Creating container: default/hello-world-app-6778b5fc9f-bv2m6/hello-world-app" id=f03a54be-af32-486a-8b96-9287b2c33f5c name=/runtime.v1.RuntimeService/CreateContainer
	Jul 29 00:53:06 addons-703043 crio[1023]: time="2024-07-29 00:53:06.919373460Z" level=warning msg="Allowed annotations are specified for workload []"
	Jul 29 00:53:06 addons-703043 crio[1023]: time="2024-07-29 00:53:06.936576469Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/3b48f94511f3e6e2e481372717a8e718dccfef022dd547e598cf727dab1030a2/merged/etc/passwd: no such file or directory"
	Jul 29 00:53:06 addons-703043 crio[1023]: time="2024-07-29 00:53:06.936613340Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/3b48f94511f3e6e2e481372717a8e718dccfef022dd547e598cf727dab1030a2/merged/etc/group: no such file or directory"
	Jul 29 00:53:07 addons-703043 crio[1023]: time="2024-07-29 00:53:07.025094441Z" level=info msg="Created container e64a5992eb2b0f05e19b617583880570ed866a5820a6e77e912f606b38c7e521: default/hello-world-app-6778b5fc9f-bv2m6/hello-world-app" id=f03a54be-af32-486a-8b96-9287b2c33f5c name=/runtime.v1.RuntimeService/CreateContainer
	Jul 29 00:53:07 addons-703043 crio[1023]: time="2024-07-29 00:53:07.025731159Z" level=info msg="Starting container: e64a5992eb2b0f05e19b617583880570ed866a5820a6e77e912f606b38c7e521" id=0e76fad9-e304-4cf1-a210-9fb2b23f2659 name=/runtime.v1.RuntimeService/StartContainer
	Jul 29 00:53:07 addons-703043 crio[1023]: time="2024-07-29 00:53:07.031368990Z" level=info msg="Started container" PID=11620 containerID=e64a5992eb2b0f05e19b617583880570ed866a5820a6e77e912f606b38c7e521 description=default/hello-world-app-6778b5fc9f-bv2m6/hello-world-app id=0e76fad9-e304-4cf1-a210-9fb2b23f2659 name=/runtime.v1.RuntimeService/StartContainer sandboxID=37243f9f7b72e5f1db78ec9d3e85cd47fd61eff05e9dea892175173e662d734e
	Jul 29 00:53:07 addons-703043 crio[1023]: time="2024-07-29 00:53:07.865943791Z" level=info msg="Stopping container: 3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607 (timeout: 2s)" id=e9c1ea19-3733-4b5a-91ba-77811d329eb9 name=/runtime.v1.RuntimeService/StopContainer
	Jul 29 00:53:09 addons-703043 crio[1023]: time="2024-07-29 00:53:09.872226055Z" level=warning msg="Stopping container 3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=e9c1ea19-3733-4b5a-91ba-77811d329eb9 name=/runtime.v1.RuntimeService/StopContainer
	Jul 29 00:53:09 addons-703043 conmon[6804]: conmon 3899c9bc80ae45555b66 <ninfo>: container 6816 exited with status 137
	Jul 29 00:53:10 addons-703043 crio[1023]: time="2024-07-29 00:53:10.005068168Z" level=info msg="Stopped container 3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607: ingress-nginx/ingress-nginx-controller-6d9bd977d4-xzqfs/controller" id=e9c1ea19-3733-4b5a-91ba-77811d329eb9 name=/runtime.v1.RuntimeService/StopContainer
	Jul 29 00:53:10 addons-703043 crio[1023]: time="2024-07-29 00:53:10.005643311Z" level=info msg="Stopping pod sandbox: e95d0e21c0374a8fecfe8518f2d1fa6fb8f47d403bd1fbd0fb5d1770a6b0dcf7" id=2e0d66b3-9441-44b2-8cd9-dd857a47cfbc name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 00:53:10 addons-703043 crio[1023]: time="2024-07-29 00:53:10.008846261Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-L42QRLWVFRSMGHOK - [0:0]\n:KUBE-HP-HMOUBWUC6MBZNVE5 - [0:0]\n-X KUBE-HP-L42QRLWVFRSMGHOK\n-X KUBE-HP-HMOUBWUC6MBZNVE5\nCOMMIT\n"
	Jul 29 00:53:10 addons-703043 crio[1023]: time="2024-07-29 00:53:10.010193737Z" level=info msg="Closing host port tcp:80"
	Jul 29 00:53:10 addons-703043 crio[1023]: time="2024-07-29 00:53:10.010231484Z" level=info msg="Closing host port tcp:443"
	Jul 29 00:53:10 addons-703043 crio[1023]: time="2024-07-29 00:53:10.011602584Z" level=info msg="Host port tcp:80 does not have an open socket"
	Jul 29 00:53:10 addons-703043 crio[1023]: time="2024-07-29 00:53:10.011619486Z" level=info msg="Host port tcp:443 does not have an open socket"
	Jul 29 00:53:10 addons-703043 crio[1023]: time="2024-07-29 00:53:10.011752601Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-6d9bd977d4-xzqfs Namespace:ingress-nginx ID:e95d0e21c0374a8fecfe8518f2d1fa6fb8f47d403bd1fbd0fb5d1770a6b0dcf7 UID:fb522acf-5448-4f2b-b0e5-3ed87426962e NetNS:/var/run/netns/6c6d07ec-21de-4272-bdb6-d32d86ef6062 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Jul 29 00:53:10 addons-703043 crio[1023]: time="2024-07-29 00:53:10.011866922Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-6d9bd977d4-xzqfs from CNI network \"kindnet\" (type=ptp)"
	Jul 29 00:53:10 addons-703043 crio[1023]: time="2024-07-29 00:53:10.046933049Z" level=info msg="Stopped pod sandbox: e95d0e21c0374a8fecfe8518f2d1fa6fb8f47d403bd1fbd0fb5d1770a6b0dcf7" id=2e0d66b3-9441-44b2-8cd9-dd857a47cfbc name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 00:53:10 addons-703043 crio[1023]: time="2024-07-29 00:53:10.245989793Z" level=info msg="Removing container: 3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607" id=0b205f02-ad9f-4d9c-af22-1611cb8b07c2 name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 29 00:53:10 addons-703043 crio[1023]: time="2024-07-29 00:53:10.259515590Z" level=info msg="Removed container 3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607: ingress-nginx/ingress-nginx-controller-6d9bd977d4-xzqfs/controller" id=0b205f02-ad9f-4d9c-af22-1611cb8b07c2 name=/runtime.v1.RuntimeService/RemoveContainer
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                        CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	e64a5992eb2b0       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6                        7 seconds ago       Running             hello-world-app           0                   37243f9f7b72e       hello-world-app-6778b5fc9f-bv2m6
	2e9882c1eb915       docker.io/library/nginx@sha256:208b70eefac13ee9be00e486f79c695b15cef861c680527171a27d253d834be9                              2 minutes ago       Running             nginx                     0                   bd1eafc7eb20e       nginx
	8965b976f5076       gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e                          3 minutes ago       Running             busybox                   0                   cd993ce5ce451       busybox
	e29a18867e1f2       684c5ea3b61b299cd4e713c10bfd8989341da91f6175e2e6e502869c0781fb66                                                             4 minutes ago       Exited              patch                     3                   0e1cf0530e2db       ingress-nginx-admission-patch-cxl4l
	979b1d639f668       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:35379defc3e7025b1c00d37092f560ce87d06ea5ab35d04ff8a0cf22d316bcf2   4 minutes ago       Exited              create                    0                   c2f380e933928       ingress-nginx-admission-create-qv5xm
	8baba02b43248       docker.io/rancher/local-path-provisioner@sha256:73f712e7af12b06720c35ce75217f904f00e4bd96de79f8db1cf160112e667ef             4 minutes ago       Running             local-path-provisioner    0                   02f6a90d5f52b       local-path-provisioner-8d985888d-vpwbz
	4401f2ff79e52       registry.k8s.io/metrics-server/metrics-server@sha256:31f034feb3f16062e93be7c40efc596553c89de172e2e412e588f02382388872        4 minutes ago       Running             metrics-server            0                   f2df081404e88       metrics-server-c59844bb4-gchlz
	65564718aeacf       6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562                                                             5 minutes ago       Running             storage-provisioner       0                   b38b69a544060       storage-provisioner
	46bb0e0bd326d       cbb01a7bd410dc08ba382018ab909a674fb0e48687f0c00797ed5bc34fcc6bb4                                                             5 minutes ago       Running             coredns                   0                   7859ed02197b7       coredns-7db6d8ff4d-stfg9
	e6b07ab790290       docker.io/kindest/kindnetd@sha256:6d6071dbf83147a09972dc93b5ff84ff0103fa2231936557113757665f6195b9                           5 minutes ago       Running             kindnet-cni               0                   84f9586419a4d       kindnet-v2hfc
	d031b9c2d984f       55bb025d2cfa592b9381d01e122e72a1ed4b29ca32f86b7d289d99da794784d1                                                             5 minutes ago       Running             kube-proxy                0                   39499b3e0833c       kube-proxy-827fw
	0b64c10514138       3edc18e7b76722eb2eb37a0858c09caacbd422d6e0cae4c2e5ce67bc9a9795e2                                                             5 minutes ago       Running             kube-scheduler            0                   a727bd20b4fbe       kube-scheduler-addons-703043
	2fcc62308d5dc       1f6d574d502f3b61c851b1bbd4ef2a964ce4c70071dd8da556f2d490d36b095d                                                             5 minutes ago       Running             kube-apiserver            0                   3d908c8e16823       kube-apiserver-addons-703043
	73cdd2dcd86d6       3861cfcd7c04ccac1f062788eca39487248527ef0c0cfd477a83d7691a75a899                                                             5 minutes ago       Running             etcd                      0                   4ff8097f3f57b       etcd-addons-703043
	6a05209404ab4       76932a3b37d7eb138c8f47c9a2b4218f0466dd273badf856f2ce2f0277e15b5e                                                             5 minutes ago       Running             kube-controller-manager   0                   24c985ef7d57e       kube-controller-manager-addons-703043
	
	
	==> coredns [46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421] <==
	[INFO] 10.244.0.5:46122 - 57298 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000095356s
	[INFO] 10.244.0.5:48892 - 11594 "AAAA IN registry.kube-system.svc.cluster.local.us-central1-a.c.k8s-minikube.internal. udp 94 false 512" NXDOMAIN qr,rd,ra 94 0.005061378s
	[INFO] 10.244.0.5:48892 - 48454 "A IN registry.kube-system.svc.cluster.local.us-central1-a.c.k8s-minikube.internal. udp 94 false 512" NXDOMAIN qr,rd,ra 94 0.00516544s
	[INFO] 10.244.0.5:39230 - 14194 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.005984108s
	[INFO] 10.244.0.5:39230 - 8054 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.005327849s
	[INFO] 10.244.0.5:51003 - 42892 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.006900078s
	[INFO] 10.244.0.5:51003 - 27528 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.006980187s
	[INFO] 10.244.0.5:50352 - 64656 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000078992s
	[INFO] 10.244.0.5:50352 - 30099 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000049232s
	[INFO] 10.244.0.21:52782 - 2837 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000226043s
	[INFO] 10.244.0.21:48056 - 44355 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000297526s
	[INFO] 10.244.0.21:56160 - 36081 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000123301s
	[INFO] 10.244.0.21:36401 - 36393 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000160996s
	[INFO] 10.244.0.21:40486 - 46152 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000115879s
	[INFO] 10.244.0.21:59498 - 59839 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000152103s
	[INFO] 10.244.0.21:33232 - 41752 "AAAA IN storage.googleapis.com.us-central1-a.c.k8s-minikube.internal. udp 89 false 1232" NXDOMAIN qr,rd,ra 78 0.006734452s
	[INFO] 10.244.0.21:41722 - 15638 "A IN storage.googleapis.com.us-central1-a.c.k8s-minikube.internal. udp 89 false 1232" NXDOMAIN qr,rd,ra 78 0.007305397s
	[INFO] 10.244.0.21:39250 - 28550 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.008475733s
	[INFO] 10.244.0.21:47785 - 9273 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.008521281s
	[INFO] 10.244.0.21:57217 - 59529 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.005876082s
	[INFO] 10.244.0.21:36617 - 55938 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.007844723s
	[INFO] 10.244.0.21:37751 - 26913 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.000762359s
	[INFO] 10.244.0.21:37413 - 58442 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.000967009s
	[INFO] 10.244.0.26:37349 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000176773s
	[INFO] 10.244.0.26:57476 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.0001458s
	
	
	==> describe nodes <==
	Name:               addons-703043
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-703043
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=608d90af2517e2ec0044e62b20376f40276621a1
	                    minikube.k8s.io/name=addons-703043
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_07_29T00_47_28_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-703043
	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 00:47:25 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-703043
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 29 Jul 2024 00:53:13 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 29 Jul 2024 00:51:02 +0000   Mon, 29 Jul 2024 00:47:24 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 29 Jul 2024 00:51:02 +0000   Mon, 29 Jul 2024 00:47:24 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 29 Jul 2024 00:51:02 +0000   Mon, 29 Jul 2024 00:47:24 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 29 Jul 2024 00:51:02 +0000   Mon, 29 Jul 2024 00:48:00 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-703043
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859324Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859324Ki
	  pods:               110
	System Info:
	  Machine ID:                 8591cf19d5a94ea397071853652faa2c
	  System UUID:                99f70650-966a-4580-9139-f952cead8a58
	  Boot ID:                    829e2477-5f3e-4772-ab58-fc706579874c
	  Kernel Version:             5.15.0-1062-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)         3m22s
	  default                     hello-world-app-6778b5fc9f-bv2m6          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)         2m30s
	  kube-system                 coredns-7db6d8ff4d-stfg9                  100m (1%!)(MISSING)     0 (0%!)(MISSING)      70Mi (0%!)(MISSING)        170Mi (0%!)(MISSING)     5m32s
	  kube-system                 etcd-addons-703043                        100m (1%!)(MISSING)     0 (0%!)(MISSING)      100Mi (0%!)(MISSING)       0 (0%!)(MISSING)         5m47s
	  kube-system                 kindnet-v2hfc                             100m (1%!)(MISSING)     100m (1%!)(MISSING)   50Mi (0%!)(MISSING)        50Mi (0%!)(MISSING)      5m33s
	  kube-system                 kube-apiserver-addons-703043              250m (3%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m47s
	  kube-system                 kube-controller-manager-addons-703043     200m (2%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m47s
	  kube-system                 kube-proxy-827fw                          0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m33s
	  kube-system                 kube-scheduler-addons-703043              100m (1%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m47s
	  kube-system                 metrics-server-c59844bb4-gchlz            100m (1%!)(MISSING)     0 (0%!)(MISSING)      200Mi (0%!)(MISSING)       0 (0%!)(MISSING)         5m28s
	  kube-system                 storage-provisioner                       0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m28s
	  local-path-storage          local-path-provisioner-8d985888d-vpwbz    0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m27s
	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                 5m29s                  kube-proxy       
	  Normal  NodeHasSufficientMemory  5m52s (x8 over 5m52s)  kubelet          Node addons-703043 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    5m52s (x8 over 5m52s)  kubelet          Node addons-703043 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     5m52s (x8 over 5m52s)  kubelet          Node addons-703043 status is now: NodeHasSufficientPID
	  Normal  Starting                 5m47s                  kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  5m47s                  kubelet          Node addons-703043 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    5m47s                  kubelet          Node addons-703043 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     5m47s                  kubelet          Node addons-703043 status is now: NodeHasSufficientPID
	  Normal  RegisteredNode           5m32s                  node-controller  Node addons-703043 event: Registered Node addons-703043 in Controller
	  Normal  NodeReady                5m14s                  kubelet          Node addons-703043 status is now: NodeReady
	
	
	==> dmesg <==
	[  +0.000634] platform eisa.0: Cannot allocate resource for EISA slot 5
	[  +0.000621] platform eisa.0: Cannot allocate resource for EISA slot 6
	[  +0.000733] platform eisa.0: Cannot allocate resource for EISA slot 7
	[  +0.001182] platform eisa.0: Cannot allocate resource for EISA slot 8
	[  +0.629698] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
	[  +0.048752] systemd[1]: /lib/systemd/system/cloud-init-local.service:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.006264] systemd[1]: /lib/systemd/system/cloud-init.service:19: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.015140] systemd[1]: /lib/systemd/system/cloud-final.service:9: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.002745] systemd[1]: /lib/systemd/system/cloud-config.service:8: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.015098] systemd[1]: /lib/systemd/system/cloud-init.target:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +7.439378] kauditd_printk_skb: 46 callbacks suppressed
	[Jul29 00:50] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000008] ll header: 00000000: 16 0a 2f d3 e3 df a2 18 42 54 e3 59 08 00
	[  +1.015546] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: 16 0a 2f d3 e3 df a2 18 42 54 e3 59 08 00
	[  +2.015811] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: 16 0a 2f d3 e3 df a2 18 42 54 e3 59 08 00
	[Jul29 00:51] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: 16 0a 2f d3 e3 df a2 18 42 54 e3 59 08 00
	[  +8.187167] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: 16 0a 2f d3 e3 df a2 18 42 54 e3 59 08 00
	[ +16.126362] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000029] ll header: 00000000: 16 0a 2f d3 e3 df a2 18 42 54 e3 59 08 00
	[ +33.276586] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000005] ll header: 00000000: 16 0a 2f d3 e3 df a2 18 42 54 e3 59 08 00
	
	
	==> etcd [73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78] <==
	{"level":"info","ts":"2024-07-29T00:47:45.714501Z","caller":"traceutil/trace.go:171","msg":"trace[1210732646] transaction","detail":"{read_only:false; response_revision:453; number_of_response:1; }","duration":"100.994952ms","start":"2024-07-29T00:47:45.613494Z","end":"2024-07-29T00:47:45.714489Z","steps":["trace[1210732646] 'process raft request'  (duration: 100.798598ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-29T00:47:45.716154Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"186.621131ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/ranges/servicenodeports\" ","response":"range_response_count:1 size:453"}
	{"level":"info","ts":"2024-07-29T00:47:45.717484Z","caller":"traceutil/trace.go:171","msg":"trace[1149701150] range","detail":"{range_begin:/registry/ranges/servicenodeports; range_end:; response_count:1; response_revision:454; }","duration":"187.954863ms","start":"2024-07-29T00:47:45.529494Z","end":"2024-07-29T00:47:45.717448Z","steps":["trace[1149701150] 'agreement among raft nodes before linearized reading'  (duration: 186.616855ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:47:46.213678Z","caller":"traceutil/trace.go:171","msg":"trace[2109340404] transaction","detail":"{read_only:false; response_revision:493; number_of_response:1; }","duration":"102.816701ms","start":"2024-07-29T00:47:46.110839Z","end":"2024-07-29T00:47:46.213656Z","steps":["trace[2109340404] 'process raft request'  (duration: 102.358739ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:47:46.214498Z","caller":"traceutil/trace.go:171","msg":"trace[2104324440] transaction","detail":"{read_only:false; response_revision:491; number_of_response:1; }","duration":"183.687203ms","start":"2024-07-29T00:47:46.030788Z","end":"2024-07-29T00:47:46.214475Z","steps":["trace[2104324440] 'process raft request'  (duration: 99.067385ms)","trace[2104324440] 'compare'  (duration: 83.198033ms)"],"step_count":2}
	{"level":"info","ts":"2024-07-29T00:47:46.214555Z","caller":"traceutil/trace.go:171","msg":"trace[1948943725] transaction","detail":"{read_only:false; response_revision:492; number_of_response:1; }","duration":"104.042857ms","start":"2024-07-29T00:47:46.110505Z","end":"2024-07-29T00:47:46.214548Z","steps":["trace[1948943725] 'process raft request'  (duration: 102.649781ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:47:46.214918Z","caller":"traceutil/trace.go:171","msg":"trace[1090123214] linearizableReadLoop","detail":"{readStateIndex:506; appliedIndex:504; }","duration":"183.756552ms","start":"2024-07-29T00:47:46.031149Z","end":"2024-07-29T00:47:46.214905Z","steps":["trace[1090123214] 'read index received'  (duration: 91.918146ms)","trace[1090123214] 'applied index is now lower than readState.Index'  (duration: 91.837522ms)"],"step_count":2}
	{"level":"warn","ts":"2024-07-29T00:47:46.214998Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"190.315085ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/metrics-server\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-07-29T00:47:46.21829Z","caller":"traceutil/trace.go:171","msg":"trace[1353081949] range","detail":"{range_begin:/registry/deployments/kube-system/metrics-server; range_end:; response_count:0; response_revision:495; }","duration":"193.633454ms","start":"2024-07-29T00:47:46.024642Z","end":"2024-07-29T00:47:46.218276Z","steps":["trace[1353081949] 'agreement among raft nodes before linearized reading'  (duration: 190.299228ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-29T00:47:46.21507Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"188.98878ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/daemonsets/kube-system/registry-proxy\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-07-29T00:47:46.218534Z","caller":"traceutil/trace.go:171","msg":"trace[773308566] range","detail":"{range_begin:/registry/daemonsets/kube-system/registry-proxy; range_end:; response_count:0; response_revision:495; }","duration":"192.466645ms","start":"2024-07-29T00:47:46.026058Z","end":"2024-07-29T00:47:46.218524Z","steps":["trace[773308566] 'agreement among raft nodes before linearized reading'  (duration: 188.981947ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-29T00:47:46.221707Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"111.590078ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/tiller-deploy\" ","response":"range_response_count:1 size:4641"}
	{"level":"info","ts":"2024-07-29T00:47:46.2218Z","caller":"traceutil/trace.go:171","msg":"trace[59655646] range","detail":"{range_begin:/registry/deployments/kube-system/tiller-deploy; range_end:; response_count:1; response_revision:496; }","duration":"111.719732ms","start":"2024-07-29T00:47:46.110067Z","end":"2024-07-29T00:47:46.221787Z","steps":["trace[59655646] 'agreement among raft nodes before linearized reading'  (duration: 111.519858ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:47:47.218695Z","caller":"traceutil/trace.go:171","msg":"trace[1228042251] transaction","detail":"{read_only:false; response_revision:543; number_of_response:1; }","duration":"103.107822ms","start":"2024-07-29T00:47:47.11557Z","end":"2024-07-29T00:47:47.218678Z","steps":["trace[1228042251] 'compare'  (duration: 97.125274ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:47:47.218923Z","caller":"traceutil/trace.go:171","msg":"trace[387219302] linearizableReadLoop","detail":"{readStateIndex:560; appliedIndex:559; }","duration":"103.155347ms","start":"2024-07-29T00:47:47.115754Z","end":"2024-07-29T00:47:47.218909Z","steps":["trace[387219302] 'read index received'  (duration: 4.703607ms)","trace[387219302] 'applied index is now lower than readState.Index'  (duration: 98.450743ms)"],"step_count":2}
	{"level":"warn","ts":"2024-07-29T00:47:47.219191Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"103.418179ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/local-path-storage/local-path-provisioner\" ","response":"range_response_count:1 size:3550"}
	{"level":"info","ts":"2024-07-29T00:47:47.219242Z","caller":"traceutil/trace.go:171","msg":"trace[638653147] range","detail":"{range_begin:/registry/deployments/local-path-storage/local-path-provisioner; range_end:; response_count:1; response_revision:543; }","duration":"103.499844ms","start":"2024-07-29T00:47:47.115729Z","end":"2024-07-29T00:47:47.219229Z","steps":["trace[638653147] 'agreement among raft nodes before linearized reading'  (duration: 103.340655ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:47:47.219881Z","caller":"traceutil/trace.go:171","msg":"trace[750939911] transaction","detail":"{read_only:false; response_revision:544; number_of_response:1; }","duration":"104.125101ms","start":"2024-07-29T00:47:47.115742Z","end":"2024-07-29T00:47:47.219867Z","steps":["trace[750939911] 'process raft request'  (duration: 103.779358ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:48:51.511588Z","caller":"traceutil/trace.go:171","msg":"trace[1462384683] transaction","detail":"{read_only:false; response_revision:1227; number_of_response:1; }","duration":"112.943645ms","start":"2024-07-29T00:48:51.398623Z","end":"2024-07-29T00:48:51.511567Z","steps":["trace[1462384683] 'process raft request'  (duration: 112.824822ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:48:51.524278Z","caller":"traceutil/trace.go:171","msg":"trace[596448794] transaction","detail":"{read_only:false; response_revision:1228; number_of_response:1; }","duration":"122.656861ms","start":"2024-07-29T00:48:51.401597Z","end":"2024-07-29T00:48:51.524254Z","steps":["trace[596448794] 'process raft request'  (duration: 122.409072ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:48:51.64739Z","caller":"traceutil/trace.go:171","msg":"trace[2016608215] transaction","detail":"{read_only:false; response_revision:1230; number_of_response:1; }","duration":"116.330489ms","start":"2024-07-29T00:48:51.531036Z","end":"2024-07-29T00:48:51.647366Z","steps":["trace[2016608215] 'process raft request'  (duration: 114.722457ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-29T00:48:51.64746Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"115.223931ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/yakd-dashboard/yakd-dashboard-799879c74f-nhkqw\" ","response":"range_response_count:1 size:4776"}
	{"level":"info","ts":"2024-07-29T00:48:51.647508Z","caller":"traceutil/trace.go:171","msg":"trace[1256475275] range","detail":"{range_begin:/registry/pods/yakd-dashboard/yakd-dashboard-799879c74f-nhkqw; range_end:; response_count:1; response_revision:1230; }","duration":"115.279183ms","start":"2024-07-29T00:48:51.532216Z","end":"2024-07-29T00:48:51.647495Z","steps":["trace[1256475275] 'agreement among raft nodes before linearized reading'  (duration: 115.119886ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:49:08.419913Z","caller":"traceutil/trace.go:171","msg":"trace[1432430533] transaction","detail":"{read_only:false; response_revision:1291; number_of_response:1; }","duration":"107.800943ms","start":"2024-07-29T00:49:08.312092Z","end":"2024-07-29T00:49:08.419893Z","steps":["trace[1432430533] 'process raft request'  (duration: 107.681106ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:49:08.62672Z","caller":"traceutil/trace.go:171","msg":"trace[392896268] transaction","detail":"{read_only:false; response_revision:1292; number_of_response:1; }","duration":"112.072152ms","start":"2024-07-29T00:49:08.514597Z","end":"2024-07-29T00:49:08.626669Z","steps":["trace[392896268] 'process raft request'  (duration: 95.365089ms)","trace[392896268] 'compare'  (duration: 16.107302ms)"],"step_count":2}
	
	
	==> kernel <==
	 00:53:15 up 35 min,  0 users,  load average: 0.15, 0.44, 0.27
	Linux addons-703043 5.15.0-1062-gcp #70~20.04.1-Ubuntu SMP Fri May 24 20:12:18 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.4 LTS"
	
	
	==> kindnet [e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775] <==
	I0729 00:52:00.638320       1 main.go:299] handling current node
	W0729 00:52:09.746481       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 00:52:09.746514       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 00:52:10.639186       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 00:52:10.639225       1 main.go:299] handling current node
	W0729 00:52:16.052003       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 00:52:16.052062       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 00:52:20.638584       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 00:52:20.638624       1 main.go:299] handling current node
	W0729 00:52:28.284292       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 00:52:28.284328       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 00:52:30.638386       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 00:52:30.638421       1 main.go:299] handling current node
	I0729 00:52:40.638624       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 00:52:40.638658       1 main.go:299] handling current node
	I0729 00:52:50.638887       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 00:52:50.638930       1 main.go:299] handling current node
	I0729 00:53:00.638638       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 00:53:00.638673       1 main.go:299] handling current node
	W0729 00:53:03.406448       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 00:53:03.406484       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 00:53:10.638558       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 00:53:10.638587       1 main.go:299] handling current node
	W0729 00:53:14.458968       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 00:53:14.459007       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
	
	
	==> kube-apiserver [2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f] <==
	W0729 00:49:41.537944       1 handler_proxy.go:93] no RequestInfo found in the context
	E0729 00:49:41.538021       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 00:49:41.538129       1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.104.169.36:443/apis/metrics.k8s.io/v1beta1: Get "https://10.104.169.36:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.104.169.36:443: connect: connection refused
	I0729 00:49:41.612685       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	E0729 00:50:00.542946       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:32914: use of closed network connection
	E0729 00:50:00.704848       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:32930: use of closed network connection
	I0729 00:50:24.295333       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I0729 00:50:28.233028       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.111.224.65"}
	I0729 00:50:41.804571       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0729 00:50:42.835915       1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0729 00:50:44.126185       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0729 00:50:44.291344       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.106.72.244"}
	I0729 00:50:56.242006       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0729 00:50:56.242046       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0729 00:50:56.255744       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0729 00:50:56.255788       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0729 00:50:56.270948       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0729 00:50:56.271095       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0729 00:50:56.326582       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0729 00:50:56.326629       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0729 00:50:57.256404       1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0729 00:50:57.326747       1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0729 00:50:57.411918       1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0729 00:53:05.038623       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.105.133.229"}
	
	
	==> kube-controller-manager [6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722] <==
	W0729 00:51:47.636463       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 00:51:47.636496       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 00:52:03.586934       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 00:52:03.586972       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 00:52:08.451016       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 00:52:08.451051       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 00:52:08.561555       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 00:52:08.561589       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 00:52:40.900476       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 00:52:40.900512       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 00:52:59.063284       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 00:52:59.063320       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 00:52:59.764645       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 00:52:59.764691       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 00:53:02.539846       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 00:53:02.539886       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 00:53:04.900954       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="15.867068ms"
	I0729 00:53:04.904763       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="3.763656ms"
	I0729 00:53:04.904869       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="32.177µs"
	I0729 00:53:04.907314       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="42.447µs"
	I0729 00:53:06.849689       1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
	I0729 00:53:06.851284       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-6d9bd977d4" duration="5.441µs"
	I0729 00:53:06.853535       1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
	I0729 00:53:07.253259       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="5.833799ms"
	I0729 00:53:07.253313       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="28.505µs"
	
	
	==> kube-proxy [d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0] <==
	I0729 00:47:43.531907       1 server_linux.go:69] "Using iptables proxy"
	I0729 00:47:43.719194       1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	I0729 00:47:45.019704       1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0729 00:47:45.019879       1 server_linux.go:165] "Using iptables Proxier"
	I0729 00:47:45.111640       1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
	I0729 00:47:45.111753       1 server_linux.go:528] "Defaulting to no-op detect-local"
	I0729 00:47:45.111858       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 00:47:45.112141       1 server.go:872] "Version info" version="v1.30.3"
	I0729 00:47:45.113123       1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0729 00:47:45.114481       1 config.go:192] "Starting service config controller"
	I0729 00:47:45.119426       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0729 00:47:45.119500       1 shared_informer.go:320] Caches are synced for service config
	I0729 00:47:45.115377       1 config.go:319] "Starting node config controller"
	I0729 00:47:45.119553       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0729 00:47:45.119573       1 shared_informer.go:320] Caches are synced for node config
	I0729 00:47:45.114942       1 config.go:101] "Starting endpoint slice config controller"
	I0729 00:47:45.119612       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0729 00:47:45.119630       1 shared_informer.go:320] Caches are synced for endpoint slice config
	
	
	==> kube-scheduler [0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc] <==
	W0729 00:47:25.419644       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 00:47:25.419668       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 00:47:25.420373       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
	W0729 00:47:25.420398       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 00:47:25.420419       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 00:47:25.420421       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 00:47:25.420400       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
	E0729 00:47:25.420436       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 00:47:25.420374       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 00:47:25.420446       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 00:47:25.420525       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 00:47:25.420545       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 00:47:26.234360       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 00:47:26.234394       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 00:47:26.249827       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 00:47:26.249859       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 00:47:26.252777       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 00:47:26.252804       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 00:47:26.476745       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 00:47:26.476783       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 00:47:26.509834       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 00:47:26.509868       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 00:47:26.527447       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 00:47:26.527492       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
	I0729 00:47:27.017770       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Jul 29 00:53:04 addons-703043 kubelet[1732]: I0729 00:53:04.898860    1732 memory_manager.go:354] "RemoveStaleState removing state" podUID="eceaede0-97d4-4f88-ad37-0d3e4d062956" containerName="volume-snapshot-controller"
	Jul 29 00:53:04 addons-703043 kubelet[1732]: I0729 00:53:04.898867    1732 memory_manager.go:354] "RemoveStaleState removing state" podUID="af503d75-1ba2-4fe7-a1f3-d35173c547d0" containerName="gadget"
	Jul 29 00:53:05 addons-703043 kubelet[1732]: I0729 00:53:05.084328    1732 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-8kcm9\" (UniqueName: \"kubernetes.io/projected/518cabe7-edf9-46ae-a5da-6cd705793b49-kube-api-access-8kcm9\") pod \"hello-world-app-6778b5fc9f-bv2m6\" (UID: \"518cabe7-edf9-46ae-a5da-6cd705793b49\") " pod="default/hello-world-app-6778b5fc9f-bv2m6"
	Jul 29 00:53:05 addons-703043 kubelet[1732]: I0729 00:53:05.990754    1732 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-xl4cw\" (UniqueName: \"kubernetes.io/projected/69f1cb53-177c-49a4-a928-614c9fce7425-kube-api-access-xl4cw\") pod \"69f1cb53-177c-49a4-a928-614c9fce7425\" (UID: \"69f1cb53-177c-49a4-a928-614c9fce7425\") "
	Jul 29 00:53:05 addons-703043 kubelet[1732]: I0729 00:53:05.992558    1732 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/69f1cb53-177c-49a4-a928-614c9fce7425-kube-api-access-xl4cw" (OuterVolumeSpecName: "kube-api-access-xl4cw") pod "69f1cb53-177c-49a4-a928-614c9fce7425" (UID: "69f1cb53-177c-49a4-a928-614c9fce7425"). InnerVolumeSpecName "kube-api-access-xl4cw". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Jul 29 00:53:06 addons-703043 kubelet[1732]: I0729 00:53:06.091032    1732 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-xl4cw\" (UniqueName: \"kubernetes.io/projected/69f1cb53-177c-49a4-a928-614c9fce7425-kube-api-access-xl4cw\") on node \"addons-703043\" DevicePath \"\""
	Jul 29 00:53:06 addons-703043 kubelet[1732]: I0729 00:53:06.232369    1732 scope.go:117] "RemoveContainer" containerID="220f261f34e7ed1b98520b1fdeec5175cab2e8e803a9e807af799669db5de9a9"
	Jul 29 00:53:06 addons-703043 kubelet[1732]: I0729 00:53:06.248128    1732 scope.go:117] "RemoveContainer" containerID="220f261f34e7ed1b98520b1fdeec5175cab2e8e803a9e807af799669db5de9a9"
	Jul 29 00:53:06 addons-703043 kubelet[1732]: E0729 00:53:06.248486    1732 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"220f261f34e7ed1b98520b1fdeec5175cab2e8e803a9e807af799669db5de9a9\": container with ID starting with 220f261f34e7ed1b98520b1fdeec5175cab2e8e803a9e807af799669db5de9a9 not found: ID does not exist" containerID="220f261f34e7ed1b98520b1fdeec5175cab2e8e803a9e807af799669db5de9a9"
	Jul 29 00:53:06 addons-703043 kubelet[1732]: I0729 00:53:06.248520    1732 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"220f261f34e7ed1b98520b1fdeec5175cab2e8e803a9e807af799669db5de9a9"} err="failed to get container status \"220f261f34e7ed1b98520b1fdeec5175cab2e8e803a9e807af799669db5de9a9\": rpc error: code = NotFound desc = could not find container \"220f261f34e7ed1b98520b1fdeec5175cab2e8e803a9e807af799669db5de9a9\": container with ID starting with 220f261f34e7ed1b98520b1fdeec5175cab2e8e803a9e807af799669db5de9a9 not found: ID does not exist"
	Jul 29 00:53:07 addons-703043 kubelet[1732]: I0729 00:53:07.247745    1732 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-6778b5fc9f-bv2m6" podStartSLOduration=1.575187531 podStartE2EDuration="3.247721828s" podCreationTimestamp="2024-07-29 00:53:04 +0000 UTC" firstStartedPulling="2024-07-29 00:53:05.244687687 +0000 UTC m=+337.501219576" lastFinishedPulling="2024-07-29 00:53:06.917221983 +0000 UTC m=+339.173753873" observedRunningTime="2024-07-29 00:53:07.247327207 +0000 UTC m=+339.503859117" watchObservedRunningTime="2024-07-29 00:53:07.247721828 +0000 UTC m=+339.504253724"
	Jul 29 00:53:07 addons-703043 kubelet[1732]: I0729 00:53:07.832576    1732 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="646f8c98-9249-4924-9139-2c55bfabae39" path="/var/lib/kubelet/pods/646f8c98-9249-4924-9139-2c55bfabae39/volumes"
	Jul 29 00:53:07 addons-703043 kubelet[1732]: I0729 00:53:07.832937    1732 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="69f1cb53-177c-49a4-a928-614c9fce7425" path="/var/lib/kubelet/pods/69f1cb53-177c-49a4-a928-614c9fce7425/volumes"
	Jul 29 00:53:07 addons-703043 kubelet[1732]: I0729 00:53:07.833333    1732 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="b5e77965-55a0-40ab-bd38-685887316e52" path="/var/lib/kubelet/pods/b5e77965-55a0-40ab-bd38-685887316e52/volumes"
	Jul 29 00:53:10 addons-703043 kubelet[1732]: I0729 00:53:10.231202    1732 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/fb522acf-5448-4f2b-b0e5-3ed87426962e-webhook-cert\") pod \"fb522acf-5448-4f2b-b0e5-3ed87426962e\" (UID: \"fb522acf-5448-4f2b-b0e5-3ed87426962e\") "
	Jul 29 00:53:10 addons-703043 kubelet[1732]: I0729 00:53:10.231272    1732 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-p5j44\" (UniqueName: \"kubernetes.io/projected/fb522acf-5448-4f2b-b0e5-3ed87426962e-kube-api-access-p5j44\") pod \"fb522acf-5448-4f2b-b0e5-3ed87426962e\" (UID: \"fb522acf-5448-4f2b-b0e5-3ed87426962e\") "
	Jul 29 00:53:10 addons-703043 kubelet[1732]: I0729 00:53:10.233175    1732 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/fb522acf-5448-4f2b-b0e5-3ed87426962e-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "fb522acf-5448-4f2b-b0e5-3ed87426962e" (UID: "fb522acf-5448-4f2b-b0e5-3ed87426962e"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
	Jul 29 00:53:10 addons-703043 kubelet[1732]: I0729 00:53:10.233173    1732 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/fb522acf-5448-4f2b-b0e5-3ed87426962e-kube-api-access-p5j44" (OuterVolumeSpecName: "kube-api-access-p5j44") pod "fb522acf-5448-4f2b-b0e5-3ed87426962e" (UID: "fb522acf-5448-4f2b-b0e5-3ed87426962e"). InnerVolumeSpecName "kube-api-access-p5j44". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Jul 29 00:53:10 addons-703043 kubelet[1732]: I0729 00:53:10.244925    1732 scope.go:117] "RemoveContainer" containerID="3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607"
	Jul 29 00:53:10 addons-703043 kubelet[1732]: I0729 00:53:10.259760    1732 scope.go:117] "RemoveContainer" containerID="3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607"
	Jul 29 00:53:10 addons-703043 kubelet[1732]: E0729 00:53:10.260074    1732 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607\": container with ID starting with 3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607 not found: ID does not exist" containerID="3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607"
	Jul 29 00:53:10 addons-703043 kubelet[1732]: I0729 00:53:10.260114    1732 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607"} err="failed to get container status \"3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607\": rpc error: code = NotFound desc = could not find container \"3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607\": container with ID starting with 3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607 not found: ID does not exist"
	Jul 29 00:53:10 addons-703043 kubelet[1732]: I0729 00:53:10.331850    1732 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-p5j44\" (UniqueName: \"kubernetes.io/projected/fb522acf-5448-4f2b-b0e5-3ed87426962e-kube-api-access-p5j44\") on node \"addons-703043\" DevicePath \"\""
	Jul 29 00:53:10 addons-703043 kubelet[1732]: I0729 00:53:10.331895    1732 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/fb522acf-5448-4f2b-b0e5-3ed87426962e-webhook-cert\") on node \"addons-703043\" DevicePath \"\""
	Jul 29 00:53:11 addons-703043 kubelet[1732]: I0729 00:53:11.832857    1732 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="fb522acf-5448-4f2b-b0e5-3ed87426962e" path="/var/lib/kubelet/pods/fb522acf-5448-4f2b-b0e5-3ed87426962e/volumes"
	
	
	==> storage-provisioner [65564718aeacfaa9a985e2a6d55fb91f3e38798815bf3dc92f30eeea484e1063] <==
	I0729 00:48:01.860887       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0729 00:48:01.867807       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0729 00:48:01.867869       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0729 00:48:01.875421       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0729 00:48:01.875541       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-703043_f9b7ee49-4c66-41e4-9cf6-0a520aab034c!
	I0729 00:48:01.875541       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"6d2f7806-02b9-4f4f-bb31-b063fbc7fb3b", APIVersion:"v1", ResourceVersion:"953", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-703043_f9b7ee49-4c66-41e4-9cf6-0a520aab034c became leader
	I0729 00:48:01.975711       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-703043_f9b7ee49-4c66-41e4-9cf6-0a520aab034c!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-703043 -n addons-703043
helpers_test.go:261: (dbg) Run:  kubectl --context addons-703043 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 (151.87s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (301.32s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:409: metrics-server stabilized in 2.359677ms
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-gchlz" [ed397df2-9f1b-46cc-ad2c-0791aafb6314] Running
addons_test.go:411: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 5.003888065s
addons_test.go:417: (dbg) Run:  kubectl --context addons-703043 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-703043 top pods -n kube-system: exit status 1 (68.460984ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-stfg9, age: 2m45.604314742s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-stfg9, age: 2m48.048921707s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-stfg9, age: 2m53.480966275s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-stfg9, age: 2m58.06891235s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-stfg9, age: 3m5.499621889s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-stfg9, age: 3m19.943825627s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-stfg9, age: 3m51.429200442s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-stfg9, age: 4m42.675749313s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-stfg9, age: 5m23.890090311s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-stfg9, age: 6m21.250833701s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-stfg9, age: 7m39.418082791s

                                                
                                                
** /stderr **
addons_test.go:431: failed checking metric server: exit status 1
addons_test.go:434: (dbg) Run:  out/minikube-linux-amd64 -p addons-703043 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-703043
helpers_test.go:235: (dbg) docker inspect addons-703043:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "8cc2407b162cd4cba246991e80c87029f4da940cfa90214acc4734683261f14d",
	        "Created": "2024-07-29T00:47:14.05010043Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 18476,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-07-29T00:47:14.195234561Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:f7a7de1851ee150766e4477ba0f200b8a850318ef537b8ef6899afcaea59940a",
	        "ResolvConfPath": "/var/lib/docker/containers/8cc2407b162cd4cba246991e80c87029f4da940cfa90214acc4734683261f14d/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/8cc2407b162cd4cba246991e80c87029f4da940cfa90214acc4734683261f14d/hostname",
	        "HostsPath": "/var/lib/docker/containers/8cc2407b162cd4cba246991e80c87029f4da940cfa90214acc4734683261f14d/hosts",
	        "LogPath": "/var/lib/docker/containers/8cc2407b162cd4cba246991e80c87029f4da940cfa90214acc4734683261f14d/8cc2407b162cd4cba246991e80c87029f4da940cfa90214acc4734683261f14d-json.log",
	        "Name": "/addons-703043",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-703043:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-703043",
	            "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/59fc5b595c760f01dd8f8f899bd7fcb9c7927c21f2c86b2b00f07e67dbf1a7e6-init/diff:/var/lib/docker/overlay2/24d4ef079ef1151bd6f04dcf5532d8edcfaa8f862a325cb62ca6854ea35f095e/diff",
	                "MergedDir": "/var/lib/docker/overlay2/59fc5b595c760f01dd8f8f899bd7fcb9c7927c21f2c86b2b00f07e67dbf1a7e6/merged",
	                "UpperDir": "/var/lib/docker/overlay2/59fc5b595c760f01dd8f8f899bd7fcb9c7927c21f2c86b2b00f07e67dbf1a7e6/diff",
	                "WorkDir": "/var/lib/docker/overlay2/59fc5b595c760f01dd8f8f899bd7fcb9c7927c21f2c86b2b00f07e67dbf1a7e6/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-703043",
	                "Source": "/var/lib/docker/volumes/addons-703043/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-703043",
	            "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-703043",
	                "name.minikube.sigs.k8s.io": "addons-703043",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "d70444d9622e2129e96e6f059cbf595b18b56f3c4bcb77869267289ad1a2ebc1",
	            "SandboxKey": "/var/run/docker/netns/d70444d9622e",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32768"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32769"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32772"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32770"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32771"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-703043": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "40ebbc9d46e95b9a7f2e8eb220606cbc7425dc748280e26ebaf84ccd7ad4987c",
	                    "EndpointID": "ad3beaa49f92485b2678c9cb10abf46d3def363609daef7414385981e377f2ef",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-703043",
	                        "8cc2407b162c"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-703043 -n addons-703043
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-703043 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-703043 logs -n 25: (1.105553954s)
helpers_test.go:252: TestAddons/parallel/MetricsServer logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-docker-230164                                                                   | download-docker-230164 | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC | 29 Jul 24 00:46 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-325508   | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC |                     |
	|         | binary-mirror-325508                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:44361                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-325508                                                                     | binary-mirror-325508   | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC | 29 Jul 24 00:46 UTC |
	| addons  | enable dashboard -p                                                                         | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC |                     |
	|         | addons-703043                                                                               |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                                                                        | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC |                     |
	|         | addons-703043                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-703043 --wait=true                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC | 29 Jul 24 00:49 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-703043 addons disable                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | gcp-auth --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | disable cloud-spanner -p                                                                    | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | addons-703043                                                                               |                        |         |         |                     |                     |
	| addons  | addons-703043 addons disable                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| ssh     | addons-703043 ssh cat                                                                       | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | /opt/local-path-provisioner/pvc-7ba08eef-6fdb-4f0d-b1f7-f56cc8316dd1_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-703043 addons disable                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-703043 ip                                                                            | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	| addons  | addons-703043 addons disable                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | -p addons-703043                                                                            |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | -p addons-703043                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-703043 addons disable                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | helm-tiller --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-703043 addons disable                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | headlamp --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p                                                                 | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | addons-703043                                                                               |                        |         |         |                     |                     |
	| addons  | addons-703043 addons                                                                        | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ssh     | addons-703043 ssh curl -s                                                                   | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| addons  | addons-703043 addons                                                                        | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:50 UTC | 29 Jul 24 00:50 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-703043 ip                                                                            | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:53 UTC | 29 Jul 24 00:53 UTC |
	| addons  | addons-703043 addons disable                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:53 UTC | 29 Jul 24 00:53 UTC |
	|         | ingress-dns --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-703043 addons disable                                                                | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:53 UTC | 29 Jul 24 00:53 UTC |
	|         | ingress --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	| addons  | addons-703043 addons                                                                        | addons-703043          | jenkins | v1.33.1 | 29 Jul 24 00:55 UTC | 29 Jul 24 00:55 UTC |
	|         | disable metrics-server                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/07/29 00:46:49
	Running on machine: ubuntu-20-agent-15
	Binary: Built with gc go1.22.5 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0729 00:46:49.777633   17712 out.go:291] Setting OutFile to fd 1 ...
	I0729 00:46:49.777855   17712 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 00:46:49.777862   17712 out.go:304] Setting ErrFile to fd 2...
	I0729 00:46:49.777866   17712 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 00:46:49.778028   17712 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-9224/.minikube/bin
	I0729 00:46:49.778610   17712 out.go:298] Setting JSON to false
	I0729 00:46:49.779454   17712 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":1759,"bootTime":1722212251,"procs":171,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0729 00:46:49.779514   17712 start.go:139] virtualization: kvm guest
	I0729 00:46:49.781665   17712 out.go:177] * [addons-703043] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	I0729 00:46:49.782930   17712 out.go:177]   - MINIKUBE_LOCATION=19312
	I0729 00:46:49.782931   17712 notify.go:220] Checking for updates...
	I0729 00:46:49.784248   17712 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0729 00:46:49.785673   17712 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19312-9224/kubeconfig
	I0729 00:46:49.786924   17712 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-9224/.minikube
	I0729 00:46:49.788058   17712 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0729 00:46:49.789134   17712 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0729 00:46:49.790496   17712 driver.go:392] Setting default libvirt URI to qemu:///system
	I0729 00:46:49.812908   17712 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
	I0729 00:46:49.812998   17712 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 00:46:49.859202   17712 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:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-29 00:46:49.850533279 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-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:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 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> ServerEr
rors:[] 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 00:46:49.859288   17712 docker.go:307] overlay module found
	I0729 00:46:49.861135   17712 out.go:177] * Using the docker driver based on user configuration
	I0729 00:46:49.862382   17712 start.go:297] selected driver: docker
	I0729 00:46:49.862394   17712 start.go:901] validating driver "docker" against <nil>
	I0729 00:46:49.862404   17712 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0729 00:46:49.863084   17712 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 00:46:49.910979   17712 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:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-29 00:46:49.903139442 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-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:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 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> ServerEr
rors:[] 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 00:46:49.911186   17712 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0729 00:46:49.911466   17712 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 00:46:49.913416   17712 out.go:177] * Using Docker driver with root privileges
	I0729 00:46:49.914938   17712 cni.go:84] Creating CNI manager for ""
	I0729 00:46:49.914958   17712 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0729 00:46:49.914970   17712 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0729 00:46:49.915048   17712 start.go:340] cluster config:
	{Name:addons-703043 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-703043 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 00:46:49.916404   17712 out.go:177] * Starting "addons-703043" primary control-plane node in "addons-703043" cluster
	I0729 00:46:49.917605   17712 cache.go:121] Beginning downloading kic base image for docker with crio
	I0729 00:46:49.918858   17712 out.go:177] * Pulling base image v0.0.44-1721902582-19326 ...
	I0729 00:46:49.920011   17712 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0729 00:46:49.920037   17712 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local docker daemon
	I0729 00:46:49.920040   17712 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19312-9224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4
	I0729 00:46:49.920173   17712 cache.go:56] Caching tarball of preloaded images
	I0729 00:46:49.920283   17712 preload.go:172] Found /home/jenkins/minikube-integration/19312-9224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
	I0729 00:46:49.920295   17712 cache.go:59] Finished verifying existence of preloaded tar for v1.30.3 on crio
	I0729 00:46:49.920583   17712 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/config.json ...
	I0729 00:46:49.920602   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/config.json: {Name:mk0d8e6460d9f18186e23e7239949d000d26f1c1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:46:49.935067   17712 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 to local cache
	I0729 00:46:49.935166   17712 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory
	I0729 00:46:49.935190   17712 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory, skipping pull
	I0729 00:46:49.935196   17712 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 exists in cache, skipping pull
	I0729 00:46:49.935203   17712 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 as a tarball
	I0729 00:46:49.935210   17712 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 from local cache
	I0729 00:47:01.676802   17712 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 from cached tarball
	I0729 00:47:01.676837   17712 cache.go:194] Successfully downloaded all kic artifacts
	I0729 00:47:01.676873   17712 start.go:360] acquireMachinesLock for addons-703043: {Name:mk768b7fd0d5cb20b2f749d08bb6dc98905103d6 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0729 00:47:01.676978   17712 start.go:364] duration metric: took 81.144µs to acquireMachinesLock for "addons-703043"
	I0729 00:47:01.677006   17712 start.go:93] Provisioning new machine with config: &{Name:addons-703043 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-703043 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 00:47:01.677097   17712 start.go:125] createHost starting for "" (driver="docker")
	I0729 00:47:01.679000   17712 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0729 00:47:01.679208   17712 start.go:159] libmachine.API.Create for "addons-703043" (driver="docker")
	I0729 00:47:01.679242   17712 client.go:168] LocalClient.Create starting
	I0729 00:47:01.679329   17712 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19312-9224/.minikube/certs/ca.pem
	I0729 00:47:01.878359   17712 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19312-9224/.minikube/certs/cert.pem
	I0729 00:47:02.103389   17712 cli_runner.go:164] Run: docker network inspect addons-703043 --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 00:47:02.119264   17712 cli_runner.go:211] docker network inspect addons-703043 --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 00:47:02.119343   17712 network_create.go:284] running [docker network inspect addons-703043] to gather additional debugging logs...
	I0729 00:47:02.119368   17712 cli_runner.go:164] Run: docker network inspect addons-703043
	W0729 00:47:02.134568   17712 cli_runner.go:211] docker network inspect addons-703043 returned with exit code 1
	I0729 00:47:02.134600   17712 network_create.go:287] error running [docker network inspect addons-703043]: docker network inspect addons-703043: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-703043 not found
	I0729 00:47:02.134615   17712 network_create.go:289] output of [docker network inspect addons-703043]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-703043 not found
	
	** /stderr **
	I0729 00:47:02.134712   17712 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 00:47:02.150920   17712 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:0xc001eabde0}
	I0729 00:47:02.150960   17712 network_create.go:124] attempt to create docker network addons-703043 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0729 00:47:02.150999   17712 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-703043 addons-703043
	I0729 00:47:02.209958   17712 network_create.go:108] docker network addons-703043 192.168.49.0/24 created
	I0729 00:47:02.209988   17712 kic.go:121] calculated static IP "192.168.49.2" for the "addons-703043" container
	I0729 00:47:02.210058   17712 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0729 00:47:02.224770   17712 cli_runner.go:164] Run: docker volume create addons-703043 --label name.minikube.sigs.k8s.io=addons-703043 --label created_by.minikube.sigs.k8s.io=true
	I0729 00:47:02.241227   17712 oci.go:103] Successfully created a docker volume addons-703043
	I0729 00:47:02.241298   17712 cli_runner.go:164] Run: docker run --rm --name addons-703043-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-703043 --entrypoint /usr/bin/test -v addons-703043:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -d /var/lib
	I0729 00:47:09.391405   17712 cli_runner.go:217] Completed: docker run --rm --name addons-703043-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-703043 --entrypoint /usr/bin/test -v addons-703043:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -d /var/lib: (7.150069314s)
	I0729 00:47:09.391432   17712 oci.go:107] Successfully prepared a docker volume addons-703043
	I0729 00:47:09.391446   17712 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0729 00:47:09.391466   17712 kic.go:194] Starting extracting preloaded images to volume ...
	I0729 00:47:09.391523   17712 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19312-9224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-703043:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -I lz4 -xf /preloaded.tar -C /extractDir
	I0729 00:47:13.986173   17712 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19312-9224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-703043:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -I lz4 -xf /preloaded.tar -C /extractDir: (4.594607131s)
	I0729 00:47:13.986201   17712 kic.go:203] duration metric: took 4.594733099s to extract preloaded images to volume ...
	W0729 00:47:13.986325   17712 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0729 00:47:13.986408   17712 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0729 00:47:14.035209   17712 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-703043 --name addons-703043 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-703043 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-703043 --network addons-703043 --ip 192.168.49.2 --volume addons-703043:/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 00:47:14.352909   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Running}}
	I0729 00:47:14.371496   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:14.390690   17712 cli_runner.go:164] Run: docker exec addons-703043 stat /var/lib/dpkg/alternatives/iptables
	I0729 00:47:14.435778   17712 oci.go:144] the created container "addons-703043" has a running status.
	I0729 00:47:14.435811   17712 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa...
	I0729 00:47:14.747388   17712 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0729 00:47:14.769510   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:14.785621   17712 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0729 00:47:14.785642   17712 kic_runner.go:114] Args: [docker exec --privileged addons-703043 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0729 00:47:14.839124   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:14.857925   17712 machine.go:94] provisionDockerMachine start ...
	I0729 00:47:14.858042   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:14.876585   17712 main.go:141] libmachine: Using SSH client type: native
	I0729 00:47:14.876795   17712 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0729 00:47:14.876809   17712 main.go:141] libmachine: About to run SSH command:
	hostname
	I0729 00:47:15.020846   17712 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-703043
	
	I0729 00:47:15.020872   17712 ubuntu.go:169] provisioning hostname "addons-703043"
	I0729 00:47:15.020928   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:15.039817   17712 main.go:141] libmachine: Using SSH client type: native
	I0729 00:47:15.040008   17712 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0729 00:47:15.040023   17712 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-703043 && echo "addons-703043" | sudo tee /etc/hostname
	I0729 00:47:15.167844   17712 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-703043
	
	I0729 00:47:15.167924   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:15.184009   17712 main.go:141] libmachine: Using SSH client type: native
	I0729 00:47:15.184174   17712 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0729 00:47:15.184190   17712 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-703043' /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-703043/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-703043' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0729 00:47:15.301386   17712 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0729 00:47:15.301421   17712 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19312-9224/.minikube CaCertPath:/home/jenkins/minikube-integration/19312-9224/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19312-9224/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19312-9224/.minikube}
	I0729 00:47:15.301445   17712 ubuntu.go:177] setting up certificates
	I0729 00:47:15.301458   17712 provision.go:84] configureAuth start
	I0729 00:47:15.301539   17712 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-703043
	I0729 00:47:15.318252   17712 provision.go:143] copyHostCerts
	I0729 00:47:15.318327   17712 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-9224/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19312-9224/.minikube/ca.pem (1078 bytes)
	I0729 00:47:15.318457   17712 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-9224/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19312-9224/.minikube/cert.pem (1123 bytes)
	I0729 00:47:15.318539   17712 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-9224/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19312-9224/.minikube/key.pem (1679 bytes)
	I0729 00:47:15.318664   17712 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19312-9224/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19312-9224/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19312-9224/.minikube/certs/ca-key.pem org=jenkins.addons-703043 san=[127.0.0.1 192.168.49.2 addons-703043 localhost minikube]
	I0729 00:47:15.623413   17712 provision.go:177] copyRemoteCerts
	I0729 00:47:15.623471   17712 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0729 00:47:15.623501   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:15.640259   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:15.726020   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0729 00:47:15.748469   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0729 00:47:15.771895   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0729 00:47:15.794493   17712 provision.go:87] duration metric: took 493.023421ms to configureAuth
	I0729 00:47:15.794529   17712 ubuntu.go:193] setting minikube options for container-runtime
	I0729 00:47:15.794719   17712 config.go:182] Loaded profile config "addons-703043": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 00:47:15.794823   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:15.811133   17712 main.go:141] libmachine: Using SSH client type: native
	I0729 00:47:15.811358   17712 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil>  [] 0s} 127.0.0.1 32768 <nil> <nil>}
	I0729 00:47:15.811378   17712 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 00:47:16.015389   17712 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0729 00:47:16.015418   17712 machine.go:97] duration metric: took 1.157468199s to provisionDockerMachine
	I0729 00:47:16.015429   17712 client.go:171] duration metric: took 14.336179847s to LocalClient.Create
	I0729 00:47:16.015446   17712 start.go:167] duration metric: took 14.336239314s to libmachine.API.Create "addons-703043"
	I0729 00:47:16.015453   17712 start.go:293] postStartSetup for "addons-703043" (driver="docker")
	I0729 00:47:16.015462   17712 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 00:47:16.015509   17712 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 00:47:16.015540   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:16.032145   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:16.126037   17712 ssh_runner.go:195] Run: cat /etc/os-release
	I0729 00:47:16.129063   17712 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0729 00:47:16.129100   17712 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0729 00:47:16.129111   17712 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0729 00:47:16.129118   17712 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0729 00:47:16.129130   17712 filesync.go:126] Scanning /home/jenkins/minikube-integration/19312-9224/.minikube/addons for local assets ...
	I0729 00:47:16.129196   17712 filesync.go:126] Scanning /home/jenkins/minikube-integration/19312-9224/.minikube/files for local assets ...
	I0729 00:47:16.129227   17712 start.go:296] duration metric: took 113.768253ms for postStartSetup
	I0729 00:47:16.129548   17712 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-703043
	I0729 00:47:16.146913   17712 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/config.json ...
	I0729 00:47:16.147190   17712 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0729 00:47:16.147238   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:16.163715   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:16.246125   17712 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0729 00:47:16.250356   17712 start.go:128] duration metric: took 14.573243072s to createHost
	I0729 00:47:16.250385   17712 start.go:83] releasing machines lock for "addons-703043", held for 14.573393048s
	I0729 00:47:16.250444   17712 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-703043
	I0729 00:47:16.267080   17712 ssh_runner.go:195] Run: cat /version.json
	I0729 00:47:16.267129   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:16.267149   17712 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0729 00:47:16.267207   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:16.284982   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:16.285214   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:16.443716   17712 ssh_runner.go:195] Run: systemctl --version
	I0729 00:47:16.447949   17712 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0729 00:47:16.585169   17712 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0729 00:47:16.589579   17712 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 00:47:16.607301   17712 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0729 00:47:16.607387   17712 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 00:47:16.635335   17712 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 00:47:16.635357   17712 start.go:495] detecting cgroup driver to use...
	I0729 00:47:16.635395   17712 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0729 00:47:16.635440   17712 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0729 00:47:16.650442   17712 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0729 00:47:16.660702   17712 docker.go:217] disabling cri-docker service (if available) ...
	I0729 00:47:16.660749   17712 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0729 00:47:16.672872   17712 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0729 00:47:16.686006   17712 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0729 00:47:16.766622   17712 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0729 00:47:16.842926   17712 docker.go:233] disabling docker service ...
	I0729 00:47:16.843001   17712 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0729 00:47:16.860756   17712 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0729 00:47:16.871304   17712 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0729 00:47:16.954704   17712 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0729 00:47:17.038846   17712 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0729 00:47:17.049288   17712 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 00:47:17.063701   17712 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
	I0729 00:47:17.063759   17712 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 00:47:17.072469   17712 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0729 00:47:17.072533   17712 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 00:47:17.081234   17712 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0729 00:47:17.089714   17712 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 00:47:17.098818   17712 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0729 00:47:17.107255   17712 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 00:47:17.115746   17712 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 00:47:17.129641   17712 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 00:47:17.138311   17712 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0729 00:47:17.145647   17712 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0729 00:47:17.153205   17712 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0729 00:47:17.233058   17712 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0729 00:47:17.337609   17712 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0729 00:47:17.337675   17712 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0729 00:47:17.341228   17712 start.go:563] Will wait 60s for crictl version
	I0729 00:47:17.341292   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:47:17.344681   17712 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0729 00:47:17.378266   17712 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0729 00:47:17.378407   17712 ssh_runner.go:195] Run: crio --version
	I0729 00:47:17.413640   17712 ssh_runner.go:195] Run: crio --version
	I0729 00:47:17.449326   17712 out.go:177] * Preparing Kubernetes v1.30.3 on CRI-O 1.24.6 ...
	I0729 00:47:17.450715   17712 cli_runner.go:164] Run: docker network inspect addons-703043 --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 00:47:17.466409   17712 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0729 00:47:17.469747   17712 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 00:47:17.479648   17712 kubeadm.go:883] updating cluster {Name:addons-703043 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-703043 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 00:47:17.479762   17712 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
	I0729 00:47:17.479814   17712 ssh_runner.go:195] Run: sudo crictl images --output json
	I0729 00:47:17.539782   17712 crio.go:514] all images are preloaded for cri-o runtime.
	I0729 00:47:17.539807   17712 crio.go:433] Images already preloaded, skipping extraction
	I0729 00:47:17.539854   17712 ssh_runner.go:195] Run: sudo crictl images --output json
	I0729 00:47:17.570217   17712 crio.go:514] all images are preloaded for cri-o runtime.
	I0729 00:47:17.570239   17712 cache_images.go:84] Images are preloaded, skipping loading
	I0729 00:47:17.570248   17712 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.3 crio true true} ...
	I0729 00:47:17.570360   17712 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-703043 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.30.3 ClusterName:addons-703043 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 00:47:17.570432   17712 ssh_runner.go:195] Run: crio config
	I0729 00:47:17.611529   17712 cni.go:84] Creating CNI manager for ""
	I0729 00:47:17.611548   17712 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0729 00:47:17.611556   17712 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0729 00:47:17.611579   17712 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-703043 NodeName:addons-703043 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 00:47:17.611695   17712 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-703043"
	  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 00:47:17.611747   17712 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.3
	I0729 00:47:17.620115   17712 binaries.go:44] Found k8s binaries, skipping transfer
	I0729 00:47:17.620181   17712 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0729 00:47:17.628272   17712 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0729 00:47:17.644565   17712 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0729 00:47:17.660587   17712 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0729 00:47:17.676572   17712 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0729 00:47:17.679627   17712 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 00:47:17.689132   17712 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0729 00:47:17.765930   17712 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0729 00:47:17.777546   17712 certs.go:68] Setting up /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043 for IP: 192.168.49.2
	I0729 00:47:17.777574   17712 certs.go:194] generating shared ca certs ...
	I0729 00:47:17.777592   17712 certs.go:226] acquiring lock for ca certs: {Name:mk4112a6c8b3fabd5fd1de7de9c35999e19c370b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:17.777710   17712 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19312-9224/.minikube/ca.key
	I0729 00:47:17.919747   17712 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-9224/.minikube/ca.crt ...
	I0729 00:47:17.919776   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/ca.crt: {Name:mk8b6e2d6e013a718e4c51d155d560163195dd5c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:17.919961   17712 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-9224/.minikube/ca.key ...
	I0729 00:47:17.919977   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/ca.key: {Name:mk1e4380d192fd463714d8e432afac9ace64f140 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:17.920080   17712 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19312-9224/.minikube/proxy-client-ca.key
	I0729 00:47:18.054693   17712 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-9224/.minikube/proxy-client-ca.crt ...
	I0729 00:47:18.054726   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/proxy-client-ca.crt: {Name:mk1369c23a9016a59dc0172c8523462419b241fe Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:18.054929   17712 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-9224/.minikube/proxy-client-ca.key ...
	I0729 00:47:18.054946   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/proxy-client-ca.key: {Name:mk4bbac46bc7db78755a4511c9d8e52e2634fd6e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:18.055043   17712 certs.go:256] generating profile certs ...
	I0729 00:47:18.055113   17712 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.key
	I0729 00:47:18.055132   17712 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt with IP's: []
	I0729 00:47:18.249543   17712 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt ...
	I0729 00:47:18.249575   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: {Name:mk37428cf38d1a9f21c89c001280957aa573686f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:18.249761   17712 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.key ...
	I0729 00:47:18.249777   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.key: {Name:mk38868ed65e7b1e01a28d2ddc86120d16d8f360 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:18.249874   17712 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.key.abb489df
	I0729 00:47:18.249897   17712 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.crt.abb489df with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0729 00:47:18.367583   17712 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.crt.abb489df ...
	I0729 00:47:18.367615   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.crt.abb489df: {Name:mke3766532b545252d4ae7c75c4f74d534a87d16 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:18.367792   17712 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.key.abb489df ...
	I0729 00:47:18.367808   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.key.abb489df: {Name:mk2a05cf1f7a5ded0bc32573c4583bc0706fd37d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:18.367909   17712 certs.go:381] copying /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.crt.abb489df -> /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.crt
	I0729 00:47:18.368006   17712 certs.go:385] copying /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.key.abb489df -> /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.key
	I0729 00:47:18.368075   17712 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/proxy-client.key
	I0729 00:47:18.368100   17712 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/proxy-client.crt with IP's: []
	I0729 00:47:18.515537   17712 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/proxy-client.crt ...
	I0729 00:47:18.515571   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/proxy-client.crt: {Name:mkfb30f49481ad61bd8c4537103f98cfb3a87358 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:18.515744   17712 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/proxy-client.key ...
	I0729 00:47:18.515757   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/proxy-client.key: {Name:mk1382ff8f154e0ee96655a138f65f6d520c53de Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:18.515911   17712 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-9224/.minikube/certs/ca-key.pem (1675 bytes)
	I0729 00:47:18.515945   17712 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-9224/.minikube/certs/ca.pem (1078 bytes)
	I0729 00:47:18.515969   17712 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-9224/.minikube/certs/cert.pem (1123 bytes)
	I0729 00:47:18.515990   17712 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-9224/.minikube/certs/key.pem (1679 bytes)
	I0729 00:47:18.516519   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0729 00:47:18.539127   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0729 00:47:18.560577   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0729 00:47:18.583306   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0729 00:47:18.606130   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0729 00:47:18.627351   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I0729 00:47:18.649601   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0729 00:47:18.671237   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I0729 00:47:18.692932   17712 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-9224/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0729 00:47:18.715162   17712 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0729 00:47:18.731162   17712 ssh_runner.go:195] Run: openssl version
	I0729 00:47:18.736233   17712 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 00:47:18.745093   17712 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0729 00:47:18.748235   17712 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 29 00:47 /usr/share/ca-certificates/minikubeCA.pem
	I0729 00:47:18.748290   17712 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0729 00:47:18.754528   17712 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 00:47:18.763231   17712 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0729 00:47:18.766439   17712 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 00:47:18.766493   17712 kubeadm.go:392] StartCluster: {Name:addons-703043 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-703043 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 00:47:18.766571   17712 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0729 00:47:18.766615   17712 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0729 00:47:18.798882   17712 cri.go:89] found id: ""
	I0729 00:47:18.798940   17712 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0729 00:47:18.807184   17712 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0729 00:47:18.815347   17712 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0729 00:47:18.815393   17712 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 00:47:18.822988   17712 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 00:47:18.823010   17712 kubeadm.go:157] found existing configuration files:
	
	I0729 00:47:18.823049   17712 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0729 00:47:18.830838   17712 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 00:47:18.830906   17712 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0729 00:47:18.838345   17712 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0729 00:47:18.845819   17712 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 00:47:18.845867   17712 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0729 00:47:18.853549   17712 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0729 00:47:18.861072   17712 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 00:47:18.861124   17712 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0729 00:47:18.868444   17712 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0729 00:47:18.876266   17712 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 00:47:18.876312   17712 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0729 00:47:18.883634   17712 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 00:47:18.955344   17712 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-1062-gcp\n", err: exit status 1
	I0729 00:47:19.009760   17712 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0729 00:47:28.607045   17712 kubeadm.go:310] [init] Using Kubernetes version: v1.30.3
	I0729 00:47:28.607131   17712 kubeadm.go:310] [preflight] Running pre-flight checks
	I0729 00:47:28.607248   17712 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0729 00:47:28.607334   17712 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1062-gcp
	I0729 00:47:28.607384   17712 kubeadm.go:310] OS: Linux
	I0729 00:47:28.607446   17712 kubeadm.go:310] CGROUPS_CPU: enabled
	I0729 00:47:28.607496   17712 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0729 00:47:28.607542   17712 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0729 00:47:28.607583   17712 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0729 00:47:28.607625   17712 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0729 00:47:28.607674   17712 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0729 00:47:28.607713   17712 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0729 00:47:28.607754   17712 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0729 00:47:28.607802   17712 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0729 00:47:28.607872   17712 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0729 00:47:28.607963   17712 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0729 00:47:28.608096   17712 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
	I0729 00:47:28.608177   17712 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0729 00:47:28.611242   17712 out.go:204]   - Generating certificates and keys ...
	I0729 00:47:28.611351   17712 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0729 00:47:28.611436   17712 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0729 00:47:28.611500   17712 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0729 00:47:28.611550   17712 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0729 00:47:28.611607   17712 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0729 00:47:28.611670   17712 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0729 00:47:28.611727   17712 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0729 00:47:28.611825   17712 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-703043 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0729 00:47:28.611880   17712 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0729 00:47:28.611974   17712 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-703043 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0729 00:47:28.612033   17712 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0729 00:47:28.612086   17712 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0729 00:47:28.612156   17712 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0729 00:47:28.612256   17712 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0729 00:47:28.612323   17712 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0729 00:47:28.612374   17712 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0729 00:47:28.612423   17712 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0729 00:47:28.612481   17712 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0729 00:47:28.612528   17712 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0729 00:47:28.612623   17712 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0729 00:47:28.612709   17712 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0729 00:47:28.614424   17712 out.go:204]   - Booting up control plane ...
	I0729 00:47:28.614529   17712 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0729 00:47:28.614600   17712 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0729 00:47:28.614673   17712 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0729 00:47:28.614793   17712 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0729 00:47:28.614897   17712 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0729 00:47:28.614954   17712 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0729 00:47:28.615080   17712 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 00:47:28.615150   17712 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
	I0729 00:47:28.615210   17712 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 501.509132ms
	I0729 00:47:28.615278   17712 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0729 00:47:28.615328   17712 kubeadm.go:310] [api-check] The API server is healthy after 4.50169981s
	I0729 00:47:28.615477   17712 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0729 00:47:28.615598   17712 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0729 00:47:28.615648   17712 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0729 00:47:28.615842   17712 kubeadm.go:310] [mark-control-plane] Marking the node addons-703043 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0729 00:47:28.615898   17712 kubeadm.go:310] [bootstrap-token] Using token: drr24u.of61vfckzxrmddz0
	I0729 00:47:28.617535   17712 out.go:204]   - Configuring RBAC rules ...
	I0729 00:47:28.617631   17712 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0729 00:47:28.617713   17712 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0729 00:47:28.617835   17712 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 00:47:28.618031   17712 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0729 00:47:28.618185   17712 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0729 00:47:28.618310   17712 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0729 00:47:28.618451   17712 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0729 00:47:28.618520   17712 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0729 00:47:28.618579   17712 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0729 00:47:28.618588   17712 kubeadm.go:310] 
	I0729 00:47:28.618638   17712 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0729 00:47:28.618645   17712 kubeadm.go:310] 
	I0729 00:47:28.618707   17712 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0729 00:47:28.618713   17712 kubeadm.go:310] 
	I0729 00:47:28.618748   17712 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0729 00:47:28.618805   17712 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0729 00:47:28.618852   17712 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0729 00:47:28.618858   17712 kubeadm.go:310] 
	I0729 00:47:28.618906   17712 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0729 00:47:28.618912   17712 kubeadm.go:310] 
	I0729 00:47:28.618951   17712 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0729 00:47:28.618960   17712 kubeadm.go:310] 
	I0729 00:47:28.619012   17712 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0729 00:47:28.619085   17712 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0729 00:47:28.619152   17712 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0729 00:47:28.619164   17712 kubeadm.go:310] 
	I0729 00:47:28.619262   17712 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0729 00:47:28.619360   17712 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0729 00:47:28.619371   17712 kubeadm.go:310] 
	I0729 00:47:28.619487   17712 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token drr24u.of61vfckzxrmddz0 \
	I0729 00:47:28.619630   17712 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:3c725e6a137b7f06287669a9b9875e1593d86005002dbfe81379f3822b8428a7 \
	I0729 00:47:28.619666   17712 kubeadm.go:310] 	--control-plane 
	I0729 00:47:28.619674   17712 kubeadm.go:310] 
	I0729 00:47:28.619769   17712 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0729 00:47:28.619777   17712 kubeadm.go:310] 
	I0729 00:47:28.619851   17712 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token drr24u.of61vfckzxrmddz0 \
	I0729 00:47:28.619983   17712 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:3c725e6a137b7f06287669a9b9875e1593d86005002dbfe81379f3822b8428a7 
	I0729 00:47:28.620001   17712 cni.go:84] Creating CNI manager for ""
	I0729 00:47:28.620015   17712 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0729 00:47:28.621907   17712 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0729 00:47:28.623545   17712 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0729 00:47:28.627279   17712 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.3/kubectl ...
	I0729 00:47:28.627298   17712 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
	I0729 00:47:28.644262   17712 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 00:47:28.839229   17712 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0729 00:47:28.839304   17712 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 00:47:28.839309   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-703043 minikube.k8s.io/updated_at=2024_07_29T00_47_28_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=608d90af2517e2ec0044e62b20376f40276621a1 minikube.k8s.io/name=addons-703043 minikube.k8s.io/primary=true
	I0729 00:47:28.847749   17712 ops.go:34] apiserver oom_adj: -16
	I0729 00:47:29.027340   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:29.528274   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:30.028030   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:30.527358   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:31.027407   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:31.528203   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:32.027531   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:32.528136   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:33.027485   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:33.527521   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:34.027417   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:34.528198   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:35.028140   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:35.527624   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:36.027852   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:36.527460   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:37.027444   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:37.528399   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:38.027598   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:38.527847   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:39.027980   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:39.528177   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:40.028067   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:40.528365   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:41.027403   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:41.528033   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:42.027689   17712 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0729 00:47:42.241891   17712 kubeadm.go:1113] duration metric: took 13.402658389s to wait for elevateKubeSystemPrivileges
	I0729 00:47:42.241931   17712 kubeadm.go:394] duration metric: took 23.475441361s to StartCluster
	I0729 00:47:42.241952   17712 settings.go:142] acquiring lock: {Name:mkd1ec40ff2a5624a4650469ba3daa8fdb1b5ae9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:42.242100   17712 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19312-9224/kubeconfig
	I0729 00:47:42.242440   17712 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/kubeconfig: {Name:mk9b696bfa7c38ba29d4a9076e55292d4a49def7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:47:42.242605   17712 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 00:47:42.242615   17712 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 00:47:42.242682   17712 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 00:47:42.242788   17712 addons.go:69] Setting yakd=true in profile "addons-703043"
	I0729 00:47:42.242819   17712 addons.go:234] Setting addon yakd=true in "addons-703043"
	I0729 00:47:42.242821   17712 config.go:182] Loaded profile config "addons-703043": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 00:47:42.242841   17712 addons.go:69] Setting inspektor-gadget=true in profile "addons-703043"
	I0729 00:47:42.242860   17712 addons.go:69] Setting metrics-server=true in profile "addons-703043"
	I0729 00:47:42.242860   17712 addons.go:69] Setting gcp-auth=true in profile "addons-703043"
	I0729 00:47:42.242874   17712 addons.go:69] Setting ingress=true in profile "addons-703043"
	I0729 00:47:42.242879   17712 mustload.go:65] Loading cluster: addons-703043
	I0729 00:47:42.242883   17712 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-703043"
	I0729 00:47:42.242886   17712 addons.go:69] Setting helm-tiller=true in profile "addons-703043"
	I0729 00:47:42.242881   17712 addons.go:69] Setting ingress-dns=true in profile "addons-703043"
	I0729 00:47:42.242899   17712 addons.go:234] Setting addon ingress=true in "addons-703043"
	I0729 00:47:42.242900   17712 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-703043"
	I0729 00:47:42.242904   17712 addons.go:234] Setting addon helm-tiller=true in "addons-703043"
	I0729 00:47:42.242914   17712 addons.go:234] Setting addon ingress-dns=true in "addons-703043"
	I0729 00:47:42.242921   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.242927   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.242931   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.242950   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.242999   17712 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-703043"
	I0729 00:47:42.243027   17712 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-703043"
	I0729 00:47:42.243061   17712 config.go:182] Loaded profile config "addons-703043": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 00:47:42.243267   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.243297   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.243405   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.243407   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.243416   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.243428   17712 addons.go:69] Setting volcano=true in profile "addons-703043"
	I0729 00:47:42.243442   17712 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-703043"
	I0729 00:47:42.243448   17712 addons.go:234] Setting addon volcano=true in "addons-703043"
	I0729 00:47:42.243470   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.243493   17712 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-703043"
	I0729 00:47:42.243520   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.243856   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.243923   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.244079   17712 addons.go:69] Setting volumesnapshots=true in profile "addons-703043"
	I0729 00:47:42.244121   17712 addons.go:234] Setting addon volumesnapshots=true in "addons-703043"
	I0729 00:47:42.244151   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.244579   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.245135   17712 addons.go:69] Setting cloud-spanner=true in profile "addons-703043"
	I0729 00:47:42.245182   17712 addons.go:234] Setting addon cloud-spanner=true in "addons-703043"
	I0729 00:47:42.245219   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.245767   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.246477   17712 out.go:177] * Verifying Kubernetes components...
	I0729 00:47:42.242875   17712 addons.go:234] Setting addon inspektor-gadget=true in "addons-703043"
	I0729 00:47:42.247060   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.247271   17712 addons.go:69] Setting registry=true in profile "addons-703043"
	I0729 00:47:42.247298   17712 addons.go:234] Setting addon registry=true in "addons-703043"
	I0729 00:47:42.247369   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.247518   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.247776   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.243416   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.242876   17712 addons.go:234] Setting addon metrics-server=true in "addons-703043"
	I0729 00:47:42.248923   17712 addons.go:69] Setting default-storageclass=true in profile "addons-703043"
	I0729 00:47:42.248968   17712 addons.go:69] Setting storage-provisioner=true in profile "addons-703043"
	I0729 00:47:42.248995   17712 addons.go:234] Setting addon storage-provisioner=true in "addons-703043"
	I0729 00:47:42.249042   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.248846   17712 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0729 00:47:42.248997   17712 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-703043"
	I0729 00:47:42.242852   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.249427   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.248930   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.249797   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.251050   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.282202   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.291972   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.293156   17712 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0729 00:47:42.294798   17712 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0729 00:47:42.294815   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0729 00:47:42.294865   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	W0729 00:47:42.297224   17712 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0729 00:47:42.297970   17712 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.1
	I0729 00:47:42.298066   17712 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0729 00:47:42.298101   17712 out.go:177]   - Using image ghcr.io/helm/tiller:v2.17.0
	I0729 00:47:42.299859   17712 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
	I0729 00:47:42.300629   17712 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0729 00:47:42.301368   17712 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-703043"
	I0729 00:47:42.301414   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.301578   17712 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0729 00:47:42.301599   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0729 00:47:42.301656   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.301977   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.302275   17712 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0729 00:47:42.302277   17712 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0729 00:47:42.302294   17712 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0729 00:47:42.302294   17712 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0729 00:47:42.302544   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.300835   17712 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
	I0729 00:47:42.302926   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2422 bytes)
	I0729 00:47:42.302972   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.303775   17712 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.0
	I0729 00:47:42.303792   17712 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0729 00:47:42.304213   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0729 00:47:42.304259   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.304660   17712 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0729 00:47:42.304692   17712 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0729 00:47:42.305860   17712 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0729 00:47:42.305877   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0729 00:47:42.305916   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.308628   17712 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0729 00:47:42.308674   17712 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0729 00:47:42.310495   17712 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0729 00:47:42.310619   17712 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0729 00:47:42.310633   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0729 00:47:42.310711   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.317487   17712 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0729 00:47:42.320840   17712 out.go:177]   - Using image docker.io/registry:2.8.3
	I0729 00:47:42.323427   17712 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0729 00:47:42.325379   17712 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0729 00:47:42.326929   17712 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0729 00:47:42.326939   17712 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0729 00:47:42.326965   17712 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0729 00:47:42.326929   17712 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0729 00:47:42.327030   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.327475   17712 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
	I0729 00:47:42.329106   17712 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0729 00:47:42.329118   17712 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0729 00:47:42.329131   17712 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0729 00:47:42.329135   17712 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0729 00:47:42.329180   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.329181   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.329441   17712 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0729 00:47:42.329452   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0729 00:47:42.329556   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.339713   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.353392   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.357564   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.367065   17712 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0729 00:47:42.369258   17712 out.go:177]   - Using image docker.io/busybox:stable
	I0729 00:47:42.373574   17712 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0729 00:47:42.373603   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0729 00:47:42.373662   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.374153   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.379925   17712 addons.go:234] Setting addon default-storageclass=true in "addons-703043"
	I0729 00:47:42.379969   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:42.380329   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:42.387155   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.388631   17712 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
	I0729 00:47:42.390599   17712 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0729 00:47:42.390627   17712 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0729 00:47:42.390675   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.393077   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.393652   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.393664   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.400284   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.401290   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.404115   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.407154   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.407329   17712 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0729 00:47:42.407350   17712 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0729 00:47:42.407392   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:42.419066   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	W0729 00:47:42.432430   17712 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0729 00:47:42.432471   17712 retry.go:31] will retry after 211.651839ms: ssh: handshake failed: EOF
	I0729 00:47:42.447795   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:42.622460   17712 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 00:47:42.729170   17712 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0729 00:47:42.732137   17712 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 00:47:42.815040   17712 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 00:47:42.833042   17712 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
	I0729 00:47:42.833075   17712 ssh_runner.go:362] scp helm-tiller/helm-tiller-rbac.yaml --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
	I0729 00:47:42.922189   17712 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 00:47:42.925803   17712 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0729 00:47:42.925846   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0729 00:47:42.933890   17712 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 00:47:43.014002   17712 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0729 00:47:43.014036   17712 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0729 00:47:43.018278   17712 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 00:47:43.111908   17712 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0729 00:47:43.112013   17712 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0729 00:47:43.124599   17712 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0729 00:47:43.124678   17712 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0729 00:47:43.128344   17712 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 00:47:43.129753   17712 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
	I0729 00:47:43.129813   17712 ssh_runner.go:362] scp helm-tiller/helm-tiller-svc.yaml --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
	I0729 00:47:43.210009   17712 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0729 00:47:43.210112   17712 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0729 00:47:43.232012   17712 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0729 00:47:43.232037   17712 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0729 00:47:43.235342   17712 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 00:47:43.310122   17712 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0729 00:47:43.310261   17712 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0729 00:47:43.323324   17712 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0729 00:47:43.323430   17712 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0729 00:47:43.329523   17712 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0729 00:47:43.329599   17712 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0729 00:47:43.411029   17712 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0729 00:47:43.411053   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0729 00:47:43.414400   17712 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 00:47:43.416181   17712 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0729 00:47:43.416257   17712 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0729 00:47:43.611361   17712 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0729 00:47:43.611393   17712 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 00:47:43.612361   17712 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0729 00:47:43.612424   17712 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0729 00:47:43.624803   17712 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 00:47:43.714956   17712 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0729 00:47:43.715039   17712 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0729 00:47:43.724628   17712 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 00:47:43.733170   17712 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0729 00:47:43.733249   17712 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0729 00:47:43.822221   17712 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0729 00:47:43.822309   17712 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0729 00:47:43.917817   17712 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.295313279s)
	I0729 00:47:43.917992   17712 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0729 00:47:43.917942   17712 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.18867963s)
	I0729 00:47:43.920128   17712 node_ready.go:35] waiting up to 6m0s for node "addons-703043" to be "Ready" ...
	I0729 00:47:44.012336   17712 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0729 00:47:44.012431   17712 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0729 00:47:44.111114   17712 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0729 00:47:44.111147   17712 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0729 00:47:44.124832   17712 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0729 00:47:44.124907   17712 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0729 00:47:44.330516   17712 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0729 00:47:44.330616   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0729 00:47:44.417723   17712 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0729 00:47:44.417818   17712 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0729 00:47:44.518441   17712 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0729 00:47:44.518537   17712 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0729 00:47:44.526244   17712 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0729 00:47:44.526330   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0729 00:47:44.625529   17712 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-703043" context rescaled to 1 replicas
	I0729 00:47:44.722796   17712 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 00:47:44.726326   17712 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 00:47:44.732821   17712 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0729 00:47:44.732930   17712 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0729 00:47:44.819166   17712 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0729 00:47:44.819194   17712 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0729 00:47:44.926118   17712 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0729 00:47:44.926205   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0729 00:47:45.111125   17712 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0729 00:47:45.111230   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0729 00:47:45.211197   17712 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0729 00:47:45.211293   17712 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0729 00:47:45.228252   17712 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 00:47:45.415322   17712 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0729 00:47:45.415383   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0729 00:47:45.712787   17712 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0729 00:47:45.712866   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0729 00:47:45.818316   17712 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0729 00:47:45.818412   17712 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0729 00:47:46.011149   17712 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 00:47:46.019790   17712 node_ready.go:53] node "addons-703043" has status "Ready":"False"
	I0729 00:47:46.920988   17712 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: (4.18881027s)
	I0729 00:47:46.921145   17712 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: (4.106066456s)
	I0729 00:47:46.921223   17712 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: (3.998946483s)
	I0729 00:47:48.424782   17712 node_ready.go:53] node "addons-703043" has status "Ready":"False"
	I0729 00:47:48.917767   17712 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.983787887s)
	I0729 00:47:48.917808   17712 addons.go:475] Verifying addon ingress=true in "addons-703043"
	I0729 00:47:48.917930   17712 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.789495039s)
	I0729 00:47:48.918017   17712 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: (5.682641902s)
	I0729 00:47:48.918189   17712 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.50375788s)
	I0729 00:47:48.918222   17712 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: (5.293337946s)
	I0729 00:47:48.918240   17712 addons.go:475] Verifying addon registry=true in "addons-703043"
	I0729 00:47:48.918323   17712 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: (5.193600779s)
	I0729 00:47:48.918342   17712 addons.go:475] Verifying addon metrics-server=true in "addons-703043"
	I0729 00:47:48.918349   17712 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: (5.89956196s)
	I0729 00:47:48.918392   17712 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.19550479s)
	I0729 00:47:48.920209   17712 out.go:177] * Verifying registry addon...
	I0729 00:47:48.920231   17712 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-703043 service yakd-dashboard -n yakd-dashboard
	
	I0729 00:47:48.920429   17712 out.go:177] * Verifying ingress addon...
	I0729 00:47:48.922864   17712 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0729 00:47:48.923026   17712 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0729 00:47:48.929306   17712 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0729 00:47:48.929332   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:48.929976   17712 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0729 00:47:48.929994   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	W0729 00:47:48.930589   17712 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 00:47:49.429357   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:49.429500   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:49.517048   17712 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0729 00:47:49.517144   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:49.545434   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:49.721324   17712 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.994909503s)
	W0729 00:47:49.721452   17712 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 00:47:49.721499   17712 retry.go:31] will retry after 322.941532ms: 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 00:47:49.721508   17712 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: (4.49316224s)
	I0729 00:47:49.829914   17712 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0729 00:47:49.849540   17712 addons.go:234] Setting addon gcp-auth=true in "addons-703043"
	I0729 00:47:49.849607   17712 host.go:66] Checking if "addons-703043" exists ...
	I0729 00:47:49.850082   17712 cli_runner.go:164] Run: docker container inspect addons-703043 --format={{.State.Status}}
	I0729 00:47:49.868661   17712 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0729 00:47:49.868707   17712 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-703043
	I0729 00:47:49.885073   17712 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/addons-703043/id_rsa Username:docker}
	I0729 00:47:49.927494   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:49.928300   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:50.044623   17712 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 00:47:50.217342   17712 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: (4.206131596s)
	I0729 00:47:50.217389   17712 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-703043"
	I0729 00:47:50.219995   17712 out.go:177] * Verifying csi-hostpath-driver addon...
	I0729 00:47:50.219995   17712 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0729 00:47:50.221893   17712 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0729 00:47:50.222587   17712 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0729 00:47:50.223974   17712 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0729 00:47:50.223996   17712 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0729 00:47:50.231369   17712 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0729 00:47:50.231389   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:50.242705   17712 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0729 00:47:50.242724   17712 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0729 00:47:50.259925   17712 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0729 00:47:50.259945   17712 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0729 00:47:50.320988   17712 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 00:47:50.426682   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:50.427038   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:50.728323   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:50.923845   17712 node_ready.go:53] node "addons-703043" has status "Ready":"False"
	I0729 00:47:50.925948   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:50.926303   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:51.226392   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:51.426933   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:51.426934   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:51.726571   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:51.928837   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:51.930095   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:52.227574   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:52.426352   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:52.426450   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:52.726690   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:52.926358   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:52.926530   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:52.949866   17712 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.905194779s)
	I0729 00:47:52.949933   17712 ssh_runner.go:235] Completed: 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: (2.628914626s)
	I0729 00:47:52.950892   17712 addons.go:475] Verifying addon gcp-auth=true in "addons-703043"
	I0729 00:47:52.954278   17712 out.go:177] * Verifying gcp-auth addon...
	I0729 00:47:52.956418   17712 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0729 00:47:52.959332   17712 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0729 00:47:52.959354   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:53.226936   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:53.423361   17712 node_ready.go:53] node "addons-703043" has status "Ready":"False"
	I0729 00:47:53.425887   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:53.425985   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:53.460075   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:53.726668   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:53.926621   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:53.927005   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:53.960029   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:54.226868   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:54.426009   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:54.426206   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:54.459756   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:54.726297   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:54.926222   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:54.926416   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:54.960205   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:55.226593   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:55.425931   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:55.426483   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:55.459914   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:55.726387   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:55.922660   17712 node_ready.go:53] node "addons-703043" has status "Ready":"False"
	I0729 00:47:55.927870   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:55.928122   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:55.959147   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:56.226475   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:56.437268   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:56.437737   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:56.459432   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:56.727029   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:56.925992   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:56.926119   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:56.959858   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:57.226711   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:57.425823   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:57.426906   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:57.459414   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:57.726965   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:57.923462   17712 node_ready.go:53] node "addons-703043" has status "Ready":"False"
	I0729 00:47:57.925984   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:57.926695   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:57.959508   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:58.226985   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:58.425748   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:58.426202   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:58.459582   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:58.726188   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:58.926269   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:58.926468   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:58.959794   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:59.226178   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:59.426186   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:59.426510   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:59.459873   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:47:59.726277   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:47:59.926653   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:47:59.926685   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:47:59.959508   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:00.227166   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:00.423400   17712 node_ready.go:53] node "addons-703043" has status "Ready":"False"
	I0729 00:48:00.426006   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:00.426167   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:00.459598   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:00.727614   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:00.928349   17712 node_ready.go:49] node "addons-703043" has status "Ready":"True"
	I0729 00:48:00.928382   17712 node_ready.go:38] duration metric: took 17.00817184s for node "addons-703043" to be "Ready" ...
	I0729 00:48:00.928395   17712 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 00:48:00.935477   17712 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0729 00:48:00.935503   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:00.937593   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:00.942174   17712 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-stfg9" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:01.015623   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:01.233805   17712 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0729 00:48:01.233898   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:01.429640   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:01.432423   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:01.459994   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:01.730151   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:01.928016   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:01.928133   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:01.959339   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:02.229648   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:02.428195   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:02.428546   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:02.448491   17712 pod_ready.go:92] pod "coredns-7db6d8ff4d-stfg9" in "kube-system" namespace has status "Ready":"True"
	I0729 00:48:02.448516   17712 pod_ready.go:81] duration metric: took 1.506319379s for pod "coredns-7db6d8ff4d-stfg9" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.448538   17712 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-703043" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.454877   17712 pod_ready.go:92] pod "etcd-addons-703043" in "kube-system" namespace has status "Ready":"True"
	I0729 00:48:02.454898   17712 pod_ready.go:81] duration metric: took 6.352889ms for pod "etcd-addons-703043" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.454911   17712 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-703043" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.511515   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:02.511598   17712 pod_ready.go:92] pod "kube-apiserver-addons-703043" in "kube-system" namespace has status "Ready":"True"
	I0729 00:48:02.511621   17712 pod_ready.go:81] duration metric: took 56.702365ms for pod "kube-apiserver-addons-703043" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.511638   17712 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-703043" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.516496   17712 pod_ready.go:92] pod "kube-controller-manager-addons-703043" in "kube-system" namespace has status "Ready":"True"
	I0729 00:48:02.516519   17712 pod_ready.go:81] duration metric: took 4.869493ms for pod "kube-controller-manager-addons-703043" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.516537   17712 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-827fw" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.523105   17712 pod_ready.go:92] pod "kube-proxy-827fw" in "kube-system" namespace has status "Ready":"True"
	I0729 00:48:02.523129   17712 pod_ready.go:81] duration metric: took 6.58531ms for pod "kube-proxy-827fw" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.523141   17712 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-703043" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.728527   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:02.924182   17712 pod_ready.go:92] pod "kube-scheduler-addons-703043" in "kube-system" namespace has status "Ready":"True"
	I0729 00:48:02.924208   17712 pod_ready.go:81] duration metric: took 401.060171ms for pod "kube-scheduler-addons-703043" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.924227   17712 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace to be "Ready" ...
	I0729 00:48:02.927070   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:02.927413   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:02.960265   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:03.229448   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:03.427517   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:03.427574   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:03.460181   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:03.728110   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:03.927293   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:03.927310   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:04.012494   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:04.228359   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:04.428427   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:04.428528   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:04.460292   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:04.727895   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:04.927311   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:04.927414   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:04.929513   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:04.960029   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:05.227341   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:05.427949   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:05.428324   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:05.460353   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:05.727818   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:05.926882   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:05.927112   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:05.960139   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:06.227667   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:06.426945   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:06.427051   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:06.459875   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:06.728890   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:06.928202   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:06.930470   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:06.931767   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:07.011855   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:07.229139   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:07.427377   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:07.428602   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:07.513406   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:07.730804   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:07.932100   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:07.933514   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:08.013922   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:08.230064   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:08.428635   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:08.428642   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:08.512504   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:08.728516   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:08.928043   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:08.928084   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:08.960046   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:09.228485   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:09.428957   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:09.429596   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:09.431895   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:09.512960   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:09.727991   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:09.927406   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:09.928601   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:10.012604   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:10.228891   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:10.427299   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:10.427960   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:10.459879   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:10.728090   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:10.927577   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:10.927743   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:10.960125   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:11.228916   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:11.429896   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:11.429970   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:11.460153   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:11.727934   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:11.927801   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:11.928031   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:11.929858   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:11.959479   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:12.227862   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:12.427306   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:12.427993   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:12.459817   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:12.727251   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:12.927560   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:12.927679   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:12.959705   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:13.227791   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:13.428276   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:13.428312   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:13.460387   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:13.728550   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:13.927847   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:13.928432   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:13.959813   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:14.227180   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:14.428122   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:14.429088   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:14.429761   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:14.460426   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:14.728671   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:14.927035   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:14.927313   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:14.960484   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:15.228809   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:15.428267   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:15.428345   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:15.460219   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:15.728335   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:15.927526   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:15.928868   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:15.959647   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:16.229110   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:16.427971   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:16.428094   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:16.460461   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:16.729124   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:16.927491   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:16.927928   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:16.928631   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:16.960416   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:17.228113   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:17.427665   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:17.427972   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:17.460316   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:17.728440   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:17.927582   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:17.927798   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:17.960309   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:18.227794   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:18.427778   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:18.428460   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:18.460286   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:18.729800   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:18.927553   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:18.927792   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:18.931379   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:18.959817   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:19.227646   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:19.428815   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:19.429903   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:19.512666   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:19.728047   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:19.927907   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:19.928093   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:19.959641   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:20.228757   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:20.428529   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:20.428612   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:20.460429   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:20.729929   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:20.927701   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:20.927913   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:20.959926   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:21.228652   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:21.428196   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:21.428350   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:21.430259   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:21.460726   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:21.729138   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:21.930020   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:21.930447   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:21.959841   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:22.229617   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:22.428359   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:22.428371   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:22.460286   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:22.728429   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:22.927135   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:22.927214   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:22.960298   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:23.232057   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:23.428774   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:23.428979   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:23.459577   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:23.728364   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:23.928137   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:23.928293   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:23.929380   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:23.979184   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:24.266324   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:24.427577   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:24.427783   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:24.459902   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:24.727294   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:24.927736   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:24.927859   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:24.959910   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:25.227523   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:25.431106   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:25.431446   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:25.512627   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:25.728399   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:25.927151   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0729 00:48:25.927329   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:25.960067   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:26.227069   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:26.428303   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:26.428337   17712 kapi.go:107] duration metric: took 37.505310075s to wait for kubernetes.io/minikube-addons=registry ...
	I0729 00:48:26.429570   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:26.514765   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:26.728654   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:26.927667   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:27.012001   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:27.228296   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:27.427728   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:27.460757   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:27.727262   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:27.927463   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:27.960233   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:28.227809   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:28.427155   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:28.429788   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:28.459592   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:28.728352   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:28.927575   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:28.960318   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:29.227589   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:29.427594   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:29.460307   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:29.728734   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:29.928088   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:30.013218   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:30.228549   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:30.427494   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:30.429850   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:30.459671   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:30.728496   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:30.927786   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:30.959770   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:31.226937   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:31.427209   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:31.459566   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:31.728018   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:31.927250   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:31.959695   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:32.227654   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:32.428235   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:32.432701   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:32.511266   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:32.728842   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:32.927648   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:32.960386   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:33.229044   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:33.427204   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:33.460665   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:33.730461   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:33.927762   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:33.960164   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:34.228000   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:34.426960   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:34.460315   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:34.728206   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:34.927227   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:34.929121   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:34.959657   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:35.230953   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:35.426573   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:35.460439   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:35.730170   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:35.927284   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:36.011528   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:36.228680   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:36.428339   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:36.460053   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:36.727614   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:36.927171   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:36.930057   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:36.959958   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:37.227641   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:37.426852   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:37.459422   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:37.728243   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:37.927381   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:37.959931   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:38.228031   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:38.426888   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:38.459252   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:38.728372   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:38.927544   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:38.960086   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:39.227419   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:39.427337   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:39.429405   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:39.460123   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:39.728026   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:39.927583   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:39.959889   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:40.227801   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:40.426287   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:40.459483   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:40.727966   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:40.927536   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:40.960711   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:41.227617   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:41.431120   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:41.442077   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:41.518871   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:41.729093   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:41.927188   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:41.959858   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:42.229051   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:42.428070   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:42.459472   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:42.728703   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:42.927866   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:43.011944   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:43.228025   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:43.427253   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:43.459366   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:43.728009   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:43.927475   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:43.929126   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:43.960342   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:44.228258   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:44.427024   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:44.459247   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:44.728360   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:44.927873   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:44.964812   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:45.227717   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:45.426748   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:45.459907   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:45.727694   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:45.928265   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:45.934239   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:45.959745   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:46.229014   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:46.427760   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:46.460237   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:46.728285   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:46.927493   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:46.960840   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:47.228298   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0729 00:48:47.427266   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:47.459663   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:47.727271   17712 kapi.go:107] duration metric: took 57.5046846s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0729 00:48:47.927223   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:47.959660   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:48.427172   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:48.431339   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:48.459988   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:48.928013   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:48.960244   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:49.427066   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:49.460019   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:49.927525   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:49.959712   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:50.427540   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:50.460072   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:50.927079   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:50.929041   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:50.959871   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:51.527336   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:51.527685   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:51.926881   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:51.960183   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:52.427241   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:52.460177   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:52.926703   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:52.960095   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:53.426781   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:53.429997   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:53.459694   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:53.927450   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:53.959946   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:54.426869   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:54.459942   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:54.927860   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:54.959802   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:55.426676   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:55.460182   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:55.926553   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:55.928342   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:55.959992   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:56.426624   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:56.461842   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:56.926728   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:56.960098   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:57.433497   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:57.459446   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:57.927520   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:57.929688   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:48:57.960211   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:58.427353   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:58.459383   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:58.927542   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:58.959749   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:59.426492   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:59.459766   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:48:59.927262   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:48:59.959696   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:00.427795   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:00.430093   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:00.459946   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:00.927873   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:00.960070   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:01.427177   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:01.459711   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:01.927573   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:01.960200   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:02.427423   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:02.523133   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:02.926704   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:02.928794   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:02.959486   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:03.427413   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:03.459909   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:03.926630   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:03.959388   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:04.427557   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:04.460120   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:04.927108   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:04.928829   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:04.959170   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:05.427158   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:05.459726   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:05.928095   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:05.959962   17712 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0729 00:49:06.426794   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:06.462663   17712 kapi.go:107] duration metric: took 1m13.506241132s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0729 00:49:06.464485   17712 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-703043 cluster.
	I0729 00:49:06.465755   17712 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 00:49:06.467117   17712 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0729 00:49:06.928709   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:06.932204   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:07.429055   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:07.930360   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:08.428207   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:08.928909   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:09.428083   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:09.431462   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:09.926979   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:10.428149   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:10.927773   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:11.428007   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:11.926428   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:11.929233   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:12.427619   17712 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0729 00:49:12.926868   17712 kapi.go:107] duration metric: took 1m24.00400167s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0729 00:49:12.929033   17712 out.go:177] * Enabled addons: storage-provisioner, ingress-dns, cloud-spanner, helm-tiller, metrics-server, nvidia-device-plugin, yakd, default-storageclass, inspektor-gadget, volumesnapshots, registry, csi-hostpath-driver, gcp-auth, ingress
	I0729 00:49:12.930512   17712 addons.go:510] duration metric: took 1m30.687829824s for enable addons: enabled=[storage-provisioner ingress-dns cloud-spanner helm-tiller metrics-server nvidia-device-plugin yakd default-storageclass inspektor-gadget volumesnapshots registry csi-hostpath-driver gcp-auth ingress]
	I0729 00:49:13.929579   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:15.930411   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:18.430408   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:20.929969   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:23.430044   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:25.929967   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:27.930333   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:30.429578   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:32.429754   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:34.930198   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:37.429645   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:39.430551   17712 pod_ready.go:102] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"False"
	I0729 00:49:41.930018   17712 pod_ready.go:92] pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace has status "Ready":"True"
	I0729 00:49:41.930042   17712 pod_ready.go:81] duration metric: took 1m39.00580757s for pod "metrics-server-c59844bb4-gchlz" in "kube-system" namespace to be "Ready" ...
	I0729 00:49:41.930053   17712 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-xwhxn" in "kube-system" namespace to be "Ready" ...
	I0729 00:49:41.934389   17712 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-xwhxn" in "kube-system" namespace has status "Ready":"True"
	I0729 00:49:41.934412   17712 pod_ready.go:81] duration metric: took 4.3396ms for pod "nvidia-device-plugin-daemonset-xwhxn" in "kube-system" namespace to be "Ready" ...
	I0729 00:49:41.934430   17712 pod_ready.go:38] duration metric: took 1m41.006008924s 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 00:49:41.934446   17712 api_server.go:52] waiting for apiserver process to appear ...
	I0729 00:49:41.934468   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0729 00:49:41.934513   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0729 00:49:41.967354   17712 cri.go:89] found id: "2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f"
	I0729 00:49:41.967376   17712 cri.go:89] found id: ""
	I0729 00:49:41.967384   17712 logs.go:276] 1 containers: [2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f]
	I0729 00:49:41.967432   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:41.970580   17712 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0729 00:49:41.970632   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0729 00:49:42.002773   17712 cri.go:89] found id: "73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78"
	I0729 00:49:42.002791   17712 cri.go:89] found id: ""
	I0729 00:49:42.002798   17712 logs.go:276] 1 containers: [73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78]
	I0729 00:49:42.002838   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:42.005985   17712 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0729 00:49:42.006040   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0729 00:49:42.038753   17712 cri.go:89] found id: "46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421"
	I0729 00:49:42.038776   17712 cri.go:89] found id: ""
	I0729 00:49:42.038785   17712 logs.go:276] 1 containers: [46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421]
	I0729 00:49:42.038837   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:42.042144   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0729 00:49:42.042195   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0729 00:49:42.074445   17712 cri.go:89] found id: "0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc"
	I0729 00:49:42.074470   17712 cri.go:89] found id: ""
	I0729 00:49:42.074480   17712 logs.go:276] 1 containers: [0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc]
	I0729 00:49:42.074536   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:42.077687   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0729 00:49:42.077751   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0729 00:49:42.110838   17712 cri.go:89] found id: "d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0"
	I0729 00:49:42.110928   17712 cri.go:89] found id: ""
	I0729 00:49:42.110953   17712 logs.go:276] 1 containers: [d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0]
	I0729 00:49:42.111004   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:42.114390   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0729 00:49:42.114461   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0729 00:49:42.147347   17712 cri.go:89] found id: "6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722"
	I0729 00:49:42.147367   17712 cri.go:89] found id: ""
	I0729 00:49:42.147374   17712 logs.go:276] 1 containers: [6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722]
	I0729 00:49:42.147421   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:42.150654   17712 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0729 00:49:42.150711   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0729 00:49:42.184063   17712 cri.go:89] found id: "e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775"
	I0729 00:49:42.184088   17712 cri.go:89] found id: ""
	I0729 00:49:42.184096   17712 logs.go:276] 1 containers: [e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775]
	I0729 00:49:42.184134   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:42.187346   17712 logs.go:123] Gathering logs for describe nodes ...
	I0729 00:49:42.187371   17712 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 00:49:42.289254   17712 logs.go:123] Gathering logs for etcd [73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78] ...
	I0729 00:49:42.289286   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78"
	I0729 00:49:42.337064   17712 logs.go:123] Gathering logs for coredns [46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421] ...
	I0729 00:49:42.337096   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421"
	I0729 00:49:42.381612   17712 logs.go:123] Gathering logs for kube-scheduler [0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc] ...
	I0729 00:49:42.381644   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc"
	I0729 00:49:42.421919   17712 logs.go:123] Gathering logs for kube-proxy [d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0] ...
	I0729 00:49:42.421957   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0"
	I0729 00:49:42.455448   17712 logs.go:123] Gathering logs for kube-controller-manager [6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722] ...
	I0729 00:49:42.455477   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722"
	I0729 00:49:42.511947   17712 logs.go:123] Gathering logs for kindnet [e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775] ...
	I0729 00:49:42.511981   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775"
	I0729 00:49:42.552372   17712 logs.go:123] Gathering logs for CRI-O ...
	I0729 00:49:42.552402   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0729 00:49:42.630240   17712 logs.go:123] Gathering logs for kubelet ...
	I0729 00:49:42.630275   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0729 00:49:42.706240   17712 logs.go:123] Gathering logs for dmesg ...
	I0729 00:49:42.706277   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0729 00:49:42.719163   17712 logs.go:123] Gathering logs for kube-apiserver [2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f] ...
	I0729 00:49:42.719201   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f"
	I0729 00:49:42.762177   17712 logs.go:123] Gathering logs for container status ...
	I0729 00:49:42.762212   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0729 00:49:45.303843   17712 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0729 00:49:45.318027   17712 api_server.go:72] duration metric: took 2m3.07538566s to wait for apiserver process to appear ...
	I0729 00:49:45.318059   17712 api_server.go:88] waiting for apiserver healthz status ...
	I0729 00:49:45.318096   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0729 00:49:45.318150   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0729 00:49:45.351152   17712 cri.go:89] found id: "2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f"
	I0729 00:49:45.351177   17712 cri.go:89] found id: ""
	I0729 00:49:45.351187   17712 logs.go:276] 1 containers: [2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f]
	I0729 00:49:45.351227   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:45.354535   17712 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0729 00:49:45.354595   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0729 00:49:45.387999   17712 cri.go:89] found id: "73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78"
	I0729 00:49:45.388020   17712 cri.go:89] found id: ""
	I0729 00:49:45.388029   17712 logs.go:276] 1 containers: [73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78]
	I0729 00:49:45.388077   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:45.391603   17712 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0729 00:49:45.391654   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0729 00:49:45.424743   17712 cri.go:89] found id: "46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421"
	I0729 00:49:45.424768   17712 cri.go:89] found id: ""
	I0729 00:49:45.424776   17712 logs.go:276] 1 containers: [46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421]
	I0729 00:49:45.424826   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:45.428139   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0729 00:49:45.428202   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0729 00:49:45.462317   17712 cri.go:89] found id: "0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc"
	I0729 00:49:45.462335   17712 cri.go:89] found id: ""
	I0729 00:49:45.462343   17712 logs.go:276] 1 containers: [0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc]
	I0729 00:49:45.462387   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:45.465649   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0729 00:49:45.465702   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0729 00:49:45.498800   17712 cri.go:89] found id: "d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0"
	I0729 00:49:45.498824   17712 cri.go:89] found id: ""
	I0729 00:49:45.498834   17712 logs.go:276] 1 containers: [d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0]
	I0729 00:49:45.498884   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:45.502123   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0729 00:49:45.502177   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0729 00:49:45.535469   17712 cri.go:89] found id: "6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722"
	I0729 00:49:45.535494   17712 cri.go:89] found id: ""
	I0729 00:49:45.535503   17712 logs.go:276] 1 containers: [6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722]
	I0729 00:49:45.535556   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:45.538693   17712 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0729 00:49:45.538760   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0729 00:49:45.571257   17712 cri.go:89] found id: "e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775"
	I0729 00:49:45.571282   17712 cri.go:89] found id: ""
	I0729 00:49:45.571290   17712 logs.go:276] 1 containers: [e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775]
	I0729 00:49:45.571333   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:45.574523   17712 logs.go:123] Gathering logs for coredns [46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421] ...
	I0729 00:49:45.574548   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421"
	I0729 00:49:45.616500   17712 logs.go:123] Gathering logs for kube-scheduler [0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc] ...
	I0729 00:49:45.616533   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc"
	I0729 00:49:45.655432   17712 logs.go:123] Gathering logs for container status ...
	I0729 00:49:45.655461   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0729 00:49:45.695049   17712 logs.go:123] Gathering logs for kindnet [e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775] ...
	I0729 00:49:45.695077   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775"
	I0729 00:49:45.733036   17712 logs.go:123] Gathering logs for kubelet ...
	I0729 00:49:45.733068   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0729 00:49:45.804953   17712 logs.go:123] Gathering logs for dmesg ...
	I0729 00:49:45.804986   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0729 00:49:45.817076   17712 logs.go:123] Gathering logs for describe nodes ...
	I0729 00:49:45.817104   17712 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 00:49:45.913192   17712 logs.go:123] Gathering logs for kube-apiserver [2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f] ...
	I0729 00:49:45.913219   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f"
	I0729 00:49:45.955905   17712 logs.go:123] Gathering logs for etcd [73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78] ...
	I0729 00:49:45.955936   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78"
	I0729 00:49:46.002746   17712 logs.go:123] Gathering logs for kube-proxy [d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0] ...
	I0729 00:49:46.002780   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0"
	I0729 00:49:46.035417   17712 logs.go:123] Gathering logs for kube-controller-manager [6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722] ...
	I0729 00:49:46.035444   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722"
	I0729 00:49:46.092718   17712 logs.go:123] Gathering logs for CRI-O ...
	I0729 00:49:46.092751   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0729 00:49:48.665052   17712 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0729 00:49:48.668664   17712 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0729 00:49:48.669508   17712 api_server.go:141] control plane version: v1.30.3
	I0729 00:49:48.669537   17712 api_server.go:131] duration metric: took 3.351470973s to wait for apiserver health ...
	I0729 00:49:48.669548   17712 system_pods.go:43] waiting for kube-system pods to appear ...
	I0729 00:49:48.669572   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0729 00:49:48.669618   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0729 00:49:48.703026   17712 cri.go:89] found id: "2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f"
	I0729 00:49:48.703046   17712 cri.go:89] found id: ""
	I0729 00:49:48.703053   17712 logs.go:276] 1 containers: [2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f]
	I0729 00:49:48.703095   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:48.706209   17712 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0729 00:49:48.706276   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0729 00:49:48.739210   17712 cri.go:89] found id: "73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78"
	I0729 00:49:48.739232   17712 cri.go:89] found id: ""
	I0729 00:49:48.739241   17712 logs.go:276] 1 containers: [73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78]
	I0729 00:49:48.739297   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:48.742654   17712 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0729 00:49:48.742721   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0729 00:49:48.777159   17712 cri.go:89] found id: "46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421"
	I0729 00:49:48.777177   17712 cri.go:89] found id: ""
	I0729 00:49:48.777183   17712 logs.go:276] 1 containers: [46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421]
	I0729 00:49:48.777225   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:48.780743   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0729 00:49:48.780813   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0729 00:49:48.813800   17712 cri.go:89] found id: "0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc"
	I0729 00:49:48.813825   17712 cri.go:89] found id: ""
	I0729 00:49:48.813836   17712 logs.go:276] 1 containers: [0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc]
	I0729 00:49:48.813885   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:48.817276   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0729 00:49:48.817348   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0729 00:49:48.850457   17712 cri.go:89] found id: "d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0"
	I0729 00:49:48.850478   17712 cri.go:89] found id: ""
	I0729 00:49:48.850486   17712 logs.go:276] 1 containers: [d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0]
	I0729 00:49:48.850527   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:48.853788   17712 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0729 00:49:48.853838   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0729 00:49:48.887049   17712 cri.go:89] found id: "6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722"
	I0729 00:49:48.887068   17712 cri.go:89] found id: ""
	I0729 00:49:48.887075   17712 logs.go:276] 1 containers: [6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722]
	I0729 00:49:48.887114   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:48.890347   17712 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0729 00:49:48.890403   17712 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0729 00:49:48.923027   17712 cri.go:89] found id: "e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775"
	I0729 00:49:48.923046   17712 cri.go:89] found id: ""
	I0729 00:49:48.923054   17712 logs.go:276] 1 containers: [e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775]
	I0729 00:49:48.923101   17712 ssh_runner.go:195] Run: which crictl
	I0729 00:49:48.926352   17712 logs.go:123] Gathering logs for etcd [73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78] ...
	I0729 00:49:48.926373   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78"
	I0729 00:49:48.969741   17712 logs.go:123] Gathering logs for coredns [46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421] ...
	I0729 00:49:48.969776   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421"
	I0729 00:49:49.011662   17712 logs.go:123] Gathering logs for kube-proxy [d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0] ...
	I0729 00:49:49.011694   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0"
	I0729 00:49:49.044476   17712 logs.go:123] Gathering logs for kindnet [e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775] ...
	I0729 00:49:49.044503   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775"
	I0729 00:49:49.083085   17712 logs.go:123] Gathering logs for container status ...
	I0729 00:49:49.083117   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0729 00:49:49.123951   17712 logs.go:123] Gathering logs for kubelet ...
	I0729 00:49:49.123982   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0729 00:49:49.198828   17712 logs.go:123] Gathering logs for describe nodes ...
	I0729 00:49:49.198865   17712 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 00:49:49.293842   17712 logs.go:123] Gathering logs for kube-apiserver [2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f] ...
	I0729 00:49:49.293871   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f"
	I0729 00:49:49.336190   17712 logs.go:123] Gathering logs for CRI-O ...
	I0729 00:49:49.336226   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0729 00:49:49.409345   17712 logs.go:123] Gathering logs for dmesg ...
	I0729 00:49:49.409380   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0729 00:49:49.421863   17712 logs.go:123] Gathering logs for kube-scheduler [0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc] ...
	I0729 00:49:49.421896   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc"
	I0729 00:49:49.459092   17712 logs.go:123] Gathering logs for kube-controller-manager [6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722] ...
	I0729 00:49:49.459119   17712 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722"
	I0729 00:49:52.026957   17712 system_pods.go:59] 19 kube-system pods found
	I0729 00:49:52.026991   17712 system_pods.go:61] "coredns-7db6d8ff4d-stfg9" [a351a820-0dd4-417c-acde-b2cfd41a94aa] Running
	I0729 00:49:52.026996   17712 system_pods.go:61] "csi-hostpath-attacher-0" [fb83fe2e-737c-4b36-b3ff-ff4f3c5df00c] Running
	I0729 00:49:52.027000   17712 system_pods.go:61] "csi-hostpath-resizer-0" [579cfafb-92db-493b-b0a1-7aedb4ef51cd] Running
	I0729 00:49:52.027009   17712 system_pods.go:61] "csi-hostpathplugin-bwr52" [bf28bcf5-0cb4-4ded-b61c-7c3f7fe538a7] Running
	I0729 00:49:52.027013   17712 system_pods.go:61] "etcd-addons-703043" [1ab071eb-6ee3-4813-bc14-fb3cbdbeb0ae] Running
	I0729 00:49:52.027017   17712 system_pods.go:61] "kindnet-v2hfc" [7ebd42cb-b99d-455b-88b7-16e85fa04b43] Running
	I0729 00:49:52.027020   17712 system_pods.go:61] "kube-apiserver-addons-703043" [e7ad3dad-3af9-4b4a-a2a0-c4e2a1bebe26] Running
	I0729 00:49:52.027023   17712 system_pods.go:61] "kube-controller-manager-addons-703043" [3a03e1c6-76fe-4034-b0cb-d1e4518d90d2] Running
	I0729 00:49:52.027026   17712 system_pods.go:61] "kube-ingress-dns-minikube" [69f1cb53-177c-49a4-a928-614c9fce7425] Running
	I0729 00:49:52.027028   17712 system_pods.go:61] "kube-proxy-827fw" [05686880-d92d-4098-a3c2-187083b94f57] Running
	I0729 00:49:52.027031   17712 system_pods.go:61] "kube-scheduler-addons-703043" [c0adcf6d-8839-40c8-a49d-220c6dc52311] Running
	I0729 00:49:52.027034   17712 system_pods.go:61] "metrics-server-c59844bb4-gchlz" [ed397df2-9f1b-46cc-ad2c-0791aafb6314] Running
	I0729 00:49:52.027037   17712 system_pods.go:61] "nvidia-device-plugin-daemonset-xwhxn" [169cd722-d241-4d21-81c4-2230bca5a2ab] Running
	I0729 00:49:52.027040   17712 system_pods.go:61] "registry-656c9c8d9c-6c7sm" [e895d751-4883-4a10-9c8f-e9a780bda807] Running
	I0729 00:49:52.027043   17712 system_pods.go:61] "registry-proxy-2nbmr" [e61f95c6-4dd9-459f-8356-23f1f1892ac4] Running
	I0729 00:49:52.027046   17712 system_pods.go:61] "snapshot-controller-745499f584-l4p2h" [a3fa09ef-eee5-4e13-92ca-5b171135723d] Running
	I0729 00:49:52.027049   17712 system_pods.go:61] "snapshot-controller-745499f584-zj8zz" [eceaede0-97d4-4f88-ad37-0d3e4d062956] Running
	I0729 00:49:52.027052   17712 system_pods.go:61] "storage-provisioner" [c7ef03f9-ae64-4ae0-ab05-a41f0517f342] Running
	I0729 00:49:52.027055   17712 system_pods.go:61] "tiller-deploy-6677d64bcd-9st6r" [ee1d13cf-e5fc-428f-8204-d454dd5b5f45] Running
	I0729 00:49:52.027060   17712 system_pods.go:74] duration metric: took 3.357507747s to wait for pod list to return data ...
	I0729 00:49:52.027070   17712 default_sa.go:34] waiting for default service account to be created ...
	I0729 00:49:52.029121   17712 default_sa.go:45] found service account: "default"
	I0729 00:49:52.029147   17712 default_sa.go:55] duration metric: took 2.070335ms for default service account to be created ...
	I0729 00:49:52.029158   17712 system_pods.go:116] waiting for k8s-apps to be running ...
	I0729 00:49:52.038017   17712 system_pods.go:86] 19 kube-system pods found
	I0729 00:49:52.038052   17712 system_pods.go:89] "coredns-7db6d8ff4d-stfg9" [a351a820-0dd4-417c-acde-b2cfd41a94aa] Running
	I0729 00:49:52.038058   17712 system_pods.go:89] "csi-hostpath-attacher-0" [fb83fe2e-737c-4b36-b3ff-ff4f3c5df00c] Running
	I0729 00:49:52.038063   17712 system_pods.go:89] "csi-hostpath-resizer-0" [579cfafb-92db-493b-b0a1-7aedb4ef51cd] Running
	I0729 00:49:52.038067   17712 system_pods.go:89] "csi-hostpathplugin-bwr52" [bf28bcf5-0cb4-4ded-b61c-7c3f7fe538a7] Running
	I0729 00:49:52.038072   17712 system_pods.go:89] "etcd-addons-703043" [1ab071eb-6ee3-4813-bc14-fb3cbdbeb0ae] Running
	I0729 00:49:52.038076   17712 system_pods.go:89] "kindnet-v2hfc" [7ebd42cb-b99d-455b-88b7-16e85fa04b43] Running
	I0729 00:49:52.038080   17712 system_pods.go:89] "kube-apiserver-addons-703043" [e7ad3dad-3af9-4b4a-a2a0-c4e2a1bebe26] Running
	I0729 00:49:52.038085   17712 system_pods.go:89] "kube-controller-manager-addons-703043" [3a03e1c6-76fe-4034-b0cb-d1e4518d90d2] Running
	I0729 00:49:52.038091   17712 system_pods.go:89] "kube-ingress-dns-minikube" [69f1cb53-177c-49a4-a928-614c9fce7425] Running
	I0729 00:49:52.038095   17712 system_pods.go:89] "kube-proxy-827fw" [05686880-d92d-4098-a3c2-187083b94f57] Running
	I0729 00:49:52.038100   17712 system_pods.go:89] "kube-scheduler-addons-703043" [c0adcf6d-8839-40c8-a49d-220c6dc52311] Running
	I0729 00:49:52.038104   17712 system_pods.go:89] "metrics-server-c59844bb4-gchlz" [ed397df2-9f1b-46cc-ad2c-0791aafb6314] Running
	I0729 00:49:52.038108   17712 system_pods.go:89] "nvidia-device-plugin-daemonset-xwhxn" [169cd722-d241-4d21-81c4-2230bca5a2ab] Running
	I0729 00:49:52.038112   17712 system_pods.go:89] "registry-656c9c8d9c-6c7sm" [e895d751-4883-4a10-9c8f-e9a780bda807] Running
	I0729 00:49:52.038116   17712 system_pods.go:89] "registry-proxy-2nbmr" [e61f95c6-4dd9-459f-8356-23f1f1892ac4] Running
	I0729 00:49:52.038120   17712 system_pods.go:89] "snapshot-controller-745499f584-l4p2h" [a3fa09ef-eee5-4e13-92ca-5b171135723d] Running
	I0729 00:49:52.038124   17712 system_pods.go:89] "snapshot-controller-745499f584-zj8zz" [eceaede0-97d4-4f88-ad37-0d3e4d062956] Running
	I0729 00:49:52.038130   17712 system_pods.go:89] "storage-provisioner" [c7ef03f9-ae64-4ae0-ab05-a41f0517f342] Running
	I0729 00:49:52.038134   17712 system_pods.go:89] "tiller-deploy-6677d64bcd-9st6r" [ee1d13cf-e5fc-428f-8204-d454dd5b5f45] Running
	I0729 00:49:52.038141   17712 system_pods.go:126] duration metric: took 8.978661ms to wait for k8s-apps to be running ...
	I0729 00:49:52.038150   17712 system_svc.go:44] waiting for kubelet service to be running ....
	I0729 00:49:52.038191   17712 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0729 00:49:52.050032   17712 system_svc.go:56] duration metric: took 11.872951ms WaitForService to wait for kubelet
	I0729 00:49:52.050066   17712 kubeadm.go:582] duration metric: took 2m9.807427262s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0729 00:49:52.050096   17712 node_conditions.go:102] verifying NodePressure condition ...
	I0729 00:49:52.053167   17712 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0729 00:49:52.053202   17712 node_conditions.go:123] node cpu capacity is 8
	I0729 00:49:52.053221   17712 node_conditions.go:105] duration metric: took 3.118468ms to run NodePressure ...
	I0729 00:49:52.053236   17712 start.go:241] waiting for startup goroutines ...
	I0729 00:49:52.053258   17712 start.go:246] waiting for cluster config update ...
	I0729 00:49:52.053279   17712 start.go:255] writing updated cluster config ...
	I0729 00:49:52.053637   17712 ssh_runner.go:195] Run: rm -f paused
	I0729 00:49:52.102126   17712 start.go:600] kubectl: 1.30.3, cluster: 1.30.3 (minor skew: 0)
	I0729 00:49:52.104411   17712 out.go:177] * Done! kubectl is now configured to use "addons-703043" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Jul 29 00:53:10 addons-703043 crio[1023]: time="2024-07-29 00:53:10.011866922Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-6d9bd977d4-xzqfs from CNI network \"kindnet\" (type=ptp)"
	Jul 29 00:53:10 addons-703043 crio[1023]: time="2024-07-29 00:53:10.046933049Z" level=info msg="Stopped pod sandbox: e95d0e21c0374a8fecfe8518f2d1fa6fb8f47d403bd1fbd0fb5d1770a6b0dcf7" id=2e0d66b3-9441-44b2-8cd9-dd857a47cfbc name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 00:53:10 addons-703043 crio[1023]: time="2024-07-29 00:53:10.245989793Z" level=info msg="Removing container: 3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607" id=0b205f02-ad9f-4d9c-af22-1611cb8b07c2 name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 29 00:53:10 addons-703043 crio[1023]: time="2024-07-29 00:53:10.259515590Z" level=info msg="Removed container 3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607: ingress-nginx/ingress-nginx-controller-6d9bd977d4-xzqfs/controller" id=0b205f02-ad9f-4d9c-af22-1611cb8b07c2 name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.133415114Z" level=info msg="Removing container: 979b1d639f668d7ac1623e08b5f5f599e83cbc1838734a0e40006bea12e09b29" id=544afb25-5f41-4cc2-a7ea-06c70a735d63 name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.149099205Z" level=info msg="Removed container 979b1d639f668d7ac1623e08b5f5f599e83cbc1838734a0e40006bea12e09b29: ingress-nginx/ingress-nginx-admission-create-qv5xm/create" id=544afb25-5f41-4cc2-a7ea-06c70a735d63 name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.150404681Z" level=info msg="Removing container: e29a18867e1f2dd43aed25a9c9db43641b1e0b8bad2e85df1f8475e0062d0c4f" id=f4653340-2fc7-4ea4-90c8-8f67304965fd name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.164241804Z" level=info msg="Removed container e29a18867e1f2dd43aed25a9c9db43641b1e0b8bad2e85df1f8475e0062d0c4f: ingress-nginx/ingress-nginx-admission-patch-cxl4l/patch" id=f4653340-2fc7-4ea4-90c8-8f67304965fd name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.165699402Z" level=info msg="Stopping pod sandbox: e95d0e21c0374a8fecfe8518f2d1fa6fb8f47d403bd1fbd0fb5d1770a6b0dcf7" id=457ca2e0-638b-4669-bfae-a3cb54dec11c name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.165732442Z" level=info msg="Stopped pod sandbox (already stopped): e95d0e21c0374a8fecfe8518f2d1fa6fb8f47d403bd1fbd0fb5d1770a6b0dcf7" id=457ca2e0-638b-4669-bfae-a3cb54dec11c name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.166033598Z" level=info msg="Removing pod sandbox: e95d0e21c0374a8fecfe8518f2d1fa6fb8f47d403bd1fbd0fb5d1770a6b0dcf7" id=6c4b1693-6bb5-4ae3-b130-658e467d4d8b name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.173283089Z" level=info msg="Removed pod sandbox: e95d0e21c0374a8fecfe8518f2d1fa6fb8f47d403bd1fbd0fb5d1770a6b0dcf7" id=6c4b1693-6bb5-4ae3-b130-658e467d4d8b name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.173737946Z" level=info msg="Stopping pod sandbox: c2f380e9339287a12db6259bcf2dd27e3db24861144cbabb4db1f551a457e728" id=f450b1cc-95d4-44ba-a3e2-e4b81df5085f name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.173784676Z" level=info msg="Stopped pod sandbox (already stopped): c2f380e9339287a12db6259bcf2dd27e3db24861144cbabb4db1f551a457e728" id=f450b1cc-95d4-44ba-a3e2-e4b81df5085f name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.174125687Z" level=info msg="Removing pod sandbox: c2f380e9339287a12db6259bcf2dd27e3db24861144cbabb4db1f551a457e728" id=c9c69d55-2aaf-4390-8fb2-0472bfaf90da name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.179847006Z" level=info msg="Removed pod sandbox: c2f380e9339287a12db6259bcf2dd27e3db24861144cbabb4db1f551a457e728" id=c9c69d55-2aaf-4390-8fb2-0472bfaf90da name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.180235465Z" level=info msg="Stopping pod sandbox: 0e1cf0530e2dbaed5d0f184911c82ca17323dfe425c34c95ca8971081aba46f8" id=d7466a7a-32f5-4f99-9109-ede2c2bdaca0 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.180276775Z" level=info msg="Stopped pod sandbox (already stopped): 0e1cf0530e2dbaed5d0f184911c82ca17323dfe425c34c95ca8971081aba46f8" id=d7466a7a-32f5-4f99-9109-ede2c2bdaca0 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.180584307Z" level=info msg="Removing pod sandbox: 0e1cf0530e2dbaed5d0f184911c82ca17323dfe425c34c95ca8971081aba46f8" id=6e2a4f8b-1500-4a30-999b-023d23efe8a2 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.186976548Z" level=info msg="Removed pod sandbox: 0e1cf0530e2dbaed5d0f184911c82ca17323dfe425c34c95ca8971081aba46f8" id=6e2a4f8b-1500-4a30-999b-023d23efe8a2 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.187380181Z" level=info msg="Stopping pod sandbox: 75134295b180f23c32c7ffc4b89b30ae30a4015f49ff6aad334dce63dfe9c3c3" id=921a69ee-fc23-4a67-90e2-a86fd122ddc8 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.187408791Z" level=info msg="Stopped pod sandbox (already stopped): 75134295b180f23c32c7ffc4b89b30ae30a4015f49ff6aad334dce63dfe9c3c3" id=921a69ee-fc23-4a67-90e2-a86fd122ddc8 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.187630216Z" level=info msg="Removing pod sandbox: 75134295b180f23c32c7ffc4b89b30ae30a4015f49ff6aad334dce63dfe9c3c3" id=a6a2e8bc-3878-4d86-84e6-235e7c363105 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 00:53:28 addons-703043 crio[1023]: time="2024-07-29 00:53:28.194512059Z" level=info msg="Removed pod sandbox: 75134295b180f23c32c7ffc4b89b30ae30a4015f49ff6aad334dce63dfe9c3c3" id=a6a2e8bc-3878-4d86-84e6-235e7c363105 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 29 00:55:21 addons-703043 crio[1023]: time="2024-07-29 00:55:21.848992551Z" level=info msg="Stopping container: 4401f2ff79e52c0179297c08629236f13207d18474f04e5ec945610ba1e0cbe0 (timeout: 30s)" id=dbbead9a-b9b7-4d26-8f19-d23895b47132 name=/runtime.v1.RuntimeService/StopContainer
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                   CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	e64a5992eb2b0       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6                   2 minutes ago       Running             hello-world-app           0                   37243f9f7b72e       hello-world-app-6778b5fc9f-bv2m6
	2e9882c1eb915       docker.io/library/nginx@sha256:208b70eefac13ee9be00e486f79c695b15cef861c680527171a27d253d834be9                         4 minutes ago       Running             nginx                     0                   bd1eafc7eb20e       nginx
	8965b976f5076       gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e                     5 minutes ago       Running             busybox                   0                   cd993ce5ce451       busybox
	8baba02b43248       docker.io/rancher/local-path-provisioner@sha256:73f712e7af12b06720c35ce75217f904f00e4bd96de79f8db1cf160112e667ef        6 minutes ago       Running             local-path-provisioner    0                   02f6a90d5f52b       local-path-provisioner-8d985888d-vpwbz
	4401f2ff79e52       registry.k8s.io/metrics-server/metrics-server@sha256:31f034feb3f16062e93be7c40efc596553c89de172e2e412e588f02382388872   6 minutes ago       Running             metrics-server            0                   f2df081404e88       metrics-server-c59844bb4-gchlz
	65564718aeacf       6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562                                                        7 minutes ago       Running             storage-provisioner       0                   b38b69a544060       storage-provisioner
	46bb0e0bd326d       cbb01a7bd410dc08ba382018ab909a674fb0e48687f0c00797ed5bc34fcc6bb4                                                        7 minutes ago       Running             coredns                   0                   7859ed02197b7       coredns-7db6d8ff4d-stfg9
	e6b07ab790290       docker.io/kindest/kindnetd@sha256:6d6071dbf83147a09972dc93b5ff84ff0103fa2231936557113757665f6195b9                      7 minutes ago       Running             kindnet-cni               0                   84f9586419a4d       kindnet-v2hfc
	d031b9c2d984f       55bb025d2cfa592b9381d01e122e72a1ed4b29ca32f86b7d289d99da794784d1                                                        7 minutes ago       Running             kube-proxy                0                   39499b3e0833c       kube-proxy-827fw
	0b64c10514138       3edc18e7b76722eb2eb37a0858c09caacbd422d6e0cae4c2e5ce67bc9a9795e2                                                        7 minutes ago       Running             kube-scheduler            0                   a727bd20b4fbe       kube-scheduler-addons-703043
	2fcc62308d5dc       1f6d574d502f3b61c851b1bbd4ef2a964ce4c70071dd8da556f2d490d36b095d                                                        7 minutes ago       Running             kube-apiserver            0                   3d908c8e16823       kube-apiserver-addons-703043
	73cdd2dcd86d6       3861cfcd7c04ccac1f062788eca39487248527ef0c0cfd477a83d7691a75a899                                                        7 minutes ago       Running             etcd                      0                   4ff8097f3f57b       etcd-addons-703043
	6a05209404ab4       76932a3b37d7eb138c8f47c9a2b4218f0466dd273badf856f2ce2f0277e15b5e                                                        7 minutes ago       Running             kube-controller-manager   0                   24c985ef7d57e       kube-controller-manager-addons-703043
	
	
	==> coredns [46bb0e0bd326d022661683ed094f842a25b540b283d371d3cf7d17ebcf622421] <==
	[INFO] 10.244.0.5:46122 - 57298 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000095356s
	[INFO] 10.244.0.5:48892 - 11594 "AAAA IN registry.kube-system.svc.cluster.local.us-central1-a.c.k8s-minikube.internal. udp 94 false 512" NXDOMAIN qr,rd,ra 94 0.005061378s
	[INFO] 10.244.0.5:48892 - 48454 "A IN registry.kube-system.svc.cluster.local.us-central1-a.c.k8s-minikube.internal. udp 94 false 512" NXDOMAIN qr,rd,ra 94 0.00516544s
	[INFO] 10.244.0.5:39230 - 14194 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.005984108s
	[INFO] 10.244.0.5:39230 - 8054 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.005327849s
	[INFO] 10.244.0.5:51003 - 42892 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.006900078s
	[INFO] 10.244.0.5:51003 - 27528 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.006980187s
	[INFO] 10.244.0.5:50352 - 64656 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000078992s
	[INFO] 10.244.0.5:50352 - 30099 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000049232s
	[INFO] 10.244.0.21:52782 - 2837 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000226043s
	[INFO] 10.244.0.21:48056 - 44355 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000297526s
	[INFO] 10.244.0.21:56160 - 36081 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000123301s
	[INFO] 10.244.0.21:36401 - 36393 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000160996s
	[INFO] 10.244.0.21:40486 - 46152 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000115879s
	[INFO] 10.244.0.21:59498 - 59839 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000152103s
	[INFO] 10.244.0.21:33232 - 41752 "AAAA IN storage.googleapis.com.us-central1-a.c.k8s-minikube.internal. udp 89 false 1232" NXDOMAIN qr,rd,ra 78 0.006734452s
	[INFO] 10.244.0.21:41722 - 15638 "A IN storage.googleapis.com.us-central1-a.c.k8s-minikube.internal. udp 89 false 1232" NXDOMAIN qr,rd,ra 78 0.007305397s
	[INFO] 10.244.0.21:39250 - 28550 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.008475733s
	[INFO] 10.244.0.21:47785 - 9273 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.008521281s
	[INFO] 10.244.0.21:57217 - 59529 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.005876082s
	[INFO] 10.244.0.21:36617 - 55938 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.007844723s
	[INFO] 10.244.0.21:37751 - 26913 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.000762359s
	[INFO] 10.244.0.21:37413 - 58442 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.000967009s
	[INFO] 10.244.0.26:37349 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000176773s
	[INFO] 10.244.0.26:57476 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.0001458s
	
	
	==> describe nodes <==
	Name:               addons-703043
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-703043
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=608d90af2517e2ec0044e62b20376f40276621a1
	                    minikube.k8s.io/name=addons-703043
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_07_29T00_47_28_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-703043
	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 00:47:25 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-703043
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 29 Jul 2024 00:55:16 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 29 Jul 2024 00:53:35 +0000   Mon, 29 Jul 2024 00:47:24 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 29 Jul 2024 00:53:35 +0000   Mon, 29 Jul 2024 00:47:24 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 29 Jul 2024 00:53:35 +0000   Mon, 29 Jul 2024 00:47:24 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 29 Jul 2024 00:53:35 +0000   Mon, 29 Jul 2024 00:48:00 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-703043
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859324Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859324Ki
	  pods:               110
	System Info:
	  Machine ID:                 8591cf19d5a94ea397071853652faa2c
	  System UUID:                99f70650-966a-4580-9139-f952cead8a58
	  Boot ID:                    829e2477-5f3e-4772-ab58-fc706579874c
	  Kernel Version:             5.15.0-1062-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)         5m31s
	  default                     hello-world-app-6778b5fc9f-bv2m6          0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         2m19s
	  default                     nginx                                     0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         4m39s
	  kube-system                 coredns-7db6d8ff4d-stfg9                  100m (1%!)(MISSING)     0 (0%!)(MISSING)      70Mi (0%!)(MISSING)        170Mi (0%!)(MISSING)     7m41s
	  kube-system                 etcd-addons-703043                        100m (1%!)(MISSING)     0 (0%!)(MISSING)      100Mi (0%!)(MISSING)       0 (0%!)(MISSING)         7m56s
	  kube-system                 kindnet-v2hfc                             100m (1%!)(MISSING)     100m (1%!)(MISSING)   50Mi (0%!)(MISSING)        50Mi (0%!)(MISSING)      7m42s
	  kube-system                 kube-apiserver-addons-703043              250m (3%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         7m56s
	  kube-system                 kube-controller-manager-addons-703043     200m (2%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         7m56s
	  kube-system                 kube-proxy-827fw                          0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         7m42s
	  kube-system                 kube-scheduler-addons-703043              100m (1%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         7m56s
	  kube-system                 metrics-server-c59844bb4-gchlz            100m (1%!)(MISSING)     0 (0%!)(MISSING)      200Mi (0%!)(MISSING)       0 (0%!)(MISSING)         7m37s
	  kube-system                 storage-provisioner                       0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         7m37s
	  local-path-storage          local-path-provisioner-8d985888d-vpwbz    0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         7m36s
	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                 7m37s                kube-proxy       
	  Normal  NodeHasSufficientMemory  8m1s (x8 over 8m1s)  kubelet          Node addons-703043 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    8m1s (x8 over 8m1s)  kubelet          Node addons-703043 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     8m1s (x8 over 8m1s)  kubelet          Node addons-703043 status is now: NodeHasSufficientPID
	  Normal  Starting                 7m56s                kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  7m56s                kubelet          Node addons-703043 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    7m56s                kubelet          Node addons-703043 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     7m56s                kubelet          Node addons-703043 status is now: NodeHasSufficientPID
	  Normal  RegisteredNode           7m41s                node-controller  Node addons-703043 event: Registered Node addons-703043 in Controller
	  Normal  NodeReady                7m23s                kubelet          Node addons-703043 status is now: NodeReady
	
	
	==> dmesg <==
	[  +0.000634] platform eisa.0: Cannot allocate resource for EISA slot 5
	[  +0.000621] platform eisa.0: Cannot allocate resource for EISA slot 6
	[  +0.000733] platform eisa.0: Cannot allocate resource for EISA slot 7
	[  +0.001182] platform eisa.0: Cannot allocate resource for EISA slot 8
	[  +0.629698] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
	[  +0.048752] systemd[1]: /lib/systemd/system/cloud-init-local.service:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.006264] systemd[1]: /lib/systemd/system/cloud-init.service:19: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.015140] systemd[1]: /lib/systemd/system/cloud-final.service:9: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.002745] systemd[1]: /lib/systemd/system/cloud-config.service:8: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.015098] systemd[1]: /lib/systemd/system/cloud-init.target:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +7.439378] kauditd_printk_skb: 46 callbacks suppressed
	[Jul29 00:50] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000008] ll header: 00000000: 16 0a 2f d3 e3 df a2 18 42 54 e3 59 08 00
	[  +1.015546] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: 16 0a 2f d3 e3 df a2 18 42 54 e3 59 08 00
	[  +2.015811] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: 16 0a 2f d3 e3 df a2 18 42 54 e3 59 08 00
	[Jul29 00:51] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: 16 0a 2f d3 e3 df a2 18 42 54 e3 59 08 00
	[  +8.187167] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: 16 0a 2f d3 e3 df a2 18 42 54 e3 59 08 00
	[ +16.126362] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000029] ll header: 00000000: 16 0a 2f d3 e3 df a2 18 42 54 e3 59 08 00
	[ +33.276586] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000005] ll header: 00000000: 16 0a 2f d3 e3 df a2 18 42 54 e3 59 08 00
	
	
	==> etcd [73cdd2dcd86d609a8a480f3fc9a48b091b7c9c287f53b44146163c4637a13a78] <==
	{"level":"info","ts":"2024-07-29T00:47:45.714501Z","caller":"traceutil/trace.go:171","msg":"trace[1210732646] transaction","detail":"{read_only:false; response_revision:453; number_of_response:1; }","duration":"100.994952ms","start":"2024-07-29T00:47:45.613494Z","end":"2024-07-29T00:47:45.714489Z","steps":["trace[1210732646] 'process raft request'  (duration: 100.798598ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-29T00:47:45.716154Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"186.621131ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/ranges/servicenodeports\" ","response":"range_response_count:1 size:453"}
	{"level":"info","ts":"2024-07-29T00:47:45.717484Z","caller":"traceutil/trace.go:171","msg":"trace[1149701150] range","detail":"{range_begin:/registry/ranges/servicenodeports; range_end:; response_count:1; response_revision:454; }","duration":"187.954863ms","start":"2024-07-29T00:47:45.529494Z","end":"2024-07-29T00:47:45.717448Z","steps":["trace[1149701150] 'agreement among raft nodes before linearized reading'  (duration: 186.616855ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:47:46.213678Z","caller":"traceutil/trace.go:171","msg":"trace[2109340404] transaction","detail":"{read_only:false; response_revision:493; number_of_response:1; }","duration":"102.816701ms","start":"2024-07-29T00:47:46.110839Z","end":"2024-07-29T00:47:46.213656Z","steps":["trace[2109340404] 'process raft request'  (duration: 102.358739ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:47:46.214498Z","caller":"traceutil/trace.go:171","msg":"trace[2104324440] transaction","detail":"{read_only:false; response_revision:491; number_of_response:1; }","duration":"183.687203ms","start":"2024-07-29T00:47:46.030788Z","end":"2024-07-29T00:47:46.214475Z","steps":["trace[2104324440] 'process raft request'  (duration: 99.067385ms)","trace[2104324440] 'compare'  (duration: 83.198033ms)"],"step_count":2}
	{"level":"info","ts":"2024-07-29T00:47:46.214555Z","caller":"traceutil/trace.go:171","msg":"trace[1948943725] transaction","detail":"{read_only:false; response_revision:492; number_of_response:1; }","duration":"104.042857ms","start":"2024-07-29T00:47:46.110505Z","end":"2024-07-29T00:47:46.214548Z","steps":["trace[1948943725] 'process raft request'  (duration: 102.649781ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:47:46.214918Z","caller":"traceutil/trace.go:171","msg":"trace[1090123214] linearizableReadLoop","detail":"{readStateIndex:506; appliedIndex:504; }","duration":"183.756552ms","start":"2024-07-29T00:47:46.031149Z","end":"2024-07-29T00:47:46.214905Z","steps":["trace[1090123214] 'read index received'  (duration: 91.918146ms)","trace[1090123214] 'applied index is now lower than readState.Index'  (duration: 91.837522ms)"],"step_count":2}
	{"level":"warn","ts":"2024-07-29T00:47:46.214998Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"190.315085ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/metrics-server\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-07-29T00:47:46.21829Z","caller":"traceutil/trace.go:171","msg":"trace[1353081949] range","detail":"{range_begin:/registry/deployments/kube-system/metrics-server; range_end:; response_count:0; response_revision:495; }","duration":"193.633454ms","start":"2024-07-29T00:47:46.024642Z","end":"2024-07-29T00:47:46.218276Z","steps":["trace[1353081949] 'agreement among raft nodes before linearized reading'  (duration: 190.299228ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-29T00:47:46.21507Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"188.98878ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/daemonsets/kube-system/registry-proxy\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-07-29T00:47:46.218534Z","caller":"traceutil/trace.go:171","msg":"trace[773308566] range","detail":"{range_begin:/registry/daemonsets/kube-system/registry-proxy; range_end:; response_count:0; response_revision:495; }","duration":"192.466645ms","start":"2024-07-29T00:47:46.026058Z","end":"2024-07-29T00:47:46.218524Z","steps":["trace[773308566] 'agreement among raft nodes before linearized reading'  (duration: 188.981947ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-29T00:47:46.221707Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"111.590078ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/tiller-deploy\" ","response":"range_response_count:1 size:4641"}
	{"level":"info","ts":"2024-07-29T00:47:46.2218Z","caller":"traceutil/trace.go:171","msg":"trace[59655646] range","detail":"{range_begin:/registry/deployments/kube-system/tiller-deploy; range_end:; response_count:1; response_revision:496; }","duration":"111.719732ms","start":"2024-07-29T00:47:46.110067Z","end":"2024-07-29T00:47:46.221787Z","steps":["trace[59655646] 'agreement among raft nodes before linearized reading'  (duration: 111.519858ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:47:47.218695Z","caller":"traceutil/trace.go:171","msg":"trace[1228042251] transaction","detail":"{read_only:false; response_revision:543; number_of_response:1; }","duration":"103.107822ms","start":"2024-07-29T00:47:47.11557Z","end":"2024-07-29T00:47:47.218678Z","steps":["trace[1228042251] 'compare'  (duration: 97.125274ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:47:47.218923Z","caller":"traceutil/trace.go:171","msg":"trace[387219302] linearizableReadLoop","detail":"{readStateIndex:560; appliedIndex:559; }","duration":"103.155347ms","start":"2024-07-29T00:47:47.115754Z","end":"2024-07-29T00:47:47.218909Z","steps":["trace[387219302] 'read index received'  (duration: 4.703607ms)","trace[387219302] 'applied index is now lower than readState.Index'  (duration: 98.450743ms)"],"step_count":2}
	{"level":"warn","ts":"2024-07-29T00:47:47.219191Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"103.418179ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/local-path-storage/local-path-provisioner\" ","response":"range_response_count:1 size:3550"}
	{"level":"info","ts":"2024-07-29T00:47:47.219242Z","caller":"traceutil/trace.go:171","msg":"trace[638653147] range","detail":"{range_begin:/registry/deployments/local-path-storage/local-path-provisioner; range_end:; response_count:1; response_revision:543; }","duration":"103.499844ms","start":"2024-07-29T00:47:47.115729Z","end":"2024-07-29T00:47:47.219229Z","steps":["trace[638653147] 'agreement among raft nodes before linearized reading'  (duration: 103.340655ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:47:47.219881Z","caller":"traceutil/trace.go:171","msg":"trace[750939911] transaction","detail":"{read_only:false; response_revision:544; number_of_response:1; }","duration":"104.125101ms","start":"2024-07-29T00:47:47.115742Z","end":"2024-07-29T00:47:47.219867Z","steps":["trace[750939911] 'process raft request'  (duration: 103.779358ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:48:51.511588Z","caller":"traceutil/trace.go:171","msg":"trace[1462384683] transaction","detail":"{read_only:false; response_revision:1227; number_of_response:1; }","duration":"112.943645ms","start":"2024-07-29T00:48:51.398623Z","end":"2024-07-29T00:48:51.511567Z","steps":["trace[1462384683] 'process raft request'  (duration: 112.824822ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:48:51.524278Z","caller":"traceutil/trace.go:171","msg":"trace[596448794] transaction","detail":"{read_only:false; response_revision:1228; number_of_response:1; }","duration":"122.656861ms","start":"2024-07-29T00:48:51.401597Z","end":"2024-07-29T00:48:51.524254Z","steps":["trace[596448794] 'process raft request'  (duration: 122.409072ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:48:51.64739Z","caller":"traceutil/trace.go:171","msg":"trace[2016608215] transaction","detail":"{read_only:false; response_revision:1230; number_of_response:1; }","duration":"116.330489ms","start":"2024-07-29T00:48:51.531036Z","end":"2024-07-29T00:48:51.647366Z","steps":["trace[2016608215] 'process raft request'  (duration: 114.722457ms)"],"step_count":1}
	{"level":"warn","ts":"2024-07-29T00:48:51.64746Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"115.223931ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/yakd-dashboard/yakd-dashboard-799879c74f-nhkqw\" ","response":"range_response_count:1 size:4776"}
	{"level":"info","ts":"2024-07-29T00:48:51.647508Z","caller":"traceutil/trace.go:171","msg":"trace[1256475275] range","detail":"{range_begin:/registry/pods/yakd-dashboard/yakd-dashboard-799879c74f-nhkqw; range_end:; response_count:1; response_revision:1230; }","duration":"115.279183ms","start":"2024-07-29T00:48:51.532216Z","end":"2024-07-29T00:48:51.647495Z","steps":["trace[1256475275] 'agreement among raft nodes before linearized reading'  (duration: 115.119886ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:49:08.419913Z","caller":"traceutil/trace.go:171","msg":"trace[1432430533] transaction","detail":"{read_only:false; response_revision:1291; number_of_response:1; }","duration":"107.800943ms","start":"2024-07-29T00:49:08.312092Z","end":"2024-07-29T00:49:08.419893Z","steps":["trace[1432430533] 'process raft request'  (duration: 107.681106ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-29T00:49:08.62672Z","caller":"traceutil/trace.go:171","msg":"trace[392896268] transaction","detail":"{read_only:false; response_revision:1292; number_of_response:1; }","duration":"112.072152ms","start":"2024-07-29T00:49:08.514597Z","end":"2024-07-29T00:49:08.626669Z","steps":["trace[392896268] 'process raft request'  (duration: 95.365089ms)","trace[392896268] 'compare'  (duration: 16.107302ms)"],"step_count":2}
	
	
	==> kernel <==
	 00:55:23 up 37 min,  0 users,  load average: 0.02, 0.29, 0.23
	Linux addons-703043 5.15.0-1062-gcp #70~20.04.1-Ubuntu SMP Fri May 24 20:12:18 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.4 LTS"
	
	
	==> kindnet [e6b07ab790290b3a17e215a747960cdc16a7d4ec94f7484483f8116e50966775] <==
	E0729 00:54:06.772005       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 00:54:10.638292       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 00:54:10.638334       1 main.go:299] handling current node
	I0729 00:54:20.638521       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 00:54:20.638566       1 main.go:299] handling current node
	W0729 00:54:21.849152       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 00:54:21.849199       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 00:54:30.638860       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 00:54:30.638899       1 main.go:299] handling current node
	I0729 00:54:40.638571       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 00:54:40.638603       1 main.go:299] handling current node
	W0729 00:54:46.833934       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 00:54:46.833968       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
	W0729 00:54:49.546784       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 00:54:49.546816       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 00:54:50.638276       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 00:54:50.638315       1 main.go:299] handling current node
	I0729 00:55:00.638916       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 00:55:00.638961       1 main.go:299] handling current node
	W0729 00:55:03.210370       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 00:55:03.210414       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 00:55:10.638696       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 00:55:10.638732       1 main.go:299] handling current node
	I0729 00:55:20.638681       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0729 00:55:20.638718       1 main.go:299] handling current node
	
	
	==> kube-apiserver [2fcc62308d5dc1fae685bd5cc1649df16f5a9a99667cc5da5d9f8098f47df63f] <==
	W0729 00:49:41.537944       1 handler_proxy.go:93] no RequestInfo found in the context
	E0729 00:49:41.538021       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 00:49:41.538129       1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.104.169.36:443/apis/metrics.k8s.io/v1beta1: Get "https://10.104.169.36:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.104.169.36:443: connect: connection refused
	I0729 00:49:41.612685       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	E0729 00:50:00.542946       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:32914: use of closed network connection
	E0729 00:50:00.704848       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:32930: use of closed network connection
	I0729 00:50:24.295333       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I0729 00:50:28.233028       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.111.224.65"}
	I0729 00:50:41.804571       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0729 00:50:42.835915       1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0729 00:50:44.126185       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0729 00:50:44.291344       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.106.72.244"}
	I0729 00:50:56.242006       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0729 00:50:56.242046       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0729 00:50:56.255744       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0729 00:50:56.255788       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0729 00:50:56.270948       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0729 00:50:56.271095       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0729 00:50:56.326582       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0729 00:50:56.326629       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0729 00:50:57.256404       1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0729 00:50:57.326747       1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0729 00:50:57.411918       1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0729 00:53:05.038623       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.105.133.229"}
	
	
	==> kube-controller-manager [6a05209404ab41b8c2acc99cf6cd86b35ca9cf288831d236c2477ffdeb46a722] <==
	I0729 00:53:06.853535       1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
	I0729 00:53:07.253259       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="5.833799ms"
	I0729 00:53:07.253313       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="28.505µs"
	I0729 00:53:16.857311       1 namespace_controller.go:182] "Namespace has been deleted" logger="namespace-controller" namespace="ingress-nginx"
	W0729 00:53:39.374217       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 00:53:39.374253       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 00:53:40.626338       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 00:53:40.626373       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 00:53:42.453967       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 00:53:42.454002       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 00:53:49.567997       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 00:53:49.568030       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 00:54:22.488883       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 00:54:22.488920       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 00:54:28.648700       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 00:54:28.648735       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 00:54:33.703265       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 00:54:33.703298       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 00:54:41.161788       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 00:54:41.161827       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 00:55:04.827015       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 00:55:04.827053       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 00:55:05.183559       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 00:55:05.183591       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 00:55:21.839331       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/metrics-server-c59844bb4" duration="8.316µs"
	
	
	==> kube-proxy [d031b9c2d984f91780c1e4feec64e68d2d134c7069038a3c3bac1fc8ba7addc0] <==
	I0729 00:47:43.531907       1 server_linux.go:69] "Using iptables proxy"
	I0729 00:47:43.719194       1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	I0729 00:47:45.019704       1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0729 00:47:45.019879       1 server_linux.go:165] "Using iptables Proxier"
	I0729 00:47:45.111640       1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
	I0729 00:47:45.111753       1 server_linux.go:528] "Defaulting to no-op detect-local"
	I0729 00:47:45.111858       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 00:47:45.112141       1 server.go:872] "Version info" version="v1.30.3"
	I0729 00:47:45.113123       1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0729 00:47:45.114481       1 config.go:192] "Starting service config controller"
	I0729 00:47:45.119426       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0729 00:47:45.119500       1 shared_informer.go:320] Caches are synced for service config
	I0729 00:47:45.115377       1 config.go:319] "Starting node config controller"
	I0729 00:47:45.119553       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0729 00:47:45.119573       1 shared_informer.go:320] Caches are synced for node config
	I0729 00:47:45.114942       1 config.go:101] "Starting endpoint slice config controller"
	I0729 00:47:45.119612       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0729 00:47:45.119630       1 shared_informer.go:320] Caches are synced for endpoint slice config
	
	
	==> kube-scheduler [0b64c10514138e07158115e9e41e4aa2ea017dfdd5c823c4c91b382fd05392cc] <==
	W0729 00:47:25.419644       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 00:47:25.419668       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 00:47:25.420373       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
	W0729 00:47:25.420398       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 00:47:25.420419       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 00:47:25.420421       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 00:47:25.420400       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
	E0729 00:47:25.420436       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 00:47:25.420374       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 00:47:25.420446       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 00:47:25.420525       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 00:47:25.420545       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 00:47:26.234360       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 00:47:26.234394       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 00:47:26.249827       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 00:47:26.249859       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 00:47:26.252777       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 00:47:26.252804       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 00:47:26.476745       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 00:47:26.476783       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 00:47:26.509834       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 00:47:26.509868       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 00:47:26.527447       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 00:47:26.527492       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
	I0729 00:47:27.017770       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Jul 29 00:53:07 addons-703043 kubelet[1732]: I0729 00:53:07.247745    1732 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-6778b5fc9f-bv2m6" podStartSLOduration=1.575187531 podStartE2EDuration="3.247721828s" podCreationTimestamp="2024-07-29 00:53:04 +0000 UTC" firstStartedPulling="2024-07-29 00:53:05.244687687 +0000 UTC m=+337.501219576" lastFinishedPulling="2024-07-29 00:53:06.917221983 +0000 UTC m=+339.173753873" observedRunningTime="2024-07-29 00:53:07.247327207 +0000 UTC m=+339.503859117" watchObservedRunningTime="2024-07-29 00:53:07.247721828 +0000 UTC m=+339.504253724"
	Jul 29 00:53:07 addons-703043 kubelet[1732]: I0729 00:53:07.832576    1732 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="646f8c98-9249-4924-9139-2c55bfabae39" path="/var/lib/kubelet/pods/646f8c98-9249-4924-9139-2c55bfabae39/volumes"
	Jul 29 00:53:07 addons-703043 kubelet[1732]: I0729 00:53:07.832937    1732 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="69f1cb53-177c-49a4-a928-614c9fce7425" path="/var/lib/kubelet/pods/69f1cb53-177c-49a4-a928-614c9fce7425/volumes"
	Jul 29 00:53:07 addons-703043 kubelet[1732]: I0729 00:53:07.833333    1732 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="b5e77965-55a0-40ab-bd38-685887316e52" path="/var/lib/kubelet/pods/b5e77965-55a0-40ab-bd38-685887316e52/volumes"
	Jul 29 00:53:10 addons-703043 kubelet[1732]: I0729 00:53:10.231202    1732 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/fb522acf-5448-4f2b-b0e5-3ed87426962e-webhook-cert\") pod \"fb522acf-5448-4f2b-b0e5-3ed87426962e\" (UID: \"fb522acf-5448-4f2b-b0e5-3ed87426962e\") "
	Jul 29 00:53:10 addons-703043 kubelet[1732]: I0729 00:53:10.231272    1732 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-p5j44\" (UniqueName: \"kubernetes.io/projected/fb522acf-5448-4f2b-b0e5-3ed87426962e-kube-api-access-p5j44\") pod \"fb522acf-5448-4f2b-b0e5-3ed87426962e\" (UID: \"fb522acf-5448-4f2b-b0e5-3ed87426962e\") "
	Jul 29 00:53:10 addons-703043 kubelet[1732]: I0729 00:53:10.233175    1732 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/fb522acf-5448-4f2b-b0e5-3ed87426962e-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "fb522acf-5448-4f2b-b0e5-3ed87426962e" (UID: "fb522acf-5448-4f2b-b0e5-3ed87426962e"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
	Jul 29 00:53:10 addons-703043 kubelet[1732]: I0729 00:53:10.233173    1732 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/fb522acf-5448-4f2b-b0e5-3ed87426962e-kube-api-access-p5j44" (OuterVolumeSpecName: "kube-api-access-p5j44") pod "fb522acf-5448-4f2b-b0e5-3ed87426962e" (UID: "fb522acf-5448-4f2b-b0e5-3ed87426962e"). InnerVolumeSpecName "kube-api-access-p5j44". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Jul 29 00:53:10 addons-703043 kubelet[1732]: I0729 00:53:10.244925    1732 scope.go:117] "RemoveContainer" containerID="3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607"
	Jul 29 00:53:10 addons-703043 kubelet[1732]: I0729 00:53:10.259760    1732 scope.go:117] "RemoveContainer" containerID="3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607"
	Jul 29 00:53:10 addons-703043 kubelet[1732]: E0729 00:53:10.260074    1732 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607\": container with ID starting with 3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607 not found: ID does not exist" containerID="3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607"
	Jul 29 00:53:10 addons-703043 kubelet[1732]: I0729 00:53:10.260114    1732 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607"} err="failed to get container status \"3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607\": rpc error: code = NotFound desc = could not find container \"3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607\": container with ID starting with 3899c9bc80ae45555b666d39903758da282dd47777fc175593a885a838c2b607 not found: ID does not exist"
	Jul 29 00:53:10 addons-703043 kubelet[1732]: I0729 00:53:10.331850    1732 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-p5j44\" (UniqueName: \"kubernetes.io/projected/fb522acf-5448-4f2b-b0e5-3ed87426962e-kube-api-access-p5j44\") on node \"addons-703043\" DevicePath \"\""
	Jul 29 00:53:10 addons-703043 kubelet[1732]: I0729 00:53:10.331895    1732 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/fb522acf-5448-4f2b-b0e5-3ed87426962e-webhook-cert\") on node \"addons-703043\" DevicePath \"\""
	Jul 29 00:53:11 addons-703043 kubelet[1732]: I0729 00:53:11.832857    1732 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="fb522acf-5448-4f2b-b0e5-3ed87426962e" path="/var/lib/kubelet/pods/fb522acf-5448-4f2b-b0e5-3ed87426962e/volumes"
	Jul 29 00:53:28 addons-703043 kubelet[1732]: I0729 00:53:28.132188    1732 scope.go:117] "RemoveContainer" containerID="979b1d639f668d7ac1623e08b5f5f599e83cbc1838734a0e40006bea12e09b29"
	Jul 29 00:53:28 addons-703043 kubelet[1732]: I0729 00:53:28.149379    1732 scope.go:117] "RemoveContainer" containerID="e29a18867e1f2dd43aed25a9c9db43641b1e0b8bad2e85df1f8475e0062d0c4f"
	Jul 29 00:53:34 addons-703043 kubelet[1732]: I0729 00:53:34.830420    1732 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 00:54:51 addons-703043 kubelet[1732]: I0729 00:54:51.831177    1732 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 00:55:23 addons-703043 kubelet[1732]: I0729 00:55:23.210048    1732 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/ed397df2-9f1b-46cc-ad2c-0791aafb6314-tmp-dir\") pod \"ed397df2-9f1b-46cc-ad2c-0791aafb6314\" (UID: \"ed397df2-9f1b-46cc-ad2c-0791aafb6314\") "
	Jul 29 00:55:23 addons-703043 kubelet[1732]: I0729 00:55:23.210126    1732 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-ssc5d\" (UniqueName: \"kubernetes.io/projected/ed397df2-9f1b-46cc-ad2c-0791aafb6314-kube-api-access-ssc5d\") pod \"ed397df2-9f1b-46cc-ad2c-0791aafb6314\" (UID: \"ed397df2-9f1b-46cc-ad2c-0791aafb6314\") "
	Jul 29 00:55:23 addons-703043 kubelet[1732]: I0729 00:55:23.210437    1732 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/empty-dir/ed397df2-9f1b-46cc-ad2c-0791aafb6314-tmp-dir" (OuterVolumeSpecName: "tmp-dir") pod "ed397df2-9f1b-46cc-ad2c-0791aafb6314" (UID: "ed397df2-9f1b-46cc-ad2c-0791aafb6314"). InnerVolumeSpecName "tmp-dir". PluginName "kubernetes.io/empty-dir", VolumeGidValue ""
	Jul 29 00:55:23 addons-703043 kubelet[1732]: I0729 00:55:23.211820    1732 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/ed397df2-9f1b-46cc-ad2c-0791aafb6314-kube-api-access-ssc5d" (OuterVolumeSpecName: "kube-api-access-ssc5d") pod "ed397df2-9f1b-46cc-ad2c-0791aafb6314" (UID: "ed397df2-9f1b-46cc-ad2c-0791aafb6314"). InnerVolumeSpecName "kube-api-access-ssc5d". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Jul 29 00:55:23 addons-703043 kubelet[1732]: I0729 00:55:23.310623    1732 reconciler_common.go:289] "Volume detached for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/ed397df2-9f1b-46cc-ad2c-0791aafb6314-tmp-dir\") on node \"addons-703043\" DevicePath \"\""
	Jul 29 00:55:23 addons-703043 kubelet[1732]: I0729 00:55:23.310658    1732 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-ssc5d\" (UniqueName: \"kubernetes.io/projected/ed397df2-9f1b-46cc-ad2c-0791aafb6314-kube-api-access-ssc5d\") on node \"addons-703043\" DevicePath \"\""
	
	
	==> storage-provisioner [65564718aeacfaa9a985e2a6d55fb91f3e38798815bf3dc92f30eeea484e1063] <==
	I0729 00:48:01.860887       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0729 00:48:01.867807       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0729 00:48:01.867869       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0729 00:48:01.875421       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0729 00:48:01.875541       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-703043_f9b7ee49-4c66-41e4-9cf6-0a520aab034c!
	I0729 00:48:01.875541       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"6d2f7806-02b9-4f4f-bb31-b063fbc7fb3b", APIVersion:"v1", ResourceVersion:"953", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-703043_f9b7ee49-4c66-41e4-9cf6-0a520aab034c became leader
	I0729 00:48:01.975711       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-703043_f9b7ee49-4c66-41e4-9cf6-0a520aab034c!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-703043 -n addons-703043
helpers_test.go:261: (dbg) Run:  kubectl --context addons-703043 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 (301.32s)

                                                
                                    

Test pass (306/336)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 7.82
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.06
9 TestDownloadOnly/v1.20.0/DeleteAll 0.2
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.13
12 TestDownloadOnly/v1.30.3/json-events 4.08
13 TestDownloadOnly/v1.30.3/preload-exists 0
17 TestDownloadOnly/v1.30.3/LogsDuration 0.06
18 TestDownloadOnly/v1.30.3/DeleteAll 0.2
19 TestDownloadOnly/v1.30.3/DeleteAlwaysSucceeds 0.12
21 TestDownloadOnly/v1.31.0-beta.0/json-events 8.23
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.13
29 TestDownloadOnlyKic 1.1
30 TestBinaryMirror 0.71
31 TestOffline 62.41
34 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.05
35 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.05
36 TestAddons/Setup 182.38
40 TestAddons/serial/GCPAuth/Namespaces 0.12
42 TestAddons/parallel/Registry 13.59
44 TestAddons/parallel/InspektorGadget 11.05
46 TestAddons/parallel/HelmTiller 9.84
48 TestAddons/parallel/CSI 47.56
49 TestAddons/parallel/Headlamp 16.36
50 TestAddons/parallel/CloudSpanner 5.98
51 TestAddons/parallel/LocalPath 13.12
52 TestAddons/parallel/NvidiaDevicePlugin 5.45
53 TestAddons/parallel/Yakd 11.6
54 TestAddons/StoppedEnableDisable 12.03
55 TestCertOptions 25.23
56 TestCertExpiration 226.13
58 TestForceSystemdFlag 27.84
59 TestForceSystemdEnv 40.86
61 TestKVMDriverInstallOrUpdate 3.31
65 TestErrorSpam/setup 23.56
66 TestErrorSpam/start 0.57
67 TestErrorSpam/status 0.83
68 TestErrorSpam/pause 1.46
69 TestErrorSpam/unpause 1.43
70 TestErrorSpam/stop 1.35
73 TestFunctional/serial/CopySyncFile 0
74 TestFunctional/serial/StartWithProxy 50.74
75 TestFunctional/serial/AuditLog 0
76 TestFunctional/serial/SoftStart 24.17
77 TestFunctional/serial/KubeContext 0.04
78 TestFunctional/serial/KubectlGetPods 0.07
81 TestFunctional/serial/CacheCmd/cache/add_remote 3.18
82 TestFunctional/serial/CacheCmd/cache/add_local 1.3
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.66
87 TestFunctional/serial/CacheCmd/cache/delete 0.09
88 TestFunctional/serial/MinikubeKubectlCmd 0.1
89 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.1
90 TestFunctional/serial/ExtraConfig 34.03
91 TestFunctional/serial/ComponentHealth 0.07
92 TestFunctional/serial/LogsCmd 1.33
93 TestFunctional/serial/LogsFileCmd 1.37
94 TestFunctional/serial/InvalidService 3.89
96 TestFunctional/parallel/ConfigCmd 0.36
97 TestFunctional/parallel/DashboardCmd 9.87
98 TestFunctional/parallel/DryRun 0.33
99 TestFunctional/parallel/InternationalLanguage 0.14
100 TestFunctional/parallel/StatusCmd 0.84
104 TestFunctional/parallel/ServiceCmdConnect 11.81
105 TestFunctional/parallel/AddonsCmd 0.13
106 TestFunctional/parallel/PersistentVolumeClaim 28.5
108 TestFunctional/parallel/SSHCmd 0.49
109 TestFunctional/parallel/CpCmd 1.75
110 TestFunctional/parallel/MySQL 21.75
111 TestFunctional/parallel/FileSync 0.28
112 TestFunctional/parallel/CertSync 1.59
116 TestFunctional/parallel/NodeLabels 0.07
118 TestFunctional/parallel/NonActiveRuntimeDisabled 0.62
120 TestFunctional/parallel/License 0.2
122 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.46
123 TestFunctional/parallel/ImageCommands/ImageListShort 0.2
124 TestFunctional/parallel/ImageCommands/ImageListTable 0.25
125 TestFunctional/parallel/ImageCommands/ImageListJson 0.21
126 TestFunctional/parallel/ImageCommands/ImageListYaml 0.21
127 TestFunctional/parallel/ImageCommands/ImageBuild 2.24
128 TestFunctional/parallel/ImageCommands/Setup 1.03
129 TestFunctional/parallel/UpdateContextCmd/no_changes 0.14
130 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.13
131 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.12
132 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
134 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 10.22
135 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 1.39
136 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 1.24
137 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 1.36
138 TestFunctional/parallel/MountCmd/any-port 13.4
139 TestFunctional/parallel/ImageCommands/ImageSaveToFile 1.48
140 TestFunctional/parallel/ImageCommands/ImageRemove 1.01
141 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 5.77
142 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.06
143 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0
147 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
148 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.79
149 TestFunctional/parallel/MountCmd/specific-port 1.74
150 TestFunctional/parallel/MountCmd/VerifyCleanup 1.86
151 TestFunctional/parallel/ServiceCmd/DeployApp 8.25
152 TestFunctional/parallel/ProfileCmd/profile_not_create 0.36
153 TestFunctional/parallel/ProfileCmd/profile_list 0.35
154 TestFunctional/parallel/ProfileCmd/profile_json_output 0.36
155 TestFunctional/parallel/Version/short 0.05
156 TestFunctional/parallel/Version/components 0.76
157 TestFunctional/parallel/ServiceCmd/List 1.74
158 TestFunctional/parallel/ServiceCmd/JSONOutput 1.71
159 TestFunctional/parallel/ServiceCmd/HTTPS 0.53
160 TestFunctional/parallel/ServiceCmd/Format 0.51
161 TestFunctional/parallel/ServiceCmd/URL 0.56
162 TestFunctional/delete_echo-server_images 0.04
163 TestFunctional/delete_my-image_image 0.02
164 TestFunctional/delete_minikube_cached_images 0.02
168 TestMultiControlPlane/serial/StartCluster 116.8
169 TestMultiControlPlane/serial/DeployApp 5.05
170 TestMultiControlPlane/serial/PingHostFromPods 1.01
171 TestMultiControlPlane/serial/AddWorkerNode 35.09
172 TestMultiControlPlane/serial/NodeLabels 0.06
173 TestMultiControlPlane/serial/HAppyAfterClusterStart 0.62
174 TestMultiControlPlane/serial/CopyFile 15.3
175 TestMultiControlPlane/serial/StopSecondaryNode 12.44
176 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.47
177 TestMultiControlPlane/serial/RestartSecondaryNode 22.89
178 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 2.68
179 TestMultiControlPlane/serial/RestartClusterKeepsNodes 181.98
180 TestMultiControlPlane/serial/DeleteSecondaryNode 11.95
181 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.45
182 TestMultiControlPlane/serial/StopCluster 35.51
183 TestMultiControlPlane/serial/RestartCluster 115.45
184 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.47
185 TestMultiControlPlane/serial/AddSecondaryNode 41.36
186 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 0.61
190 TestJSONOutput/start/Command 51.98
191 TestJSONOutput/start/Audit 0
193 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
194 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
196 TestJSONOutput/pause/Command 0.64
197 TestJSONOutput/pause/Audit 0
199 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
200 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
202 TestJSONOutput/unpause/Command 0.59
203 TestJSONOutput/unpause/Audit 0
205 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
206 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
208 TestJSONOutput/stop/Command 5.78
209 TestJSONOutput/stop/Audit 0
211 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
212 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
213 TestErrorJSONOutput 0.2
215 TestKicCustomNetwork/create_custom_network 28.71
216 TestKicCustomNetwork/use_default_bridge_network 26.63
217 TestKicExistingNetwork 22.77
218 TestKicCustomSubnet 27.05
219 TestKicStaticIP 26.47
220 TestMainNoArgs 0.05
221 TestMinikubeProfile 47.59
224 TestMountStart/serial/StartWithMountFirst 8.05
225 TestMountStart/serial/VerifyMountFirst 0.24
226 TestMountStart/serial/StartWithMountSecond 8.27
227 TestMountStart/serial/VerifyMountSecond 0.23
228 TestMountStart/serial/DeleteFirst 1.59
229 TestMountStart/serial/VerifyMountPostDelete 0.24
230 TestMountStart/serial/Stop 1.18
231 TestMountStart/serial/RestartStopped 7.14
232 TestMountStart/serial/VerifyMountPostStop 0.24
235 TestMultiNode/serial/FreshStart2Nodes 82.55
236 TestMultiNode/serial/DeployApp2Nodes 3.32
237 TestMultiNode/serial/PingHostFrom2Pods 0.71
238 TestMultiNode/serial/AddNode 31.45
239 TestMultiNode/serial/MultiNodeLabels 0.06
240 TestMultiNode/serial/ProfileList 0.28
241 TestMultiNode/serial/CopyFile 8.77
242 TestMultiNode/serial/StopNode 2.08
243 TestMultiNode/serial/StartAfterStop 8.95
244 TestMultiNode/serial/RestartKeepsNodes 80.89
245 TestMultiNode/serial/DeleteNode 4.95
246 TestMultiNode/serial/StopMultiNode 23.94
247 TestMultiNode/serial/RestartMultiNode 49.69
248 TestMultiNode/serial/ValidateNameConflict 22.8
253 TestPreload 110.74
255 TestScheduledStopUnix 97.86
258 TestInsufficientStorage 9.99
259 TestRunningBinaryUpgrade 65.66
261 TestKubernetesUpgrade 342.53
262 TestMissingContainerUpgrade 137.85
266 TestNoKubernetes/serial/StartNoK8sWithVersion 0.08
268 TestNoKubernetes/serial/StartWithK8s 34.61
273 TestNetworkPlugins/group/false 7.97
277 TestNoKubernetes/serial/StartWithStopK8s 12.06
278 TestNoKubernetes/serial/Start 11.44
279 TestNoKubernetes/serial/VerifyK8sNotRunning 0.28
280 TestNoKubernetes/serial/ProfileList 1.59
281 TestNoKubernetes/serial/Stop 1.21
282 TestNoKubernetes/serial/StartNoArgs 8.85
283 TestStoppedBinaryUpgrade/Setup 0.41
284 TestStoppedBinaryUpgrade/Upgrade 59.46
285 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.33
286 TestStoppedBinaryUpgrade/MinikubeLogs 0.81
295 TestPause/serial/Start 54.38
296 TestPause/serial/SecondStartNoReconfiguration 26.5
297 TestPause/serial/Pause 0.69
298 TestPause/serial/VerifyStatus 0.28
299 TestPause/serial/Unpause 0.6
300 TestPause/serial/PauseAgain 0.77
301 TestPause/serial/DeletePaused 2.65
302 TestNetworkPlugins/group/auto/Start 53.59
303 TestPause/serial/VerifyDeletedResources 14.27
304 TestNetworkPlugins/group/kindnet/Start 53.7
305 TestNetworkPlugins/group/auto/KubeletFlags 0.26
306 TestNetworkPlugins/group/auto/NetCatPod 9.21
307 TestNetworkPlugins/group/auto/DNS 0.12
308 TestNetworkPlugins/group/auto/Localhost 0.1
309 TestNetworkPlugins/group/auto/HairPin 0.1
310 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
311 TestNetworkPlugins/group/kindnet/KubeletFlags 0.27
312 TestNetworkPlugins/group/kindnet/NetCatPod 9.22
313 TestNetworkPlugins/group/calico/Start 62.12
314 TestNetworkPlugins/group/kindnet/DNS 0.13
315 TestNetworkPlugins/group/kindnet/Localhost 0.11
316 TestNetworkPlugins/group/kindnet/HairPin 0.12
317 TestNetworkPlugins/group/custom-flannel/Start 54.16
318 TestNetworkPlugins/group/calico/ControllerPod 6.01
319 TestNetworkPlugins/group/calico/KubeletFlags 0.29
320 TestNetworkPlugins/group/calico/NetCatPod 9.21
321 TestNetworkPlugins/group/enable-default-cni/Start 37.21
322 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.33
323 TestNetworkPlugins/group/custom-flannel/NetCatPod 9.52
324 TestNetworkPlugins/group/calico/DNS 0.13
325 TestNetworkPlugins/group/calico/Localhost 0.11
326 TestNetworkPlugins/group/calico/HairPin 0.12
327 TestNetworkPlugins/group/custom-flannel/DNS 0.19
328 TestNetworkPlugins/group/custom-flannel/Localhost 0.18
329 TestNetworkPlugins/group/custom-flannel/HairPin 0.12
330 TestNetworkPlugins/group/flannel/Start 59.89
331 TestNetworkPlugins/group/bridge/Start 44.43
333 TestStartStop/group/old-k8s-version/serial/FirstStart 112.37
334 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.29
335 TestNetworkPlugins/group/enable-default-cni/NetCatPod 11.23
336 TestNetworkPlugins/group/enable-default-cni/DNS 0.23
337 TestNetworkPlugins/group/enable-default-cni/Localhost 0.19
338 TestNetworkPlugins/group/enable-default-cni/HairPin 0.19
340 TestStartStop/group/no-preload/serial/FirstStart 67.1
341 TestNetworkPlugins/group/bridge/KubeletFlags 0.3
342 TestNetworkPlugins/group/bridge/NetCatPod 11.25
343 TestNetworkPlugins/group/flannel/ControllerPod 6.01
344 TestNetworkPlugins/group/bridge/DNS 0.13
345 TestNetworkPlugins/group/bridge/Localhost 0.11
346 TestNetworkPlugins/group/bridge/HairPin 0.11
347 TestNetworkPlugins/group/flannel/KubeletFlags 0.29
348 TestNetworkPlugins/group/flannel/NetCatPod 10.23
349 TestNetworkPlugins/group/flannel/DNS 0.15
350 TestNetworkPlugins/group/flannel/Localhost 0.11
351 TestNetworkPlugins/group/flannel/HairPin 0.13
353 TestStartStop/group/embed-certs/serial/FirstStart 55.86
355 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 50.78
356 TestStartStop/group/no-preload/serial/DeployApp 7.25
357 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 0.94
358 TestStartStop/group/no-preload/serial/Stop 11.91
359 TestStartStop/group/old-k8s-version/serial/DeployApp 7.37
360 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 0.82
361 TestStartStop/group/old-k8s-version/serial/Stop 12.07
362 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.17
363 TestStartStop/group/no-preload/serial/SecondStart 262.2
364 TestStartStop/group/embed-certs/serial/DeployApp 7.25
365 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 1.03
366 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 9.33
367 TestStartStop/group/embed-certs/serial/Stop 15.06
368 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.25
369 TestStartStop/group/old-k8s-version/serial/SecondStart 129.16
370 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 0.89
371 TestStartStop/group/default-k8s-diff-port/serial/Stop 12.08
372 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.18
373 TestStartStop/group/embed-certs/serial/SecondStart 303.13
374 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.22
375 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 263.14
376 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 6.01
377 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.08
378 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.22
379 TestStartStop/group/old-k8s-version/serial/Pause 2.56
381 TestStartStop/group/newest-cni/serial/FirstStart 25.13
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.2
385 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.17
386 TestStartStop/group/newest-cni/serial/SecondStart 13.26
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.87
391 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6.01
392 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 5.08
393 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.22
394 TestStartStop/group/no-preload/serial/Pause 2.63
395 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6.01
396 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 5.07
397 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.22
398 TestStartStop/group/default-k8s-diff-port/serial/Pause 2.57
399 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6
400 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.07
401 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.22
402 TestStartStop/group/embed-certs/serial/Pause 2.5
x
+
TestDownloadOnly/v1.20.0/json-events (7.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-113201 --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-113201 --force --alsologtostderr --kubernetes-version=v1.20.0 --container-runtime=crio --driver=docker  --container-runtime=crio: (7.820768491s)
--- PASS: TestDownloadOnly/v1.20.0/json-events (7.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.06s)

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-113201 | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC |          |
	|         | -p download-only-113201        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2024/07/29 00:46:26
	Running on machine: ubuntu-20-agent-15
	Binary: Built with gc go1.22.5 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0729 00:46:26.251992   15991 out.go:291] Setting OutFile to fd 1 ...
	I0729 00:46:26.252156   15991 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 00:46:26.252169   15991 out.go:304] Setting ErrFile to fd 2...
	I0729 00:46:26.252176   15991 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 00:46:26.252356   15991 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-9224/.minikube/bin
	W0729 00:46:26.252475   15991 root.go:314] Error reading config file at /home/jenkins/minikube-integration/19312-9224/.minikube/config/config.json: open /home/jenkins/minikube-integration/19312-9224/.minikube/config/config.json: no such file or directory
	I0729 00:46:26.253016   15991 out.go:298] Setting JSON to true
	I0729 00:46:26.254001   15991 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":1735,"bootTime":1722212251,"procs":173,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0729 00:46:26.254073   15991 start.go:139] virtualization: kvm guest
	I0729 00:46:26.257173   15991 out.go:97] [download-only-113201] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	W0729 00:46:26.257279   15991 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/19312-9224/.minikube/cache/preloaded-tarball: no such file or directory
	I0729 00:46:26.257344   15991 notify.go:220] Checking for updates...
	I0729 00:46:26.259182   15991 out.go:169] MINIKUBE_LOCATION=19312
	I0729 00:46:26.261118   15991 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0729 00:46:26.262797   15991 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19312-9224/kubeconfig
	I0729 00:46:26.264361   15991 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-9224/.minikube
	I0729 00:46:26.265849   15991 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0729 00:46:26.268807   15991 out.go:267] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0729 00:46:26.269035   15991 driver.go:392] Setting default libvirt URI to qemu:///system
	I0729 00:46:26.291143   15991 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
	I0729 00:46:26.291251   15991 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 00:46:26.670480   15991 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 00:46:26.661569632 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-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:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 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> ServerEr
rors:[] 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 00:46:26.670585   15991 docker.go:307] overlay module found
	I0729 00:46:26.672743   15991 out.go:97] Using the docker driver based on user configuration
	I0729 00:46:26.672773   15991 start.go:297] selected driver: docker
	I0729 00:46:26.672778   15991 start.go:901] validating driver "docker" against <nil>
	I0729 00:46:26.672867   15991 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 00:46:26.720954   15991 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 00:46:26.711704974 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-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:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 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> ServerEr
rors:[] 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 00:46:26.721138   15991 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0729 00:46:26.721646   15991 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0729 00:46:26.721802   15991 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0729 00:46:26.724107   15991 out.go:169] Using Docker driver with root privileges
	I0729 00:46:26.726059   15991 cni.go:84] Creating CNI manager for ""
	I0729 00:46:26.726084   15991 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0729 00:46:26.726095   15991 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0729 00:46:26.726178   15991 start.go:340] cluster config:
	{Name:download-only-113201 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-113201 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 00:46:26.727792   15991 out.go:97] Starting "download-only-113201" primary control-plane node in "download-only-113201" cluster
	I0729 00:46:26.727821   15991 cache.go:121] Beginning downloading kic base image for docker with crio
	I0729 00:46:26.729366   15991 out.go:97] Pulling base image v0.0.44-1721902582-19326 ...
	I0729 00:46:26.729418   15991 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0729 00:46:26.729487   15991 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local docker daemon
	I0729 00:46:26.745499   15991 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 to local cache
	I0729 00:46:26.745691   15991 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory
	I0729 00:46:26.745793   15991 image.go:148] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 to local cache
	I0729 00:46:26.760312   15991 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 00:46:26.760354   15991 cache.go:56] Caching tarball of preloaded images
	I0729 00:46:26.760483   15991 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0729 00:46:26.762732   15991 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I0729 00:46:26.762760   15991 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4 ...
	I0729 00:46:26.798632   15991 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-9224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4
	I0729 00:46:29.815390   15991 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 as a tarball
	I0729 00:46:30.224446   15991 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4 ...
	I0729 00:46:30.224536   15991 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/19312-9224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4 ...
	I0729 00:46:31.137018   15991 cache.go:59] Finished verifying existence of preloaded tar for v1.20.0 on crio
	I0729 00:46:31.137375   15991 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/download-only-113201/config.json ...
	I0729 00:46:31.137411   15991 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/download-only-113201/config.json: {Name:mk4d113514d6451b2d81084028b7bfc54921ffb7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:46:31.137622   15991 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0729 00:46:31.137828   15991 download.go:107] Downloading: https://dl.k8s.io/release/v1.20.0/bin/linux/amd64/kubectl?checksum=file:https://dl.k8s.io/release/v1.20.0/bin/linux/amd64/kubectl.sha256 -> /home/jenkins/minikube-integration/19312-9224/.minikube/cache/linux/amd64/v1.20.0/kubectl
	
	
	* The control-plane node download-only-113201 host does not exist
	  To start a cluster, run: "minikube start -p download-only-113201"

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

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

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

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

                                                
                                                
=== 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-693956 --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-693956 --force --alsologtostderr --kubernetes-version=v1.30.3 --container-runtime=crio --driver=docker  --container-runtime=crio: (4.082423282s)
--- PASS: TestDownloadOnly/v1.30.3/json-events (4.08s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-113201 | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC |                     |
	|         | -p download-only-113201        |                      |         |         |                     |                     |
	|         | --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 00:46 UTC | 29 Jul 24 00:46 UTC |
	| delete  | -p download-only-113201        | download-only-113201 | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC | 29 Jul 24 00:46 UTC |
	| start   | -o=json --download-only        | download-only-693956 | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC |                     |
	|         | -p download-only-693956        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.30.3   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/07/29 00:46:34
	Running on machine: ubuntu-20-agent-15
	Binary: Built with gc go1.22.5 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0729 00:46:34.459267   16352 out.go:291] Setting OutFile to fd 1 ...
	I0729 00:46:34.459513   16352 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 00:46:34.459523   16352 out.go:304] Setting ErrFile to fd 2...
	I0729 00:46:34.459527   16352 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 00:46:34.459692   16352 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-9224/.minikube/bin
	I0729 00:46:34.460217   16352 out.go:298] Setting JSON to true
	I0729 00:46:34.461057   16352 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":1743,"bootTime":1722212251,"procs":171,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0729 00:46:34.461116   16352 start.go:139] virtualization: kvm guest
	I0729 00:46:34.463596   16352 out.go:97] [download-only-693956] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	I0729 00:46:34.463771   16352 notify.go:220] Checking for updates...
	I0729 00:46:34.465382   16352 out.go:169] MINIKUBE_LOCATION=19312
	I0729 00:46:34.466953   16352 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0729 00:46:34.468377   16352 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19312-9224/kubeconfig
	I0729 00:46:34.469949   16352 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-9224/.minikube
	I0729 00:46:34.471583   16352 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0729 00:46:34.474619   16352 out.go:267] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0729 00:46:34.474892   16352 driver.go:392] Setting default libvirt URI to qemu:///system
	I0729 00:46:34.498890   16352 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
	I0729 00:46:34.499020   16352 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 00:46:34.546327   16352 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:46 SystemTime:2024-07-29 00:46:34.536801459 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-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:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 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> ServerEr
rors:[] 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 00:46:34.546430   16352 docker.go:307] overlay module found
	I0729 00:46:34.548484   16352 out.go:97] Using the docker driver based on user configuration
	I0729 00:46:34.548510   16352 start.go:297] selected driver: docker
	I0729 00:46:34.548515   16352 start.go:901] validating driver "docker" against <nil>
	I0729 00:46:34.548597   16352 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 00:46:34.597425   16352 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:46 SystemTime:2024-07-29 00:46:34.588832128 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-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:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 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> ServerEr
rors:[] 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 00:46:34.597633   16352 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0729 00:46:34.598281   16352 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0729 00:46:34.598475   16352 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0729 00:46:34.600596   16352 out.go:169] Using Docker driver with root privileges
	
	
	* The control-plane node download-only-693956 host does not exist
	  To start a cluster, run: "minikube start -p download-only-693956"

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

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

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

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

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

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

                                                
                                                
=== 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-131292 --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-131292 --force --alsologtostderr --kubernetes-version=v1.31.0-beta.0 --container-runtime=crio --driver=docker  --container-runtime=crio: (8.230999881s)
--- PASS: TestDownloadOnly/v1.31.0-beta.0/json-events (8.23s)

                                                
                                    
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-131292
aaa_download_only_test.go:184: (dbg) Non-zero exit: out/minikube-linux-amd64 logs -p download-only-131292: exit status 85 (61.058944ms)

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|-------------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |                Args                 |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|-------------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only             | download-only-113201 | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC |                     |
	|         | -p download-only-113201             |                      |         |         |                     |                     |
	|         | --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 00:46 UTC | 29 Jul 24 00:46 UTC |
	| delete  | -p download-only-113201             | download-only-113201 | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC | 29 Jul 24 00:46 UTC |
	| start   | -o=json --download-only             | download-only-693956 | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC |                     |
	|         | -p download-only-693956             |                      |         |         |                     |                     |
	|         | --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 00:46 UTC | 29 Jul 24 00:46 UTC |
	| delete  | -p download-only-693956             | download-only-693956 | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC | 29 Jul 24 00:46 UTC |
	| start   | -o=json --download-only             | download-only-131292 | jenkins | v1.33.1 | 29 Jul 24 00:46 UTC |                     |
	|         | -p download-only-131292             |                      |         |         |                     |                     |
	|         | --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 00:46:38
	Running on machine: ubuntu-20-agent-15
	Binary: Built with gc go1.22.5 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0729 00:46:38.922086   16697 out.go:291] Setting OutFile to fd 1 ...
	I0729 00:46:38.922342   16697 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 00:46:38.922351   16697 out.go:304] Setting ErrFile to fd 2...
	I0729 00:46:38.922355   16697 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 00:46:38.922560   16697 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-9224/.minikube/bin
	I0729 00:46:38.923123   16697 out.go:298] Setting JSON to true
	I0729 00:46:38.923939   16697 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":1748,"bootTime":1722212251,"procs":171,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0729 00:46:38.924004   16697 start.go:139] virtualization: kvm guest
	I0729 00:46:38.926370   16697 out.go:97] [download-only-131292] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	I0729 00:46:38.926527   16697 notify.go:220] Checking for updates...
	I0729 00:46:38.927994   16697 out.go:169] MINIKUBE_LOCATION=19312
	I0729 00:46:38.929719   16697 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0729 00:46:38.931271   16697 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19312-9224/kubeconfig
	I0729 00:46:38.932727   16697 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-9224/.minikube
	I0729 00:46:38.934268   16697 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0729 00:46:38.936827   16697 out.go:267] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0729 00:46:38.937066   16697 driver.go:392] Setting default libvirt URI to qemu:///system
	I0729 00:46:38.958322   16697 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
	I0729 00:46:38.958443   16697 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 00:46:39.005285   16697 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 00:46:38.996797811 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-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:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 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> ServerEr
rors:[] 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 00:46:39.005385   16697 docker.go:307] overlay module found
	I0729 00:46:39.007142   16697 out.go:97] Using the docker driver based on user configuration
	I0729 00:46:39.007164   16697 start.go:297] selected driver: docker
	I0729 00:46:39.007169   16697 start.go:901] validating driver "docker" against <nil>
	I0729 00:46:39.007243   16697 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 00:46:39.056612   16697 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 00:46:39.047912623 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-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:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 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> ServerEr
rors:[] 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 00:46:39.056768   16697 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0729 00:46:39.057268   16697 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0729 00:46:39.057411   16697 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0729 00:46:39.059316   16697 out.go:169] Using Docker driver with root privileges
	I0729 00:46:39.060748   16697 cni.go:84] Creating CNI manager for ""
	I0729 00:46:39.060764   16697 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0729 00:46:39.060774   16697 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0729 00:46:39.060844   16697 start.go:340] cluster config:
	{Name:download-only-131292 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-131292 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 00:46:39.062444   16697 out.go:97] Starting "download-only-131292" primary control-plane node in "download-only-131292" cluster
	I0729 00:46:39.062460   16697 cache.go:121] Beginning downloading kic base image for docker with crio
	I0729 00:46:39.063814   16697 out.go:97] Pulling base image v0.0.44-1721902582-19326 ...
	I0729 00:46:39.063833   16697 preload.go:131] Checking if preload exists for k8s version v1.31.0-beta.0 and runtime crio
	I0729 00:46:39.063883   16697 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local docker daemon
	I0729 00:46:39.079817   16697 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 to local cache
	I0729 00:46:39.079930   16697 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory
	I0729 00:46:39.079946   16697 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory, skipping pull
	I0729 00:46:39.079951   16697 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 exists in cache, skipping pull
	I0729 00:46:39.079957   16697 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 as a tarball
	I0729 00:46:39.095787   16697 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 00:46:39.095811   16697 cache.go:56] Caching tarball of preloaded images
	I0729 00:46:39.095941   16697 preload.go:131] Checking if preload exists for k8s version v1.31.0-beta.0 and runtime crio
	I0729 00:46:39.098058   16697 out.go:97] Downloading Kubernetes v1.31.0-beta.0 preload ...
	I0729 00:46:39.098077   16697 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.31.0-beta.0-cri-o-overlay-amd64.tar.lz4 ...
	I0729 00:46:39.134895   16697 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-9224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-beta.0-cri-o-overlay-amd64.tar.lz4
	I0729 00:46:41.603776   16697 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.31.0-beta.0-cri-o-overlay-amd64.tar.lz4 ...
	I0729 00:46:41.603866   16697 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/19312-9224/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-beta.0-cri-o-overlay-amd64.tar.lz4 ...
	I0729 00:46:42.351673   16697 cache.go:59] Finished verifying existence of preloaded tar for v1.31.0-beta.0 on crio
	I0729 00:46:42.351987   16697 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/download-only-131292/config.json ...
	I0729 00:46:42.352022   16697 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/download-only-131292/config.json: {Name:mk1c8647b6ec75058988757e2084aa603155ea42 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0729 00:46:42.352193   16697 preload.go:131] Checking if preload exists for k8s version v1.31.0-beta.0 and runtime crio
	I0729 00:46:42.352319   16697 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-9224/.minikube/cache/linux/amd64/v1.31.0-beta.0/kubectl
	
	
	* The control-plane node download-only-131292 host does not exist
	  To start a cluster, run: "minikube start -p download-only-131292"

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

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

                                                
                                    
x
+
TestDownloadOnlyKic (1.1s)

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

                                                
                                    
x
+
TestBinaryMirror (0.71s)

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

                                                
                                    
x
+
TestOffline (62.41s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

                                                
                                                
=== CONT  TestOffline
aab_offline_test.go:55: (dbg) Run:  out/minikube-linux-amd64 start -p offline-crio-436035 --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-436035 --alsologtostderr -v=1 --memory=2048 --wait=true --driver=docker  --container-runtime=crio: (1m0.008022111s)
helpers_test.go:175: Cleaning up "offline-crio-436035" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p offline-crio-436035
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p offline-crio-436035: (2.400629121s)
--- PASS: TestOffline (62.41s)

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.05s)

                                                
                                                
=== 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-703043
addons_test.go:1037: (dbg) Non-zero exit: out/minikube-linux-amd64 addons enable dashboard -p addons-703043: exit status 85 (51.192571ms)

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

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

                                                
                                    
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-703043
addons_test.go:1048: (dbg) Non-zero exit: out/minikube-linux-amd64 addons disable dashboard -p addons-703043: exit status 85 (51.002495ms)

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

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

                                                
                                    
x
+
TestAddons/Setup (182.38s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:110: (dbg) Run:  out/minikube-linux-amd64 start -p addons-703043 --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-703043 --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: (3m2.377335383s)
--- PASS: TestAddons/Setup (182.38s)

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

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

                                                
                                    
x
+
TestAddons/parallel/Registry (13.59s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:332: registry stabilized in 2.65985ms
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-656c9c8d9c-6c7sm" [e895d751-4883-4a10-9c8f-e9a780bda807] Running
addons_test.go:334: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.004606582s
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-2nbmr" [e61f95c6-4dd9-459f-8356-23f1f1892ac4] Running
addons_test.go:337: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.005838388s
addons_test.go:342: (dbg) Run:  kubectl --context addons-703043 delete po -l run=registry-test --now
addons_test.go:347: (dbg) Run:  kubectl --context addons-703043 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-703043 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": (2.79820577s)
addons_test.go:361: (dbg) Run:  out/minikube-linux-amd64 -p addons-703043 ip
2024/07/29 00:50:21 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:390: (dbg) Run:  out/minikube-linux-amd64 -p addons-703043 addons disable registry --alsologtostderr -v=1
--- PASS: TestAddons/parallel/Registry (13.59s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (11.05s)

                                                
                                                
=== 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-hhntk" [af503d75-1ba2-4fe7-a1f3-d35173c547d0] 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 5.00362277s
addons_test.go:851: (dbg) Run:  out/minikube-linux-amd64 addons disable inspektor-gadget -p addons-703043
addons_test.go:851: (dbg) Done: out/minikube-linux-amd64 addons disable inspektor-gadget -p addons-703043: (6.046468319s)
--- PASS: TestAddons/parallel/InspektorGadget (11.05s)

                                                
                                    
x
+
TestAddons/parallel/HelmTiller (9.84s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/HelmTiller
addons_test.go:458: tiller-deploy stabilized in 2.33403ms
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-9st6r" [ee1d13cf-e5fc-428f-8204-d454dd5b5f45] Running
addons_test.go:460: (dbg) TestAddons/parallel/HelmTiller: app=helm healthy within 5.004667337s
addons_test.go:475: (dbg) Run:  kubectl --context addons-703043 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-703043 run --rm helm-test --restart=Never --image=docker.io/alpine/helm:2.16.3 -it --namespace=kube-system -- version: (4.353388023s)
addons_test.go:492: (dbg) Run:  out/minikube-linux-amd64 -p addons-703043 addons disable helm-tiller --alsologtostderr -v=1
--- PASS: TestAddons/parallel/HelmTiller (9.84s)

                                                
                                    
x
+
TestAddons/parallel/CSI (47.56s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:567: csi-hostpath-driver pods stabilized in 6.117092ms
addons_test.go:570: (dbg) Run:  kubectl --context addons-703043 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-703043 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:580: (dbg) Run:  kubectl --context addons-703043 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" [989888b4-cd37-47d7-8f34-38936b304cb0] Pending
helpers_test.go:344: "task-pv-pod" [989888b4-cd37-47d7-8f34-38936b304cb0] 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" [989888b4-cd37-47d7-8f34-38936b304cb0] Running
addons_test.go:585: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 12.002968025s
addons_test.go:590: (dbg) Run:  kubectl --context addons-703043 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-703043 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-703043 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:600: (dbg) Run:  kubectl --context addons-703043 delete pod task-pv-pod
addons_test.go:606: (dbg) Run:  kubectl --context addons-703043 delete pvc hpvc
addons_test.go:612: (dbg) Run:  kubectl --context addons-703043 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-703043 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:622: (dbg) Run:  kubectl --context addons-703043 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" [c070d0be-eb20-45f5-ae45-1dce75a2cc43] Pending
helpers_test.go:344: "task-pv-pod-restore" [c070d0be-eb20-45f5-ae45-1dce75a2cc43] 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" [c070d0be-eb20-45f5-ae45-1dce75a2cc43] Running
addons_test.go:627: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 7.004198251s
addons_test.go:632: (dbg) Run:  kubectl --context addons-703043 delete pod task-pv-pod-restore
addons_test.go:632: (dbg) Done: kubectl --context addons-703043 delete pod task-pv-pod-restore: (1.730837254s)
addons_test.go:636: (dbg) Run:  kubectl --context addons-703043 delete pvc hpvc-restore
addons_test.go:640: (dbg) Run:  kubectl --context addons-703043 delete volumesnapshot new-snapshot-demo
addons_test.go:644: (dbg) Run:  out/minikube-linux-amd64 -p addons-703043 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:644: (dbg) Done: out/minikube-linux-amd64 -p addons-703043 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.552295495s)
addons_test.go:648: (dbg) Run:  out/minikube-linux-amd64 -p addons-703043 addons disable volumesnapshots --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CSI (47.56s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (16.36s)

                                                
                                                
=== 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-703043 --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-5vcvd" [fb872d26-7c37-4fc4-aaca-bc557ba68421] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-7867546754-5vcvd" [fb872d26-7c37-4fc4-aaca-bc557ba68421] Running
addons_test.go:835: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 10.00382685s
addons_test.go:839: (dbg) Run:  out/minikube-linux-amd64 -p addons-703043 addons disable headlamp --alsologtostderr -v=1
addons_test.go:839: (dbg) Done: out/minikube-linux-amd64 -p addons-703043 addons disable headlamp --alsologtostderr -v=1: (5.589023594s)
--- PASS: TestAddons/parallel/Headlamp (16.36s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (5.98s)

                                                
                                                
=== 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-6fcd4f6f98-nbmsx" [c9ce6652-109c-455a-b9d3-704cb1b149cb] Running
addons_test.go:867: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 5.003834007s
addons_test.go:870: (dbg) Run:  out/minikube-linux-amd64 addons disable cloud-spanner -p addons-703043
--- PASS: TestAddons/parallel/CloudSpanner (5.98s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (13.12s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:982: (dbg) Run:  kubectl --context addons-703043 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:988: (dbg) Run:  kubectl --context addons-703043 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-703043 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-703043 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" [9debc8fa-f703-4da8-92e5-fcd5ffc73280] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [9debc8fa-f703-4da8-92e5-fcd5ffc73280] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [9debc8fa-f703-4da8-92e5-fcd5ffc73280] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:995: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 7.003552642s
addons_test.go:1000: (dbg) Run:  kubectl --context addons-703043 get pvc test-pvc -o=json
addons_test.go:1009: (dbg) Run:  out/minikube-linux-amd64 -p addons-703043 ssh "cat /opt/local-path-provisioner/pvc-7ba08eef-6fdb-4f0d-b1f7-f56cc8316dd1_default_test-pvc/file1"
addons_test.go:1021: (dbg) Run:  kubectl --context addons-703043 delete pod test-local-path
addons_test.go:1025: (dbg) Run:  kubectl --context addons-703043 delete pvc test-pvc
addons_test.go:1029: (dbg) Run:  out/minikube-linux-amd64 -p addons-703043 addons disable storage-provisioner-rancher --alsologtostderr -v=1
--- PASS: TestAddons/parallel/LocalPath (13.12s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (5.45s)

                                                
                                                
=== 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-xwhxn" [169cd722-d241-4d21-81c4-2230bca5a2ab] Running
addons_test.go:1061: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 5.004720376s
addons_test.go:1064: (dbg) Run:  out/minikube-linux-amd64 addons disable nvidia-device-plugin -p addons-703043
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (5.45s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (11.6s)

                                                
                                                
=== 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-nhkqw" [3dc6b980-9484-4efd-a5fa-6228f53112a7] Running
addons_test.go:1072: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 6.003651407s
addons_test.go:1076: (dbg) Run:  out/minikube-linux-amd64 -p addons-703043 addons disable yakd --alsologtostderr -v=1
addons_test.go:1076: (dbg) Done: out/minikube-linux-amd64 -p addons-703043 addons disable yakd --alsologtostderr -v=1: (5.598566458s)
--- PASS: TestAddons/parallel/Yakd (11.60s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (12.03s)

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

                                                
                                    
x
+
TestCertOptions (25.23s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

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

                                                
                                    
x
+
TestCertExpiration (226.13s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Run:  out/minikube-linux-amd64 start -p cert-expiration-624591 --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-624591 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=crio: (26.131509286s)
cert_options_test.go:131: (dbg) Run:  out/minikube-linux-amd64 start -p cert-expiration-624591 --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-624591 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=crio: (17.298629538s)
helpers_test.go:175: Cleaning up "cert-expiration-624591" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p cert-expiration-624591
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p cert-expiration-624591: (2.69975526s)
--- PASS: TestCertExpiration (226.13s)

                                                
                                    
x
+
TestForceSystemdFlag (27.84s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdFlag
docker_test.go:91: (dbg) Run:  out/minikube-linux-amd64 start -p force-systemd-flag-577793 --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-577793 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker  --container-runtime=crio: (24.964469469s)
docker_test.go:132: (dbg) Run:  out/minikube-linux-amd64 -p force-systemd-flag-577793 ssh "cat /etc/crio/crio.conf.d/02-crio.conf"
helpers_test.go:175: Cleaning up "force-systemd-flag-577793" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p force-systemd-flag-577793
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p force-systemd-flag-577793: (2.600289782s)
--- PASS: TestForceSystemdFlag (27.84s)

                                                
                                    
x
+
TestForceSystemdEnv (40.86s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdEnv
docker_test.go:155: (dbg) Run:  out/minikube-linux-amd64 start -p force-systemd-env-487390 --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-487390 --memory=2048 --alsologtostderr -v=5 --driver=docker  --container-runtime=crio: (35.006256745s)
helpers_test.go:175: Cleaning up "force-systemd-env-487390" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p force-systemd-env-487390
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p force-systemd-env-487390: (5.850291236s)
--- PASS: TestForceSystemdEnv (40.86s)

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (3.31s)

                                                
                                                
=== RUN   TestKVMDriverInstallOrUpdate
=== PAUSE TestKVMDriverInstallOrUpdate

                                                
                                                

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

                                                
                                    
x
+
TestErrorSpam/setup (23.56s)

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

                                                
                                    
x
+
TestErrorSpam/start (0.57s)

                                                
                                                
=== 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-462801 --log_dir /tmp/nospam-462801 start --dry-run
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-462801 --log_dir /tmp/nospam-462801 start --dry-run
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-amd64 -p nospam-462801 --log_dir /tmp/nospam-462801 start --dry-run
--- PASS: TestErrorSpam/start (0.57s)

                                                
                                    
x
+
TestErrorSpam/status (0.83s)

                                                
                                                
=== 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-462801 --log_dir /tmp/nospam-462801 status
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-462801 --log_dir /tmp/nospam-462801 status
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-amd64 -p nospam-462801 --log_dir /tmp/nospam-462801 status
--- PASS: TestErrorSpam/status (0.83s)

                                                
                                    
x
+
TestErrorSpam/pause (1.46s)

                                                
                                                
=== 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-462801 --log_dir /tmp/nospam-462801 pause
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-462801 --log_dir /tmp/nospam-462801 pause
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-amd64 -p nospam-462801 --log_dir /tmp/nospam-462801 pause
--- PASS: TestErrorSpam/pause (1.46s)

                                                
                                    
x
+
TestErrorSpam/unpause (1.43s)

                                                
                                                
=== 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-462801 --log_dir /tmp/nospam-462801 unpause
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-462801 --log_dir /tmp/nospam-462801 unpause
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-amd64 -p nospam-462801 --log_dir /tmp/nospam-462801 unpause
--- PASS: TestErrorSpam/unpause (1.43s)

                                                
                                    
x
+
TestErrorSpam/stop (1.35s)

                                                
                                                
=== 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-462801 --log_dir /tmp/nospam-462801 stop
error_spam_test.go:159: (dbg) Done: out/minikube-linux-amd64 -p nospam-462801 --log_dir /tmp/nospam-462801 stop: (1.169905681s)
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-462801 --log_dir /tmp/nospam-462801 stop
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-amd64 -p nospam-462801 --log_dir /tmp/nospam-462801 stop
--- PASS: TestErrorSpam/stop (1.35s)

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

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

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (50.74s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2234: (dbg) Run:  out/minikube-linux-amd64 start -p functional-766565 --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-766565 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=crio: (50.737050443s)
--- PASS: TestFunctional/serial/StartWithProxy (50.74s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (24.17s)

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

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

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

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

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

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

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

                                                
                                    
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-766565 ssh sudo crictl images
--- PASS: TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node (0.26s)

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

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

                                                
                                                
-- 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-766565 cache reload
functional_test.go:1163: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 ssh sudo crictl inspecti registry.k8s.io/pause:latest
--- PASS: TestFunctional/serial/CacheCmd/cache/cache_reload (1.66s)

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.1s)

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

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (34.03s)

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

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.07s)

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

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

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.37s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1250: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 logs --file /tmp/TestFunctionalserialLogsFileCmd265919843/001/logs.txt
functional_test.go:1250: (dbg) Done: out/minikube-linux-amd64 -p functional-766565 logs --file /tmp/TestFunctionalserialLogsFileCmd265919843/001/logs.txt: (1.367823286s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.37s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (3.89s)

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

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

                                                
                                                
-- /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-766565 delete -f testdata/invalidsvc.yaml
--- PASS: TestFunctional/serial/InvalidService (3.89s)

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.36s)

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

                                                
                                                

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (9.87s)

                                                
                                                
=== 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-766565 --alsologtostderr -v=1]
functional_test.go:910: (dbg) stopping [out/minikube-linux-amd64 dashboard --url --port 36195 -p functional-766565 --alsologtostderr -v=1] ...
helpers_test.go:508: unable to kill pid 59328: os: process already finished
--- PASS: TestFunctional/parallel/DashboardCmd (9.87s)

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.33s)

                                                
                                                
=== 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-766565 --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-766565 --dry-run --memory 250MB --alsologtostderr --driver=docker  --container-runtime=crio: exit status 23 (146.077736ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0729 00:58:40.705184   58335 out.go:291] Setting OutFile to fd 1 ...
	I0729 00:58:40.705332   58335 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 00:58:40.705342   58335 out.go:304] Setting ErrFile to fd 2...
	I0729 00:58:40.705349   58335 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 00:58:40.705586   58335 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-9224/.minikube/bin
	I0729 00:58:40.706119   58335 out.go:298] Setting JSON to false
	I0729 00:58:40.707088   58335 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":2470,"bootTime":1722212251,"procs":234,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0729 00:58:40.707146   58335 start.go:139] virtualization: kvm guest
	I0729 00:58:40.709538   58335 out.go:177] * [functional-766565] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	I0729 00:58:40.710964   58335 out.go:177]   - MINIKUBE_LOCATION=19312
	I0729 00:58:40.710973   58335 notify.go:220] Checking for updates...
	I0729 00:58:40.713969   58335 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0729 00:58:40.715404   58335 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19312-9224/kubeconfig
	I0729 00:58:40.716812   58335 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-9224/.minikube
	I0729 00:58:40.718318   58335 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0729 00:58:40.719739   58335 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0729 00:58:40.721757   58335 config.go:182] Loaded profile config "functional-766565": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 00:58:40.722297   58335 driver.go:392] Setting default libvirt URI to qemu:///system
	I0729 00:58:40.744936   58335 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
	I0729 00:58:40.745111   58335 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 00:58:40.791250   58335 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 00:58:40.781835311 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-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:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 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> ServerEr
rors:[] 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 00:58:40.791342   58335 docker.go:307] overlay module found
	I0729 00:58:40.793565   58335 out.go:177] * Using the docker driver based on existing profile
	I0729 00:58:40.795138   58335 start.go:297] selected driver: docker
	I0729 00:58:40.795158   58335 start.go:901] validating driver "docker" against &{Name:functional-766565 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-766565 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 00:58:40.795260   58335 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0729 00:58:40.797398   58335 out.go:177] 
	W0729 00:58:40.798749   58335 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 00:58:40.800130   58335 out.go:177] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.14s)

                                                
                                                
=== 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-766565 --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-766565 --dry-run --memory 250MB --alsologtostderr --driver=docker  --container-runtime=crio: exit status 23 (140.623209ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0729 00:58:41.874182   58901 out.go:291] Setting OutFile to fd 1 ...
	I0729 00:58:41.874287   58901 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 00:58:41.874293   58901 out.go:304] Setting ErrFile to fd 2...
	I0729 00:58:41.874299   58901 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 00:58:41.874585   58901 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-9224/.minikube/bin
	I0729 00:58:41.875129   58901 out.go:298] Setting JSON to false
	I0729 00:58:41.876115   58901 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":2471,"bootTime":1722212251,"procs":234,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0729 00:58:41.876174   58901 start.go:139] virtualization: kvm guest
	I0729 00:58:41.878578   58901 out.go:177] * [functional-766565] minikube v1.33.1 sur Ubuntu 20.04 (kvm/amd64)
	I0729 00:58:41.880189   58901 out.go:177]   - MINIKUBE_LOCATION=19312
	I0729 00:58:41.880180   58901 notify.go:220] Checking for updates...
	I0729 00:58:41.881751   58901 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0729 00:58:41.883137   58901 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19312-9224/kubeconfig
	I0729 00:58:41.884436   58901 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-9224/.minikube
	I0729 00:58:41.885738   58901 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0729 00:58:41.887029   58901 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0729 00:58:41.888719   58901 config.go:182] Loaded profile config "functional-766565": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 00:58:41.889222   58901 driver.go:392] Setting default libvirt URI to qemu:///system
	I0729 00:58:41.911731   58901 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
	I0729 00:58:41.911899   58901 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 00:58:41.960779   58901 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 00:58:41.951756754 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-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:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 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> ServerEr
rors:[] 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 00:58:41.960888   58901 docker.go:307] overlay module found
	I0729 00:58:41.962973   58901 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0729 00:58:41.964500   58901 start.go:297] selected driver: docker
	I0729 00:58:41.964515   58901 start.go:901] validating driver "docker" against &{Name:functional-766565 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-766565 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 00:58:41.964606   58901 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0729 00:58:41.966839   58901 out.go:177] 
	W0729 00:58:41.969211   58901 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 00:58:41.970571   58901 out.go:177] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (0.84s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (11.81s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1629: (dbg) Run:  kubectl --context functional-766565 create deployment hello-node-connect --image=registry.k8s.io/echoserver:1.8
functional_test.go:1635: (dbg) Run:  kubectl --context functional-766565 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-2bphx" [57d23ec1-0306-4a0a-825c-e20d598c9498] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-connect-57b4589c47-2bphx" [57d23ec1-0306-4a0a-825c-e20d598c9498] Running
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 11.00421462s
functional_test.go:1649: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 service hello-node-connect --url
functional_test.go:1655: found endpoint for hello-node-connect: http://192.168.49.2:32376
functional_test.go:1675: http://192.168.49.2:32376: success! body:

                                                
                                                

                                                
                                                
Hostname: hello-node-connect-57b4589c47-2bphx

                                                
                                                
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:32376
	user-agent=Go-http-client/1.1

                                                
                                                
Request Body:
	-no body in request-

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

                                                
                                    
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-766565 addons list
functional_test.go:1702: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 addons list -o json
--- PASS: TestFunctional/parallel/AddonsCmd (0.13s)

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (28.5s)

                                                
                                                
=== 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" [d1d37523-db0c-426c-a628-e6b919e17da3] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 5.021921415s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-766565 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-766565 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-766565 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-766565 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" [a8b3bd5b-a1ca-4bdf-90c6-860b3e663dd7] Pending
helpers_test.go:344: "sp-pod" [a8b3bd5b-a1ca-4bdf-90c6-860b3e663dd7] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [a8b3bd5b-a1ca-4bdf-90c6-860b3e663dd7] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 14.004338752s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-766565 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-766565 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:106: (dbg) Done: kubectl --context functional-766565 delete -f testdata/storage-provisioner/pod.yaml: (1.547928857s)
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-766565 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" [6571b51f-f90c-45e9-bc23-8956df6ea753] Pending
helpers_test.go:344: "sp-pod" [6571b51f-f90c-45e9-bc23-8956df6ea753] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [6571b51f-f90c-45e9-bc23-8956df6ea753] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 7.004488094s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-766565 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (28.50s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.49s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (1.75s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/MySQL (21.75s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1793: (dbg) Run:  kubectl --context functional-766565 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-vwpgb" [f99af235-3c2a-4539-8cc5-77e8a587ca14] Pending / Ready:ContainersNotReady (containers with unready status: [mysql]) / ContainersReady:ContainersNotReady (containers with unready status: [mysql])
helpers_test.go:344: "mysql-64454c8b5c-vwpgb" [f99af235-3c2a-4539-8cc5-77e8a587ca14] Running
functional_test.go:1799: (dbg) TestFunctional/parallel/MySQL: app=mysql healthy within 19.01167348s
functional_test.go:1807: (dbg) Run:  kubectl --context functional-766565 exec mysql-64454c8b5c-vwpgb -- mysql -ppassword -e "show databases;"
functional_test.go:1807: (dbg) Non-zero exit: kubectl --context functional-766565 exec mysql-64454c8b5c-vwpgb -- mysql -ppassword -e "show databases;": exit status 1 (232.413522ms)

                                                
                                                
** 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-766565 exec mysql-64454c8b5c-vwpgb -- mysql -ppassword -e "show databases;"
functional_test.go:1807: (dbg) Non-zero exit: kubectl --context functional-766565 exec mysql-64454c8b5c-vwpgb -- mysql -ppassword -e "show databases;": exit status 1 (186.747489ms)

                                                
                                                
** 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-766565 exec mysql-64454c8b5c-vwpgb -- mysql -ppassword -e "show databases;"
--- PASS: TestFunctional/parallel/MySQL (21.75s)

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.28s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CertSync (1.59s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1972: Checking for existence of /etc/ssl/certs/15979.pem within VM
functional_test.go:1973: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 ssh "sudo cat /etc/ssl/certs/15979.pem"
functional_test.go:1972: Checking for existence of /usr/share/ca-certificates/15979.pem within VM
functional_test.go:1973: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 ssh "sudo cat /usr/share/ca-certificates/15979.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-766565 ssh "sudo cat /etc/ssl/certs/51391683.0"
functional_test.go:1999: Checking for existence of /etc/ssl/certs/159792.pem within VM
functional_test.go:2000: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 ssh "sudo cat /etc/ssl/certs/159792.pem"
functional_test.go:1999: Checking for existence of /usr/share/ca-certificates/159792.pem within VM
functional_test.go:2000: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 ssh "sudo cat /usr/share/ca-certificates/159792.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-766565 ssh "sudo cat /etc/ssl/certs/3ec20f2e.0"
--- PASS: TestFunctional/parallel/CertSync (1.59s)

                                                
                                    
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-766565 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.62s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.2s)

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

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

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

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

                                                
                                                
=== 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-766565 image ls --format short --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-766565 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-766565
localhost/kicbase/echo-server:functional-766565
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-766565 image ls --format short --alsologtostderr:
I0729 00:58:43.569298   59514 out.go:291] Setting OutFile to fd 1 ...
I0729 00:58:43.569634   59514 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 00:58:43.569647   59514 out.go:304] Setting ErrFile to fd 2...
I0729 00:58:43.569655   59514 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 00:58:43.569941   59514 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-9224/.minikube/bin
I0729 00:58:43.570510   59514 config.go:182] Loaded profile config "functional-766565": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 00:58:43.570602   59514 config.go:182] Loaded profile config "functional-766565": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 00:58:43.570963   59514 cli_runner.go:164] Run: docker container inspect functional-766565 --format={{.State.Status}}
I0729 00:58:43.588230   59514 ssh_runner.go:195] Run: systemctl --version
I0729 00:58:43.588283   59514 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-766565
I0729 00:58:43.604929   59514 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32779 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/functional-766565/id_rsa Username:docker}
I0729 00:58:43.689843   59514 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.20s)

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

                                                
                                                
=== 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-766565 image ls --format table --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-766565 image ls --format table --alsologtostderr:
|-----------------------------------------|--------------------|---------------|--------|
|                  Image                  |        Tag         |   Image ID    |  Size  |
|-----------------------------------------|--------------------|---------------|--------|
| gcr.io/k8s-minikube/busybox             | 1.28.4-glibc       | 56cc512116c8f | 4.63MB |
| localhost/minikube-local-cache-test     | functional-766565  | 010b2328ccc6a | 3.33kB |
| registry.k8s.io/etcd                    | 3.5.12-0           | 3861cfcd7c04c | 151MB  |
| registry.k8s.io/pause                   | latest             | 350b164e7ae1d | 247kB  |
| registry.k8s.io/kube-scheduler          | v1.30.3            | 3edc18e7b7672 | 63.1MB |
| docker.io/library/nginx                 | alpine             | 1ae23480369fa | 45.1MB |
| docker.io/library/nginx                 | latest             | a72860cb95fd5 | 192MB  |
| gcr.io/k8s-minikube/storage-provisioner | v5                 | 6e38f40d628db | 31.5MB |
| registry.k8s.io/coredns/coredns         | v1.11.1            | cbb01a7bd410d | 61.2MB |
| registry.k8s.io/kube-proxy              | v1.30.3            | 55bb025d2cfa5 | 86MB   |
| registry.k8s.io/pause                   | 3.3                | 0184c1613d929 | 686kB  |
| docker.io/kindest/kindnetd              | v20240719-e7903573 | 6f1d07c71fa0f | 87.2MB |
| gcr.io/k8s-minikube/busybox             | latest             | beae173ccac6a | 1.46MB |
| registry.k8s.io/kube-apiserver          | v1.30.3            | 1f6d574d502f3 | 118MB  |
| registry.k8s.io/kube-controller-manager | v1.30.3            | 76932a3b37d7e | 112MB  |
| registry.k8s.io/pause                   | 3.1                | da86e6ba6ca19 | 747kB  |
| registry.k8s.io/echoserver              | 1.8                | 82e4c8a736a4f | 97.8MB |
| registry.k8s.io/pause                   | 3.9                | e6f1816883972 | 750kB  |
| docker.io/kindest/kindnetd              | v20240715-585640e9 | 5cc3abe5717db | 87.2MB |
| docker.io/library/mysql                 | 5.7                | 5107333e08a87 | 520MB  |
| localhost/kicbase/echo-server           | functional-766565  | 9056ab77afb8e | 4.94MB |
| localhost/my-image                      | functional-766565  | cd71eb982474e | 1.47MB |
|-----------------------------------------|--------------------|---------------|--------|
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-766565 image ls --format table --alsologtostderr:
I0729 00:58:46.430222   60059 out.go:291] Setting OutFile to fd 1 ...
I0729 00:58:46.430495   60059 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 00:58:46.430506   60059 out.go:304] Setting ErrFile to fd 2...
I0729 00:58:46.430513   60059 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 00:58:46.430806   60059 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-9224/.minikube/bin
I0729 00:58:46.431573   60059 config.go:182] Loaded profile config "functional-766565": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 00:58:46.431718   60059 config.go:182] Loaded profile config "functional-766565": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 00:58:46.432278   60059 cli_runner.go:164] Run: docker container inspect functional-766565 --format={{.State.Status}}
I0729 00:58:46.453338   60059 ssh_runner.go:195] Run: systemctl --version
I0729 00:58:46.453422   60059 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-766565
I0729 00:58:46.476625   60059 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32779 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/functional-766565/id_rsa Username:docker}
I0729 00:58:46.566574   60059 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.25s)

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

                                                
                                                
=== 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-766565 image ls --format json --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-766565 image ls --format json --alsologtostderr:
[{"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":"f4fd9e1462fd73c6d47c96cecf6b271373ca16fecd99e63513f4b70f16a5d135","repoDigests":["docker.io/library/51dd2a434204176858f4f8066122c6485b210b9a98aba6eda99
04a06232af7e3-tmp@sha256:a33d004ed67adfde8207f2d9669b6d7c8c26706dca3699ed025e4a0788ffe848"],"repoTags":[],"size":"1465611"},{"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":"cd71eb982474ee6a47fdc0f376bd0a0f835547c947c03a6704b0a9823016ca7e","repoDigests":["localhost/my-image@sha256:f034daf5f5e8efc02fae874246ea3d9a1d153cfaa2e7b15ac945218e01f84965"],"repoTags":["localhost/my-image:functional-766565"],"size":"1468194"},{"id":"3861cfcd7c04ccac1f062788eca39487248527ef0c0cfd477a83d7691a75a899","repoDigests":["registry.k8s.io/etcd@sha256:2e6b9c67730f1f1dce4c6e16d60135e00608728567f537e8ff70c244756cbb62","registry.k8s.io/etcd@sha256:44a8e24dcbba3470ee1fee21d5e88d128c936e9b55d4bc51fbef8086f8ed123b"],"r
epoTags":["registry.k8s.io/etcd:3.5.12-0"],"size":"150779692"},{"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":"5107333e08a87b836d48ff7528b1e84b9c86781cc9f1748bbc1b8c42a870d933","repoDigests":["docker.io/library/mysql@sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb","docker.io/library/mysql@sha256:dab0a802b44617303694fb17d166501de279c3031ddeb28c56ecf7fcab5ef0da"],"repoTags":["docker.io/library/mysql:5.7"],"size":"519571821"},{"id":"beae173ccac6ad749f76713cf4440fe3d21d1043fe616dfbe30775815d1d0f6a","repoDigests":["gcr.io/k8s-minikube/busybox@sha256:62ffc2ed7554e4c6d360bce40bbcf196573dd27c4ce080641a2c59867e732dee","gcr.io/k8s-minikube/busybox@sha256:ca5ae90100d5077
2da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b"],"repoTags":["gcr.io/k8s-minikube/busybox:latest"],"size":"1462480"},{"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":"350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06","repoDigests":["registry.k8s.io/pause@sha256:5bcb06ed43da4a16c6e6e33898eb0506e940bd66822659ecf0a898bbb0da7cb9"],"repoTags":["registry.k8s.io/pause:latest"],"size":"247077"},{"id":"cbb01a7bd410dc08ba382018ab909a674fb0e48687f0c00797ed5bc34fcc6bb4","repoDigests":["registry.k8s.io/coredns/coredns@sha256:1eeb4c7316bacb1d4c8ead65571cd92dd21e27359f0d4917f1a5822a73b75db1","registry.k8s.io/coredns/coredns@sha256:2169b3b96af988cf69d7dd69
efbcc59433eb027320eb185c6110e0850b997870"],"repoTags":["registry.k8s.io/coredns/coredns:v1.11.1"],"size":"61245718"},{"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":"6f1d07c71fa0f426df75b802ec3f53ac5c1ae4110f67ab6d9a760083cc1d0f46","repoDigests":["docker.io/kindest/kindnetd@sha256:6d6071dbf83147a09972dc93b5ff84ff0103fa2231936557113757665f6195b9","docker.io/kindest/kindnetd@sha256:da8ad203ec15a72c313015e5609db44bfad7c95d8ce63e87ff97c66363b5680a"],"repoTags":["docker.io/kindest/kindnetd:v20240719-e7903573"],"size":"87174707"},{"id":"1ae23480369fa4139f6dec668d7a5a941b56ea174e9cf75e09771988fe621c95","repoDigests":["docker.io/library/nginx@sha256:208b70eefac13ee9be00e486f79c695b15cef861c68
0527171a27d253d834be9","docker.io/library/nginx@sha256:a377278b7dde3a8012b25d141d025a88dbf9f5ed13c5cdf21ee241e7ec07ab57"],"repoTags":["docker.io/library/nginx:alpine"],"size":"45068794"},{"id":"a72860cb95fd59e9c696c66441c64f18e66915fa26b249911e83c3854477ed9a","repoDigests":["docker.io/library/nginx@sha256:6af79ae5de407283dcea8b00d5c37ace95441fd58a8b1d2aa1ed93f5511bb18c","docker.io/library/nginx@sha256:baa881b012a49e3c2cd6ab9d80f9fcd2962a98af8ede947d0ef930a427b28afc"],"repoTags":["docker.io/library/nginx:latest"],"size":"191750286"},{"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":["loc
alhost/kicbase/echo-server@sha256:d3d0b737c6413dcf7b9393d61285525048f2d10a0aae68296150078d379c30cf"],"repoTags":["localhost/kicbase/echo-server:functional-766565"],"size":"4943877"},{"id":"010b2328ccc6a3268e54cbbc787da718f93303d41a2c75c6f3b043cda02cc978","repoDigests":["localhost/minikube-local-cache-test@sha256:fe4a935dd19e90ca86227973e1019733a718dd8494b28a9e5287664ea8d8b8bf"],"repoTags":["localhost/minikube-local-cache-test:functional-766565"],"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":"e6f1816883972d4be47bd48879a08919b96afcd344132622e4d444987919323c","repoDigests":["registry.k8s.io/pause@sha256:7031c1b283388d2c2e09b57badb803c05ebed362dc88d84b480cc47f72a21097","registry.k8s.i
o/pause@sha256:8d4106c88ec0bd28001e34c975d65175d994072d65341f62a8ab0754b0fafe10"],"repoTags":["registry.k8s.io/pause:3.9"],"size":"750414"},{"id":"82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410","repoDigests":["registry.k8s.io/echoserver@sha256:cb3386f863f6a4b05f33c191361723f9d5927ac287463b1bea633bf859475969"],"repoTags":["registry.k8s.io/echoserver:1.8"],"size":"97846543"}]
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-766565 image ls --format json --alsologtostderr:
I0729 00:58:46.218283   60010 out.go:291] Setting OutFile to fd 1 ...
I0729 00:58:46.218560   60010 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 00:58:46.218570   60010 out.go:304] Setting ErrFile to fd 2...
I0729 00:58:46.218574   60010 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 00:58:46.218742   60010 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-9224/.minikube/bin
I0729 00:58:46.219401   60010 config.go:182] Loaded profile config "functional-766565": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 00:58:46.219544   60010 config.go:182] Loaded profile config "functional-766565": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 00:58:46.219980   60010 cli_runner.go:164] Run: docker container inspect functional-766565 --format={{.State.Status}}
I0729 00:58:46.237871   60010 ssh_runner.go:195] Run: systemctl --version
I0729 00:58:46.237929   60010 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-766565
I0729 00:58:46.258178   60010 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32779 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/functional-766565/id_rsa Username:docker}
I0729 00:58:46.341926   60010 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.21s)

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

                                                
                                                
=== 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-766565 image ls --format yaml --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-766565 image ls --format yaml --alsologtostderr:
- 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: 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:dab0a802b44617303694fb17d166501de279c3031ddeb28c56ecf7fcab5ef0da
repoTags:
- docker.io/library/mysql:5.7
size: "519571821"
- 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: 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: 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: 9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30
repoDigests:
- localhost/kicbase/echo-server@sha256:d3d0b737c6413dcf7b9393d61285525048f2d10a0aae68296150078d379c30cf
repoTags:
- localhost/kicbase/echo-server:functional-766565
size: "4943877"
- id: 82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410
repoDigests:
- registry.k8s.io/echoserver@sha256:cb3386f863f6a4b05f33c191361723f9d5927ac287463b1bea633bf859475969
repoTags:
- registry.k8s.io/echoserver:1.8
size: "97846543"
- 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: a72860cb95fd59e9c696c66441c64f18e66915fa26b249911e83c3854477ed9a
repoDigests:
- docker.io/library/nginx@sha256:6af79ae5de407283dcea8b00d5c37ace95441fd58a8b1d2aa1ed93f5511bb18c
- docker.io/library/nginx@sha256:baa881b012a49e3c2cd6ab9d80f9fcd2962a98af8ede947d0ef930a427b28afc
repoTags:
- docker.io/library/nginx:latest
size: "191750286"
- 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: da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e
repoDigests:
- registry.k8s.io/pause@sha256:84805ddcaaae94434d8eacb7e843f549ec1da0cd277787b97ad9d9ac2cea929e
repoTags:
- registry.k8s.io/pause:3.1
size: "746911"
- 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: e6f1816883972d4be47bd48879a08919b96afcd344132622e4d444987919323c
repoDigests:
- registry.k8s.io/pause@sha256:7031c1b283388d2c2e09b57badb803c05ebed362dc88d84b480cc47f72a21097
- registry.k8s.io/pause@sha256:8d4106c88ec0bd28001e34c975d65175d994072d65341f62a8ab0754b0fafe10
repoTags:
- registry.k8s.io/pause:3.9
size: "750414"
- id: 350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06
repoDigests:
- registry.k8s.io/pause@sha256:5bcb06ed43da4a16c6e6e33898eb0506e940bd66822659ecf0a898bbb0da7cb9
repoTags:
- registry.k8s.io/pause:latest
size: "247077"
- id: 1ae23480369fa4139f6dec668d7a5a941b56ea174e9cf75e09771988fe621c95
repoDigests:
- docker.io/library/nginx@sha256:208b70eefac13ee9be00e486f79c695b15cef861c680527171a27d253d834be9
- docker.io/library/nginx@sha256:a377278b7dde3a8012b25d141d025a88dbf9f5ed13c5cdf21ee241e7ec07ab57
repoTags:
- docker.io/library/nginx:alpine
size: "45068794"
- 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: 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: 010b2328ccc6a3268e54cbbc787da718f93303d41a2c75c6f3b043cda02cc978
repoDigests:
- localhost/minikube-local-cache-test@sha256:fe4a935dd19e90ca86227973e1019733a718dd8494b28a9e5287664ea8d8b8bf
repoTags:
- localhost/minikube-local-cache-test:functional-766565
size: "3330"

                                                
                                                
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-766565 image ls --format yaml --alsologtostderr:
I0729 00:58:43.768278   59566 out.go:291] Setting OutFile to fd 1 ...
I0729 00:58:43.768395   59566 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 00:58:43.768405   59566 out.go:304] Setting ErrFile to fd 2...
I0729 00:58:43.768410   59566 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 00:58:43.768611   59566 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-9224/.minikube/bin
I0729 00:58:43.769195   59566 config.go:182] Loaded profile config "functional-766565": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 00:58:43.769308   59566 config.go:182] Loaded profile config "functional-766565": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 00:58:43.769738   59566 cli_runner.go:164] Run: docker container inspect functional-766565 --format={{.State.Status}}
I0729 00:58:43.788052   59566 ssh_runner.go:195] Run: systemctl --version
I0729 00:58:43.788093   59566 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-766565
I0729 00:58:43.804444   59566 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32779 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/functional-766565/id_rsa Username:docker}
I0729 00:58:43.894056   59566 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.21s)

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

                                                
                                                
=== 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-766565 ssh pgrep buildkitd
functional_test.go:308: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-766565 ssh pgrep buildkitd: exit status 1 (235.985688ms)

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

                                                
                                                
** /stderr **
functional_test.go:315: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 image build -t localhost/my-image:functional-766565 testdata/build --alsologtostderr
functional_test.go:315: (dbg) Done: out/minikube-linux-amd64 -p functional-766565 image build -t localhost/my-image:functional-766565 testdata/build --alsologtostderr: (1.782283675s)
functional_test.go:320: (dbg) Stdout: out/minikube-linux-amd64 -p functional-766565 image build -t localhost/my-image:functional-766565 testdata/build --alsologtostderr:
STEP 1/3: FROM gcr.io/k8s-minikube/busybox
STEP 2/3: RUN true
--> f4fd9e1462f
STEP 3/3: ADD content.txt /
COMMIT localhost/my-image:functional-766565
--> cd71eb98247
Successfully tagged localhost/my-image:functional-766565
cd71eb982474ee6a47fdc0f376bd0a0f835547c947c03a6704b0a9823016ca7e
functional_test.go:323: (dbg) Stderr: out/minikube-linux-amd64 -p functional-766565 image build -t localhost/my-image:functional-766565 testdata/build --alsologtostderr:
I0729 00:58:44.208913   59709 out.go:291] Setting OutFile to fd 1 ...
I0729 00:58:44.209226   59709 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 00:58:44.209237   59709 out.go:304] Setting ErrFile to fd 2...
I0729 00:58:44.209243   59709 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 00:58:44.209429   59709 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-9224/.minikube/bin
I0729 00:58:44.209981   59709 config.go:182] Loaded profile config "functional-766565": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 00:58:44.210640   59709 config.go:182] Loaded profile config "functional-766565": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 00:58:44.211064   59709 cli_runner.go:164] Run: docker container inspect functional-766565 --format={{.State.Status}}
I0729 00:58:44.228768   59709 ssh_runner.go:195] Run: systemctl --version
I0729 00:58:44.228826   59709 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-766565
I0729 00:58:44.245620   59709 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32779 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/functional-766565/id_rsa Username:docker}
I0729 00:58:44.329844   59709 build_images.go:161] Building image from path: /tmp/build.1006879156.tar
I0729 00:58:44.329897   59709 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0729 00:58:44.338926   59709 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.1006879156.tar
I0729 00:58:44.342129   59709 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.1006879156.tar: stat -c "%s %y" /var/lib/minikube/build/build.1006879156.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.1006879156.tar': No such file or directory
I0729 00:58:44.342159   59709 ssh_runner.go:362] scp /tmp/build.1006879156.tar --> /var/lib/minikube/build/build.1006879156.tar (3072 bytes)
I0729 00:58:44.364584   59709 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.1006879156
I0729 00:58:44.372580   59709 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.1006879156 -xf /var/lib/minikube/build/build.1006879156.tar
I0729 00:58:44.380777   59709 crio.go:315] Building image: /var/lib/minikube/build/build.1006879156
I0729 00:58:44.380846   59709 ssh_runner.go:195] Run: sudo podman build -t localhost/my-image:functional-766565 /var/lib/minikube/build/build.1006879156 --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 00:58:45.927203   59709 ssh_runner.go:235] Completed: sudo podman build -t localhost/my-image:functional-766565 /var/lib/minikube/build/build.1006879156 --cgroup-manager=cgroupfs: (1.546327612s)
I0729 00:58:45.927287   59709 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.1006879156
I0729 00:58:45.935984   59709 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.1006879156.tar
I0729 00:58:45.945128   59709 build_images.go:217] Built localhost/my-image:functional-766565 from /tmp/build.1006879156.tar
I0729 00:58:45.945165   59709 build_images.go:133] succeeded building to: functional-766565
I0729 00:58:45.945171   59709 build_images.go:134] failed building to: 
functional_test.go:451: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (2.24s)

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

                                                
                                                
=== 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: (1.011094318s)
functional_test.go:347: (dbg) Run:  docker tag kicbase/echo-server:1.0 kicbase/echo-server:functional-766565
--- PASS: TestFunctional/parallel/ImageCommands/Setup (1.03s)

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-766565 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" [b53604d2-a397-4322-b94e-494a65690ca4] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [b53604d2-a397-4322-b94e-494a65690ca4] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 10.003392376s
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (10.22s)

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

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

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

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

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

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

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

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

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 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 00:58 created-by-test
-rw-r--r-- 1 docker docker 24 Jul 29 00:58 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Jul 29 00:58 test-1722214701187081770
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 ssh cat /mount-9p/test-1722214701187081770
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-766565 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" [b57e756f-b432-4227-8189-f44263b5a8b8] Pending
helpers_test.go:344: "busybox-mount" [b57e756f-b432-4227-8189-f44263b5a8b8] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:344: "busybox-mount" [b57e756f-b432-4227-8189-f44263b5a8b8] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [b57e756f-b432-4227-8189-f44263b5a8b8] 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 10.010134649s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-766565 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-766565 /tmp/TestFunctionalparallelMountCmdany-port465485211/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (13.40s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/AccessDirect
functional_test_tunnel_test.go:299: tunnel at http://10.107.11.188 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-766565 tunnel --alsologtostderr] ...
--- PASS: TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.11s)

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

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

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

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

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:257: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 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-766565 /tmp/TestFunctionalparallelMountCmdspecific-port1880260283/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-766565 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-766565 ssh "sudo umount -f /mount-9p": exit status 1 (243.882079ms)

                                                
                                                
-- 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-766565 ssh \"sudo umount -f /mount-9p\"": exit status 1
functional_test_mount_test.go:234: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-766565 /tmp/TestFunctionalparallelMountCmdspecific-port1880260283/001:/mount-9p --alsologtostderr -v=1 --port 46464] ...
--- PASS: TestFunctional/parallel/MountCmd/specific-port (1.74s)

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

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

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 ssh "findmnt -T" /mount2
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 ssh "findmnt -T" /mount3
functional_test_mount_test.go:370: (dbg) Run:  out/minikube-linux-amd64 mount -p functional-766565 --kill=true
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-766565 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3760743351/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-766565 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3760743351/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-766565 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3760743351/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.86s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1439: (dbg) Run:  kubectl --context functional-766565 create deployment hello-node --image=registry.k8s.io/echoserver:1.8
functional_test.go:1445: (dbg) Run:  kubectl --context functional-766565 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-h5jx6" [6b0582eb-d906-4cdd-b797-bbe683c5ca3a] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-6d85cfcfd8-h5jx6" [6b0582eb-d906-4cdd-b797-bbe683c5ca3a] Running
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 8.00412318s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (8.25s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_list
functional_test.go:1310: (dbg) Run:  out/minikube-linux-amd64 profile list
functional_test.go:1315: Took "303.750061ms" 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 "49.20696ms" to run "out/minikube-linux-amd64 profile list -l"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_list (0.35s)

                                                
                                    
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 "305.584339ms" 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.623704ms" to run "out/minikube-linux-amd64 profile list -o json --light"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_json_output (0.36s)

                                                
                                    
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-766565 version --short
--- PASS: TestFunctional/parallel/Version/short (0.05s)

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

                                                
                                                
=== 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-766565 version -o=json --components
--- PASS: TestFunctional/parallel/Version/components (0.76s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/JSONOutput
functional_test.go:1489: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 service list -o json
functional_test.go:1489: (dbg) Done: out/minikube-linux-amd64 -p functional-766565 service list -o json: (1.707860804s)
functional_test.go:1494: Took "1.707995471s" to run "out/minikube-linux-amd64 -p functional-766565 service list -o json"
--- PASS: TestFunctional/parallel/ServiceCmd/JSONOutput (1.71s)

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/URL
functional_test.go:1559: (dbg) Run:  out/minikube-linux-amd64 -p functional-766565 service hello-node --url
functional_test.go:1565: found endpoint for hello-node: http://192.168.49.2:32433
2024/07/29 00:58:51 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
--- PASS: TestFunctional/parallel/ServiceCmd/URL (0.56s)

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.04s)

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

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.02s)

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

                                                
                                    
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-766565
--- PASS: TestFunctional/delete_minikube_cached_images (0.02s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (116.8s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-amd64 start -p ha-873661 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0729 00:59:52.436340   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
E0729 00:59:52.442296   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
E0729 00:59:52.452593   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
E0729 00:59:52.472884   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
E0729 00:59:52.513590   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
E0729 00:59:52.594350   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
E0729 00:59:52.755027   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
E0729 00:59:53.075633   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
E0729 00:59:53.716546   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
E0729 00:59:54.997437   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
E0729 00:59:57.558158   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
E0729 01:00:02.678747   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
E0729 01:00:12.919107   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
E0729 01:00:33.399732   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
ha_test.go:101: (dbg) Done: out/minikube-linux-amd64 start -p ha-873661 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (1m56.152055571s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-amd64 -p ha-873661 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/StartCluster (116.80s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (5.05s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.01s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/PingHostFromPods
ha_test.go:199: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-873661 -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-873661 -- exec busybox-fc5497c4f-6qltl -- 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-873661 -- exec busybox-fc5497c4f-6qltl -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-873661 -- exec busybox-fc5497c4f-6v7xk -- 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-873661 -- exec busybox-fc5497c4f-6v7xk -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-873661 -- exec busybox-fc5497c4f-dsw2p -- 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-873661 -- exec busybox-fc5497c4f-dsw2p -- sh -c "ping -c 1 192.168.49.1"
--- PASS: TestMultiControlPlane/serial/PingHostFromPods (1.01s)

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (35.09s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddWorkerNode
ha_test.go:228: (dbg) Run:  out/minikube-linux-amd64 node add -p ha-873661 -v=7 --alsologtostderr
E0729 01:01:14.360397   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
ha_test.go:228: (dbg) Done: out/minikube-linux-amd64 node add -p ha-873661 -v=7 --alsologtostderr: (34.273937407s)
ha_test.go:234: (dbg) Run:  out/minikube-linux-amd64 -p ha-873661 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddWorkerNode (35.09s)

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.06s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (0.62s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (15.3s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (12.44s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0729 01:02:07.422981   82342 out.go:291] Setting OutFile to fd 1 ...
	I0729 01:02:07.423122   82342 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 01:02:07.423134   82342 out.go:304] Setting ErrFile to fd 2...
	I0729 01:02:07.423141   82342 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 01:02:07.423328   82342 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-9224/.minikube/bin
	I0729 01:02:07.423491   82342 out.go:298] Setting JSON to false
	I0729 01:02:07.423516   82342 mustload.go:65] Loading cluster: ha-873661
	I0729 01:02:07.423671   82342 notify.go:220] Checking for updates...
	I0729 01:02:07.423908   82342 config.go:182] Loaded profile config "ha-873661": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 01:02:07.423926   82342 status.go:255] checking status of ha-873661 ...
	I0729 01:02:07.424441   82342 cli_runner.go:164] Run: docker container inspect ha-873661 --format={{.State.Status}}
	I0729 01:02:07.441784   82342 status.go:330] ha-873661 host status = "Running" (err=<nil>)
	I0729 01:02:07.441813   82342 host.go:66] Checking if "ha-873661" exists ...
	I0729 01:02:07.442103   82342 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-873661
	I0729 01:02:07.459820   82342 host.go:66] Checking if "ha-873661" exists ...
	I0729 01:02:07.460068   82342 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0729 01:02:07.460109   82342 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-873661
	I0729 01:02:07.477024   82342 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32784 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/ha-873661/id_rsa Username:docker}
	I0729 01:02:07.566611   82342 ssh_runner.go:195] Run: systemctl --version
	I0729 01:02:07.571163   82342 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0729 01:02:07.582157   82342 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 01:02:07.632908   82342 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 01:02:07.621450587 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-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:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 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> ServerEr
rors:[] 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 01:02:07.633511   82342 kubeconfig.go:125] found "ha-873661" server: "https://192.168.49.254:8443"
	I0729 01:02:07.633538   82342 api_server.go:166] Checking apiserver status ...
	I0729 01:02:07.633570   82342 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0729 01:02:07.644203   82342 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1589/cgroup
	I0729 01:02:07.653115   82342 api_server.go:182] apiserver freezer: "10:freezer:/docker/909da2cad34587b61e26c7a9a60b0f97d0eb39c5ccd4c3cfcc7be4370993b4ac/crio/crio-ed036024dfa6059fb1cb0c629d586248253c057861a10fdad9127453e7baafa5"
	I0729 01:02:07.653179   82342 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/909da2cad34587b61e26c7a9a60b0f97d0eb39c5ccd4c3cfcc7be4370993b4ac/crio/crio-ed036024dfa6059fb1cb0c629d586248253c057861a10fdad9127453e7baafa5/freezer.state
	I0729 01:02:07.661192   82342 api_server.go:204] freezer state: "THAWED"
	I0729 01:02:07.661223   82342 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0729 01:02:07.666082   82342 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0729 01:02:07.666111   82342 status.go:422] ha-873661 apiserver status = Running (err=<nil>)
	I0729 01:02:07.666121   82342 status.go:257] ha-873661 status: &{Name:ha-873661 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0729 01:02:07.666137   82342 status.go:255] checking status of ha-873661-m02 ...
	I0729 01:02:07.666409   82342 cli_runner.go:164] Run: docker container inspect ha-873661-m02 --format={{.State.Status}}
	I0729 01:02:07.683481   82342 status.go:330] ha-873661-m02 host status = "Stopped" (err=<nil>)
	I0729 01:02:07.683502   82342 status.go:343] host is not running, skipping remaining checks
	I0729 01:02:07.683507   82342 status.go:257] ha-873661-m02 status: &{Name:ha-873661-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0729 01:02:07.683528   82342 status.go:255] checking status of ha-873661-m03 ...
	I0729 01:02:07.683787   82342 cli_runner.go:164] Run: docker container inspect ha-873661-m03 --format={{.State.Status}}
	I0729 01:02:07.702072   82342 status.go:330] ha-873661-m03 host status = "Running" (err=<nil>)
	I0729 01:02:07.702098   82342 host.go:66] Checking if "ha-873661-m03" exists ...
	I0729 01:02:07.702375   82342 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-873661-m03
	I0729 01:02:07.720053   82342 host.go:66] Checking if "ha-873661-m03" exists ...
	I0729 01:02:07.720335   82342 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0729 01:02:07.720367   82342 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-873661-m03
	I0729 01:02:07.739544   82342 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32794 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/ha-873661-m03/id_rsa Username:docker}
	I0729 01:02:07.826462   82342 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0729 01:02:07.837532   82342 kubeconfig.go:125] found "ha-873661" server: "https://192.168.49.254:8443"
	I0729 01:02:07.837558   82342 api_server.go:166] Checking apiserver status ...
	I0729 01:02:07.837592   82342 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0729 01:02:07.847474   82342 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1531/cgroup
	I0729 01:02:07.855785   82342 api_server.go:182] apiserver freezer: "10:freezer:/docker/07c066e16c31d578f978864c2e218d98c2467b6776b8392971cc15a445226b85/crio/crio-a7d99b184bff11cbce29f838d42e8e2bc52b6f8383f71d993b59005a7b366695"
	I0729 01:02:07.855874   82342 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/07c066e16c31d578f978864c2e218d98c2467b6776b8392971cc15a445226b85/crio/crio-a7d99b184bff11cbce29f838d42e8e2bc52b6f8383f71d993b59005a7b366695/freezer.state
	I0729 01:02:07.863942   82342 api_server.go:204] freezer state: "THAWED"
	I0729 01:02:07.863973   82342 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0729 01:02:07.867528   82342 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0729 01:02:07.867551   82342 status.go:422] ha-873661-m03 apiserver status = Running (err=<nil>)
	I0729 01:02:07.867562   82342 status.go:257] ha-873661-m03 status: &{Name:ha-873661-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0729 01:02:07.867586   82342 status.go:255] checking status of ha-873661-m04 ...
	I0729 01:02:07.867836   82342 cli_runner.go:164] Run: docker container inspect ha-873661-m04 --format={{.State.Status}}
	I0729 01:02:07.884700   82342 status.go:330] ha-873661-m04 host status = "Running" (err=<nil>)
	I0729 01:02:07.884731   82342 host.go:66] Checking if "ha-873661-m04" exists ...
	I0729 01:02:07.885015   82342 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-873661-m04
	I0729 01:02:07.902390   82342 host.go:66] Checking if "ha-873661-m04" exists ...
	I0729 01:02:07.902738   82342 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0729 01:02:07.902780   82342 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-873661-m04
	I0729 01:02:07.921050   82342 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32799 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/ha-873661-m04/id_rsa Username:docker}
	I0729 01:02:08.006295   82342 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0729 01:02:08.016779   82342 status.go:257] ha-873661-m04 status: &{Name:ha-873661-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.47s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (22.89s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (2.68s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (181.98s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:456: (dbg) Run:  out/minikube-linux-amd64 node list -p ha-873661 -v=7 --alsologtostderr
ha_test.go:462: (dbg) Run:  out/minikube-linux-amd64 stop -p ha-873661 -v=7 --alsologtostderr
E0729 01:02:36.280773   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
ha_test.go:462: (dbg) Done: out/minikube-linux-amd64 stop -p ha-873661 -v=7 --alsologtostderr: (36.565881317s)
ha_test.go:467: (dbg) Run:  out/minikube-linux-amd64 start -p ha-873661 --wait=true -v=7 --alsologtostderr
E0729 01:03:17.400083   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
E0729 01:03:17.405566   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
E0729 01:03:17.416733   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
E0729 01:03:17.437364   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
E0729 01:03:17.478066   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
E0729 01:03:17.559012   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
E0729 01:03:17.719296   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
E0729 01:03:18.039439   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
E0729 01:03:18.680357   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
E0729 01:03:19.960689   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
E0729 01:03:22.521710   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
E0729 01:03:27.642522   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
E0729 01:03:37.883142   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
E0729 01:03:58.363477   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
E0729 01:04:39.324402   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
E0729 01:04:52.436288   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
E0729 01:05:20.121951   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
ha_test.go:467: (dbg) Done: out/minikube-linux-amd64 start -p ha-873661 --wait=true -v=7 --alsologtostderr: (2m25.321119925s)
ha_test.go:472: (dbg) Run:  out/minikube-linux-amd64 node list -p ha-873661
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (181.98s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (11.95s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeleteSecondaryNode
ha_test.go:487: (dbg) Run:  out/minikube-linux-amd64 -p ha-873661 node delete m03 -v=7 --alsologtostderr
ha_test.go:487: (dbg) Done: out/minikube-linux-amd64 -p ha-873661 node delete m03 -v=7 --alsologtostderr: (11.213681408s)
ha_test.go:493: (dbg) Run:  out/minikube-linux-amd64 -p ha-873661 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.95s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.45s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (35.51s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopCluster
ha_test.go:531: (dbg) Run:  out/minikube-linux-amd64 -p ha-873661 stop -v=7 --alsologtostderr
E0729 01:06:01.245107   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
ha_test.go:531: (dbg) Done: out/minikube-linux-amd64 -p ha-873661 stop -v=7 --alsologtostderr: (35.41245302s)
ha_test.go:537: (dbg) Run:  out/minikube-linux-amd64 -p ha-873661 status -v=7 --alsologtostderr
ha_test.go:537: (dbg) Non-zero exit: out/minikube-linux-amd64 -p ha-873661 status -v=7 --alsologtostderr: exit status 7 (97.429426ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0729 01:06:23.898338  100310 out.go:291] Setting OutFile to fd 1 ...
	I0729 01:06:23.898624  100310 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 01:06:23.898634  100310 out.go:304] Setting ErrFile to fd 2...
	I0729 01:06:23.898638  100310 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 01:06:23.898856  100310 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-9224/.minikube/bin
	I0729 01:06:23.899024  100310 out.go:298] Setting JSON to false
	I0729 01:06:23.899050  100310 mustload.go:65] Loading cluster: ha-873661
	I0729 01:06:23.899100  100310 notify.go:220] Checking for updates...
	I0729 01:06:23.899602  100310 config.go:182] Loaded profile config "ha-873661": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 01:06:23.899624  100310 status.go:255] checking status of ha-873661 ...
	I0729 01:06:23.900139  100310 cli_runner.go:164] Run: docker container inspect ha-873661 --format={{.State.Status}}
	I0729 01:06:23.917936  100310 status.go:330] ha-873661 host status = "Stopped" (err=<nil>)
	I0729 01:06:23.917962  100310 status.go:343] host is not running, skipping remaining checks
	I0729 01:06:23.917980  100310 status.go:257] ha-873661 status: &{Name:ha-873661 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0729 01:06:23.918024  100310 status.go:255] checking status of ha-873661-m02 ...
	I0729 01:06:23.918353  100310 cli_runner.go:164] Run: docker container inspect ha-873661-m02 --format={{.State.Status}}
	I0729 01:06:23.935511  100310 status.go:330] ha-873661-m02 host status = "Stopped" (err=<nil>)
	I0729 01:06:23.935554  100310 status.go:343] host is not running, skipping remaining checks
	I0729 01:06:23.935561  100310 status.go:257] ha-873661-m02 status: &{Name:ha-873661-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0729 01:06:23.935587  100310 status.go:255] checking status of ha-873661-m04 ...
	I0729 01:06:23.935826  100310 cli_runner.go:164] Run: docker container inspect ha-873661-m04 --format={{.State.Status}}
	I0729 01:06:23.953132  100310 status.go:330] ha-873661-m04 host status = "Stopped" (err=<nil>)
	I0729 01:06:23.953160  100310 status.go:343] host is not running, skipping remaining checks
	I0729 01:06:23.953167  100310 status.go:257] ha-873661-m04 status: &{Name:ha-873661-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (115.45s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:560: (dbg) Run:  out/minikube-linux-amd64 start -p ha-873661 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0729 01:08:17.400742   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
ha_test.go:560: (dbg) Done: out/minikube-linux-amd64 start -p ha-873661 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (1m54.704193221s)
ha_test.go:566: (dbg) Run:  out/minikube-linux-amd64 -p ha-873661 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 (115.45s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.47s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (41.36s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:605: (dbg) Run:  out/minikube-linux-amd64 node add -p ha-873661 --control-plane -v=7 --alsologtostderr
E0729 01:08:45.085989   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
ha_test.go:605: (dbg) Done: out/minikube-linux-amd64 node add -p ha-873661 --control-plane -v=7 --alsologtostderr: (40.563918148s)
ha_test.go:611: (dbg) Run:  out/minikube-linux-amd64 -p ha-873661 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (41.36s)

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

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-amd64 start -p json-output-962046 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=crio
E0729 01:09:52.437670   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
json_output_test.go:63: (dbg) Done: out/minikube-linux-amd64 start -p json-output-962046 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=crio: (51.983365555s)
--- PASS: TestJSONOutput/start/Command (51.98s)

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

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

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

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

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

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

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

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"8dc53a5b-ba76-46ef-bfec-cfb9e7df17bb","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-073005] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"4d98bec4-1887-4b95-a063-ecd5f88def4c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19312"}}
	{"specversion":"1.0","id":"51135fb9-8bd1-473b-9b10-c5a8e5da25a3","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":"728a5cea-aba6-498b-8460-007f44450246","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19312-9224/kubeconfig"}}
	{"specversion":"1.0","id":"ee6af29b-6cbf-4b50-82c2-ba382b6879bc","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-9224/.minikube"}}
	{"specversion":"1.0","id":"1ffddf71-3b77-4d23-a0d8-41afc237542d","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":"113b931b-8219-423d-9b61-8944bd517b21","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"4e4d36ae-7fdf-4d2e-8a0e-a8de1fc47945","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-073005" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p json-output-error-073005
--- PASS: TestErrorJSONOutput (0.20s)

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (28.71s)

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

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (26.63s)

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

                                                
                                    
x
+
TestKicExistingNetwork (22.77s)

                                                
                                                
=== 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-130141 --network=existing-network
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-amd64 start -p existing-network-130141 --network=existing-network: (20.79740506s)
helpers_test.go:175: Cleaning up "existing-network-130141" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p existing-network-130141
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p existing-network-130141: (1.822697497s)
--- PASS: TestKicExistingNetwork (22.77s)

                                                
                                    
x
+
TestKicCustomSubnet (27.05s)

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

                                                
                                    
x
+
TestKicStaticIP (26.47s)

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

                                                
                                    
x
+
TestMainNoArgs (0.05s)

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

                                                
                                    
x
+
TestMinikubeProfile (47.59s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p first-693909 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p first-693909 --driver=docker  --container-runtime=crio: (21.07231581s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p second-696491 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p second-696491 --driver=docker  --container-runtime=crio: (21.755952561s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-amd64 profile first-693909
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-696491
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-amd64 profile list -ojson
helpers_test.go:175: Cleaning up "second-696491" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p second-696491
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p second-696491: (1.842281193s)
helpers_test.go:175: Cleaning up "first-693909" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p first-693909
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p first-693909: (1.878012452s)
--- PASS: TestMinikubeProfile (47.59s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (8.05s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountFirst
mount_start_test.go:98: (dbg) Run:  out/minikube-linux-amd64 start -p mount-start-1-272052 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=crio
E0729 01:13:17.400578   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
mount_start_test.go:98: (dbg) Done: out/minikube-linux-amd64 start -p mount-start-1-272052 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=crio: (7.049388795s)
--- PASS: TestMountStart/serial/StartWithMountFirst (8.05s)

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

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (8.27s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountSecond
mount_start_test.go:98: (dbg) Run:  out/minikube-linux-amd64 start -p mount-start-2-289092 --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-289092 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=crio: (7.266131855s)
--- PASS: TestMountStart/serial/StartWithMountSecond (8.27s)

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

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.59s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (0.24s)

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

                                                
                                    
x
+
TestMountStart/serial/Stop (1.18s)

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

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (7.14s)

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

                                                
                                    
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-289092 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountPostStop (0.24s)

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (82.55s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-305480 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E0729 01:14:52.436564   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
multinode_test.go:96: (dbg) Done: out/minikube-linux-amd64 start -p multinode-305480 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (1m22.113461146s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-amd64 -p multinode-305480 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (82.55s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (3.32s)

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

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (0.71s)

                                                
                                                
=== RUN   TestMultiNode/serial/PingHostFrom2Pods
multinode_test.go:564: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-305480 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:572: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-305480 -- exec busybox-fc5497c4f-c26m5 -- 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-305480 -- exec busybox-fc5497c4f-c26m5 -- sh -c "ping -c 1 192.168.67.1"
multinode_test.go:572: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-305480 -- exec busybox-fc5497c4f-cc4nr -- 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-305480 -- exec busybox-fc5497c4f-cc4nr -- sh -c "ping -c 1 192.168.67.1"
--- PASS: TestMultiNode/serial/PingHostFrom2Pods (0.71s)

                                                
                                    
x
+
TestMultiNode/serial/AddNode (31.45s)

                                                
                                                
=== RUN   TestMultiNode/serial/AddNode
multinode_test.go:121: (dbg) Run:  out/minikube-linux-amd64 node add -p multinode-305480 -v 3 --alsologtostderr
multinode_test.go:121: (dbg) Done: out/minikube-linux-amd64 node add -p multinode-305480 -v 3 --alsologtostderr: (30.869484912s)
multinode_test.go:127: (dbg) Run:  out/minikube-linux-amd64 -p multinode-305480 status --alsologtostderr
--- PASS: TestMultiNode/serial/AddNode (31.45s)

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.06s)

                                                
                                                
=== RUN   TestMultiNode/serial/MultiNodeLabels
multinode_test.go:221: (dbg) Run:  kubectl --context multinode-305480 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.77s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.08s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0729 01:15:50.572618  167553 out.go:291] Setting OutFile to fd 1 ...
	I0729 01:15:50.572737  167553 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 01:15:50.572746  167553 out.go:304] Setting ErrFile to fd 2...
	I0729 01:15:50.572750  167553 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 01:15:50.572967  167553 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-9224/.minikube/bin
	I0729 01:15:50.573120  167553 out.go:298] Setting JSON to false
	I0729 01:15:50.573144  167553 mustload.go:65] Loading cluster: multinode-305480
	I0729 01:15:50.573261  167553 notify.go:220] Checking for updates...
	I0729 01:15:50.573567  167553 config.go:182] Loaded profile config "multinode-305480": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 01:15:50.573583  167553 status.go:255] checking status of multinode-305480 ...
	I0729 01:15:50.573943  167553 cli_runner.go:164] Run: docker container inspect multinode-305480 --format={{.State.Status}}
	I0729 01:15:50.593516  167553 status.go:330] multinode-305480 host status = "Running" (err=<nil>)
	I0729 01:15:50.593550  167553 host.go:66] Checking if "multinode-305480" exists ...
	I0729 01:15:50.593865  167553 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-305480
	I0729 01:15:50.610911  167553 host.go:66] Checking if "multinode-305480" exists ...
	I0729 01:15:50.611301  167553 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0729 01:15:50.611345  167553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-305480
	I0729 01:15:50.630703  167553 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32904 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/multinode-305480/id_rsa Username:docker}
	I0729 01:15:50.722829  167553 ssh_runner.go:195] Run: systemctl --version
	I0729 01:15:50.726743  167553 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0729 01:15:50.736836  167553 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 01:15:50.785037  167553 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 01:15:50.775716736 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-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:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 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> ServerEr
rors:[] 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 01:15:50.785689  167553 kubeconfig.go:125] found "multinode-305480" server: "https://192.168.67.2:8443"
	I0729 01:15:50.785717  167553 api_server.go:166] Checking apiserver status ...
	I0729 01:15:50.785759  167553 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0729 01:15:50.795877  167553 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1622/cgroup
	I0729 01:15:50.804793  167553 api_server.go:182] apiserver freezer: "10:freezer:/docker/4bdd89556d25b441d4eee3f3203ca4b06038431ecee840349882d532b1f60b9f/crio/crio-c643d7de02cc69bae235fb96f482f33f6b7637e6d27e9540a5ee394677b0c393"
	I0729 01:15:50.804849  167553 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/4bdd89556d25b441d4eee3f3203ca4b06038431ecee840349882d532b1f60b9f/crio/crio-c643d7de02cc69bae235fb96f482f33f6b7637e6d27e9540a5ee394677b0c393/freezer.state
	I0729 01:15:50.812874  167553 api_server.go:204] freezer state: "THAWED"
	I0729 01:15:50.812908  167553 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I0729 01:15:50.816581  167553 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I0729 01:15:50.816603  167553 status.go:422] multinode-305480 apiserver status = Running (err=<nil>)
	I0729 01:15:50.816613  167553 status.go:257] multinode-305480 status: &{Name:multinode-305480 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0729 01:15:50.816631  167553 status.go:255] checking status of multinode-305480-m02 ...
	I0729 01:15:50.816870  167553 cli_runner.go:164] Run: docker container inspect multinode-305480-m02 --format={{.State.Status}}
	I0729 01:15:50.834684  167553 status.go:330] multinode-305480-m02 host status = "Running" (err=<nil>)
	I0729 01:15:50.834715  167553 host.go:66] Checking if "multinode-305480-m02" exists ...
	I0729 01:15:50.834984  167553 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-305480-m02
	I0729 01:15:50.851590  167553 host.go:66] Checking if "multinode-305480-m02" exists ...
	I0729 01:15:50.851883  167553 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0729 01:15:50.851920  167553 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-305480-m02
	I0729 01:15:50.868973  167553 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32909 SSHKeyPath:/home/jenkins/minikube-integration/19312-9224/.minikube/machines/multinode-305480-m02/id_rsa Username:docker}
	I0729 01:15:50.954320  167553 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0729 01:15:50.964671  167553 status.go:257] multinode-305480-m02 status: &{Name:multinode-305480-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0729 01:15:50.964710  167553 status.go:255] checking status of multinode-305480-m03 ...
	I0729 01:15:50.965025  167553 cli_runner.go:164] Run: docker container inspect multinode-305480-m03 --format={{.State.Status}}
	I0729 01:15:50.982162  167553 status.go:330] multinode-305480-m03 host status = "Stopped" (err=<nil>)
	I0729 01:15:50.982183  167553 status.go:343] host is not running, skipping remaining checks
	I0729 01:15:50.982189  167553 status.go:257] multinode-305480-m03 status: &{Name:multinode-305480-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (8.95s)

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

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (80.89s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-305480
multinode_test.go:321: (dbg) Run:  out/minikube-linux-amd64 stop -p multinode-305480
E0729 01:16:15.482311   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
multinode_test.go:321: (dbg) Done: out/minikube-linux-amd64 stop -p multinode-305480: (24.688817218s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-305480 --wait=true -v=8 --alsologtostderr
multinode_test.go:326: (dbg) Done: out/minikube-linux-amd64 start -p multinode-305480 --wait=true -v=8 --alsologtostderr: (56.112316751s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-305480
--- PASS: TestMultiNode/serial/RestartKeepsNodes (80.89s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (4.95s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeleteNode
multinode_test.go:416: (dbg) Run:  out/minikube-linux-amd64 -p multinode-305480 node delete m03
multinode_test.go:416: (dbg) Done: out/minikube-linux-amd64 -p multinode-305480 node delete m03: (4.399636264s)
multinode_test.go:422: (dbg) Run:  out/minikube-linux-amd64 -p multinode-305480 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.95s)

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (23.94s)

                                                
                                                
=== RUN   TestMultiNode/serial/StopMultiNode
multinode_test.go:345: (dbg) Run:  out/minikube-linux-amd64 -p multinode-305480 stop
multinode_test.go:345: (dbg) Done: out/minikube-linux-amd64 -p multinode-305480 stop: (23.773443166s)
multinode_test.go:351: (dbg) Run:  out/minikube-linux-amd64 -p multinode-305480 status
multinode_test.go:351: (dbg) Non-zero exit: out/minikube-linux-amd64 -p multinode-305480 status: exit status 7 (81.177531ms)

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0729 01:17:49.671534  177303 out.go:291] Setting OutFile to fd 1 ...
	I0729 01:17:49.671650  177303 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 01:17:49.671664  177303 out.go:304] Setting ErrFile to fd 2...
	I0729 01:17:49.671670  177303 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 01:17:49.671885  177303 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-9224/.minikube/bin
	I0729 01:17:49.672091  177303 out.go:298] Setting JSON to false
	I0729 01:17:49.672119  177303 mustload.go:65] Loading cluster: multinode-305480
	I0729 01:17:49.672236  177303 notify.go:220] Checking for updates...
	I0729 01:17:49.672599  177303 config.go:182] Loaded profile config "multinode-305480": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 01:17:49.672617  177303 status.go:255] checking status of multinode-305480 ...
	I0729 01:17:49.673064  177303 cli_runner.go:164] Run: docker container inspect multinode-305480 --format={{.State.Status}}
	I0729 01:17:49.691988  177303 status.go:330] multinode-305480 host status = "Stopped" (err=<nil>)
	I0729 01:17:49.692008  177303 status.go:343] host is not running, skipping remaining checks
	I0729 01:17:49.692015  177303 status.go:257] multinode-305480 status: &{Name:multinode-305480 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0729 01:17:49.692051  177303 status.go:255] checking status of multinode-305480-m02 ...
	I0729 01:17:49.692296  177303 cli_runner.go:164] Run: docker container inspect multinode-305480-m02 --format={{.State.Status}}
	I0729 01:17:49.710372  177303 status.go:330] multinode-305480-m02 host status = "Stopped" (err=<nil>)
	I0729 01:17:49.710402  177303 status.go:343] host is not running, skipping remaining checks
	I0729 01:17:49.710409  177303 status.go:257] multinode-305480-m02 status: &{Name:multinode-305480-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (49.69s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:376: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-305480 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E0729 01:18:17.400807   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
multinode_test.go:376: (dbg) Done: out/minikube-linux-amd64 start -p multinode-305480 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (49.134517622s)
multinode_test.go:382: (dbg) Run:  out/minikube-linux-amd64 -p multinode-305480 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 (49.69s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (22.8s)

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

                                                
                                                
-- stdout --
	* [multinode-305480-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-9224/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-9224/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to GUEST_NODE_ADD: failed to add node: Node multinode-305480-m03 already exists in multinode-305480-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-305480-m03
multinode_test.go:484: (dbg) Done: out/minikube-linux-amd64 delete -p multinode-305480-m03: (1.840400141s)
--- PASS: TestMultiNode/serial/ValidateNameConflict (22.80s)

                                                
                                    
x
+
TestPreload (110.74s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-131844 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4
E0729 01:19:40.447362   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
E0729 01:19:52.437626   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
preload_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p test-preload-131844 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4: (1m25.675169337s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-131844 image pull gcr.io/k8s-minikube/busybox
preload_test.go:58: (dbg) Run:  out/minikube-linux-amd64 stop -p test-preload-131844
preload_test.go:58: (dbg) Done: out/minikube-linux-amd64 stop -p test-preload-131844: (5.660522254s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-131844 --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-131844 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio: (16.100088291s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-131844 image list
helpers_test.go:175: Cleaning up "test-preload-131844" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p test-preload-131844
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p test-preload-131844: (2.334070241s)
--- PASS: TestPreload (110.74s)

                                                
                                    
x
+
TestScheduledStopUnix (97.86s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-linux-amd64 start -p scheduled-stop-936266 --memory=2048 --driver=docker  --container-runtime=crio
scheduled_stop_test.go:128: (dbg) Done: out/minikube-linux-amd64 start -p scheduled-stop-936266 --memory=2048 --driver=docker  --container-runtime=crio: (21.446177792s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-936266 --schedule 5m
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-linux-amd64 status --format={{.TimeToStop}} -p scheduled-stop-936266 -n scheduled-stop-936266
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-936266 --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-936266 --cancel-scheduled
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p scheduled-stop-936266 -n scheduled-stop-936266
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-amd64 status -p scheduled-stop-936266
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-936266 --schedule 15s
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-936266
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-linux-amd64 status -p scheduled-stop-936266: exit status 7 (61.199108ms)

                                                
                                                
-- stdout --
	scheduled-stop-936266
	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-936266 -n scheduled-stop-936266
scheduled_stop_test.go:176: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Host}} -p scheduled-stop-936266 -n scheduled-stop-936266: exit status 7 (60.502971ms)

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestInsufficientStorage (9.99s)

                                                
                                                
=== RUN   TestInsufficientStorage
status_test.go:50: (dbg) Run:  out/minikube-linux-amd64 start -p insufficient-storage-258315 --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-258315 --memory=2048 --output=json --wait=true --driver=docker  --container-runtime=crio: exit status 26 (7.656253264s)

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"9e4eff14-de13-4c6c-a40e-0753df9ae5e3","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-258315] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"440ab6a4-ed8b-4c65-87b9-1c2d6e18e2a9","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19312"}}
	{"specversion":"1.0","id":"e5fbe45e-b8fe-4656-8603-e543ec69c01b","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":"f3515566-987d-4f56-afd2-d86d321fce88","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19312-9224/kubeconfig"}}
	{"specversion":"1.0","id":"6a0455e1-35a1-4604-854e-72eafa7d41b0","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-9224/.minikube"}}
	{"specversion":"1.0","id":"ce382527-f490-4c93-925e-c4e45521902e","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":"90056b5d-175a-4213-a7d8-795418787b90","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"dbfe8ce8-3f7d-44bb-86a5-2b5253a648af","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":"90183271-fee3-4ff9-a52d-5e6f50f25dea","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":"5cdd9355-0453-490d-a780-557f79284ad1","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":"fccb1145-7cd7-4e17-9a1a-e9bb472f0598","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":"6080fef1-081b-4cf9-b8b2-d9c95378c4a0","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-258315\" primary control-plane node in \"insufficient-storage-258315\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"f2a97ad0-663e-434f-9590-83b5675d2f42","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":"18ebd18d-314b-456f-868f-1196c2fd29d4","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":"3bd3698f-fc23-45c7-8419-a80a8639a3e0","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-258315 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-linux-amd64 status -p insufficient-storage-258315 --output=json --layout=cluster: exit status 7 (253.340407ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0729 01:22:42.608601  199863 status.go:417] kubeconfig endpoint: get endpoint: "insufficient-storage-258315" does not appear in /home/jenkins/minikube-integration/19312-9224/kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0729 01:22:42.861108  199961 status.go:417] kubeconfig endpoint: get endpoint: "insufficient-storage-258315" does not appear in /home/jenkins/minikube-integration/19312-9224/kubeconfig
	E0729 01:22:42.870640  199961 status.go:560] unable to read event log: stat: stat /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/insufficient-storage-258315/events.json: no such file or directory

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

                                                
                                    
x
+
TestRunningBinaryUpgrade (65.66s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.26.0.3185178847 start -p running-upgrade-816161 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.26.0.3185178847 start -p running-upgrade-816161 --memory=2200 --vm-driver=docker  --container-runtime=crio: (26.159252887s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-amd64 start -p running-upgrade-816161 --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-816161 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (32.32925031s)
helpers_test.go:175: Cleaning up "running-upgrade-816161" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p running-upgrade-816161
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p running-upgrade-816161: (6.832447584s)
--- PASS: TestRunningBinaryUpgrade (65.66s)

                                                
                                    
x
+
TestKubernetesUpgrade (342.53s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:222: (dbg) Run:  out/minikube-linux-amd64 start -p kubernetes-upgrade-327867 --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-327867 --memory=2200 --kubernetes-version=v1.20.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (40.384517732s)
version_upgrade_test.go:227: (dbg) Run:  out/minikube-linux-amd64 stop -p kubernetes-upgrade-327867
version_upgrade_test.go:227: (dbg) Done: out/minikube-linux-amd64 stop -p kubernetes-upgrade-327867: (1.20492658s)
version_upgrade_test.go:232: (dbg) Run:  out/minikube-linux-amd64 -p kubernetes-upgrade-327867 status --format={{.Host}}
version_upgrade_test.go:232: (dbg) Non-zero exit: out/minikube-linux-amd64 -p kubernetes-upgrade-327867 status --format={{.Host}}: exit status 7 (71.558436ms)

                                                
                                                
-- 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-327867 --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-327867 --memory=2200 --kubernetes-version=v1.31.0-beta.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (4m27.42185679s)
version_upgrade_test.go:248: (dbg) Run:  kubectl --context kubernetes-upgrade-327867 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-327867 --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-327867 --memory=2200 --kubernetes-version=v1.20.0 --driver=docker  --container-runtime=crio: exit status 106 (78.618545ms)

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-327867] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=19312
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19312-9224/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-9224/.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-327867
	    minikube start -p kubernetes-upgrade-327867 --kubernetes-version=v1.20.0
	    
	    2) Create a second cluster with Kubernetes 1.20.0, by running:
	    
	    minikube start -p kubernetes-upgrade-3278672 --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-327867 --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-327867 --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-327867 --memory=2200 --kubernetes-version=v1.31.0-beta.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (30.963231049s)
helpers_test.go:175: Cleaning up "kubernetes-upgrade-327867" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p kubernetes-upgrade-327867
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p kubernetes-upgrade-327867: (2.330563866s)
--- PASS: TestKubernetesUpgrade (342.53s)

                                                
                                    
x
+
TestMissingContainerUpgrade (137.85s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.2921545220 start -p missing-upgrade-319314 --memory=2200 --driver=docker  --container-runtime=crio
E0729 01:23:17.399956   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.2921545220 start -p missing-upgrade-319314 --memory=2200 --driver=docker  --container-runtime=crio: (58.826530288s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-319314
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-319314: (10.470328592s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-319314
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-amd64 start -p missing-upgrade-319314 --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-319314 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (1m6.083285094s)
helpers_test.go:175: Cleaning up "missing-upgrade-319314" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p missing-upgrade-319314
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p missing-upgrade-319314: (1.984104929s)
--- PASS: TestMissingContainerUpgrade (137.85s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.08s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoK8sWithVersion
no_kubernetes_test.go:83: (dbg) Run:  out/minikube-linux-amd64 start -p NoKubernetes-476605 --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-476605 --no-kubernetes --kubernetes-version=1.20 --driver=docker  --container-runtime=crio: exit status 14 (81.517434ms)

                                                
                                                
-- stdout --
	* [NoKubernetes-476605] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=19312
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19312-9224/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-9224/.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 (34.61s)

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

                                                
                                    
x
+
TestNetworkPlugins/group/false (7.97s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/false
net_test.go:246: (dbg) Run:  out/minikube-linux-amd64 start -p false-987621 --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-987621 --memory=2048 --alsologtostderr --cni=false --driver=docker  --container-runtime=crio: exit status 14 (188.354412ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0729 01:22:48.523115  202248 out.go:291] Setting OutFile to fd 1 ...
	I0729 01:22:48.523239  202248 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 01:22:48.523245  202248 out.go:304] Setting ErrFile to fd 2...
	I0729 01:22:48.523258  202248 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0729 01:22:48.523458  202248 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-9224/.minikube/bin
	I0729 01:22:48.524056  202248 out.go:298] Setting JSON to false
	I0729 01:22:48.525439  202248 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":3918,"bootTime":1722212251,"procs":240,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0729 01:22:48.525561  202248 start.go:139] virtualization: kvm guest
	I0729 01:22:48.528637  202248 out.go:177] * [false-987621] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
	I0729 01:22:48.530696  202248 notify.go:220] Checking for updates...
	I0729 01:22:48.531280  202248 out.go:177]   - MINIKUBE_LOCATION=19312
	I0729 01:22:48.533122  202248 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0729 01:22:48.535403  202248 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19312-9224/kubeconfig
	I0729 01:22:48.537375  202248 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-9224/.minikube
	I0729 01:22:48.538980  202248 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0729 01:22:48.540673  202248 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0729 01:22:48.543181  202248 config.go:182] Loaded profile config "NoKubernetes-476605": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 01:22:48.543367  202248 config.go:182] Loaded profile config "force-systemd-env-487390": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 01:22:48.543506  202248 config.go:182] Loaded profile config "offline-crio-436035": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
	I0729 01:22:48.543642  202248 driver.go:392] Setting default libvirt URI to qemu:///system
	I0729 01:22:48.572241  202248 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
	I0729 01:22:48.572463  202248 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0729 01:22:48.647914  202248 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:3 ContainersRunning:3 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:64 OomKillDisable:true NGoroutines:93 SystemTime:2024-07-29 01:22:48.634462703 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-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:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 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> ServerEr
rors:[] 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 01:22:48.648075  202248 docker.go:307] overlay module found
	I0729 01:22:48.651456  202248 out.go:177] * Using the docker driver based on user configuration
	I0729 01:22:48.653120  202248 start.go:297] selected driver: docker
	I0729 01:22:48.653143  202248 start.go:901] validating driver "docker" against <nil>
	I0729 01:22:48.653158  202248 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0729 01:22:48.656024  202248 out.go:177] 
	W0729 01:22:48.657733  202248 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 01:22:48.659234  202248 out.go:177] 

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (12.06s)

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

                                                
                                                
-- stdout --
	{"Name":"NoKubernetes-476605","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-476605
no_kubernetes_test.go:124: (dbg) Done: out/minikube-linux-amd64 delete -p NoKubernetes-476605: (3.261985062s)
--- PASS: TestNoKubernetes/serial/StartWithStopK8s (12.06s)

                                                
                                    
x
+
TestNoKubernetes/serial/Start (11.44s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.28s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (1.59s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (1.21s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (8.85s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (0.41s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (59.46s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.895969021 start -p stopped-upgrade-362078 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.895969021 start -p stopped-upgrade-362078 --memory=2200 --vm-driver=docker  --container-runtime=crio: (27.19287032s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.895969021 -p stopped-upgrade-362078 stop
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.895969021 -p stopped-upgrade-362078 stop: (4.781580836s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-amd64 start -p stopped-upgrade-362078 --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-362078 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (27.488372576s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (59.46s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.33s)

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

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (0.81s)

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

                                                
                                    
x
+
TestPause/serial/Start (54.38s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-linux-amd64 start -p pause-627227 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio
E0729 01:24:52.436504   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
pause_test.go:80: (dbg) Done: out/minikube-linux-amd64 start -p pause-627227 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio: (54.380959744s)
--- PASS: TestPause/serial/Start (54.38s)

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (26.5s)

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

                                                
                                    
x
+
TestPause/serial/Pause (0.69s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.28s)

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

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

                                                
                                    
x
+
TestPause/serial/Unpause (0.6s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (0.77s)

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

                                                
                                    
x
+
TestPause/serial/DeletePaused (2.65s)

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

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

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

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (14.27s)

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

                                                
                                                
-- stdout --
	[]

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p kindnet-987621 --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-987621 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio: (53.698206818s)
--- PASS: TestNetworkPlugins/group/kindnet/Start (53.70s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-987621 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-24mb4" [bba11d99-df4b-4532-ac99-db458606fe3b] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-24mb4" [bba11d99-df4b-4532-ac99-db458606fe3b] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 9.003910563s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (9.21s)

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

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

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

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

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

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

                                                
                                    
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-bq8fk" [f49a3b47-36bd-4198-827c-230c559170b1] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.004131984s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-987621 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-vnjrp" [17dea6c6-5a20-42b6-9489-bd9aba017686] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-vnjrp" [17dea6c6-5a20-42b6-9489-bd9aba017686] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 9.004059873s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (9.22s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p calico-987621 --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-987621 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker  --container-runtime=crio: (1m2.117163445s)
--- PASS: TestNetworkPlugins/group/calico/Start (62.12s)

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/HairPin
net_test.go:264: (dbg) Run:  kubectl --context kindnet-987621 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/Start (54.16s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p custom-flannel-987621 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=crio
E0729 01:28:17.400692   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p custom-flannel-987621 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=crio: (54.161472581s)
--- PASS: TestNetworkPlugins/group/custom-flannel/Start (54.16s)

                                                
                                    
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-tnqx2" [ec4e7a09-4520-47b4-8bfc-bb0bab8c4dc3] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.005276751s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-987621 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-pxzqh" [8fea29bd-f3c6-4894-b44f-85addd21f171] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-pxzqh" [8fea29bd-f3c6-4894-b44f-85addd21f171] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 9.024798957s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (9.21s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p enable-default-cni-987621 --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-987621 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=crio: (37.206574535s)
--- PASS: TestNetworkPlugins/group/enable-default-cni/Start (37.21s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-987621 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-x8ndf" [4ca0b235-f10a-4833-9854-97bfd2713009] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-x8ndf" [4ca0b235-f10a-4833-9854-97bfd2713009] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 9.003861262s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (9.52s)

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p flannel-987621 --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-987621 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=crio: (59.88899746s)
--- PASS: TestNetworkPlugins/group/flannel/Start (59.89s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p bridge-987621 --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-987621 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=crio: (44.424967323s)
--- PASS: TestNetworkPlugins/group/bridge/Start (44.43s)

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

                                                
                                                
=== 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-534126 --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-534126 --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: (1m52.368440297s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (112.37s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-987621 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-vwggp" [917a3730-7ecc-4808-81bb-b9b78b7c7199] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-vwggp" [917a3730-7ecc-4808-81bb-b9b78b7c7199] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 11.003383533s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (11.23s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p no-preload-952644 --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-952644 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0-beta.0: (1m7.099218641s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (67.10s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-987621 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-z2wsn" [dc8b1881-827f-43d5-b110-5396f2092147] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-z2wsn" [dc8b1881-827f-43d5-b110-5396f2092147] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 11.003295363s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (11.25s)

                                                
                                    
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-jhmmt" [ab7eedba-ef83-4217-b2b9-dc43e0d0be81] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.004855086s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Localhost
net_test.go:194: (dbg) Run:  kubectl --context bridge-987621 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-987621 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/KubeletFlags (0.29s)

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-987621 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-xnscd" [1c5a00c3-f608-4e13-9e24-30e88c6283eb] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-xnscd" [1c5a00c3-f608-4e13-9e24-30e88c6283eb] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 10.003518573s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (10.23s)

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/HairPin
net_test.go:264: (dbg) Run:  kubectl --context flannel-987621 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/flannel/HairPin (0.13s)
E0729 01:34:52.324656   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/auto-987621/client.crt: no such file or directory
E0729 01:34:52.436975   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
E0729 01:35:00.092841   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/calico-987621/client.crt: no such file or directory
E0729 01:35:00.827765   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/bridge-987621/client.crt: no such file or directory
E0729 01:35:00.833043   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/bridge-987621/client.crt: no such file or directory
E0729 01:35:00.843315   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/bridge-987621/client.crt: no such file or directory
E0729 01:35:00.863514   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/bridge-987621/client.crt: no such file or directory
E0729 01:35:00.903782   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/bridge-987621/client.crt: no such file or directory
E0729 01:35:00.984143   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/bridge-987621/client.crt: no such file or directory
E0729 01:35:01.144549   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/bridge-987621/client.crt: no such file or directory
E0729 01:35:01.464927   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/bridge-987621/client.crt: no such file or directory
E0729 01:35:02.105789   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/bridge-987621/client.crt: no such file or directory
E0729 01:35:03.386666   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/bridge-987621/client.crt: no such file or directory
E0729 01:35:05.947459   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/bridge-987621/client.crt: no such file or directory
E0729 01:35:07.404479   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/enable-default-cni-987621/client.crt: no such file or directory
E0729 01:35:07.565812   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/kindnet-987621/client.crt: no such file or directory
E0729 01:35:07.980416   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/flannel-987621/client.crt: no such file or directory
E0729 01:35:07.985695   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/flannel-987621/client.crt: no such file or directory
E0729 01:35:07.996019   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/flannel-987621/client.crt: no such file or directory
E0729 01:35:08.016328   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/flannel-987621/client.crt: no such file or directory
E0729 01:35:08.056676   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/flannel-987621/client.crt: no such file or directory
E0729 01:35:08.136975   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/flannel-987621/client.crt: no such file or directory
E0729 01:35:08.297412   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/flannel-987621/client.crt: no such file or directory
E0729 01:35:08.617970   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/flannel-987621/client.crt: no such file or directory
E0729 01:35:09.258955   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/flannel-987621/client.crt: no such file or directory
E0729 01:35:10.539594   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/flannel-987621/client.crt: no such file or directory
E0729 01:35:11.068074   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/bridge-987621/client.crt: no such file or directory
E0729 01:35:13.100633   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/flannel-987621/client.crt: no such file or directory
E0729 01:35:14.840185   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/custom-flannel-987621/client.crt: no such file or directory
E0729 01:35:18.221763   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/flannel-987621/client.crt: no such file or directory
E0729 01:35:21.308561   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/bridge-987621/client.crt: no such file or directory
E0729 01:35:28.462701   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/flannel-987621/client.crt: no such file or directory
E0729 01:35:41.789540   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/bridge-987621/client.crt: no such file or directory

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p embed-certs-849519 --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-849519 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.3: (55.855126451s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (55.86s)

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

                                                
                                                
=== 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-830145 --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-830145 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.3: (50.781210446s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (50.78s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-952644 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" [a027fde7-0ae2-4841-bf21-b4370299f247] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [a027fde7-0ae2-4841-bf21-b4370299f247] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 7.004343075s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-952644 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (7.25s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-amd64 stop -p no-preload-952644 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-amd64 stop -p no-preload-952644 --alsologtostderr -v=3: (11.912977624s)
--- PASS: TestStartStop/group/no-preload/serial/Stop (11.91s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-534126 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" [d868b110-9d60-4a60-961d-a9e1439a5d82] Pending
helpers_test.go:344: "busybox" [d868b110-9d60-4a60-961d-a9e1439a5d82] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [d868b110-9d60-4a60-961d-a9e1439a5d82] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 7.004832912s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-534126 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (7.37s)

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

                                                
                                                
=== 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-534126 --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-534126 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive (0.82s)

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

                                                
                                                
=== 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-534126 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-amd64 stop -p old-k8s-version-534126 --alsologtostderr -v=3: (12.072173946s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Stop (12.07s)

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

                                                
                                                
=== 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-952644 -n no-preload-952644
start_stop_delete_test.go:239: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Host}} -p no-preload-952644 -n no-preload-952644: exit status 7 (66.772752ms)

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p no-preload-952644 --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-952644 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0-beta.0: (4m21.901613987s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p no-preload-952644 -n no-preload-952644
E0729 01:35:48.365014   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/enable-default-cni-987621/client.crt: no such file or directory
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (262.20s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-849519 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" [05c56636-6de5-4c44-ac05-efa79b340bff] Pending
helpers_test.go:344: "busybox" [05c56636-6de5-4c44-ac05-efa79b340bff] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [05c56636-6de5-4c44-ac05-efa79b340bff] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 7.004027296s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-849519 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (7.25s)

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

                                                
                                                
=== 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-849519 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
start_stop_delete_test.go:215: (dbg) Run:  kubectl --context embed-certs-849519 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/embed-certs/serial/EnableAddonWhileActive (1.03s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-830145 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" [816b1277-c3c1-45d7-97b0-84d66ef2aae5] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [816b1277-c3c1-45d7-97b0-84d66ef2aae5] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 9.003644718s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-830145 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (9.33s)

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

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

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

                                                
                                                
=== 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-534126 -n old-k8s-version-534126
start_stop_delete_test.go:239: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Host}} -p old-k8s-version-534126 -n old-k8s-version-534126: exit status 7 (94.885145ms)

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

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

                                                
                                                
=== 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-534126 --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:256: (dbg) Done: out/minikube-linux-amd64 start -p old-k8s-version-534126 --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: (2m8.853811625s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p old-k8s-version-534126 -n old-k8s-version-534126
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (129.16s)

                                                
                                    
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-830145 --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-830145 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 (12.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-830145 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-amd64 stop -p default-k8s-diff-port-830145 --alsologtostderr -v=3: (12.079335298s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Stop (12.08s)

                                                
                                    
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-849519 -n embed-certs-849519
start_stop_delete_test.go:239: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Host}} -p embed-certs-849519 -n embed-certs-849519: exit status 7 (73.445943ms)

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p embed-certs-849519 --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-849519 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.3: (5m2.849251856s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p embed-certs-849519 -n embed-certs-849519
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (303.13s)

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

                                                
                                                
=== 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-830145 -n default-k8s-diff-port-830145
start_stop_delete_test.go:239: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Host}} -p default-k8s-diff-port-830145 -n default-k8s-diff-port-830145: exit status 7 (77.527099ms)

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

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

                                                
                                                
=== 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-830145 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.3
E0729 01:32:08.482213   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/auto-987621/client.crt: no such file or directory
E0729 01:32:08.487504   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/auto-987621/client.crt: no such file or directory
E0729 01:32:08.497789   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/auto-987621/client.crt: no such file or directory
E0729 01:32:08.518068   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/auto-987621/client.crt: no such file or directory
E0729 01:32:08.558370   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/auto-987621/client.crt: no such file or directory
E0729 01:32:08.638673   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/auto-987621/client.crt: no such file or directory
E0729 01:32:08.799047   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/auto-987621/client.crt: no such file or directory
E0729 01:32:09.119705   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/auto-987621/client.crt: no such file or directory
E0729 01:32:09.760537   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/auto-987621/client.crt: no such file or directory
E0729 01:32:11.041024   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/auto-987621/client.crt: no such file or directory
E0729 01:32:13.601594   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/auto-987621/client.crt: no such file or directory
E0729 01:32:18.722690   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/auto-987621/client.crt: no such file or directory
E0729 01:32:23.721495   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/kindnet-987621/client.crt: no such file or directory
E0729 01:32:23.726808   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/kindnet-987621/client.crt: no such file or directory
E0729 01:32:23.737120   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/kindnet-987621/client.crt: no such file or directory
E0729 01:32:23.757406   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/kindnet-987621/client.crt: no such file or directory
E0729 01:32:23.797665   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/kindnet-987621/client.crt: no such file or directory
E0729 01:32:23.878038   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/kindnet-987621/client.crt: no such file or directory
E0729 01:32:24.038940   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/kindnet-987621/client.crt: no such file or directory
E0729 01:32:24.359929   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/kindnet-987621/client.crt: no such file or directory
E0729 01:32:25.000938   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/kindnet-987621/client.crt: no such file or directory
E0729 01:32:26.281116   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/kindnet-987621/client.crt: no such file or directory
E0729 01:32:28.841937   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/kindnet-987621/client.crt: no such file or directory
E0729 01:32:28.963083   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/auto-987621/client.crt: no such file or directory
E0729 01:32:33.962984   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/kindnet-987621/client.crt: no such file or directory
E0729 01:32:44.203570   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/kindnet-987621/client.crt: no such file or directory
E0729 01:32:49.443404   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/auto-987621/client.crt: no such file or directory
E0729 01:32:55.482806   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/addons-703043/client.crt: no such file or directory
E0729 01:33:04.683810   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/kindnet-987621/client.crt: no such file or directory
E0729 01:33:17.399970   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/functional-766565/client.crt: no such file or directory
E0729 01:33:30.403955   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/auto-987621/client.crt: no such file or directory
E0729 01:33:38.170973   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/calico-987621/client.crt: no such file or directory
E0729 01:33:38.176255   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/calico-987621/client.crt: no such file or directory
E0729 01:33:38.186612   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/calico-987621/client.crt: no such file or directory
E0729 01:33:38.206934   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/calico-987621/client.crt: no such file or directory
E0729 01:33:38.247215   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/calico-987621/client.crt: no such file or directory
E0729 01:33:38.327507   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/calico-987621/client.crt: no such file or directory
E0729 01:33:38.487867   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/calico-987621/client.crt: no such file or directory
E0729 01:33:38.808159   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/calico-987621/client.crt: no such file or directory
E0729 01:33:39.448928   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/calico-987621/client.crt: no such file or directory
E0729 01:33:40.729700   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/calico-987621/client.crt: no such file or directory
E0729 01:33:43.290097   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/calico-987621/client.crt: no such file or directory
E0729 01:33:45.644615   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/kindnet-987621/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-830145 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.3: (4m22.848881931s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p default-k8s-diff-port-830145 -n default-k8s-diff-port-830145
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (263.14s)

                                                
                                    
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-h5v55" [ade505bc-24ce-4707-ade9-b43fae4abf8b] Running
E0729 01:33:48.410755   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/calico-987621/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.003464073s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-h5v55" [ade505bc-24ce-4707-ade9-b43fae4abf8b] Running
E0729 01:33:52.918565   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/custom-flannel-987621/client.crt: no such file or directory
E0729 01:33:52.923866   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/custom-flannel-987621/client.crt: no such file or directory
E0729 01:33:52.934141   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/custom-flannel-987621/client.crt: no such file or directory
E0729 01:33:52.954460   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/custom-flannel-987621/client.crt: no such file or directory
E0729 01:33:52.994754   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/custom-flannel-987621/client.crt: no such file or directory
E0729 01:33:53.075054   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/custom-flannel-987621/client.crt: no such file or directory
E0729 01:33:53.235439   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/custom-flannel-987621/client.crt: no such file or directory
E0729 01:33:53.556004   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/custom-flannel-987621/client.crt: no such file or directory
E0729 01:33:54.196568   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/custom-flannel-987621/client.crt: no such file or directory
E0729 01:33:55.477213   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/custom-flannel-987621/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.004044796s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context old-k8s-version-534126 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.08s)

                                                
                                    
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-534126 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20210326-1e038dc5
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:v20240719-e7903573
--- PASS: TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (0.22s)

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

                                                
                                                
=== 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-534126 --alsologtostderr -v=1
E0729 01:33:58.037949   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/custom-flannel-987621/client.crt: no such file or directory
E0729 01:33:58.651631   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/calico-987621/client.crt: no such file or directory
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p old-k8s-version-534126 -n old-k8s-version-534126
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.APIServer}} -p old-k8s-version-534126 -n old-k8s-version-534126: exit status 2 (296.300191ms)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p newest-cni-885486 --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 01:34:13.398697   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/custom-flannel-987621/client.crt: no such file or directory
E0729 01:34:19.132041   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/calico-987621/client.crt: no such file or directory
E0729 01:34:26.441344   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/enable-default-cni-987621/client.crt: no such file or directory
E0729 01:34:26.446657   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/enable-default-cni-987621/client.crt: no such file or directory
E0729 01:34:26.456983   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/enable-default-cni-987621/client.crt: no such file or directory
E0729 01:34:26.477319   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/enable-default-cni-987621/client.crt: no such file or directory
E0729 01:34:26.517666   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/enable-default-cni-987621/client.crt: no such file or directory
E0729 01:34:26.598014   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/enable-default-cni-987621/client.crt: no such file or directory
E0729 01:34:26.758377   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/enable-default-cni-987621/client.crt: no such file or directory
E0729 01:34:27.079410   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/enable-default-cni-987621/client.crt: no such file or directory
E0729 01:34:27.720420   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/enable-default-cni-987621/client.crt: no such file or directory
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p newest-cni-885486 --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: (25.133407164s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (25.13s)

                                                
                                    
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-885486 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
E0729 01:34:29.001112   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/enable-default-cni-987621/client.crt: no such file or directory
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.2s)

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

                                                
                                    
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-885486 -n newest-cni-885486
start_stop_delete_test.go:239: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Host}} -p newest-cni-885486 -n newest-cni-885486: exit status 7 (63.464089ms)

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p newest-cni-885486 --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 01:34:31.562035   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/enable-default-cni-987621/client.crt: no such file or directory
E0729 01:34:33.879902   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/custom-flannel-987621/client.crt: no such file or directory
E0729 01:34:36.683088   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/enable-default-cni-987621/client.crt: no such file or directory
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p newest-cni-885486 --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.970704214s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p newest-cni-885486 -n newest-cni-885486
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (13.26s)

                                                
                                    
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-885486 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.87s)

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Pause
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 pause -p newest-cni-885486 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Done: out/minikube-linux-amd64 pause -p newest-cni-885486 --alsologtostderr -v=1: (1.010990488s)
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p newest-cni-885486 -n newest-cni-885486
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.APIServer}} -p newest-cni-885486 -n newest-cni-885486: exit status 2 (288.774457ms)

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

                                                
                                                
-- 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-885486 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p newest-cni-885486 -n newest-cni-885486
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p newest-cni-885486 -n newest-cni-885486
E0729 01:34:46.923506   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/enable-default-cni-987621/client.crt: no such file or directory
--- PASS: TestStartStop/group/newest-cni/serial/Pause (2.87s)

                                                
                                    
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-8wc2c" [6cff905d-e5a4-43db-925d-81863044fd93] Running
E0729 01:35:48.943011   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/flannel-987621/client.crt: no such file or directory
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004526998s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-8wc2c" [6cff905d-e5a4-43db-925d-81863044fd93] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004172469s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context no-preload-952644 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (5.08s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p no-preload-952644 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.22s)

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

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

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

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

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

                                                
                                                
=== 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-m59bx" [50ad7794-1120-4f5d-99d8-c14c9e3ec6a7] Running
E0729 01:36:22.400505   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/old-k8s-version-534126/client.crt: no such file or directory
E0729 01:36:22.750303   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/bridge-987621/client.crt: no such file or directory
E0729 01:36:26.671156   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/no-preload-952644/client.crt: no such file or directory
E0729 01:36:27.521584   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/old-k8s-version-534126/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.003910493s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.01s)

                                                
                                    
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-m59bx" [50ad7794-1120-4f5d-99d8-c14c9e3ec6a7] Running
E0729 01:36:29.903830   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/flannel-987621/client.crt: no such file or directory
start_stop_delete_test.go:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003621683s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context default-k8s-diff-port-830145 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.22s)

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

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

                                                
                                                
=== 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-830145 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p default-k8s-diff-port-830145 -n default-k8s-diff-port-830145
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.APIServer}} -p default-k8s-diff-port-830145 -n default-k8s-diff-port-830145: exit status 2 (282.230753ms)

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

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

                                                
                                    
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-zpl59" [3823ee90-c088-4229-a04b-245952bd1c15] Running
E0729 01:36:58.243473   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/old-k8s-version-534126/client.crt: no such file or directory
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.0035831s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.00s)

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

                                                
                                                
=== 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-zpl59" [3823ee90-c088-4229-a04b-245952bd1c15] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003966985s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context embed-certs-849519 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.07s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p embed-certs-849519 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: gcr.io/k8s-minikube/busybox:1.28.4-glibc
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240719-e7903573
--- PASS: TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (0.22s)

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

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

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

                                                
                                                
-- 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-849519 --alsologtostderr -v=1
E0729 01:37:08.482659   15979 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19312-9224/.minikube/profiles/auto-987621/client.crt: no such file or directory
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p embed-certs-849519 -n embed-certs-849519
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p embed-certs-849519 -n embed-certs-849519
--- PASS: TestStartStop/group/embed-certs/serial/Pause (2.50s)

                                                
                                    

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

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                
----------------------- debugLogs end: kubenet-987621 [took: 3.576033092s] --------------------------------
helpers_test.go:175: Cleaning up "kubenet-987621" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p kubenet-987621
--- SKIP: TestNetworkPlugins/group/kubenet (3.77s)

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (3.76s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                
----------------------- debugLogs end: cilium-987621 [took: 3.601788716s] --------------------------------
helpers_test.go:175: Cleaning up "cilium-987621" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p cilium-987621
--- SKIP: TestNetworkPlugins/group/cilium (3.76s)

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

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

                                                
                                    
Copied to clipboard