Test Report: Docker_Linux_crio_arm64 19264

                    
                      9e9f0a1e532281828d0abd077e39f9c759354b34:2024-07-17:35371
                    
                

Test fail (2/336)

Order failed test Duration
39 TestAddons/parallel/Ingress 152.51
41 TestAddons/parallel/MetricsServer 344.26
x
+
TestAddons/parallel/Ingress (152.51s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run:  kubectl --context addons-084050 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-084050 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run:  kubectl --context addons-084050 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" [0a32289c-c67f-4127-a413-fb3a0a60f542] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [0a32289c-c67f-4127-a413-fb3a0a60f542] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 10.003304318s
addons_test.go:264: (dbg) Run:  out/minikube-linux-arm64 -p addons-084050 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:264: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-084050 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m9.515080735s)

                                                
                                                
** 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-084050 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run:  out/minikube-linux-arm64 -p addons-084050 ip
addons_test.go:299: (dbg) Run:  nslookup hello-john.test 192.168.49.2
addons_test.go:308: (dbg) Run:  out/minikube-linux-arm64 -p addons-084050 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:308: (dbg) Done: out/minikube-linux-arm64 -p addons-084050 addons disable ingress-dns --alsologtostderr -v=1: (1.481635273s)
addons_test.go:313: (dbg) Run:  out/minikube-linux-arm64 -p addons-084050 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-arm64 -p addons-084050 addons disable ingress --alsologtostderr -v=1: (7.749046439s)
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-084050
helpers_test.go:235: (dbg) docker inspect addons-084050:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "f73739399044959c1cdec4a08df0733309b2671bbaab3086b705315963368108",
	        "Created": "2024-07-17T01:25:09.964792115Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 446275,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-07-17T01:25:10.131386576Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:476b38520acaa45848ac08864bd6ca4a7124b7e691863e24807ecda76b00d113",
	        "ResolvConfPath": "/var/lib/docker/containers/f73739399044959c1cdec4a08df0733309b2671bbaab3086b705315963368108/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/f73739399044959c1cdec4a08df0733309b2671bbaab3086b705315963368108/hostname",
	        "HostsPath": "/var/lib/docker/containers/f73739399044959c1cdec4a08df0733309b2671bbaab3086b705315963368108/hosts",
	        "LogPath": "/var/lib/docker/containers/f73739399044959c1cdec4a08df0733309b2671bbaab3086b705315963368108/f73739399044959c1cdec4a08df0733309b2671bbaab3086b705315963368108-json.log",
	        "Name": "/addons-084050",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-084050:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-084050",
	            "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/4db15537c82e0b7c72c0cd1e5b870743af46552f0c6f32b843e9d17afb52ce69-init/diff:/var/lib/docker/overlay2/e15d848adce9548891127fee75416794db848bdc332a033d468f0df2608fe4d1/diff",
	                "MergedDir": "/var/lib/docker/overlay2/4db15537c82e0b7c72c0cd1e5b870743af46552f0c6f32b843e9d17afb52ce69/merged",
	                "UpperDir": "/var/lib/docker/overlay2/4db15537c82e0b7c72c0cd1e5b870743af46552f0c6f32b843e9d17afb52ce69/diff",
	                "WorkDir": "/var/lib/docker/overlay2/4db15537c82e0b7c72c0cd1e5b870743af46552f0c6f32b843e9d17afb52ce69/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-084050",
	                "Source": "/var/lib/docker/volumes/addons-084050/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-084050",
	            "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-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e",
	            "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-084050",
	                "name.minikube.sigs.k8s.io": "addons-084050",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "661fe6e1b194b78dd39b46deb447b140521eb5568428922163c30c58f321c694",
	            "SandboxKey": "/var/run/docker/netns/661fe6e1b194",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33165"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33166"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33169"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33167"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33168"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-084050": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "4cffb7d9c29ae0e269442d8304dc2a329f7778e550731ffd554261ee5e6335f9",
	                    "EndpointID": "70013f5a5ecdb5d9e543c31fe5b08cd7c42a305fc330373442e2f27c1c8193c4",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-084050",
	                        "f73739399044"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-084050 -n addons-084050
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-arm64 -p addons-084050 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-084050 logs -n 25: (1.409966119s)
helpers_test.go:252: TestAddons/parallel/Ingress logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-only-964319                                                                     | download-only-964319   | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC | 17 Jul 24 01:24 UTC |
	| delete  | -p download-only-674558                                                                     | download-only-674558   | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC | 17 Jul 24 01:24 UTC |
	| delete  | -p download-only-279569                                                                     | download-only-279569   | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC | 17 Jul 24 01:24 UTC |
	| delete  | -p download-only-964319                                                                     | download-only-964319   | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC | 17 Jul 24 01:24 UTC |
	| start   | --download-only -p                                                                          | download-docker-043222 | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC |                     |
	|         | download-docker-043222                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-043222                                                                   | download-docker-043222 | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC | 17 Jul 24 01:24 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-674752   | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC |                     |
	|         | binary-mirror-674752                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:37465                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-674752                                                                     | binary-mirror-674752   | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC | 17 Jul 24 01:24 UTC |
	| addons  | disable dashboard -p                                                                        | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC |                     |
	|         | addons-084050                                                                               |                        |         |         |                     |                     |
	| addons  | enable dashboard -p                                                                         | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC |                     |
	|         | addons-084050                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-084050 --wait=true                                                                | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC | 17 Jul 24 01:28 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  | enable headlamp                                                                             | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:28 UTC | 17 Jul 24 01:28 UTC |
	|         | -p addons-084050                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-084050 ip                                                                            | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:28 UTC | 17 Jul 24 01:28 UTC |
	| addons  | addons-084050 addons disable                                                                | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:28 UTC | 17 Jul 24 01:28 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:28 UTC | 17 Jul 24 01:28 UTC |
	|         | -p addons-084050                                                                            |                        |         |         |                     |                     |
	| ssh     | addons-084050 ssh cat                                                                       | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:28 UTC | 17 Jul 24 01:28 UTC |
	|         | /opt/local-path-provisioner/pvc-0eceeb81-b13b-4001-a1ae-a5cc5c759a9f_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-084050 addons disable                                                                | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:28 UTC | 17 Jul 24 01:29 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable cloud-spanner -p                                                                    | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:28 UTC | 17 Jul 24 01:28 UTC |
	|         | addons-084050                                                                               |                        |         |         |                     |                     |
	| addons  | addons-084050 addons                                                                        | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:29 UTC | 17 Jul 24 01:29 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-084050 addons                                                                        | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:29 UTC | 17 Jul 24 01:29 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p                                                                 | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:29 UTC | 17 Jul 24 01:29 UTC |
	|         | addons-084050                                                                               |                        |         |         |                     |                     |
	| ssh     | addons-084050 ssh curl -s                                                                   | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:29 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| ip      | addons-084050 ip                                                                            | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:32 UTC | 17 Jul 24 01:32 UTC |
	| addons  | addons-084050 addons disable                                                                | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:32 UTC | 17 Jul 24 01:32 UTC |
	|         | ingress-dns --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-084050 addons disable                                                                | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:32 UTC | 17 Jul 24 01:32 UTC |
	|         | ingress --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/07/17 01:24:44
	Running on machine: ip-172-31-29-130
	Binary: Built with gc go1.22.5 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0717 01:24:44.874395  445782 out.go:291] Setting OutFile to fd 1 ...
	I0717 01:24:44.874513  445782 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:24:44.874555  445782 out.go:304] Setting ErrFile to fd 2...
	I0717 01:24:44.874587  445782 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:24:44.875257  445782 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19264-439383/.minikube/bin
	I0717 01:24:44.875832  445782 out.go:298] Setting JSON to false
	I0717 01:24:44.876829  445782 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":7636,"bootTime":1721171849,"procs":192,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1064-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0717 01:24:44.876900  445782 start.go:139] virtualization:  
	I0717 01:24:44.879261  445782 out.go:177] * [addons-084050] minikube v1.33.1 on Ubuntu 20.04 (arm64)
	I0717 01:24:44.881043  445782 out.go:177]   - MINIKUBE_LOCATION=19264
	I0717 01:24:44.881118  445782 notify.go:220] Checking for updates...
	I0717 01:24:44.885190  445782 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0717 01:24:44.887348  445782 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19264-439383/kubeconfig
	I0717 01:24:44.889523  445782 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19264-439383/.minikube
	I0717 01:24:44.891514  445782 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0717 01:24:44.893739  445782 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0717 01:24:44.895843  445782 driver.go:392] Setting default libvirt URI to qemu:///system
	I0717 01:24:44.917335  445782 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
	I0717 01:24:44.917507  445782 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0717 01:24:44.976585  445782 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-17 01:24:44.96739008 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aarc
h64 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:2 MemTotal:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} 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> ServerError
s:[] 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
	I0717 01:24:44.976697  445782 docker.go:307] overlay module found
	I0717 01:24:44.980035  445782 out.go:177] * Using the docker driver based on user configuration
	I0717 01:24:44.981895  445782 start.go:297] selected driver: docker
	I0717 01:24:44.981911  445782 start.go:901] validating driver "docker" against <nil>
	I0717 01:24:44.981926  445782 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0717 01:24:44.982554  445782 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0717 01:24:45.049577  445782 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-17 01:24:45.03709707 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aarc
h64 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:2 MemTotal:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} 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> ServerError
s:[] 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
	I0717 01:24:45.049799  445782 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0717 01:24:45.050079  445782 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]
	I0717 01:24:45.052326  445782 out.go:177] * Using Docker driver with root privileges
	I0717 01:24:45.054374  445782 cni.go:84] Creating CNI manager for ""
	I0717 01:24:45.054416  445782 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0717 01:24:45.054432  445782 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0717 01:24:45.054547  445782 start.go:340] cluster config:
	{Name:addons-084050 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e 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.2 ClusterName:addons-084050 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.2 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}
	I0717 01:24:45.056878  445782 out.go:177] * Starting "addons-084050" primary control-plane node in "addons-084050" cluster
	I0717 01:24:45.058629  445782 cache.go:121] Beginning downloading kic base image for docker with crio
	I0717 01:24:45.060895  445782 out.go:177] * Pulling base image v0.0.44-1721146479-19264 ...
	I0717 01:24:45.063133  445782 preload.go:131] Checking if preload exists for k8s version v1.30.2 and runtime crio
	I0717 01:24:45.063239  445782 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e in local docker daemon
	I0717 01:24:45.063292  445782 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19264-439383/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4
	I0717 01:24:45.063319  445782 cache.go:56] Caching tarball of preloaded images
	I0717 01:24:45.063441  445782 preload.go:172] Found /home/jenkins/minikube-integration/19264-439383/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0717 01:24:45.063465  445782 cache.go:59] Finished verifying existence of preloaded tar for v1.30.2 on crio
	I0717 01:24:45.064069  445782 profile.go:143] Saving config to /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/config.json ...
	I0717 01:24:45.064151  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/config.json: {Name:mk3d1049b8f53a64528324120959a05e9e24c86c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:24:45.084347  445782 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e to local cache
	I0717 01:24:45.084502  445782 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e in local cache directory
	I0717 01:24:45.084526  445782 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e in local cache directory, skipping pull
	I0717 01:24:45.084532  445782 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e exists in cache, skipping pull
	I0717 01:24:45.084541  445782 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e as a tarball
	I0717 01:24:45.084546  445782 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e from local cache
	I0717 01:25:02.155033  445782 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e from cached tarball
	I0717 01:25:02.155072  445782 cache.go:194] Successfully downloaded all kic artifacts
	I0717 01:25:02.155127  445782 start.go:360] acquireMachinesLock for addons-084050: {Name:mk0d69ba094861ee8825462c19e1e1f9864e23ea Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0717 01:25:02.155260  445782 start.go:364] duration metric: took 107.879µs to acquireMachinesLock for "addons-084050"
	I0717 01:25:02.155288  445782 start.go:93] Provisioning new machine with config: &{Name:addons-084050 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e 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.2 ClusterName:addons-084050 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.2 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.2 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0717 01:25:02.155373  445782 start.go:125] createHost starting for "" (driver="docker")
	I0717 01:25:02.157831  445782 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0717 01:25:02.158114  445782 start.go:159] libmachine.API.Create for "addons-084050" (driver="docker")
	I0717 01:25:02.158151  445782 client.go:168] LocalClient.Create starting
	I0717 01:25:02.158268  445782 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19264-439383/.minikube/certs/ca.pem
	I0717 01:25:02.796682  445782 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19264-439383/.minikube/certs/cert.pem
	I0717 01:25:03.420527  445782 cli_runner.go:164] Run: docker network inspect addons-084050 --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}}]}"
	W0717 01:25:03.434995  445782 cli_runner.go:211] docker network inspect addons-084050 --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
	I0717 01:25:03.435089  445782 network_create.go:284] running [docker network inspect addons-084050] to gather additional debugging logs...
	I0717 01:25:03.435109  445782 cli_runner.go:164] Run: docker network inspect addons-084050
	W0717 01:25:03.447854  445782 cli_runner.go:211] docker network inspect addons-084050 returned with exit code 1
	I0717 01:25:03.447887  445782 network_create.go:287] error running [docker network inspect addons-084050]: docker network inspect addons-084050: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-084050 not found
	I0717 01:25:03.447903  445782 network_create.go:289] output of [docker network inspect addons-084050]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-084050 not found
	
	** /stderr **
	I0717 01:25:03.448000  445782 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}}]}"
	I0717 01:25:03.463067  445782 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:0x4001e37a50}
	I0717 01:25:03.463110  445782 network_create.go:124] attempt to create docker network addons-084050 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0717 01:25:03.463170  445782 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-084050 addons-084050
	I0717 01:25:03.533768  445782 network_create.go:108] docker network addons-084050 192.168.49.0/24 created
	I0717 01:25:03.533799  445782 kic.go:121] calculated static IP "192.168.49.2" for the "addons-084050" container
	I0717 01:25:03.533872  445782 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0717 01:25:03.549354  445782 cli_runner.go:164] Run: docker volume create addons-084050 --label name.minikube.sigs.k8s.io=addons-084050 --label created_by.minikube.sigs.k8s.io=true
	I0717 01:25:03.565598  445782 oci.go:103] Successfully created a docker volume addons-084050
	I0717 01:25:03.565707  445782 cli_runner.go:164] Run: docker run --rm --name addons-084050-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-084050 --entrypoint /usr/bin/test -v addons-084050:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e -d /var/lib
	I0717 01:25:05.651596  445782 cli_runner.go:217] Completed: docker run --rm --name addons-084050-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-084050 --entrypoint /usr/bin/test -v addons-084050:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e -d /var/lib: (2.085841633s)
	I0717 01:25:05.651639  445782 oci.go:107] Successfully prepared a docker volume addons-084050
	I0717 01:25:05.651661  445782 preload.go:131] Checking if preload exists for k8s version v1.30.2 and runtime crio
	I0717 01:25:05.651681  445782 kic.go:194] Starting extracting preloaded images to volume ...
	I0717 01:25:05.651752  445782 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19264-439383/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-084050:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e -I lz4 -xf /preloaded.tar -C /extractDir
	I0717 01:25:09.892650  445782 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19264-439383/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-084050:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e -I lz4 -xf /preloaded.tar -C /extractDir: (4.240842701s)
	I0717 01:25:09.892683  445782 kic.go:203] duration metric: took 4.24099884s to extract preloaded images to volume ...
	W0717 01:25:09.892841  445782 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0717 01:25:09.892962  445782 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0717 01:25:09.949981  445782 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-084050 --name addons-084050 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-084050 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-084050 --network addons-084050 --ip 192.168.49.2 --volume addons-084050:/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-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e
	I0717 01:25:10.313575  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Running}}
	I0717 01:25:10.341039  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:10.360902  445782 cli_runner.go:164] Run: docker exec addons-084050 stat /var/lib/dpkg/alternatives/iptables
	I0717 01:25:10.417661  445782 oci.go:144] the created container "addons-084050" has a running status.
	I0717 01:25:10.417693  445782 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa...
	I0717 01:25:10.816449  445782 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0717 01:25:10.848841  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:10.878553  445782 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0717 01:25:10.878578  445782 kic_runner.go:114] Args: [docker exec --privileged addons-084050 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0717 01:25:10.948930  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:10.974933  445782 machine.go:94] provisionDockerMachine start ...
	I0717 01:25:10.975079  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:10.996419  445782 main.go:141] libmachine: Using SSH client type: native
	I0717 01:25:10.996684  445782 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2c70] 0x3e54d0 <nil>  [] 0s} 127.0.0.1 33165 <nil> <nil>}
	I0717 01:25:10.996693  445782 main.go:141] libmachine: About to run SSH command:
	hostname
	I0717 01:25:11.162985  445782 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-084050
	
	I0717 01:25:11.163013  445782 ubuntu.go:169] provisioning hostname "addons-084050"
	I0717 01:25:11.163127  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:11.184655  445782 main.go:141] libmachine: Using SSH client type: native
	I0717 01:25:11.184965  445782 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2c70] 0x3e54d0 <nil>  [] 0s} 127.0.0.1 33165 <nil> <nil>}
	I0717 01:25:11.184983  445782 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-084050 && echo "addons-084050" | sudo tee /etc/hostname
	I0717 01:25:11.343339  445782 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-084050
	
	I0717 01:25:11.343425  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:11.363018  445782 main.go:141] libmachine: Using SSH client type: native
	I0717 01:25:11.363468  445782 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2c70] 0x3e54d0 <nil>  [] 0s} 127.0.0.1 33165 <nil> <nil>}
	I0717 01:25:11.363557  445782 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-084050' /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-084050/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-084050' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0717 01:25:11.502867  445782 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0717 01:25:11.502937  445782 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19264-439383/.minikube CaCertPath:/home/jenkins/minikube-integration/19264-439383/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19264-439383/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19264-439383/.minikube}
	I0717 01:25:11.502977  445782 ubuntu.go:177] setting up certificates
	I0717 01:25:11.503017  445782 provision.go:84] configureAuth start
	I0717 01:25:11.503104  445782 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-084050
	I0717 01:25:11.520402  445782 provision.go:143] copyHostCerts
	I0717 01:25:11.520486  445782 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19264-439383/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19264-439383/.minikube/ca.pem (1078 bytes)
	I0717 01:25:11.520611  445782 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19264-439383/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19264-439383/.minikube/cert.pem (1123 bytes)
	I0717 01:25:11.520679  445782 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19264-439383/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19264-439383/.minikube/key.pem (1675 bytes)
	I0717 01:25:11.520737  445782 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19264-439383/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19264-439383/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19264-439383/.minikube/certs/ca-key.pem org=jenkins.addons-084050 san=[127.0.0.1 192.168.49.2 addons-084050 localhost minikube]
	I0717 01:25:12.010122  445782 provision.go:177] copyRemoteCerts
	I0717 01:25:12.010208  445782 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0717 01:25:12.010285  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:12.028253  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:12.123658  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0717 01:25:12.148347  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0717 01:25:12.172330  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0717 01:25:12.197236  445782 provision.go:87] duration metric: took 694.185552ms to configureAuth
	I0717 01:25:12.197306  445782 ubuntu.go:193] setting minikube options for container-runtime
	I0717 01:25:12.197501  445782 config.go:182] Loaded profile config "addons-084050": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
	I0717 01:25:12.197608  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:12.213994  445782 main.go:141] libmachine: Using SSH client type: native
	I0717 01:25:12.214242  445782 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2c70] 0x3e54d0 <nil>  [] 0s} 127.0.0.1 33165 <nil> <nil>}
	I0717 01:25:12.214260  445782 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
	I0717 01:25:12.451183  445782 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0717 01:25:12.451207  445782 machine.go:97] duration metric: took 1.476248705s to provisionDockerMachine
	I0717 01:25:12.451219  445782 client.go:171] duration metric: took 10.293057062s to LocalClient.Create
	I0717 01:25:12.451233  445782 start.go:167] duration metric: took 10.293120544s to libmachine.API.Create "addons-084050"
	I0717 01:25:12.451256  445782 start.go:293] postStartSetup for "addons-084050" (driver="docker")
	I0717 01:25:12.451267  445782 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]
	I0717 01:25:12.451336  445782 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
	I0717 01:25:12.451397  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:12.467823  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:12.564426  445782 ssh_runner.go:195] Run: cat /etc/os-release
	I0717 01:25:12.567926  445782 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0717 01:25:12.567965  445782 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0717 01:25:12.567976  445782 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0717 01:25:12.567984  445782 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0717 01:25:12.568005  445782 filesync.go:126] Scanning /home/jenkins/minikube-integration/19264-439383/.minikube/addons for local assets ...
	I0717 01:25:12.568079  445782 filesync.go:126] Scanning /home/jenkins/minikube-integration/19264-439383/.minikube/files for local assets ...
	I0717 01:25:12.568108  445782 start.go:296] duration metric: took 116.844479ms for postStartSetup
	I0717 01:25:12.568439  445782 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-084050
	I0717 01:25:12.584091  445782 profile.go:143] Saving config to /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/config.json ...
	I0717 01:25:12.584391  445782 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0717 01:25:12.584450  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:12.600009  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:12.691802  445782 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0717 01:25:12.696144  445782 start.go:128] duration metric: took 10.54075442s to createHost
	I0717 01:25:12.696169  445782 start.go:83] releasing machines lock for "addons-084050", held for 10.540898803s
	I0717 01:25:12.696242  445782 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-084050
	I0717 01:25:12.713444  445782 ssh_runner.go:195] Run: cat /version.json
	I0717 01:25:12.713483  445782 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0717 01:25:12.713506  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:12.713526  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:12.738733  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:12.741200  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:12.991543  445782 ssh_runner.go:195] Run: systemctl --version
	I0717 01:25:12.996235  445782 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0717 01:25:13.141557  445782 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0717 01:25:13.145957  445782 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" ;
	I0717 01:25:13.170531  445782 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0717 01:25:13.170657  445782 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" ;
	I0717 01:25:13.199238  445782 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0717 01:25:13.199262  445782 start.go:495] detecting cgroup driver to use...
	I0717 01:25:13.199295  445782 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0717 01:25:13.199348  445782 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0717 01:25:13.214924  445782 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0717 01:25:13.227388  445782 docker.go:217] disabling cri-docker service (if available) ...
	I0717 01:25:13.227455  445782 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0717 01:25:13.242123  445782 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0717 01:25:13.256743  445782 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0717 01:25:13.344763  445782 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0717 01:25:13.433582  445782 docker.go:233] disabling docker service ...
	I0717 01:25:13.433684  445782 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0717 01:25:13.455406  445782 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0717 01:25:13.468294  445782 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0717 01:25:13.551700  445782 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0717 01:25:13.644570  445782 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0717 01:25:13.657074  445782 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"
	I0717 01:25:13.673931  445782 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
	I0717 01:25:13.674050  445782 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"
	I0717 01:25:13.683716  445782 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0717 01:25:13.683782  445782 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0717 01:25:13.693913  445782 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0717 01:25:13.703699  445782 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0717 01:25:13.713408  445782 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0717 01:25:13.722679  445782 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"
	I0717 01:25:13.732195  445782 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"
	I0717 01:25:13.747822  445782 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"
	I0717 01:25:13.757570  445782 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0717 01:25:13.766228  445782 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0717 01:25:13.774833  445782 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0717 01:25:13.855961  445782 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0717 01:25:13.973928  445782 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0717 01:25:13.974043  445782 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0717 01:25:13.978385  445782 start.go:563] Will wait 60s for crictl version
	I0717 01:25:13.978486  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:25:13.981940  445782 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0717 01:25:14.023155  445782 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0717 01:25:14.023295  445782 ssh_runner.go:195] Run: crio --version
	I0717 01:25:14.068692  445782 ssh_runner.go:195] Run: crio --version
	I0717 01:25:14.110622  445782 out.go:177] * Preparing Kubernetes v1.30.2 on CRI-O 1.24.6 ...
	I0717 01:25:14.112534  445782 cli_runner.go:164] Run: docker network inspect addons-084050 --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}}]}"
	I0717 01:25:14.128519  445782 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0717 01:25:14.132497  445782 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""
	I0717 01:25:14.144600  445782 kubeadm.go:883] updating cluster {Name:addons-084050 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e 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.2 ClusterName:addons-084050 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.2 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} ...
	I0717 01:25:14.144727  445782 preload.go:131] Checking if preload exists for k8s version v1.30.2 and runtime crio
	I0717 01:25:14.144789  445782 ssh_runner.go:195] Run: sudo crictl images --output json
	I0717 01:25:14.222465  445782 crio.go:514] all images are preloaded for cri-o runtime.
	I0717 01:25:14.222488  445782 crio.go:433] Images already preloaded, skipping extraction
	I0717 01:25:14.222547  445782 ssh_runner.go:195] Run: sudo crictl images --output json
	I0717 01:25:14.258686  445782 crio.go:514] all images are preloaded for cri-o runtime.
	I0717 01:25:14.258713  445782 cache_images.go:84] Images are preloaded, skipping loading
	I0717 01:25:14.258723  445782 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.2 crio true true} ...
	I0717 01:25:14.258846  445782 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.30.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-084050 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.30.2 ClusterName:addons-084050 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:}
	I0717 01:25:14.258940  445782 ssh_runner.go:195] Run: crio config
	I0717 01:25:14.304792  445782 cni.go:84] Creating CNI manager for ""
	I0717 01:25:14.304812  445782 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0717 01:25:14.304831  445782 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0717 01:25:14.304854  445782 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.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-084050 NodeName:addons-084050 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}
	I0717 01:25:14.305007  445782 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-084050"
	  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.2
	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
	
	I0717 01:25:14.305077  445782 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.2
	I0717 01:25:14.314024  445782 binaries.go:44] Found k8s binaries, skipping transfer
	I0717 01:25:14.314100  445782 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0717 01:25:14.323188  445782 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0717 01:25:14.341745  445782 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0717 01:25:14.360589  445782 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0717 01:25:14.379418  445782 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0717 01:25:14.382920  445782 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""
	I0717 01:25:14.394497  445782 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0717 01:25:14.477309  445782 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0717 01:25:14.491125  445782 certs.go:68] Setting up /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050 for IP: 192.168.49.2
	I0717 01:25:14.491148  445782 certs.go:194] generating shared ca certs ...
	I0717 01:25:14.491165  445782 certs.go:226] acquiring lock for ca certs: {Name:mkdfea9046756614da774e4793c5f9cf3a9f6722 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:14.491299  445782 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19264-439383/.minikube/ca.key
	I0717 01:25:14.743713  445782 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19264-439383/.minikube/ca.crt ...
	I0717 01:25:14.743749  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/ca.crt: {Name:mk32b1c7789adcfdc038bc3735e7d9ccabd5ba07 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:14.743995  445782 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19264-439383/.minikube/ca.key ...
	I0717 01:25:14.744012  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/ca.key: {Name:mkfc0ff9c4237720cfbd2d3c87fa8852f789d95f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:14.744116  445782 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19264-439383/.minikube/proxy-client-ca.key
	I0717 01:25:15.479437  445782 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19264-439383/.minikube/proxy-client-ca.crt ...
	I0717 01:25:15.479473  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/proxy-client-ca.crt: {Name:mkd9b78b1b763bd5278a474a9f7560733ca8807d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:15.479670  445782 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19264-439383/.minikube/proxy-client-ca.key ...
	I0717 01:25:15.479684  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/proxy-client-ca.key: {Name:mk979ba9e28074cceb17ff12c212862e384831ef Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:15.479770  445782 certs.go:256] generating profile certs ...
	I0717 01:25:15.479831  445782 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.key
	I0717 01:25:15.479848  445782 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt with IP's: []
	I0717 01:25:15.849263  445782 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt ...
	I0717 01:25:15.849292  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: {Name:mk80d0b6ae982142b81da3666ed1ae19f8b19bbb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:15.849495  445782 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.key ...
	I0717 01:25:15.849509  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.key: {Name:mk71df2e916bc88bf5d1f79b833884c59c3d2735 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:15.849597  445782 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.key.9e2757b1
	I0717 01:25:15.849618  445782 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.crt.9e2757b1 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0717 01:25:16.254751  445782 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.crt.9e2757b1 ...
	I0717 01:25:16.254786  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.crt.9e2757b1: {Name:mk5994936c4311874934b6f08154dbc88dbc9335 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:16.254987  445782 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.key.9e2757b1 ...
	I0717 01:25:16.255002  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.key.9e2757b1: {Name:mkbd58d72fb1ed43077ea2ba1ddd12387fda8885 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:16.255089  445782 certs.go:381] copying /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.crt.9e2757b1 -> /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.crt
	I0717 01:25:16.255167  445782 certs.go:385] copying /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.key.9e2757b1 -> /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.key
	I0717 01:25:16.255222  445782 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/proxy-client.key
	I0717 01:25:16.255242  445782 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/proxy-client.crt with IP's: []
	I0717 01:25:16.648166  445782 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/proxy-client.crt ...
	I0717 01:25:16.648200  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/proxy-client.crt: {Name:mk2cea4712d484b811e7571d3661e3446e9926dc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:16.648399  445782 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/proxy-client.key ...
	I0717 01:25:16.648413  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/proxy-client.key: {Name:mk84b93c8afa8dc2df69e8d6bfba7601b8ed7973 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:16.648646  445782 certs.go:484] found cert: /home/jenkins/minikube-integration/19264-439383/.minikube/certs/ca-key.pem (1675 bytes)
	I0717 01:25:16.648690  445782 certs.go:484] found cert: /home/jenkins/minikube-integration/19264-439383/.minikube/certs/ca.pem (1078 bytes)
	I0717 01:25:16.648721  445782 certs.go:484] found cert: /home/jenkins/minikube-integration/19264-439383/.minikube/certs/cert.pem (1123 bytes)
	I0717 01:25:16.648749  445782 certs.go:484] found cert: /home/jenkins/minikube-integration/19264-439383/.minikube/certs/key.pem (1675 bytes)
	I0717 01:25:16.649353  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0717 01:25:16.675199  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0717 01:25:16.699343  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0717 01:25:16.725667  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0717 01:25:16.750473  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0717 01:25:16.777429  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I0717 01:25:16.810388  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0717 01:25:16.835034  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I0717 01:25:16.859603  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0717 01:25:16.884799  445782 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0717 01:25:16.902959  445782 ssh_runner.go:195] Run: openssl version
	I0717 01:25:16.908625  445782 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"
	I0717 01:25:16.918074  445782 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0717 01:25:16.922460  445782 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 17 01:25 /usr/share/ca-certificates/minikubeCA.pem
	I0717 01:25:16.922547  445782 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0717 01:25:16.929507  445782 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"
	I0717 01:25:16.939164  445782 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0717 01:25:16.942590  445782 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
	I0717 01:25:16.942686  445782 kubeadm.go:392] StartCluster: {Name:addons-084050 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e 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.2 ClusterName:addons-084050 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.2 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}
	I0717 01:25:16.942843  445782 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0717 01:25:16.942905  445782 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0717 01:25:16.982650  445782 cri.go:89] found id: ""
	I0717 01:25:16.982782  445782 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0717 01:25:16.991966  445782 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0717 01:25:17.000987  445782 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0717 01:25:17.001074  445782 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
	I0717 01:25:17.011594  445782 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
	I0717 01:25:17.011670  445782 kubeadm.go:157] found existing configuration files:
	
	I0717 01:25:17.011738  445782 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0717 01:25:17.021182  445782 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
	I0717 01:25:17.021248  445782 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0717 01:25:17.030300  445782 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0717 01:25:17.039892  445782 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
	I0717 01:25:17.039957  445782 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0717 01:25:17.048751  445782 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0717 01:25:17.058128  445782 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
	I0717 01:25:17.058239  445782 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0717 01:25:17.066952  445782 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0717 01:25:17.076467  445782 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
	I0717 01:25:17.076556  445782 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0717 01:25:17.085121  445782 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.2:$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"
	I0717 01:25:17.132841  445782 kubeadm.go:310] [init] Using Kubernetes version: v1.30.2
	I0717 01:25:17.133026  445782 kubeadm.go:310] [preflight] Running pre-flight checks
	I0717 01:25:17.171993  445782 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0717 01:25:17.172069  445782 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1064-aws
	I0717 01:25:17.172108  445782 kubeadm.go:310] OS: Linux
	I0717 01:25:17.172156  445782 kubeadm.go:310] CGROUPS_CPU: enabled
	I0717 01:25:17.172207  445782 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0717 01:25:17.172259  445782 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0717 01:25:17.172309  445782 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0717 01:25:17.172359  445782 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0717 01:25:17.172412  445782 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0717 01:25:17.172460  445782 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0717 01:25:17.172509  445782 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0717 01:25:17.172557  445782 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0717 01:25:17.245956  445782 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0717 01:25:17.246146  445782 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0717 01:25:17.246284  445782 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
	I0717 01:25:17.491140  445782 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0717 01:25:17.495483  445782 out.go:204]   - Generating certificates and keys ...
	I0717 01:25:17.495671  445782 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0717 01:25:17.495774  445782 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0717 01:25:17.904336  445782 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0717 01:25:18.391804  445782 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0717 01:25:18.896646  445782 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0717 01:25:19.141847  445782 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0717 01:25:19.848064  445782 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0717 01:25:19.848365  445782 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-084050 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0717 01:25:20.216677  445782 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0717 01:25:20.217012  445782 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-084050 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0717 01:25:20.429789  445782 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0717 01:25:20.642782  445782 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0717 01:25:21.243077  445782 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0717 01:25:21.243577  445782 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0717 01:25:21.739277  445782 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0717 01:25:22.465904  445782 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0717 01:25:22.698088  445782 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0717 01:25:23.531309  445782 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0717 01:25:24.114982  445782 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0717 01:25:24.115556  445782 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0717 01:25:24.119380  445782 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0717 01:25:24.121781  445782 out.go:204]   - Booting up control plane ...
	I0717 01:25:24.121888  445782 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0717 01:25:24.121964  445782 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0717 01:25:24.122032  445782 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0717 01:25:24.132413  445782 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0717 01:25:24.134106  445782 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0717 01:25:24.134160  445782 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0717 01:25:24.227158  445782 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0717 01:25:24.227247  445782 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
	I0717 01:25:26.228241  445782 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 2.001518794s
	I0717 01:25:26.228326  445782 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0717 01:25:32.232466  445782 kubeadm.go:310] [api-check] The API server is healthy after 6.002031226s
	I0717 01:25:32.259193  445782 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0717 01:25:32.281762  445782 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0717 01:25:32.329097  445782 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0717 01:25:32.329329  445782 kubeadm.go:310] [mark-control-plane] Marking the node addons-084050 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0717 01:25:32.353259  445782 kubeadm.go:310] [bootstrap-token] Using token: toh7lq.ty3qpcu3l2muu0hf
	I0717 01:25:32.356631  445782 out.go:204]   - Configuring RBAC rules ...
	I0717 01:25:32.356761  445782 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0717 01:25:32.366624  445782 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0717 01:25:32.378443  445782 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
	I0717 01:25:32.383173  445782 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0717 01:25:32.393645  445782 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0717 01:25:32.404612  445782 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0717 01:25:32.639251  445782 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0717 01:25:33.105455  445782 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0717 01:25:33.639162  445782 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0717 01:25:33.639190  445782 kubeadm.go:310] 
	I0717 01:25:33.639252  445782 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0717 01:25:33.639262  445782 kubeadm.go:310] 
	I0717 01:25:33.639336  445782 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0717 01:25:33.639346  445782 kubeadm.go:310] 
	I0717 01:25:33.639372  445782 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0717 01:25:33.639433  445782 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0717 01:25:33.639485  445782 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0717 01:25:33.639494  445782 kubeadm.go:310] 
	I0717 01:25:33.639547  445782 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0717 01:25:33.639555  445782 kubeadm.go:310] 
	I0717 01:25:33.639601  445782 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0717 01:25:33.639610  445782 kubeadm.go:310] 
	I0717 01:25:33.639660  445782 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0717 01:25:33.639735  445782 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0717 01:25:33.639805  445782 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0717 01:25:33.639813  445782 kubeadm.go:310] 
	I0717 01:25:33.639894  445782 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0717 01:25:33.639971  445782 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0717 01:25:33.639980  445782 kubeadm.go:310] 
	I0717 01:25:33.640060  445782 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token toh7lq.ty3qpcu3l2muu0hf \
	I0717 01:25:33.640163  445782 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:9a177c12601f055c8dc7988a4f2975265e3283f6ca43215d9184d140551fc365 \
	I0717 01:25:33.640186  445782 kubeadm.go:310] 	--control-plane 
	I0717 01:25:33.640194  445782 kubeadm.go:310] 
	I0717 01:25:33.640280  445782 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0717 01:25:33.640290  445782 kubeadm.go:310] 
	I0717 01:25:33.640369  445782 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token toh7lq.ty3qpcu3l2muu0hf \
	I0717 01:25:33.640470  445782 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:9a177c12601f055c8dc7988a4f2975265e3283f6ca43215d9184d140551fc365 
	I0717 01:25:33.643223  445782 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-1064-aws\n", err: exit status 1
	I0717 01:25:33.643340  445782 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0717 01:25:33.643362  445782 cni.go:84] Creating CNI manager for ""
	I0717 01:25:33.643377  445782 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0717 01:25:33.646777  445782 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0717 01:25:33.648772  445782 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0717 01:25:33.652693  445782 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.2/kubectl ...
	I0717 01:25:33.652717  445782 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
	I0717 01:25:33.672147  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0717 01:25:33.978908  445782 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0717 01:25:33.979064  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:33.979162  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-084050 minikube.k8s.io/updated_at=2024_07_17T01_25_33_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=3cfbbb17fd76400a5ee2ea427db7148a0ef7c185 minikube.k8s.io/name=addons-084050 minikube.k8s.io/primary=true
	I0717 01:25:34.126112  445782 ops.go:34] apiserver oom_adj: -16
	I0717 01:25:34.126274  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:34.626855  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:35.127342  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:35.627042  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:36.126365  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:36.627278  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:37.126934  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:37.626717  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:38.126650  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:38.626399  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:39.126299  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:39.626364  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:40.126426  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:40.626803  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:41.126680  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:41.626364  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:42.127197  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:42.626384  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:43.127040  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:43.626959  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:44.126337  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:44.627099  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:45.127175  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:45.626362  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:46.126382  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:46.244378  445782 kubeadm.go:1113] duration metric: took 12.265367819s to wait for elevateKubeSystemPrivileges
	I0717 01:25:46.244413  445782 kubeadm.go:394] duration metric: took 29.301731705s to StartCluster
	I0717 01:25:46.244430  445782 settings.go:142] acquiring lock: {Name:mkc4f8811560784e3f206d9f3d6144d0025fc28e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:46.244556  445782 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19264-439383/kubeconfig
	I0717 01:25:46.244947  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/kubeconfig: {Name:mk3c043fa95673025bde1ea7341fb895d7f3c659 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:46.245155  445782 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0717 01:25:46.245270  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0717 01:25:46.245534  445782 config.go:182] Loaded profile config "addons-084050": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
	I0717 01:25:46.245572  445782 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:false 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]
	I0717 01:25:46.245654  445782 addons.go:69] Setting yakd=true in profile "addons-084050"
	I0717 01:25:46.245690  445782 addons.go:234] Setting addon yakd=true in "addons-084050"
	I0717 01:25:46.245716  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.246185  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.246547  445782 addons.go:69] Setting inspektor-gadget=true in profile "addons-084050"
	I0717 01:25:46.246578  445782 addons.go:234] Setting addon inspektor-gadget=true in "addons-084050"
	I0717 01:25:46.246612  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.247014  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.247369  445782 addons.go:69] Setting metrics-server=true in profile "addons-084050"
	I0717 01:25:46.247401  445782 addons.go:234] Setting addon metrics-server=true in "addons-084050"
	I0717 01:25:46.247428  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.247830  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.253489  445782 addons.go:69] Setting cloud-spanner=true in profile "addons-084050"
	I0717 01:25:46.253552  445782 addons.go:234] Setting addon cloud-spanner=true in "addons-084050"
	I0717 01:25:46.253593  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.254088  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.254345  445782 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-084050"
	I0717 01:25:46.254380  445782 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-084050"
	I0717 01:25:46.254412  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.254513  445782 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-084050"
	I0717 01:25:46.254561  445782 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-084050"
	I0717 01:25:46.254591  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.254870  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.255029  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.262409  445782 addons.go:69] Setting default-storageclass=true in profile "addons-084050"
	I0717 01:25:46.262452  445782 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-084050"
	I0717 01:25:46.262917  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.268280  445782 addons.go:69] Setting registry=true in profile "addons-084050"
	I0717 01:25:46.268335  445782 addons.go:234] Setting addon registry=true in "addons-084050"
	I0717 01:25:46.268374  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.268840  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.277765  445782 addons.go:69] Setting gcp-auth=true in profile "addons-084050"
	I0717 01:25:46.277824  445782 mustload.go:65] Loading cluster: addons-084050
	I0717 01:25:46.278258  445782 config.go:182] Loaded profile config "addons-084050": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
	I0717 01:25:46.290461  445782 addons.go:69] Setting storage-provisioner=true in profile "addons-084050"
	I0717 01:25:46.290520  445782 addons.go:234] Setting addon storage-provisioner=true in "addons-084050"
	I0717 01:25:46.290624  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.291145  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.291186  445782 addons.go:69] Setting ingress=true in profile "addons-084050"
	I0717 01:25:46.291215  445782 addons.go:234] Setting addon ingress=true in "addons-084050"
	I0717 01:25:46.291263  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.291691  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.318447  445782 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-084050"
	I0717 01:25:46.318492  445782 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-084050"
	I0717 01:25:46.318868  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.326693  445782 addons.go:69] Setting ingress-dns=true in profile "addons-084050"
	I0717 01:25:46.326778  445782 addons.go:234] Setting addon ingress-dns=true in "addons-084050"
	I0717 01:25:46.326827  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.331935  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.353165  445782 out.go:177] * Verifying Kubernetes components...
	I0717 01:25:46.356084  445782 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0717 01:25:46.356848  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.365996  445782 addons.go:69] Setting volcano=true in profile "addons-084050"
	I0717 01:25:46.366098  445782 addons.go:234] Setting addon volcano=true in "addons-084050"
	I0717 01:25:46.366173  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.366636  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.373600  445782 addons.go:69] Setting volumesnapshots=true in profile "addons-084050"
	I0717 01:25:46.373649  445782 addons.go:234] Setting addon volumesnapshots=true in "addons-084050"
	I0717 01:25:46.373699  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.374144  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.425573  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.428076  445782 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
	I0717 01:25:46.431848  445782 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.0
	I0717 01:25:46.431873  445782 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0717 01:25:46.432195  445782 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0717 01:25:46.432209  445782 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0717 01:25:46.432285  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.441635  445782 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0717 01:25:46.441655  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0717 01:25:46.441721  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.470193  445782 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0717 01:25:46.470219  445782 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0717 01:25:46.470289  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.473493  445782 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
	I0717 01:25:46.473711  445782 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
	I0717 01:25:46.475484  445782 addons.go:234] Setting addon default-storageclass=true in "addons-084050"
	I0717 01:25:46.475522  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.475911  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.503177  445782 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0717 01:25:46.503203  445782 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0717 01:25:46.503271  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.533931  445782 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0717 01:25:46.534180  445782 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0717 01:25:46.534350  445782 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0717 01:25:46.538107  445782 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0717 01:25:46.538975  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0717 01:25:46.539062  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.542037  445782 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0717 01:25:46.542057  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0717 01:25:46.542118  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.552306  445782 out.go:177]   - Using image docker.io/registry:2.8.3
	I0717 01:25:46.552505  445782 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0717 01:25:46.552514  445782 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.10.1
	I0717 01:25:46.559048  445782 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	W0717 01:25:46.559670  445782 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0717 01:25:46.561165  445782 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0717 01:25:46.561388  445782 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0717 01:25:46.561506  445782 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0717 01:25:46.561518  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
	I0717 01:25:46.561587  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.563166  445782 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0717 01:25:46.563185  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0717 01:25:46.563249  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.570815  445782 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0717 01:25:46.571115  445782 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0717 01:25:46.578950  445782 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0717 01:25:46.578978  445782 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0717 01:25:46.579048  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.596924  445782 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0717 01:25:46.598431  445782 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-084050"
	I0717 01:25:46.598479  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.602301  445782 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0717 01:25:46.611069  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.614785  445782 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0717 01:25:46.616727  445782 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0717 01:25:46.622797  445782 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0717 01:25:46.622827  445782 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0717 01:25:46.622904  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.670914  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.685728  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/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.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0717 01:25:46.703275  445782 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0717 01:25:46.709858  445782 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0717 01:25:46.709881  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0717 01:25:46.709948  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.745915  445782 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0717 01:25:46.745949  445782 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0717 01:25:46.746131  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.747832  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.751867  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.754541  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.755055  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.755367  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.761949  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.791253  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.801028  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.814572  445782 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0717 01:25:46.844989  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.845391  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.847049  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.854313  445782 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0717 01:25:46.856360  445782 out.go:177]   - Using image docker.io/busybox:stable
	I0717 01:25:46.858348  445782 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0717 01:25:46.858369  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0717 01:25:46.858437  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.884729  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:47.151935  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0717 01:25:47.240818  445782 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0717 01:25:47.240845  445782 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0717 01:25:47.260118  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0717 01:25:47.281637  445782 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0717 01:25:47.281724  445782 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0717 01:25:47.314667  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0717 01:25:47.335821  445782 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0717 01:25:47.335895  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0717 01:25:47.339761  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0717 01:25:47.361947  445782 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0717 01:25:47.362023  445782 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0717 01:25:47.368307  445782 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0717 01:25:47.368384  445782 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0717 01:25:47.391728  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0717 01:25:47.392663  445782 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0717 01:25:47.392723  445782 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0717 01:25:47.394198  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0717 01:25:47.394856  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0717 01:25:47.431916  445782 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0717 01:25:47.431941  445782 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0717 01:25:47.485441  445782 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0717 01:25:47.485471  445782 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0717 01:25:47.487662  445782 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0717 01:25:47.487686  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0717 01:25:47.514766  445782 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0717 01:25:47.514793  445782 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0717 01:25:47.525006  445782 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0717 01:25:47.525037  445782 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)
	I0717 01:25:47.547286  445782 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0717 01:25:47.547312  445782 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0717 01:25:47.613568  445782 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0717 01:25:47.613594  445782 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0717 01:25:47.671642  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0717 01:25:47.686833  445782 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0717 01:25:47.686862  445782 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0717 01:25:47.712561  445782 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0717 01:25:47.712587  445782 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0717 01:25:47.717096  445782 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0717 01:25:47.717120  445782 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0717 01:25:47.725769  445782 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0717 01:25:47.725794  445782 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0717 01:25:47.822891  445782 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0717 01:25:47.822921  445782 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0717 01:25:47.865502  445782 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0717 01:25:47.865527  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0717 01:25:47.893252  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
	I0717 01:25:47.906631  445782 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0717 01:25:47.906660  445782 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0717 01:25:47.987604  445782 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0717 01:25:47.987629  445782 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0717 01:25:47.990200  445782 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0717 01:25:47.990223  445782 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0717 01:25:47.992561  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
	I0717 01:25:48.041363  445782 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0717 01:25:48.041392  445782 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0717 01:25:48.115216  445782 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0717 01:25:48.115242  445782 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0717 01:25:48.145300  445782 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0717 01:25:48.145326  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0717 01:25:48.183101  445782 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0717 01:25:48.183127  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0717 01:25:48.213864  445782 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0717 01:25:48.213887  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0717 01:25:48.234287  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
	I0717 01:25:48.297819  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
	I0717 01:25:48.309440  445782 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0717 01:25:48.309468  445782 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0717 01:25:48.393443  445782 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0717 01:25:48.393472  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0717 01:25:48.434590  445782 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0717 01:25:48.434615  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0717 01:25:48.454462  445782 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0717 01:25:48.454489  445782 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0717 01:25:48.474287  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
	I0717 01:25:50.172607  445782 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/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.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (3.486842292s)
	I0717 01:25:50.172697  445782 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0717 01:25:50.173914  445782 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (3.359316826s)
	I0717 01:25:50.175004  445782 node_ready.go:35] waiting up to 6m0s for node "addons-084050" to be "Ready" ...
	I0717 01:25:50.174038  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (3.022074408s)
	I0717 01:25:51.013550  445782 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-084050" context rescaled to 1 replicas
	I0717 01:25:52.048829  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.734079831s)
	I0717 01:25:52.048952  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (4.709112386s)
	I0717 01:25:52.049030  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.788841424s)
	I0717 01:25:52.220278  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:25:53.138953  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.747148922s)
	I0717 01:25:53.139028  445782 addons.go:475] Verifying addon ingress=true in "addons-084050"
	I0717 01:25:53.139214  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (5.744956349s)
	I0717 01:25:53.139290  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.744390389s)
	I0717 01:25:53.139512  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.467839487s)
	I0717 01:25:53.139527  445782 addons.go:475] Verifying addon registry=true in "addons-084050"
	I0717 01:25:53.139899  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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.246618379s)
	I0717 01:25:53.139993  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (5.147402953s)
	I0717 01:25:53.140066  445782 addons.go:475] Verifying addon metrics-server=true in "addons-084050"
	I0717 01:25:53.141746  445782 out.go:177] * Verifying ingress addon...
	I0717 01:25:53.141754  445782 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-084050 service yakd-dashboard -n yakd-dashboard
	
	I0717 01:25:53.141771  445782 out.go:177] * Verifying registry addon...
	I0717 01:25:53.144957  445782 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0717 01:25:53.145062  445782 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0717 01:25:53.189015  445782 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0717 01:25:53.189085  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:53.190406  445782 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0717 01:25:53.190458  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:53.396019  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (5.161688985s)
	W0717 01:25:53.396335  445782 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
	I0717 01:25:53.396385  445782 retry.go:31] will retry after 211.987288ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
	I0717 01:25:53.396161  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (5.098292569s)
	I0717 01:25:53.608833  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
	I0717 01:25:53.658829  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:53.670311  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:53.708540  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (5.234205872s)
	I0717 01:25:53.708577  445782 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-084050"
	I0717 01:25:53.711771  445782 out.go:177] * Verifying csi-hostpath-driver addon...
	I0717 01:25:53.714851  445782 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0717 01:25:53.788483  445782 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0717 01:25:53.788557  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:54.183244  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:54.184573  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:54.228622  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:54.651221  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:54.651314  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:54.684004  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:25:54.718923  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:54.830616  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (1.221738004s)
	I0717 01:25:55.151718  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:55.154402  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:55.219396  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:55.650397  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:55.652221  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:55.719513  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:55.963641  445782 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0717 01:25:55.963723  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:56.000877  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:56.137020  445782 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0717 01:25:56.150432  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:56.151166  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:56.165884  445782 addons.go:234] Setting addon gcp-auth=true in "addons-084050"
	I0717 01:25:56.165934  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:56.166389  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:56.185804  445782 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0717 01:25:56.185857  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:56.210872  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:56.220848  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:56.332938  445782 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0717 01:25:56.334762  445782 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0717 01:25:56.336473  445782 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0717 01:25:56.336498  445782 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0717 01:25:56.371930  445782 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0717 01:25:56.371952  445782 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0717 01:25:56.402049  445782 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0717 01:25:56.402072  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0717 01:25:56.425289  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
	I0717 01:25:56.651094  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:56.651787  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:56.719479  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:57.055637  445782 addons.go:475] Verifying addon gcp-auth=true in "addons-084050"
	I0717 01:25:57.057488  445782 out.go:177] * Verifying gcp-auth addon...
	I0717 01:25:57.060104  445782 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0717 01:25:57.084013  445782 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0717 01:25:57.084090  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:25:57.150961  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:57.151669  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:57.179226  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:25:57.220534  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:57.564248  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:25:57.651030  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:57.651979  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:57.720956  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:58.064849  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:25:58.151295  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:58.152039  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:58.219438  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:58.563670  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:25:58.651309  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:58.652360  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:58.719832  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:59.063998  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:25:59.152742  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:59.156300  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:59.220154  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:59.567545  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:25:59.653846  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:59.654563  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:59.678632  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:25:59.719911  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:00.106637  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:00.151154  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:00.151391  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:00.238320  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:00.563964  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:00.649478  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:00.650831  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:00.719557  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:01.064233  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:01.150162  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:01.151538  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:01.219547  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:01.563452  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:01.650325  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:01.653087  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:01.679124  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:01.720563  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:02.063825  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:02.150687  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:02.151485  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:02.219360  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:02.564130  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:02.650940  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:02.651107  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:02.719114  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:03.063548  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:03.149700  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:03.149962  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:03.220142  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:03.564132  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:03.650823  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:03.651153  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:03.719410  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:04.063161  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:04.149471  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:04.150603  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:04.178462  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:04.218977  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:04.563539  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:04.649859  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:04.650407  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:04.720312  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:05.063950  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:05.150257  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:05.150952  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:05.220230  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:05.564116  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:05.650299  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:05.650635  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:05.720866  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:06.064423  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:06.149421  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:06.150135  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:06.219189  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:06.563938  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:06.650639  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:06.650883  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:06.679120  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:06.719340  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:07.063273  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:07.149905  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:07.150615  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:07.219210  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:07.565388  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:07.650473  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:07.650676  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:07.719282  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:08.063906  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:08.150243  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:08.151009  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:08.223936  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:08.564250  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:08.650230  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:08.650505  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:08.719021  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:09.063814  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:09.149758  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:09.150506  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:09.178307  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:09.219510  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:09.563649  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:09.649834  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:09.650581  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:09.719835  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:10.063438  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:10.150224  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:10.151065  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:10.220349  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:10.563469  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:10.649430  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:10.650418  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:10.719763  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:11.063688  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:11.150594  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:11.150692  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:11.178670  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:11.219820  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:11.564098  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:11.650724  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:11.651918  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:11.719038  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:12.063994  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:12.149964  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:12.151209  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:12.218863  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:12.563328  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:12.649427  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:12.650206  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:12.720030  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:13.064133  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:13.150138  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:13.151078  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:13.180693  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:13.219988  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:13.563590  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:13.649866  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:13.650822  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:13.719413  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:14.063837  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:14.149921  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:14.151435  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:14.220210  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:14.563356  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:14.649858  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:14.650095  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:14.718742  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:15.069007  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:15.150652  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:15.151287  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:15.219037  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:15.564833  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:15.655155  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:15.657953  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:15.681259  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:15.722480  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:16.063747  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:16.154291  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:16.163694  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:16.219364  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:16.564361  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:16.650285  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:16.650890  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:16.721896  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:17.063965  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:17.148945  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:17.149751  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:17.219859  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:17.563944  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:17.649490  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:17.650191  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:17.719733  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:18.063800  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:18.149337  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:18.150628  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:18.184346  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:18.219462  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:18.564063  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:18.649382  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:18.650988  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:18.719902  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:19.063615  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:19.150471  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:19.150645  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:19.219746  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:19.564245  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:19.650296  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:19.651085  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:19.718700  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:20.063359  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:20.149500  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:20.150628  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:20.219480  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:20.564310  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:20.650020  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:20.650764  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:20.679059  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:20.719712  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:21.064670  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:21.149933  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:21.150546  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:21.219151  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:21.564138  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:21.649848  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:21.650852  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:21.719447  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:22.064696  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:22.150667  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:22.151377  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:22.220038  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:22.563983  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:22.649612  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:22.650862  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:22.719342  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:23.064519  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:23.149745  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:23.150926  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:23.178727  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:23.219809  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:23.563498  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:23.650009  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:23.650931  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:23.719216  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:24.063548  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:24.150460  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:24.151857  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:24.219555  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:24.564308  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:24.650064  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:24.650830  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:24.719695  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:25.064160  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:25.150127  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:25.151068  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:25.220147  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:25.563498  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:25.650129  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:25.650322  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:25.678256  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:25.719696  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:26.064355  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:26.149809  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:26.150059  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:26.219286  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:26.563366  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:26.649283  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:26.649942  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:26.719261  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:27.063974  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:27.149371  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:27.150319  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:27.218944  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:27.563973  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:27.649883  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:27.650783  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:27.678834  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:27.719262  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:28.064809  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:28.151050  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:28.151368  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:28.220066  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:28.563617  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:28.649677  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:28.651171  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:28.719005  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:29.063922  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:29.148742  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:29.150236  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:29.218975  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:29.563965  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:29.649363  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:29.649923  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:29.719261  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:30.068186  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:30.150774  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:30.151838  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:30.179079  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:30.219720  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:30.564382  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:30.649039  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:30.650594  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:30.719629  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:31.063561  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:31.150039  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:31.150813  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:31.219989  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:31.564289  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:31.649468  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:31.650916  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:31.719758  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:32.064164  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:32.151675  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:32.152368  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:32.179471  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:32.219270  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:32.603731  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:32.660934  445782 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0717 01:26:32.660962  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:32.664323  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:32.694842  445782 node_ready.go:49] node "addons-084050" has status "Ready":"True"
	I0717 01:26:32.694870  445782 node_ready.go:38] duration metric: took 42.519740134s for node "addons-084050" to be "Ready" ...
	I0717 01:26:32.694881  445782 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" ...
	I0717 01:26:32.767473  445782 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0717 01:26:32.767504  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:32.787762  445782 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-q4hl2" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:33.114269  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:33.219398  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:33.221039  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:33.251906  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:33.566273  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:33.652128  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:33.652517  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:33.721714  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:34.063626  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:34.150714  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:34.158724  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:34.226953  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:34.564325  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:34.651375  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:34.655260  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:34.723266  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:34.795816  445782 pod_ready.go:102] pod "coredns-7db6d8ff4d-q4hl2" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:35.080983  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:35.161807  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:35.163082  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:35.224742  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:35.297000  445782 pod_ready.go:92] pod "coredns-7db6d8ff4d-q4hl2" in "kube-system" namespace has status "Ready":"True"
	I0717 01:26:35.297026  445782 pod_ready.go:81] duration metric: took 2.509226884s for pod "coredns-7db6d8ff4d-q4hl2" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.297053  445782 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-084050" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.302501  445782 pod_ready.go:92] pod "etcd-addons-084050" in "kube-system" namespace has status "Ready":"True"
	I0717 01:26:35.302527  445782 pod_ready.go:81] duration metric: took 5.463932ms for pod "etcd-addons-084050" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.302543  445782 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-084050" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.308326  445782 pod_ready.go:92] pod "kube-apiserver-addons-084050" in "kube-system" namespace has status "Ready":"True"
	I0717 01:26:35.308351  445782 pod_ready.go:81] duration metric: took 5.799596ms for pod "kube-apiserver-addons-084050" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.308363  445782 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-084050" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.326876  445782 pod_ready.go:92] pod "kube-controller-manager-addons-084050" in "kube-system" namespace has status "Ready":"True"
	I0717 01:26:35.326907  445782 pod_ready.go:81] duration metric: took 18.536101ms for pod "kube-controller-manager-addons-084050" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.326923  445782 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-qc4db" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.337912  445782 pod_ready.go:92] pod "kube-proxy-qc4db" in "kube-system" namespace has status "Ready":"True"
	I0717 01:26:35.337939  445782 pod_ready.go:81] duration metric: took 11.008084ms for pod "kube-proxy-qc4db" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.337952  445782 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-084050" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.564177  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:35.654008  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:35.654726  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:35.693122  445782 pod_ready.go:92] pod "kube-scheduler-addons-084050" in "kube-system" namespace has status "Ready":"True"
	I0717 01:26:35.693152  445782 pod_ready.go:81] duration metric: took 355.192491ms for pod "kube-scheduler-addons-084050" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.693167  445782 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.721633  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:36.080080  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:36.153732  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:36.154995  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:36.221665  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:36.564312  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:36.651099  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:36.656207  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:36.721331  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:37.068303  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:37.152124  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:37.152736  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:37.221936  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:37.564539  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:37.653813  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:37.656500  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:37.700358  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:37.725788  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:38.068372  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:38.152711  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:38.153924  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:38.221256  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:38.590497  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:38.653413  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:38.655287  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:38.724848  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:39.066789  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:39.163543  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:39.175405  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:39.222620  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:39.564726  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:39.655603  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:39.656938  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:39.701898  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:39.721603  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:40.066555  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:40.154301  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:40.155933  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:40.222371  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:40.563984  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:40.650885  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:40.651457  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:40.721376  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:41.075501  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:41.154475  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:41.155967  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:41.221590  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:41.563588  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:41.654930  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:41.656671  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:41.720831  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:42.065076  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:42.162529  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:42.164635  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:42.200621  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:42.223024  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:42.564055  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:42.652747  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:42.654146  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:42.724030  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:43.070498  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:43.153694  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:43.154474  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:43.222265  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:43.563854  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:43.658696  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:43.663726  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:43.722113  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:44.087591  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:44.154280  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:44.155476  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:44.204806  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:44.224848  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:44.565127  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:44.654163  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:44.655445  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:44.751152  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:45.066003  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:45.151404  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:45.152722  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:45.221940  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:45.563906  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:45.650818  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:45.651124  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:45.720706  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:46.063977  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:46.150247  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:46.151615  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:46.220388  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:46.564234  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:46.652233  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:46.653261  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:46.707393  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:46.723010  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:47.064070  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:47.157919  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:47.159221  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:47.222132  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:47.564057  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:47.652826  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:47.654106  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:47.736573  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:48.064855  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:48.150627  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:48.151912  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:48.221418  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:48.563942  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:48.649693  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:48.650595  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:48.720791  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:49.064528  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:49.151211  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:49.151720  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:49.199568  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:49.224003  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:49.565668  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:49.653412  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:49.654875  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:49.729705  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:50.064848  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:50.156653  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:50.158508  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:50.221291  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:50.563983  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:50.649370  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:50.650239  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:50.720805  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:51.080110  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:51.169147  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:51.171831  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:51.226848  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:51.233795  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:51.564488  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:51.649410  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:51.651789  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:51.721107  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:52.064450  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:52.150159  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:52.151266  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:52.224917  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:52.564181  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:52.650514  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:52.651393  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:52.721278  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:53.065983  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:53.150482  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:53.156913  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:53.220717  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:53.565867  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:53.656277  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:53.657454  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:53.699428  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:53.721191  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:54.064883  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:54.152447  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:54.153367  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:54.222784  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:54.571803  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:54.651366  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:54.652759  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:54.720824  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:55.064317  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:55.150059  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:55.151490  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:55.221872  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:55.568790  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:55.651720  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:55.654947  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:55.700781  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:55.721217  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:56.064082  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:56.150418  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:56.151550  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:56.221030  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:56.564401  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:56.652629  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:56.653185  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:56.721656  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:57.064456  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:57.149847  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:57.151640  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:57.223616  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:57.564538  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:57.650352  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:57.651314  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:57.721085  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:58.063711  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:58.152538  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:58.152750  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:58.199784  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:58.221060  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:58.564209  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:58.650159  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:58.651000  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:58.722080  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:59.073072  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:59.165219  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:59.165811  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:59.222518  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:59.564361  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:59.651732  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:59.654172  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:59.722496  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:00.103805  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:00.187221  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:00.188021  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:00.202828  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:00.230868  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:00.564715  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:00.652805  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:00.656464  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:00.722395  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:01.067236  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:01.157029  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:01.158809  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:01.221736  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:01.564590  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:01.651399  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:01.653418  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:01.724695  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:02.071972  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:02.152137  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:02.153008  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:02.228238  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:02.565274  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:02.652766  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:02.654103  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:02.699120  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:02.724144  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:03.068639  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:03.152048  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:03.153888  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:03.223086  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:03.564358  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:03.651803  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:03.652967  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:03.720884  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:04.090329  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:04.164893  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:04.165900  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:04.222623  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:04.564496  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:04.649825  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:04.651234  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:04.699454  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:04.720738  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:05.063715  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:05.150572  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:05.151982  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:05.220858  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:05.564376  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:05.650254  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:05.651374  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:05.720948  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:06.064468  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:06.161524  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:06.167412  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:06.221592  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:06.564722  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:06.654352  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:06.656081  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:06.712892  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:06.724294  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:07.065254  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:07.150881  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:07.151723  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:07.221002  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:07.564437  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:07.653014  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:07.654827  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:07.721199  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:08.064508  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:08.151159  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:08.151875  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:08.221193  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:08.564365  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:08.657812  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:08.659176  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:08.721754  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:09.078119  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:09.151600  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:09.153916  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:09.203070  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:09.220810  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:09.564799  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:09.653457  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:09.654923  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:09.722209  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:10.084774  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:10.153390  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:10.154716  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:10.221474  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:10.564747  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:10.653799  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:10.655408  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:10.723650  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:11.065174  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:11.155725  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:11.157283  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:11.221152  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:11.566867  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:11.652037  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:11.653322  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:11.700724  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:11.721651  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:12.065214  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:12.153030  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:12.154484  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:12.220160  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:12.563564  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:12.650829  445782 kapi.go:107] duration metric: took 1m19.50576033s to wait for kubernetes.io/minikube-addons=registry ...
	I0717 01:27:12.651795  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:12.720505  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:13.064088  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:13.150253  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:13.237774  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:13.565031  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:13.651307  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:13.720841  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:14.067579  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:14.150170  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:14.201485  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:14.221825  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:14.565928  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:14.650453  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:14.721185  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:15.069492  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:15.151068  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:15.222084  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:15.564450  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:15.650077  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:15.720360  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:16.064187  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:16.149853  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:16.203573  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:16.224702  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:16.564312  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:16.649208  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:16.721107  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:17.063332  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:17.149977  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:17.220181  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:17.563669  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:17.649506  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:17.720968  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:18.077579  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:18.152748  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:18.205193  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:18.221789  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:18.565832  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:18.656872  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:18.731404  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:19.067059  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:19.150149  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:19.224549  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:19.563870  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:19.650800  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:19.721348  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:20.065003  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:20.149437  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:20.221341  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:20.564139  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:20.654079  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:20.700830  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:20.721614  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:21.064189  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:21.149864  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:21.230455  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:21.575102  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:21.650386  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:21.723692  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:22.065953  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:22.149818  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:22.220948  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:22.567535  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:22.649952  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:22.720887  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:23.067645  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:23.151081  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:23.201033  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:23.224035  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:23.576138  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:23.656191  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:23.726195  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:24.063925  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:24.149785  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:24.221153  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:24.563471  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:24.651726  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:24.720955  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:25.069640  445782 kapi.go:107] duration metric: took 1m28.009538885s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0717 01:27:25.071667  445782 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-084050 cluster.
	I0717 01:27:25.073562  445782 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.
	I0717 01:27:25.075704  445782 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0717 01:27:25.150801  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:25.220821  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:25.650945  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:25.701779  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:25.719815  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:26.149180  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:26.226104  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:26.650064  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:26.720098  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:27.152031  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:27.220208  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:27.650098  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:27.721642  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:28.151148  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:28.198937  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:28.221370  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:28.649686  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:28.719995  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:29.148992  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:29.220055  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:29.650258  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:29.721047  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:30.150294  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:30.199616  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:30.221119  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:30.651666  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:30.720887  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:31.149079  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:31.222584  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:31.652292  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:31.722293  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:32.150191  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:32.200811  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:32.223355  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:32.651827  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:32.722071  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:33.149321  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:33.221327  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:33.651593  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:33.721547  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:34.150086  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:34.224159  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:34.651687  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:34.700218  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:34.722615  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:35.149474  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:35.221662  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:35.653457  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:35.721346  445782 kapi.go:107] duration metric: took 1m42.006492396s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0717 01:27:36.150236  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:36.649647  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:37.149426  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:37.199826  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:37.651716  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:38.149741  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:38.651130  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:39.151180  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:39.201134  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:39.650568  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:40.150637  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:40.649381  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:41.149773  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:41.656562  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:41.700652  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:42.151943  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:42.657695  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:43.149675  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:43.650063  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:43.706099  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:44.149657  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:44.649559  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:45.150028  445782 kapi.go:107] duration metric: took 1m52.005063528s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0717 01:27:45.152315  445782 out.go:177] * Enabled addons: nvidia-device-plugin, cloud-spanner, storage-provisioner, default-storageclass, ingress-dns, metrics-server, yakd, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, gcp-auth, csi-hostpath-driver, ingress
	I0717 01:27:45.154190  445782 addons.go:510] duration metric: took 1m58.908600188s for enable addons: enabled=[nvidia-device-plugin cloud-spanner storage-provisioner default-storageclass ingress-dns metrics-server yakd storage-provisioner-rancher inspektor-gadget volumesnapshots registry gcp-auth csi-hostpath-driver ingress]
	I0717 01:27:46.199979  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:48.699497  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:51.200391  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:53.199763  445782 pod_ready.go:92] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"True"
	I0717 01:27:53.199787  445782 pod_ready.go:81] duration metric: took 1m17.506612355s for pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace to be "Ready" ...
	I0717 01:27:53.199801  445782 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-zb62l" in "kube-system" namespace to be "Ready" ...
	I0717 01:27:53.204765  445782 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-zb62l" in "kube-system" namespace has status "Ready":"True"
	I0717 01:27:53.204791  445782 pod_ready.go:81] duration metric: took 4.981868ms for pod "nvidia-device-plugin-daemonset-zb62l" in "kube-system" namespace to be "Ready" ...
	I0717 01:27:53.204812  445782 pod_ready.go:38] duration metric: took 1m20.509918439s 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" ...
	I0717 01:27:53.205724  445782 api_server.go:52] waiting for apiserver process to appear ...
	I0717 01:27:53.206358  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0717 01:27:53.206440  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0717 01:27:53.256981  445782 cri.go:89] found id: "6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7"
	I0717 01:27:53.257002  445782 cri.go:89] found id: ""
	I0717 01:27:53.257736  445782 logs.go:276] 1 containers: [6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7]
	I0717 01:27:53.257832  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:27:53.262083  445782 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0717 01:27:53.262160  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0717 01:27:53.300211  445782 cri.go:89] found id: "a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b"
	I0717 01:27:53.300244  445782 cri.go:89] found id: ""
	I0717 01:27:53.300252  445782 logs.go:276] 1 containers: [a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b]
	I0717 01:27:53.300344  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:27:53.303900  445782 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0717 01:27:53.304040  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0717 01:27:53.346686  445782 cri.go:89] found id: "3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0"
	I0717 01:27:53.346777  445782 cri.go:89] found id: ""
	I0717 01:27:53.346802  445782 logs.go:276] 1 containers: [3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0]
	I0717 01:27:53.346888  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:27:53.350628  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0717 01:27:53.350783  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0717 01:27:53.394301  445782 cri.go:89] found id: "fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d"
	I0717 01:27:53.394374  445782 cri.go:89] found id: ""
	I0717 01:27:53.394395  445782 logs.go:276] 1 containers: [fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d]
	I0717 01:27:53.394476  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:27:53.397941  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0717 01:27:53.398051  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0717 01:27:53.435486  445782 cri.go:89] found id: "2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd"
	I0717 01:27:53.435508  445782 cri.go:89] found id: ""
	I0717 01:27:53.435516  445782 logs.go:276] 1 containers: [2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd]
	I0717 01:27:53.435572  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:27:53.439238  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0717 01:27:53.439308  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0717 01:27:53.479040  445782 cri.go:89] found id: "33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4"
	I0717 01:27:53.479061  445782 cri.go:89] found id: ""
	I0717 01:27:53.479069  445782 logs.go:276] 1 containers: [33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4]
	I0717 01:27:53.479131  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:27:53.482776  445782 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0717 01:27:53.482923  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0717 01:27:53.526542  445782 cri.go:89] found id: "b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b"
	I0717 01:27:53.526563  445782 cri.go:89] found id: ""
	I0717 01:27:53.526571  445782 logs.go:276] 1 containers: [b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b]
	I0717 01:27:53.526623  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:27:53.530207  445782 logs.go:123] Gathering logs for kube-proxy [2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd] ...
	I0717 01:27:53.530231  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd"
	I0717 01:27:53.579351  445782 logs.go:123] Gathering logs for kube-controller-manager [33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4] ...
	I0717 01:27:53.579380  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4"
	I0717 01:27:53.667928  445782 logs.go:123] Gathering logs for kindnet [b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b] ...
	I0717 01:27:53.667969  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b"
	I0717 01:27:53.720885  445782 logs.go:123] Gathering logs for CRI-O ...
	I0717 01:27:53.720924  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0717 01:27:53.819216  445782 logs.go:123] Gathering logs for container status ...
	I0717 01:27:53.819255  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0717 01:27:53.871534  445782 logs.go:123] Gathering logs for describe nodes ...
	I0717 01:27:53.871564  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0717 01:27:54.063164  445782 logs.go:123] Gathering logs for kube-apiserver [6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7] ...
	I0717 01:27:54.063196  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7"
	I0717 01:27:54.121686  445782 logs.go:123] Gathering logs for coredns [3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0] ...
	I0717 01:27:54.121723  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0"
	I0717 01:27:54.169617  445782 logs.go:123] Gathering logs for kube-scheduler [fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d] ...
	I0717 01:27:54.169645  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d"
	I0717 01:27:54.214083  445782 logs.go:123] Gathering logs for kubelet ...
	I0717 01:27:54.214109  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0717 01:27:54.260578  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.534231    1547 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.260787  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.534281    1547 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.260976  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.534743    1547 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.261198  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.534818    1547 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.261383  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.541964    1547 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.261590  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542012    1547 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.261787  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542212    1547 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.261995  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542241    1547 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.262181  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542413    1547 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.262386  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542440    1547 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	I0717 01:27:54.311080  445782 logs.go:123] Gathering logs for dmesg ...
	I0717 01:27:54.311115  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0717 01:27:54.332631  445782 logs.go:123] Gathering logs for etcd [a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b] ...
	I0717 01:27:54.332661  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b"
	I0717 01:27:54.384323  445782 out.go:304] Setting ErrFile to fd 2...
	I0717 01:27:54.384353  445782 out.go:338] TERM=,COLORTERM=, which probably does not support color
	W0717 01:27:54.384428  445782 out.go:239] X Problems detected in kubelet:
	W0717 01:27:54.384440  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542012    1547 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.384447  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542212    1547 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.384455  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542241    1547 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.384477  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542413    1547 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.384484  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542440    1547 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	I0717 01:27:54.384497  445782 out.go:304] Setting ErrFile to fd 2...
	I0717 01:27:54.384503  445782 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:28:04.385431  445782 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0717 01:28:04.398947  445782 api_server.go:72] duration metric: took 2m18.15375621s to wait for apiserver process to appear ...
	I0717 01:28:04.398970  445782 api_server.go:88] waiting for apiserver healthz status ...
	I0717 01:28:04.399003  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0717 01:28:04.399057  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0717 01:28:04.436716  445782 cri.go:89] found id: "6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7"
	I0717 01:28:04.436747  445782 cri.go:89] found id: ""
	I0717 01:28:04.436756  445782 logs.go:276] 1 containers: [6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7]
	I0717 01:28:04.436817  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:04.440396  445782 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0717 01:28:04.440469  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0717 01:28:04.478440  445782 cri.go:89] found id: "a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b"
	I0717 01:28:04.478461  445782 cri.go:89] found id: ""
	I0717 01:28:04.478469  445782 logs.go:276] 1 containers: [a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b]
	I0717 01:28:04.478522  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:04.481989  445782 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0717 01:28:04.482063  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0717 01:28:04.521093  445782 cri.go:89] found id: "3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0"
	I0717 01:28:04.521120  445782 cri.go:89] found id: ""
	I0717 01:28:04.521129  445782 logs.go:276] 1 containers: [3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0]
	I0717 01:28:04.521188  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:04.524603  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0717 01:28:04.524674  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0717 01:28:04.560879  445782 cri.go:89] found id: "fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d"
	I0717 01:28:04.560900  445782 cri.go:89] found id: ""
	I0717 01:28:04.560909  445782 logs.go:276] 1 containers: [fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d]
	I0717 01:28:04.560963  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:04.564628  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0717 01:28:04.564704  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0717 01:28:04.608121  445782 cri.go:89] found id: "2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd"
	I0717 01:28:04.608142  445782 cri.go:89] found id: ""
	I0717 01:28:04.608149  445782 logs.go:276] 1 containers: [2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd]
	I0717 01:28:04.608205  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:04.611696  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0717 01:28:04.611767  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0717 01:28:04.649930  445782 cri.go:89] found id: "33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4"
	I0717 01:28:04.649952  445782 cri.go:89] found id: ""
	I0717 01:28:04.649959  445782 logs.go:276] 1 containers: [33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4]
	I0717 01:28:04.650014  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:04.653607  445782 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0717 01:28:04.653676  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0717 01:28:04.698294  445782 cri.go:89] found id: "b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b"
	I0717 01:28:04.698316  445782 cri.go:89] found id: ""
	I0717 01:28:04.698324  445782 logs.go:276] 1 containers: [b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b]
	I0717 01:28:04.698382  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:04.701795  445782 logs.go:123] Gathering logs for coredns [3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0] ...
	I0717 01:28:04.701819  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0"
	I0717 01:28:04.743187  445782 logs.go:123] Gathering logs for kube-scheduler [fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d] ...
	I0717 01:28:04.743213  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d"
	I0717 01:28:04.784913  445782 logs.go:123] Gathering logs for kube-proxy [2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd] ...
	I0717 01:28:04.784985  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd"
	I0717 01:28:04.825214  445782 logs.go:123] Gathering logs for kubelet ...
	I0717 01:28:04.825287  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0717 01:28:04.859252  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.534231    1547 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:28:04.859485  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.534281    1547 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:28:04.859671  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.534743    1547 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:28:04.859875  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.534818    1547 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:28:04.860062  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.541964    1547 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:04.860267  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542012    1547 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:04.860459  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542212    1547 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:04.860687  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542241    1547 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:04.860878  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542413    1547 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	W0717 01:28:04.861086  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542440    1547 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	I0717 01:28:04.909068  445782 logs.go:123] Gathering logs for describe nodes ...
	I0717 01:28:04.909101  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0717 01:28:05.054701  445782 logs.go:123] Gathering logs for kube-apiserver [6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7] ...
	I0717 01:28:05.054743  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7"
	I0717 01:28:05.119602  445782 logs.go:123] Gathering logs for etcd [a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b] ...
	I0717 01:28:05.119639  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b"
	I0717 01:28:05.174778  445782 logs.go:123] Gathering logs for container status ...
	I0717 01:28:05.174807  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0717 01:28:05.222500  445782 logs.go:123] Gathering logs for dmesg ...
	I0717 01:28:05.222531  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0717 01:28:05.242278  445782 logs.go:123] Gathering logs for kube-controller-manager [33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4] ...
	I0717 01:28:05.242308  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4"
	I0717 01:28:05.311747  445782 logs.go:123] Gathering logs for kindnet [b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b] ...
	I0717 01:28:05.311780  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b"
	I0717 01:28:05.361306  445782 logs.go:123] Gathering logs for CRI-O ...
	I0717 01:28:05.361340  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0717 01:28:05.470142  445782 out.go:304] Setting ErrFile to fd 2...
	I0717 01:28:05.470213  445782 out.go:338] TERM=,COLORTERM=, which probably does not support color
	W0717 01:28:05.470291  445782 out.go:239] X Problems detected in kubelet:
	W0717 01:28:05.470324  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542012    1547 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:05.470357  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542212    1547 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:05.470397  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542241    1547 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:05.470432  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542413    1547 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	W0717 01:28:05.470464  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542440    1547 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	I0717 01:28:05.470499  445782 out.go:304] Setting ErrFile to fd 2...
	I0717 01:28:05.470519  445782 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:28:15.472294  445782 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0717 01:28:15.480949  445782 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0717 01:28:15.482030  445782 api_server.go:141] control plane version: v1.30.2
	I0717 01:28:15.482050  445782 api_server.go:131] duration metric: took 11.083072832s to wait for apiserver health ...
	I0717 01:28:15.482057  445782 system_pods.go:43] waiting for kube-system pods to appear ...
	I0717 01:28:15.482084  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0717 01:28:15.482141  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0717 01:28:15.521437  445782 cri.go:89] found id: "6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7"
	I0717 01:28:15.521456  445782 cri.go:89] found id: ""
	I0717 01:28:15.521464  445782 logs.go:276] 1 containers: [6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7]
	I0717 01:28:15.521520  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:15.525991  445782 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0717 01:28:15.526075  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0717 01:28:15.573178  445782 cri.go:89] found id: "a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b"
	I0717 01:28:15.573221  445782 cri.go:89] found id: ""
	I0717 01:28:15.573235  445782 logs.go:276] 1 containers: [a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b]
	I0717 01:28:15.573291  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:15.577151  445782 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0717 01:28:15.577221  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0717 01:28:15.630496  445782 cri.go:89] found id: "3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0"
	I0717 01:28:15.630526  445782 cri.go:89] found id: ""
	I0717 01:28:15.630534  445782 logs.go:276] 1 containers: [3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0]
	I0717 01:28:15.630593  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:15.634418  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0717 01:28:15.634495  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0717 01:28:15.673008  445782 cri.go:89] found id: "fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d"
	I0717 01:28:15.673030  445782 cri.go:89] found id: ""
	I0717 01:28:15.673038  445782 logs.go:276] 1 containers: [fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d]
	I0717 01:28:15.673097  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:15.676504  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0717 01:28:15.676575  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0717 01:28:15.711896  445782 cri.go:89] found id: "2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd"
	I0717 01:28:15.711970  445782 cri.go:89] found id: ""
	I0717 01:28:15.712001  445782 logs.go:276] 1 containers: [2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd]
	I0717 01:28:15.712085  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:15.715422  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0717 01:28:15.715497  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0717 01:28:15.752484  445782 cri.go:89] found id: "33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4"
	I0717 01:28:15.752505  445782 cri.go:89] found id: ""
	I0717 01:28:15.752513  445782 logs.go:276] 1 containers: [33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4]
	I0717 01:28:15.752565  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:15.756002  445782 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0717 01:28:15.756095  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0717 01:28:15.792350  445782 cri.go:89] found id: "b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b"
	I0717 01:28:15.792373  445782 cri.go:89] found id: ""
	I0717 01:28:15.792381  445782 logs.go:276] 1 containers: [b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b]
	I0717 01:28:15.792438  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:15.795931  445782 logs.go:123] Gathering logs for kube-proxy [2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd] ...
	I0717 01:28:15.795955  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd"
	I0717 01:28:15.835907  445782 logs.go:123] Gathering logs for kube-controller-manager [33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4] ...
	I0717 01:28:15.835934  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4"
	I0717 01:28:15.920010  445782 logs.go:123] Gathering logs for CRI-O ...
	I0717 01:28:15.920043  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0717 01:28:16.038503  445782 logs.go:123] Gathering logs for kubelet ...
	I0717 01:28:16.038544  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0717 01:28:16.080172  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.534231    1547 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.081645  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.534281    1547 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.081928  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.534743    1547 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.082140  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.534818    1547 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.082327  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.541964    1547 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.082535  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542012    1547 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.082724  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542212    1547 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.082944  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542241    1547 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.083130  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542413    1547 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.083334  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542440    1547 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	I0717 01:28:16.133061  445782 logs.go:123] Gathering logs for kube-scheduler [fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d] ...
	I0717 01:28:16.133100  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d"
	I0717 01:28:16.175775  445782 logs.go:123] Gathering logs for kube-apiserver [6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7] ...
	I0717 01:28:16.175806  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7"
	I0717 01:28:16.248097  445782 logs.go:123] Gathering logs for etcd [a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b] ...
	I0717 01:28:16.248130  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b"
	I0717 01:28:16.297664  445782 logs.go:123] Gathering logs for coredns [3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0] ...
	I0717 01:28:16.297699  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0"
	I0717 01:28:16.334870  445782 logs.go:123] Gathering logs for kindnet [b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b] ...
	I0717 01:28:16.334903  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b"
	I0717 01:28:16.389466  445782 logs.go:123] Gathering logs for container status ...
	I0717 01:28:16.389500  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0717 01:28:16.446696  445782 logs.go:123] Gathering logs for dmesg ...
	I0717 01:28:16.446722  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0717 01:28:16.465069  445782 logs.go:123] Gathering logs for describe nodes ...
	I0717 01:28:16.465098  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0717 01:28:16.632275  445782 out.go:304] Setting ErrFile to fd 2...
	I0717 01:28:16.632357  445782 out.go:338] TERM=,COLORTERM=, which probably does not support color
	W0717 01:28:16.632437  445782 out.go:239] X Problems detected in kubelet:
	W0717 01:28:16.632482  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542012    1547 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.632687  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542212    1547 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.632734  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542241    1547 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.632777  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542413    1547 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.632814  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542440    1547 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	I0717 01:28:16.632854  445782 out.go:304] Setting ErrFile to fd 2...
	I0717 01:28:16.632876  445782 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:28:26.644158  445782 system_pods.go:59] 18 kube-system pods found
	I0717 01:28:26.644203  445782 system_pods.go:61] "coredns-7db6d8ff4d-q4hl2" [eebb9825-bf9c-477c-a0d9-722d939317c2] Running
	I0717 01:28:26.644213  445782 system_pods.go:61] "csi-hostpath-attacher-0" [114aa59c-df92-43dc-91fd-c7d944d53a78] Running
	I0717 01:28:26.644220  445782 system_pods.go:61] "csi-hostpath-resizer-0" [4cc729bb-755a-4f3b-a38e-baec324192d3] Running
	I0717 01:28:26.644225  445782 system_pods.go:61] "csi-hostpathplugin-cqn29" [4e95c841-bee6-40bf-a380-fdf04054bdc2] Running
	I0717 01:28:26.644231  445782 system_pods.go:61] "etcd-addons-084050" [bb50b5f8-1623-41a4-8b54-c9e4b097c487] Running
	I0717 01:28:26.644236  445782 system_pods.go:61] "kindnet-5bn9p" [e26de819-066e-41da-acd1-69c4c33002f3] Running
	I0717 01:28:26.644240  445782 system_pods.go:61] "kube-apiserver-addons-084050" [ef02c64b-6553-4df6-9fa6-f51d9a30fa17] Running
	I0717 01:28:26.644244  445782 system_pods.go:61] "kube-controller-manager-addons-084050" [ee174b13-c8c8-4667-a74b-e4922b2d2b63] Running
	I0717 01:28:26.644249  445782 system_pods.go:61] "kube-ingress-dns-minikube" [97ae4c34-84d0-4ffb-88d9-3f612082cea3] Running
	I0717 01:28:26.644254  445782 system_pods.go:61] "kube-proxy-qc4db" [7003c510-8d1c-4e5f-86ef-8e095557100b] Running
	I0717 01:28:26.644262  445782 system_pods.go:61] "kube-scheduler-addons-084050" [6708106c-6984-4947-9f88-e890ed7f3abf] Running
	I0717 01:28:26.644266  445782 system_pods.go:61] "metrics-server-c59844bb4-whj68" [9e03059d-451f-41ad-a01e-f3ba9ef4bb4a] Running
	I0717 01:28:26.644277  445782 system_pods.go:61] "nvidia-device-plugin-daemonset-zb62l" [c19fd119-5a2f-45c3-b7fa-2942ea8527c6] Running
	I0717 01:28:26.644282  445782 system_pods.go:61] "registry-8bhzh" [af17abeb-b036-44a7-a28b-cd57910ace99] Running
	I0717 01:28:26.644288  445782 system_pods.go:61] "registry-proxy-46748" [7005abd6-e511-4de1-b934-a06d0f68055c] Running
	I0717 01:28:26.644292  445782 system_pods.go:61] "snapshot-controller-745499f584-65w4g" [8fcf9447-ae19-4a6e-a8c5-19f7723aaa6e] Running
	I0717 01:28:26.644300  445782 system_pods.go:61] "snapshot-controller-745499f584-f8l7b" [662440db-9df2-4811-b443-67f8d4eca95f] Running
	I0717 01:28:26.644305  445782 system_pods.go:61] "storage-provisioner" [752de40d-c4a1-41e8-82c9-a4dcaee95765] Running
	I0717 01:28:26.644318  445782 system_pods.go:74] duration metric: took 11.162254622s to wait for pod list to return data ...
	I0717 01:28:26.644328  445782 default_sa.go:34] waiting for default service account to be created ...
	I0717 01:28:26.646916  445782 default_sa.go:45] found service account: "default"
	I0717 01:28:26.646947  445782 default_sa.go:55] duration metric: took 2.606882ms for default service account to be created ...
	I0717 01:28:26.646958  445782 system_pods.go:116] waiting for k8s-apps to be running ...
	I0717 01:28:26.657955  445782 system_pods.go:86] 18 kube-system pods found
	I0717 01:28:26.657988  445782 system_pods.go:89] "coredns-7db6d8ff4d-q4hl2" [eebb9825-bf9c-477c-a0d9-722d939317c2] Running
	I0717 01:28:26.657998  445782 system_pods.go:89] "csi-hostpath-attacher-0" [114aa59c-df92-43dc-91fd-c7d944d53a78] Running
	I0717 01:28:26.658004  445782 system_pods.go:89] "csi-hostpath-resizer-0" [4cc729bb-755a-4f3b-a38e-baec324192d3] Running
	I0717 01:28:26.658008  445782 system_pods.go:89] "csi-hostpathplugin-cqn29" [4e95c841-bee6-40bf-a380-fdf04054bdc2] Running
	I0717 01:28:26.658012  445782 system_pods.go:89] "etcd-addons-084050" [bb50b5f8-1623-41a4-8b54-c9e4b097c487] Running
	I0717 01:28:26.658020  445782 system_pods.go:89] "kindnet-5bn9p" [e26de819-066e-41da-acd1-69c4c33002f3] Running
	I0717 01:28:26.658026  445782 system_pods.go:89] "kube-apiserver-addons-084050" [ef02c64b-6553-4df6-9fa6-f51d9a30fa17] Running
	I0717 01:28:26.658030  445782 system_pods.go:89] "kube-controller-manager-addons-084050" [ee174b13-c8c8-4667-a74b-e4922b2d2b63] Running
	I0717 01:28:26.658035  445782 system_pods.go:89] "kube-ingress-dns-minikube" [97ae4c34-84d0-4ffb-88d9-3f612082cea3] Running
	I0717 01:28:26.658039  445782 system_pods.go:89] "kube-proxy-qc4db" [7003c510-8d1c-4e5f-86ef-8e095557100b] Running
	I0717 01:28:26.658045  445782 system_pods.go:89] "kube-scheduler-addons-084050" [6708106c-6984-4947-9f88-e890ed7f3abf] Running
	I0717 01:28:26.658055  445782 system_pods.go:89] "metrics-server-c59844bb4-whj68" [9e03059d-451f-41ad-a01e-f3ba9ef4bb4a] Running
	I0717 01:28:26.658060  445782 system_pods.go:89] "nvidia-device-plugin-daemonset-zb62l" [c19fd119-5a2f-45c3-b7fa-2942ea8527c6] Running
	I0717 01:28:26.658069  445782 system_pods.go:89] "registry-8bhzh" [af17abeb-b036-44a7-a28b-cd57910ace99] Running
	I0717 01:28:26.658073  445782 system_pods.go:89] "registry-proxy-46748" [7005abd6-e511-4de1-b934-a06d0f68055c] Running
	I0717 01:28:26.658077  445782 system_pods.go:89] "snapshot-controller-745499f584-65w4g" [8fcf9447-ae19-4a6e-a8c5-19f7723aaa6e] Running
	I0717 01:28:26.658081  445782 system_pods.go:89] "snapshot-controller-745499f584-f8l7b" [662440db-9df2-4811-b443-67f8d4eca95f] Running
	I0717 01:28:26.658086  445782 system_pods.go:89] "storage-provisioner" [752de40d-c4a1-41e8-82c9-a4dcaee95765] Running
	I0717 01:28:26.658098  445782 system_pods.go:126] duration metric: took 11.135334ms to wait for k8s-apps to be running ...
	I0717 01:28:26.658107  445782 system_svc.go:44] waiting for kubelet service to be running ....
	I0717 01:28:26.658215  445782 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0717 01:28:26.671036  445782 system_svc.go:56] duration metric: took 12.918563ms WaitForService to wait for kubelet
	I0717 01:28:26.671120  445782 kubeadm.go:582] duration metric: took 2m40.4259289s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0717 01:28:26.671177  445782 node_conditions.go:102] verifying NodePressure condition ...
	I0717 01:28:26.676621  445782 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0717 01:28:26.676656  445782 node_conditions.go:123] node cpu capacity is 2
	I0717 01:28:26.676669  445782 node_conditions.go:105] duration metric: took 5.474263ms to run NodePressure ...
	I0717 01:28:26.676682  445782 start.go:241] waiting for startup goroutines ...
	I0717 01:28:26.676689  445782 start.go:246] waiting for cluster config update ...
	I0717 01:28:26.676706  445782 start.go:255] writing updated cluster config ...
	I0717 01:28:26.676999  445782 ssh_runner.go:195] Run: rm -f paused
	I0717 01:28:27.062292  445782 start.go:600] kubectl: 1.30.2, cluster: 1.30.2 (minor skew: 0)
	I0717 01:28:27.066578  445782 out.go:177] * Done! kubectl is now configured to use "addons-084050" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Jul 17 01:32:09 addons-084050 crio[969]: time="2024-07-17 01:32:09.074881902Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:42a89d9b22e5307cb88494990d5d929c401339f508c0a7e98a4d8ac52623fc5b],Size_:4789170,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=40de8ec7-9f94-42ed-9998-b6f8e2837df4 name=/runtime.v1.ImageService/ImageStatus
	Jul 17 01:32:09 addons-084050 crio[969]: time="2024-07-17 01:32:09.075800798Z" level=info msg="Creating container: default/hello-world-app-6778b5fc9f-h99vx/hello-world-app" id=075b5483-a771-4cae-9450-a559f14a9859 name=/runtime.v1.RuntimeService/CreateContainer
	Jul 17 01:32:09 addons-084050 crio[969]: time="2024-07-17 01:32:09.075897534Z" level=warning msg="Allowed annotations are specified for workload []"
	Jul 17 01:32:09 addons-084050 crio[969]: time="2024-07-17 01:32:09.093636977Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/1fd98c847eec633afc339de556fd24de0dac03bc3c74974a7d738e9d00b9ed0c/merged/etc/passwd: no such file or directory"
	Jul 17 01:32:09 addons-084050 crio[969]: time="2024-07-17 01:32:09.093682900Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/1fd98c847eec633afc339de556fd24de0dac03bc3c74974a7d738e9d00b9ed0c/merged/etc/group: no such file or directory"
	Jul 17 01:32:09 addons-084050 crio[969]: time="2024-07-17 01:32:09.132600278Z" level=info msg="Created container 3642d7cfbe9a08a6bf1378820e3ca51f7ddd88a58c92f4b0da75fce5ded410be: default/hello-world-app-6778b5fc9f-h99vx/hello-world-app" id=075b5483-a771-4cae-9450-a559f14a9859 name=/runtime.v1.RuntimeService/CreateContainer
	Jul 17 01:32:09 addons-084050 crio[969]: time="2024-07-17 01:32:09.134931565Z" level=info msg="Starting container: 3642d7cfbe9a08a6bf1378820e3ca51f7ddd88a58c92f4b0da75fce5ded410be" id=f51717e0-2b91-4e6d-831b-ce6ffb96e91c name=/runtime.v1.RuntimeService/StartContainer
	Jul 17 01:32:09 addons-084050 crio[969]: time="2024-07-17 01:32:09.142054528Z" level=info msg="Started container" PID=8001 containerID=3642d7cfbe9a08a6bf1378820e3ca51f7ddd88a58c92f4b0da75fce5ded410be description=default/hello-world-app-6778b5fc9f-h99vx/hello-world-app id=f51717e0-2b91-4e6d-831b-ce6ffb96e91c name=/runtime.v1.RuntimeService/StartContainer sandboxID=766d131ec2ee17a21df1d35d52d1ed1df2e21c62c43435c6975dd394b1edb251
	Jul 17 01:32:09 addons-084050 crio[969]: time="2024-07-17 01:32:09.614198308Z" level=info msg="Removing container: 198d84ba408063ffa3eab8398cb3cd605ff2cf0531336682712656ce82498f04" id=b01fdefe-e2d1-4767-8da1-4b9235e56ebc name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 17 01:32:09 addons-084050 crio[969]: time="2024-07-17 01:32:09.641497992Z" level=info msg="Removed container 198d84ba408063ffa3eab8398cb3cd605ff2cf0531336682712656ce82498f04: kube-system/kube-ingress-dns-minikube/minikube-ingress-dns" id=b01fdefe-e2d1-4767-8da1-4b9235e56ebc name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 17 01:32:11 addons-084050 crio[969]: time="2024-07-17 01:32:11.311980425Z" level=info msg="Stopping container: 5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545 (timeout: 2s)" id=5164942a-7d4c-4030-bcb0-1444b43be2b4 name=/runtime.v1.RuntimeService/StopContainer
	Jul 17 01:32:13 addons-084050 crio[969]: time="2024-07-17 01:32:13.318592527Z" level=warning msg="Stopping container 5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=5164942a-7d4c-4030-bcb0-1444b43be2b4 name=/runtime.v1.RuntimeService/StopContainer
	Jul 17 01:32:13 addons-084050 conmon[5089]: conmon 5e1a8382b24b803cb3fb <ninfo>: container 5100 exited with status 137
	Jul 17 01:32:13 addons-084050 crio[969]: time="2024-07-17 01:32:13.455608561Z" level=info msg="Stopped container 5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545: ingress-nginx/ingress-nginx-controller-768f948f8f-6x9qq/controller" id=5164942a-7d4c-4030-bcb0-1444b43be2b4 name=/runtime.v1.RuntimeService/StopContainer
	Jul 17 01:32:13 addons-084050 crio[969]: time="2024-07-17 01:32:13.456215235Z" level=info msg="Stopping pod sandbox: 7dd795a65c238915a4011c8eeae19b18a230eca432b0bae8c780e0cfdfb3901b" id=fa28cb39-34c2-4103-b796-d183529d6f57 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 17 01:32:13 addons-084050 crio[969]: time="2024-07-17 01:32:13.460119088Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-6XEDNPTZJM3B637R - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-7UF5OLLJ7ELHXY4L - [0:0]\n-X KUBE-HP-7UF5OLLJ7ELHXY4L\n-X KUBE-HP-6XEDNPTZJM3B637R\nCOMMIT\n"
	Jul 17 01:32:13 addons-084050 crio[969]: time="2024-07-17 01:32:13.461676041Z" level=info msg="Closing host port tcp:80"
	Jul 17 01:32:13 addons-084050 crio[969]: time="2024-07-17 01:32:13.461725230Z" level=info msg="Closing host port tcp:443"
	Jul 17 01:32:13 addons-084050 crio[969]: time="2024-07-17 01:32:13.462985837Z" level=info msg="Host port tcp:80 does not have an open socket"
	Jul 17 01:32:13 addons-084050 crio[969]: time="2024-07-17 01:32:13.463014603Z" level=info msg="Host port tcp:443 does not have an open socket"
	Jul 17 01:32:13 addons-084050 crio[969]: time="2024-07-17 01:32:13.463186087Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-768f948f8f-6x9qq Namespace:ingress-nginx ID:7dd795a65c238915a4011c8eeae19b18a230eca432b0bae8c780e0cfdfb3901b UID:4d906e16-14bc-4994-8e9c-d58afb60bda8 NetNS:/var/run/netns/67967448-6d4a-46e3-856d-407b8e05c837 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Jul 17 01:32:13 addons-084050 crio[969]: time="2024-07-17 01:32:13.463331601Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-768f948f8f-6x9qq from CNI network \"kindnet\" (type=ptp)"
	Jul 17 01:32:13 addons-084050 crio[969]: time="2024-07-17 01:32:13.484509767Z" level=info msg="Stopped pod sandbox: 7dd795a65c238915a4011c8eeae19b18a230eca432b0bae8c780e0cfdfb3901b" id=fa28cb39-34c2-4103-b796-d183529d6f57 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 17 01:32:13 addons-084050 crio[969]: time="2024-07-17 01:32:13.629963738Z" level=info msg="Removing container: 5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545" id=1a64203d-876f-4718-ace6-c255abe56d72 name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 17 01:32:13 addons-084050 crio[969]: time="2024-07-17 01:32:13.645970190Z" level=info msg="Removed container 5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545: ingress-nginx/ingress-nginx-controller-768f948f8f-6x9qq/controller" id=1a64203d-876f-4718-ace6-c255abe56d72 name=/runtime.v1.RuntimeService/RemoveContainer
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                        CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	3642d7cfbe9a0       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6                        9 seconds ago       Running             hello-world-app           0                   766d131ec2ee1       hello-world-app-6778b5fc9f-h99vx
	a5f5891784d78       docker.io/library/nginx@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55                              2 minutes ago       Running             nginx                     0                   296cf67da7c0a       nginx
	26157ec3aaf73       ghcr.io/headlamp-k8s/headlamp@sha256:1c3f42aacd8eee1d3f1c63efb5a3b42da387ca1d87b77b0f486e8443201fcb37                        3 minutes ago       Running             headlamp                  0                   101d10a0abe0c       headlamp-7867546754-nqr44
	210ed4ff1a65f       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69                 4 minutes ago       Running             gcp-auth                  0                   50cab2662efc1       gcp-auth-5db96cd9b4-c6bqc
	3131dacc70a24       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366   4 minutes ago       Exited              patch                     0                   552d751bda3b0       ingress-nginx-admission-patch-285z8
	b6bfb19d729d9       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366   4 minutes ago       Exited              create                    0                   14b41ae862af5       ingress-nginx-admission-create-45xnp
	e260d4f7d6fad       docker.io/marcnuri/yakd@sha256:1c961556224d57fc747de0b1874524208e5fb4f8386f23e9c1c4c18e97109f17                              5 minutes ago       Running             yakd                      0                   ebed8477a83fc       yakd-dashboard-799879c74f-t42cd
	41edc8df2712c       registry.k8s.io/metrics-server/metrics-server@sha256:7f0fc3565b6d4655d078bb8e250d0423d7c79aeb05fbc71e1ffa6ff664264d70        5 minutes ago       Running             metrics-server            0                   1c59e8e1e310a       metrics-server-c59844bb4-whj68
	c174af0e93290       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                                             5 minutes ago       Running             storage-provisioner       0                   97b98f59b1539       storage-provisioner
	3ca4b174a4db5       2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93                                                             5 minutes ago       Running             coredns                   0                   f0575b1185cb2       coredns-7db6d8ff4d-q4hl2
	b43723561cc97       docker.io/kindest/kindnetd@sha256:a9acb91d619f824eef2ba4c546bfd3b11ce22ef74ab3749e7264799fa588b381                           6 minutes ago       Running             kindnet-cni               0                   c1b6f14119bcd       kindnet-5bn9p
	2163f23a9768a       66dbb96a9149f69913ff817f696be766014cacdffc2ce0889a76c81165415fae                                                             6 minutes ago       Running             kube-proxy                0                   45edd47957277       kube-proxy-qc4db
	6e51b6629f770       84c601f3f72c87776cdcf77a73329d1f45297e43a92508b0f289fa2fcf8872a0                                                             6 minutes ago       Running             kube-apiserver            0                   c708dba0614c5       kube-apiserver-addons-084050
	a88c125d6d9be       014faa467e29798aeef733fe6d1a3b5e382688217b053ad23410e6cccd5d22fd                                                             6 minutes ago       Running             etcd                      0                   1b6880d384740       etcd-addons-084050
	fb322ccacbfbf       c7dd04b1bafeb51c650fde7f34ac0fdafa96030e77ea7a822135ff302d895dd5                                                             6 minutes ago       Running             kube-scheduler            0                   16c209cf18a96       kube-scheduler-addons-084050
	33bbf516ec872       e1dcc3400d3ea6a268c7ea6e66c3a196703770a8e346b695f54344ab53a47567                                                             6 minutes ago       Running             kube-controller-manager   0                   3458dc9e3ece6       kube-controller-manager-addons-084050
	
	
	==> coredns [3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0] <==
	[INFO] 10.244.0.8:52143 - 12830 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.00257864s
	[INFO] 10.244.0.8:33412 - 46773 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000106484s
	[INFO] 10.244.0.8:33412 - 52919 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000084241s
	[INFO] 10.244.0.8:58731 - 25287 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000325663s
	[INFO] 10.244.0.8:58731 - 40650 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000391048s
	[INFO] 10.244.0.8:51646 - 33798 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000051913s
	[INFO] 10.244.0.8:51646 - 45056 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000035413s
	[INFO] 10.244.0.8:55350 - 56674 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000039178s
	[INFO] 10.244.0.8:55350 - 33380 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000116042s
	[INFO] 10.244.0.8:38046 - 52153 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001395021s
	[INFO] 10.244.0.8:38046 - 33727 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001483067s
	[INFO] 10.244.0.8:52111 - 29512 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.00006152s
	[INFO] 10.244.0.8:52111 - 30026 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000036512s
	[INFO] 10.244.0.19:39275 - 54260 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000165855s
	[INFO] 10.244.0.19:57914 - 20148 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000097844s
	[INFO] 10.244.0.19:38425 - 5391 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.00017241s
	[INFO] 10.244.0.19:56361 - 60605 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000300777s
	[INFO] 10.244.0.19:53135 - 25469 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000092946s
	[INFO] 10.244.0.19:50608 - 58763 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000225029s
	[INFO] 10.244.0.19:42421 - 61446 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003164351s
	[INFO] 10.244.0.19:60763 - 39610 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002351684s
	[INFO] 10.244.0.19:47359 - 59295 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.001096886s
	[INFO] 10.244.0.19:35522 - 40078 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001814588s
	[INFO] 10.244.0.22:39931 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000225849s
	[INFO] 10.244.0.22:33867 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000128481s
	
	
	==> describe nodes <==
	Name:               addons-084050
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-084050
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=3cfbbb17fd76400a5ee2ea427db7148a0ef7c185
	                    minikube.k8s.io/name=addons-084050
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_07_17T01_25_33_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-084050
	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:  Wed, 17 Jul 2024 01:25:30 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-084050
	  AcquireTime:     <unset>
	  RenewTime:       Wed, 17 Jul 2024 01:32:10 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Wed, 17 Jul 2024 01:30:09 +0000   Wed, 17 Jul 2024 01:25:27 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Wed, 17 Jul 2024 01:30:09 +0000   Wed, 17 Jul 2024 01:25:27 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Wed, 17 Jul 2024 01:30:09 +0000   Wed, 17 Jul 2024 01:25:27 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Wed, 17 Jul 2024 01:30:09 +0000   Wed, 17 Jul 2024 01:26:32 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-084050
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022364Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022364Ki
	  pods:               110
	System Info:
	  Machine ID:                 2ccd05a5f25c4ca8b1c2db3b6cd41f25
	  System UUID:                b31a636b-7396-4d13-87a1-2cbb56dcd108
	  Boot ID:                    1938e2c3-e91b-4432-9cdb-82f3e807a09e
	  Kernel Version:             5.15.0-1064-aws
	  OS Image:                   Ubuntu 22.04.4 LTS
	  Operating System:           linux
	  Architecture:               arm64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.30.2
	  Kube-Proxy Version:         v1.30.2
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (14 in total)
	  Namespace                   Name                                     CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                     ------------  ----------  ---------------  -------------  ---
	  default                     hello-world-app-6778b5fc9f-h99vx         0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         11s
	  default                     nginx                                    0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         2m31s
	  gcp-auth                    gcp-auth-5db96cd9b4-c6bqc                0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         6m21s
	  headlamp                    headlamp-7867546754-nqr44                0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         3m50s
	  kube-system                 coredns-7db6d8ff4d-q4hl2                 100m (5%!)(MISSING)     0 (0%!)(MISSING)      70Mi (0%!)(MISSING)        170Mi (2%!)(MISSING)     6m31s
	  kube-system                 etcd-addons-084050                       100m (5%!)(MISSING)     0 (0%!)(MISSING)      100Mi (1%!)(MISSING)       0 (0%!)(MISSING)         6m46s
	  kube-system                 kindnet-5bn9p                            100m (5%!)(MISSING)     100m (5%!)(MISSING)   50Mi (0%!)(MISSING)        50Mi (0%!)(MISSING)      6m32s
	  kube-system                 kube-apiserver-addons-084050             250m (12%!)(MISSING)    0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         6m45s
	  kube-system                 kube-controller-manager-addons-084050    200m (10%!)(MISSING)    0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         6m45s
	  kube-system                 kube-proxy-qc4db                         0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         6m32s
	  kube-system                 kube-scheduler-addons-084050             100m (5%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         6m45s
	  kube-system                 metrics-server-c59844bb4-whj68           100m (5%!)(MISSING)     0 (0%!)(MISSING)      200Mi (2%!)(MISSING)       0 (0%!)(MISSING)         6m27s
	  kube-system                 storage-provisioner                      0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         6m26s
	  yakd-dashboard              yakd-dashboard-799879c74f-t42cd          0 (0%!)(MISSING)        0 (0%!)(MISSING)      128Mi (1%!)(MISSING)       256Mi (3%!)(MISSING)     6m26s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (47%!)(MISSING)  100m (5%!)(MISSING)
	  memory             548Mi (6%!)(MISSING)  476Mi (6%!)(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)
	  hugepages-32Mi     0 (0%!)(MISSING)      0 (0%!)(MISSING)
	  hugepages-64Ki     0 (0%!)(MISSING)      0 (0%!)(MISSING)
	Events:
	  Type    Reason                   Age                    From             Message
	  ----    ------                   ----                   ----             -------
	  Normal  Starting                 6m26s                  kube-proxy       
	  Normal  Starting                 6m52s                  kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  6m52s (x8 over 6m52s)  kubelet          Node addons-084050 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    6m52s (x8 over 6m52s)  kubelet          Node addons-084050 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     6m52s (x8 over 6m52s)  kubelet          Node addons-084050 status is now: NodeHasSufficientPID
	  Normal  Starting                 6m46s                  kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  6m45s                  kubelet          Node addons-084050 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    6m45s                  kubelet          Node addons-084050 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     6m45s                  kubelet          Node addons-084050 status is now: NodeHasSufficientPID
	  Normal  RegisteredNode           6m32s                  node-controller  Node addons-084050 event: Registered Node addons-084050 in Controller
	  Normal  NodeReady                5m46s                  kubelet          Node addons-084050 status is now: NodeReady
	
	
	==> dmesg <==
	[  +0.001056] FS-Cache: N-key=[8] '9acfc90000000000'
	[  +0.002571] FS-Cache: Duplicate cookie detected
	[  +0.000793] FS-Cache: O-cookie c=00000006 [p=00000003 fl=226 nc=0 na=1]
	[  +0.000960] FS-Cache: O-cookie d=00000000fbbf4cfb{9p.inode} n=00000000e5ad860a
	[  +0.001028] FS-Cache: O-key=[8] '9acfc90000000000'
	[  +0.000748] FS-Cache: N-cookie c=0000000d [p=00000003 fl=2 nc=0 na=1]
	[  +0.000972] FS-Cache: N-cookie d=00000000fbbf4cfb{9p.inode} n=000000006eaef951
	[  +0.001195] FS-Cache: N-key=[8] '9acfc90000000000'
	[  +2.467724] FS-Cache: Duplicate cookie detected
	[  +0.000709] FS-Cache: O-cookie c=00000004 [p=00000003 fl=226 nc=0 na=1]
	[  +0.000947] FS-Cache: O-cookie d=00000000fbbf4cfb{9p.inode} n=0000000047a0b4c4
	[  +0.001015] FS-Cache: O-key=[8] '99cfc90000000000'
	[  +0.000717] FS-Cache: N-cookie c=0000000f [p=00000003 fl=2 nc=0 na=1]
	[  +0.000907] FS-Cache: N-cookie d=00000000fbbf4cfb{9p.inode} n=00000000147d1084
	[  +0.001015] FS-Cache: N-key=[8] '99cfc90000000000'
	[  +0.291829] FS-Cache: Duplicate cookie detected
	[  +0.000688] FS-Cache: O-cookie c=00000009 [p=00000003 fl=226 nc=0 na=1]
	[  +0.001010] FS-Cache: O-cookie d=00000000fbbf4cfb{9p.inode} n=0000000008244d9e
	[  +0.001027] FS-Cache: O-key=[8] 'a1cfc90000000000'
	[  +0.000691] FS-Cache: N-cookie c=00000010 [p=00000003 fl=2 nc=0 na=1]
	[  +0.000913] FS-Cache: N-cookie d=00000000fbbf4cfb{9p.inode} n=000000004e0ea155
	[  +0.001035] FS-Cache: N-key=[8] 'a1cfc90000000000'
	[Jul17 00:21] systemd-journald[221]: Failed to send stream file descriptor to service manager: Connection refused
	[Jul17 00:25] hrtimer: interrupt took 12056161 ns
	[Jul17 00:51] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
	
	
	==> etcd [a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b] <==
	{"level":"info","ts":"2024-07-17T01:25:26.847529Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2024-07-17T01:25:27.210814Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
	{"level":"info","ts":"2024-07-17T01:25:27.210876Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
	{"level":"info","ts":"2024-07-17T01:25:27.210897Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
	{"level":"info","ts":"2024-07-17T01:25:27.210913Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
	{"level":"info","ts":"2024-07-17T01:25:27.210919Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
	{"level":"info","ts":"2024-07-17T01:25:27.210929Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
	{"level":"info","ts":"2024-07-17T01:25:27.210938Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
	{"level":"info","ts":"2024-07-17T01:25:27.214895Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
	{"level":"info","ts":"2024-07-17T01:25:27.218965Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-084050 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
	{"level":"info","ts":"2024-07-17T01:25:27.219094Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2024-07-17T01:25:27.219353Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2024-07-17T01:25:27.220989Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
	{"level":"info","ts":"2024-07-17T01:25:27.222647Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
	{"level":"info","ts":"2024-07-17T01:25:27.227962Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
	{"level":"info","ts":"2024-07-17T01:25:27.227995Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
	{"level":"info","ts":"2024-07-17T01:25:27.228055Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
	{"level":"info","ts":"2024-07-17T01:25:27.228133Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
	{"level":"info","ts":"2024-07-17T01:25:27.22816Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
	{"level":"info","ts":"2024-07-17T01:25:47.13723Z","caller":"traceutil/trace.go:171","msg":"trace[1738841005] transaction","detail":"{read_only:false; response_revision:384; number_of_response:1; }","duration":"222.214062ms","start":"2024-07-17T01:25:46.907326Z","end":"2024-07-17T01:25:47.12954Z","steps":["trace[1738841005] 'process raft request'  (duration: 200.20833ms)","trace[1738841005] 'compare'  (duration: 21.491348ms)"],"step_count":2}
	{"level":"info","ts":"2024-07-17T01:25:47.669404Z","caller":"traceutil/trace.go:171","msg":"trace[1197370761] transaction","detail":"{read_only:false; number_of_response:1; response_revision:385; }","duration":"261.407798ms","start":"2024-07-17T01:25:47.407682Z","end":"2024-07-17T01:25:47.66909Z","steps":["trace[1197370761] 'process raft request'  (duration: 88.742689ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-17T01:25:47.915103Z","caller":"traceutil/trace.go:171","msg":"trace[1821727842] transaction","detail":"{read_only:false; response_revision:387; number_of_response:1; }","duration":"199.548866ms","start":"2024-07-17T01:25:47.715526Z","end":"2024-07-17T01:25:47.915075Z","steps":["trace[1821727842] 'process raft request'  (duration: 185.596192ms)","trace[1821727842] 'marshal mvccpb.KeyValue' {req_type:put; key:/registry/events/kube-system/kube-proxy-qc4db.17e2dbadd8267766; req_size:761; } (duration: 13.173672ms)"],"step_count":2}
	{"level":"info","ts":"2024-07-17T01:25:47.916131Z","caller":"traceutil/trace.go:171","msg":"trace[2078563747] transaction","detail":"{read_only:false; response_revision:388; number_of_response:1; }","duration":"199.08893ms","start":"2024-07-17T01:25:47.715891Z","end":"2024-07-17T01:25:47.914979Z","steps":["trace[2078563747] 'process raft request'  (duration: 198.599456ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-17T01:25:49.708295Z","caller":"traceutil/trace.go:171","msg":"trace[694683957] transaction","detail":"{read_only:false; response_revision:402; number_of_response:1; }","duration":"105.101479ms","start":"2024-07-17T01:25:49.603178Z","end":"2024-07-17T01:25:49.708279Z","steps":["trace[694683957] 'process raft request'  (duration: 104.732322ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-17T01:25:49.708685Z","caller":"traceutil/trace.go:171","msg":"trace[1779268873] transaction","detail":"{read_only:false; response_revision:403; number_of_response:1; }","duration":"105.446348ms","start":"2024-07-17T01:25:49.60323Z","end":"2024-07-17T01:25:49.708676Z","steps":["trace[1779268873] 'process raft request'  (duration: 104.784702ms)"],"step_count":1}
	
	
	==> gcp-auth [210ed4ff1a65f8ea563801e94c2fc3a252d1168265e621d9b041ce0367c3c4ab] <==
	2024/07/17 01:27:23 GCP Auth Webhook started!
	2024/07/17 01:28:27 Ready to marshal response ...
	2024/07/17 01:28:27 Ready to write response ...
	2024/07/17 01:28:28 Ready to marshal response ...
	2024/07/17 01:28:28 Ready to write response ...
	2024/07/17 01:28:28 Ready to marshal response ...
	2024/07/17 01:28:28 Ready to write response ...
	2024/07/17 01:28:38 Ready to marshal response ...
	2024/07/17 01:28:38 Ready to write response ...
	2024/07/17 01:28:44 Ready to marshal response ...
	2024/07/17 01:28:44 Ready to write response ...
	2024/07/17 01:28:44 Ready to marshal response ...
	2024/07/17 01:28:44 Ready to write response ...
	2024/07/17 01:28:53 Ready to marshal response ...
	2024/07/17 01:28:53 Ready to write response ...
	2024/07/17 01:29:05 Ready to marshal response ...
	2024/07/17 01:29:05 Ready to write response ...
	2024/07/17 01:29:18 Ready to marshal response ...
	2024/07/17 01:29:18 Ready to write response ...
	2024/07/17 01:29:47 Ready to marshal response ...
	2024/07/17 01:29:47 Ready to write response ...
	2024/07/17 01:32:07 Ready to marshal response ...
	2024/07/17 01:32:07 Ready to write response ...
	
	
	==> kernel <==
	 01:32:18 up  2:14,  0 users,  load average: 0.25, 0.91, 2.17
	Linux addons-084050 5.15.0-1064-aws #70~20.04.1-Ubuntu SMP Thu Jun 27 14:52:48 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.4 LTS"
	
	
	==> kindnet [b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b] <==
	E0717 01:31:08.075779       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
	I0717 01:31:12.357597       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0717 01:31:12.357753       1 main.go:303] handling current node
	I0717 01:31:22.357991       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0717 01:31:22.358027       1 main.go:303] handling current node
	W0717 01:31:28.346476       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
	E0717 01:31:28.346610       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
	W0717 01:31:28.513175       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
	E0717 01:31:28.513224       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
	I0717 01:31:32.358099       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0717 01:31:32.358134       1 main.go:303] handling current node
	I0717 01:31:42.357814       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0717 01:31:42.357855       1 main.go:303] handling current node
	W0717 01:31:45.525604       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
	E0717 01:31:45.525727       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
	I0717 01:31:52.357955       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0717 01:31:52.357992       1 main.go:303] handling current node
	W0717 01:31:58.834833       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
	E0717 01:31:58.834864       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
	W0717 01:31:59.723713       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
	E0717 01:31:59.723754       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
	I0717 01:32:02.357471       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0717 01:32:02.357506       1 main.go:303] handling current node
	I0717 01:32:12.358012       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0717 01:32:12.358046       1 main.go:303] handling current node
	
	
	==> kube-apiserver [6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7] <==
	E0717 01:27:57.880859       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]]
	E0717 01:27:57.881542       1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.106.139.88:443/apis/metrics.k8s.io/v1beta1: Get "https://10.106.139.88:443/apis/metrics.k8s.io/v1beta1": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
	I0717 01:27:57.931455       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	I0717 01:28:27.970463       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.102.27.132"}
	E0717 01:29:09.172455       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	I0717 01:29:16.605815       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I0717 01:29:35.160437       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0717 01:29:35.160484       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0717 01:29:35.208516       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0717 01:29:35.208586       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0717 01:29:35.282688       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0717 01:29:35.282787       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0717 01:29:35.283988       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0717 01:29:35.284037       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0717 01:29:35.329681       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0717 01:29:35.329735       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0717 01:29:36.283392       1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0717 01:29:36.329969       1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0717 01:29:36.351998       1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0717 01:29:42.008781       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0717 01:29:43.051928       1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0717 01:29:47.615652       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0717 01:29:47.918948       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.109.146.4"}
	I0717 01:32:07.864284       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.97.61.203"}
	
	
	==> kube-controller-manager [33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4] <==
	E0717 01:30:36.071125       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
	W0717 01:30:45.810873       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
	E0717 01:30:45.810918       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
	W0717 01:31:01.339969       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
	E0717 01:31:01.340007       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
	W0717 01:31:05.878414       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
	E0717 01:31:05.878450       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
	W0717 01:31:22.779456       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
	E0717 01:31:22.779496       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
	W0717 01:31:43.234702       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
	E0717 01:31:43.234774       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
	W0717 01:31:45.408577       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
	E0717 01:31:45.408619       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
	W0717 01:31:56.359919       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
	E0717 01:31:56.359956       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
	I0717 01:32:07.635777       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="40.148308ms"
	I0717 01:32:07.648098       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="12.127124ms"
	I0717 01:32:07.649290       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="25.377µs"
	I0717 01:32:07.649420       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="18.322µs"
	I0717 01:32:07.661852       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="57.689µs"
	I0717 01:32:09.680835       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="25.865788ms"
	I0717 01:32:09.680901       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="32.097µs"
	I0717 01:32:10.286659       1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
	I0717 01:32:10.291085       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-768f948f8f" duration="6.293µs"
	I0717 01:32:10.296571       1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
	
	
	==> kube-proxy [2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd] <==
	I0717 01:25:51.963930       1 server_linux.go:69] "Using iptables proxy"
	I0717 01:25:52.129963       1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	I0717 01:25:52.622591       1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0717 01:25:52.622642       1 server_linux.go:165] "Using iptables Proxier"
	I0717 01:25:52.625875       1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
	I0717 01:25:52.625966       1 server_linux.go:528] "Defaulting to no-op detect-local"
	I0717 01:25:52.626020       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"
	I0717 01:25:52.626251       1 server.go:872] "Version info" version="v1.30.2"
	I0717 01:25:52.626439       1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0717 01:25:52.650629       1 config.go:192] "Starting service config controller"
	I0717 01:25:52.653900       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0717 01:25:52.654192       1 config.go:101] "Starting endpoint slice config controller"
	I0717 01:25:52.654388       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0717 01:25:52.656793       1 config.go:319] "Starting node config controller"
	I0717 01:25:52.657903       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0717 01:25:52.764360       1 shared_informer.go:320] Caches are synced for node config
	I0717 01:25:52.768590       1 shared_informer.go:320] Caches are synced for service config
	I0717 01:25:52.768712       1 shared_informer.go:320] Caches are synced for endpoint slice config
	
	
	==> kube-scheduler [fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d] <==
	I0717 01:25:30.984342       1 serving.go:380] Generated self-signed cert in-memory
	I0717 01:25:33.141573       1 server.go:154] "Starting Kubernetes Scheduler" version="v1.30.2"
	I0717 01:25:33.142692       1 server.go:156] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0717 01:25:33.148251       1 secure_serving.go:213] Serving securely on 127.0.0.1:10259
	I0717 01:25:33.148491       1 requestheader_controller.go:169] Starting RequestHeaderAuthRequestController
	I0717 01:25:33.148535       1 shared_informer.go:313] Waiting for caches to sync for RequestHeaderAuthRequestController
	I0717 01:25:33.148580       1 tlsconfig.go:240] "Starting DynamicServingCertificateController"
	I0717 01:25:33.150255       1 configmap_cafile_content.go:202] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0717 01:25:33.159488       1 shared_informer.go:313] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	I0717 01:25:33.158824       1 configmap_cafile_content.go:202] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
	I0717 01:25:33.159586       1 shared_informer.go:313] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file
	I0717 01:25:33.248670       1 shared_informer.go:320] Caches are synced for RequestHeaderAuthRequestController
	I0717 01:25:33.259705       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file
	I0717 01:25:33.259826       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Jul 17 01:32:07 addons-084050 kubelet[1547]: I0717 01:32:07.640428    1547 memory_manager.go:354] "RemoveStaleState removing state" podUID="9518e76d-a444-48fe-a4b5-293ad99925fd" containerName="gadget"
	Jul 17 01:32:07 addons-084050 kubelet[1547]: I0717 01:32:07.669207    1547 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/c5c88d7f-8643-4082-a795-b38b337e4dcf-gcp-creds\") pod \"hello-world-app-6778b5fc9f-h99vx\" (UID: \"c5c88d7f-8643-4082-a795-b38b337e4dcf\") " pod="default/hello-world-app-6778b5fc9f-h99vx"
	Jul 17 01:32:07 addons-084050 kubelet[1547]: I0717 01:32:07.669338    1547 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-gdpvw\" (UniqueName: \"kubernetes.io/projected/c5c88d7f-8643-4082-a795-b38b337e4dcf-kube-api-access-gdpvw\") pod \"hello-world-app-6778b5fc9f-h99vx\" (UID: \"c5c88d7f-8643-4082-a795-b38b337e4dcf\") " pod="default/hello-world-app-6778b5fc9f-h99vx"
	Jul 17 01:32:08 addons-084050 kubelet[1547]: I0717 01:32:08.977594    1547 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-qvw4b\" (UniqueName: \"kubernetes.io/projected/97ae4c34-84d0-4ffb-88d9-3f612082cea3-kube-api-access-qvw4b\") pod \"97ae4c34-84d0-4ffb-88d9-3f612082cea3\" (UID: \"97ae4c34-84d0-4ffb-88d9-3f612082cea3\") "
	Jul 17 01:32:08 addons-084050 kubelet[1547]: I0717 01:32:08.990540    1547 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/97ae4c34-84d0-4ffb-88d9-3f612082cea3-kube-api-access-qvw4b" (OuterVolumeSpecName: "kube-api-access-qvw4b") pod "97ae4c34-84d0-4ffb-88d9-3f612082cea3" (UID: "97ae4c34-84d0-4ffb-88d9-3f612082cea3"). InnerVolumeSpecName "kube-api-access-qvw4b". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Jul 17 01:32:09 addons-084050 kubelet[1547]: I0717 01:32:09.079353    1547 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-qvw4b\" (UniqueName: \"kubernetes.io/projected/97ae4c34-84d0-4ffb-88d9-3f612082cea3-kube-api-access-qvw4b\") on node \"addons-084050\" DevicePath \"\""
	Jul 17 01:32:09 addons-084050 kubelet[1547]: I0717 01:32:09.612993    1547 scope.go:117] "RemoveContainer" containerID="198d84ba408063ffa3eab8398cb3cd605ff2cf0531336682712656ce82498f04"
	Jul 17 01:32:09 addons-084050 kubelet[1547]: I0717 01:32:09.642271    1547 scope.go:117] "RemoveContainer" containerID="198d84ba408063ffa3eab8398cb3cd605ff2cf0531336682712656ce82498f04"
	Jul 17 01:32:09 addons-084050 kubelet[1547]: E0717 01:32:09.643539    1547 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"198d84ba408063ffa3eab8398cb3cd605ff2cf0531336682712656ce82498f04\": container with ID starting with 198d84ba408063ffa3eab8398cb3cd605ff2cf0531336682712656ce82498f04 not found: ID does not exist" containerID="198d84ba408063ffa3eab8398cb3cd605ff2cf0531336682712656ce82498f04"
	Jul 17 01:32:09 addons-084050 kubelet[1547]: I0717 01:32:09.643579    1547 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"198d84ba408063ffa3eab8398cb3cd605ff2cf0531336682712656ce82498f04"} err="failed to get container status \"198d84ba408063ffa3eab8398cb3cd605ff2cf0531336682712656ce82498f04\": rpc error: code = NotFound desc = could not find container \"198d84ba408063ffa3eab8398cb3cd605ff2cf0531336682712656ce82498f04\": container with ID starting with 198d84ba408063ffa3eab8398cb3cd605ff2cf0531336682712656ce82498f04 not found: ID does not exist"
	Jul 17 01:32:10 addons-084050 kubelet[1547]: I0717 01:32:10.301011    1547 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-6778b5fc9f-h99vx" podStartSLOduration=2.225593065 podStartE2EDuration="3.300992671s" podCreationTimestamp="2024-07-17 01:32:07 +0000 UTC" firstStartedPulling="2024-07-17 01:32:07.99805288 +0000 UTC m=+395.139151251" lastFinishedPulling="2024-07-17 01:32:09.073452486 +0000 UTC m=+396.214550857" observedRunningTime="2024-07-17 01:32:09.654269654 +0000 UTC m=+396.795368042" watchObservedRunningTime="2024-07-17 01:32:10.300992671 +0000 UTC m=+397.442091042"
	Jul 17 01:32:11 addons-084050 kubelet[1547]: I0717 01:32:11.102953    1547 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="2a178747-373b-40c8-b79d-cfed3bf857d0" path="/var/lib/kubelet/pods/2a178747-373b-40c8-b79d-cfed3bf857d0/volumes"
	Jul 17 01:32:11 addons-084050 kubelet[1547]: I0717 01:32:11.103382    1547 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="97ae4c34-84d0-4ffb-88d9-3f612082cea3" path="/var/lib/kubelet/pods/97ae4c34-84d0-4ffb-88d9-3f612082cea3/volumes"
	Jul 17 01:32:11 addons-084050 kubelet[1547]: I0717 01:32:11.103746    1547 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="cc5f3389-57f6-4315-bc20-ecc44b6fc8c2" path="/var/lib/kubelet/pods/cc5f3389-57f6-4315-bc20-ecc44b6fc8c2/volumes"
	Jul 17 01:32:13 addons-084050 kubelet[1547]: I0717 01:32:13.516795    1547 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-f89lt\" (UniqueName: \"kubernetes.io/projected/4d906e16-14bc-4994-8e9c-d58afb60bda8-kube-api-access-f89lt\") pod \"4d906e16-14bc-4994-8e9c-d58afb60bda8\" (UID: \"4d906e16-14bc-4994-8e9c-d58afb60bda8\") "
	Jul 17 01:32:13 addons-084050 kubelet[1547]: I0717 01:32:13.516861    1547 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/4d906e16-14bc-4994-8e9c-d58afb60bda8-webhook-cert\") pod \"4d906e16-14bc-4994-8e9c-d58afb60bda8\" (UID: \"4d906e16-14bc-4994-8e9c-d58afb60bda8\") "
	Jul 17 01:32:13 addons-084050 kubelet[1547]: I0717 01:32:13.519741    1547 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/4d906e16-14bc-4994-8e9c-d58afb60bda8-kube-api-access-f89lt" (OuterVolumeSpecName: "kube-api-access-f89lt") pod "4d906e16-14bc-4994-8e9c-d58afb60bda8" (UID: "4d906e16-14bc-4994-8e9c-d58afb60bda8"). InnerVolumeSpecName "kube-api-access-f89lt". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Jul 17 01:32:13 addons-084050 kubelet[1547]: I0717 01:32:13.524159    1547 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/4d906e16-14bc-4994-8e9c-d58afb60bda8-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "4d906e16-14bc-4994-8e9c-d58afb60bda8" (UID: "4d906e16-14bc-4994-8e9c-d58afb60bda8"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
	Jul 17 01:32:13 addons-084050 kubelet[1547]: I0717 01:32:13.617505    1547 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-f89lt\" (UniqueName: \"kubernetes.io/projected/4d906e16-14bc-4994-8e9c-d58afb60bda8-kube-api-access-f89lt\") on node \"addons-084050\" DevicePath \"\""
	Jul 17 01:32:13 addons-084050 kubelet[1547]: I0717 01:32:13.617548    1547 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/4d906e16-14bc-4994-8e9c-d58afb60bda8-webhook-cert\") on node \"addons-084050\" DevicePath \"\""
	Jul 17 01:32:13 addons-084050 kubelet[1547]: I0717 01:32:13.628337    1547 scope.go:117] "RemoveContainer" containerID="5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545"
	Jul 17 01:32:13 addons-084050 kubelet[1547]: I0717 01:32:13.646222    1547 scope.go:117] "RemoveContainer" containerID="5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545"
	Jul 17 01:32:13 addons-084050 kubelet[1547]: E0717 01:32:13.646608    1547 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545\": container with ID starting with 5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545 not found: ID does not exist" containerID="5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545"
	Jul 17 01:32:13 addons-084050 kubelet[1547]: I0717 01:32:13.646651    1547 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545"} err="failed to get container status \"5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545\": rpc error: code = NotFound desc = could not find container \"5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545\": container with ID starting with 5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545 not found: ID does not exist"
	Jul 17 01:32:15 addons-084050 kubelet[1547]: I0717 01:32:15.102658    1547 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="4d906e16-14bc-4994-8e9c-d58afb60bda8" path="/var/lib/kubelet/pods/4d906e16-14bc-4994-8e9c-d58afb60bda8/volumes"
	
	
	==> storage-provisioner [c174af0e93290a384e7d62fc588af9033c75bf0384aaffb133c0cb1a77fbb4bd] <==
	I0717 01:26:33.464726       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0717 01:26:33.553448       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0717 01:26:33.553573       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0717 01:26:33.583257       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0717 01:26:33.584238       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-084050_0d506ad6-32fc-4e65-b871-b03268ad92e0!
	I0717 01:26:33.586069       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"d2126c23-a52a-4dfa-8b95-53dfa61b168c", APIVersion:"v1", ResourceVersion:"947", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-084050_0d506ad6-32fc-4e65-b871-b03268ad92e0 became leader
	I0717 01:26:33.686866       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-084050_0d506ad6-32fc-4e65-b871-b03268ad92e0!
	

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

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (344.26s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:409: metrics-server stabilized in 7.195331ms
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-whj68" [9e03059d-451f-41ad-a01e-f3ba9ef4bb4a] Running
addons_test.go:411: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 6.004883033s
addons_test.go:417: (dbg) Run:  kubectl --context addons-084050 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-084050 top pods -n kube-system: exit status 1 (100.040591ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-q4hl2, age: 3m55.629223411s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-q4hl2, age: 4m0.230259292s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-q4hl2, age: 4m3.520745963s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-q4hl2, age: 4m11.543187001s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-q4hl2, age: 4m21.526963428s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-q4hl2, age: 4m41.065866573s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-q4hl2, age: 5m3.582297641s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-q4hl2, age: 5m31.628473939s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-q4hl2, age: 6m6.322760316s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-q4hl2, age: 6m45.913574022s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-q4hl2, age: 8m4.306206114s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7db6d8ff4d-q4hl2, age: 9m30.54389382s

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

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "f73739399044959c1cdec4a08df0733309b2671bbaab3086b705315963368108",
	        "Created": "2024-07-17T01:25:09.964792115Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 446275,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-07-17T01:25:10.131386576Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:476b38520acaa45848ac08864bd6ca4a7124b7e691863e24807ecda76b00d113",
	        "ResolvConfPath": "/var/lib/docker/containers/f73739399044959c1cdec4a08df0733309b2671bbaab3086b705315963368108/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/f73739399044959c1cdec4a08df0733309b2671bbaab3086b705315963368108/hostname",
	        "HostsPath": "/var/lib/docker/containers/f73739399044959c1cdec4a08df0733309b2671bbaab3086b705315963368108/hosts",
	        "LogPath": "/var/lib/docker/containers/f73739399044959c1cdec4a08df0733309b2671bbaab3086b705315963368108/f73739399044959c1cdec4a08df0733309b2671bbaab3086b705315963368108-json.log",
	        "Name": "/addons-084050",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-084050:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-084050",
	            "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/4db15537c82e0b7c72c0cd1e5b870743af46552f0c6f32b843e9d17afb52ce69-init/diff:/var/lib/docker/overlay2/e15d848adce9548891127fee75416794db848bdc332a033d468f0df2608fe4d1/diff",
	                "MergedDir": "/var/lib/docker/overlay2/4db15537c82e0b7c72c0cd1e5b870743af46552f0c6f32b843e9d17afb52ce69/merged",
	                "UpperDir": "/var/lib/docker/overlay2/4db15537c82e0b7c72c0cd1e5b870743af46552f0c6f32b843e9d17afb52ce69/diff",
	                "WorkDir": "/var/lib/docker/overlay2/4db15537c82e0b7c72c0cd1e5b870743af46552f0c6f32b843e9d17afb52ce69/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-084050",
	                "Source": "/var/lib/docker/volumes/addons-084050/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-084050",
	            "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-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e",
	            "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-084050",
	                "name.minikube.sigs.k8s.io": "addons-084050",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "661fe6e1b194b78dd39b46deb447b140521eb5568428922163c30c58f321c694",
	            "SandboxKey": "/var/run/docker/netns/661fe6e1b194",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33165"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33166"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33169"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33167"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33168"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-084050": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "4cffb7d9c29ae0e269442d8304dc2a329f7778e550731ffd554261ee5e6335f9",
	                    "EndpointID": "70013f5a5ecdb5d9e543c31fe5b08cd7c42a305fc330373442e2f27c1c8193c4",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-084050",
	                        "f73739399044"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-084050 -n addons-084050
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-arm64 -p addons-084050 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-084050 logs -n 25: (1.543221938s)
helpers_test.go:252: TestAddons/parallel/MetricsServer logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-only-674558                                                                     | download-only-674558   | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC | 17 Jul 24 01:24 UTC |
	| delete  | -p download-only-279569                                                                     | download-only-279569   | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC | 17 Jul 24 01:24 UTC |
	| delete  | -p download-only-964319                                                                     | download-only-964319   | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC | 17 Jul 24 01:24 UTC |
	| start   | --download-only -p                                                                          | download-docker-043222 | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC |                     |
	|         | download-docker-043222                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-043222                                                                   | download-docker-043222 | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC | 17 Jul 24 01:24 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-674752   | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC |                     |
	|         | binary-mirror-674752                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:37465                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-674752                                                                     | binary-mirror-674752   | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC | 17 Jul 24 01:24 UTC |
	| addons  | disable dashboard -p                                                                        | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC |                     |
	|         | addons-084050                                                                               |                        |         |         |                     |                     |
	| addons  | enable dashboard -p                                                                         | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC |                     |
	|         | addons-084050                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-084050 --wait=true                                                                | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC | 17 Jul 24 01:28 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  | enable headlamp                                                                             | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:28 UTC | 17 Jul 24 01:28 UTC |
	|         | -p addons-084050                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-084050 ip                                                                            | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:28 UTC | 17 Jul 24 01:28 UTC |
	| addons  | addons-084050 addons disable                                                                | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:28 UTC | 17 Jul 24 01:28 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:28 UTC | 17 Jul 24 01:28 UTC |
	|         | -p addons-084050                                                                            |                        |         |         |                     |                     |
	| ssh     | addons-084050 ssh cat                                                                       | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:28 UTC | 17 Jul 24 01:28 UTC |
	|         | /opt/local-path-provisioner/pvc-0eceeb81-b13b-4001-a1ae-a5cc5c759a9f_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-084050 addons disable                                                                | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:28 UTC | 17 Jul 24 01:29 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable cloud-spanner -p                                                                    | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:28 UTC | 17 Jul 24 01:28 UTC |
	|         | addons-084050                                                                               |                        |         |         |                     |                     |
	| addons  | addons-084050 addons                                                                        | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:29 UTC | 17 Jul 24 01:29 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-084050 addons                                                                        | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:29 UTC | 17 Jul 24 01:29 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p                                                                 | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:29 UTC | 17 Jul 24 01:29 UTC |
	|         | addons-084050                                                                               |                        |         |         |                     |                     |
	| ssh     | addons-084050 ssh curl -s                                                                   | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:29 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| ip      | addons-084050 ip                                                                            | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:32 UTC | 17 Jul 24 01:32 UTC |
	| addons  | addons-084050 addons disable                                                                | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:32 UTC | 17 Jul 24 01:32 UTC |
	|         | ingress-dns --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-084050 addons disable                                                                | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:32 UTC | 17 Jul 24 01:32 UTC |
	|         | ingress --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	| addons  | addons-084050 addons                                                                        | addons-084050          | jenkins | v1.33.1 | 17 Jul 24 01:35 UTC | 17 Jul 24 01:35 UTC |
	|         | disable metrics-server                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/07/17 01:24:44
	Running on machine: ip-172-31-29-130
	Binary: Built with gc go1.22.5 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0717 01:24:44.874395  445782 out.go:291] Setting OutFile to fd 1 ...
	I0717 01:24:44.874513  445782 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:24:44.874555  445782 out.go:304] Setting ErrFile to fd 2...
	I0717 01:24:44.874587  445782 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:24:44.875257  445782 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19264-439383/.minikube/bin
	I0717 01:24:44.875832  445782 out.go:298] Setting JSON to false
	I0717 01:24:44.876829  445782 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":7636,"bootTime":1721171849,"procs":192,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1064-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0717 01:24:44.876900  445782 start.go:139] virtualization:  
	I0717 01:24:44.879261  445782 out.go:177] * [addons-084050] minikube v1.33.1 on Ubuntu 20.04 (arm64)
	I0717 01:24:44.881043  445782 out.go:177]   - MINIKUBE_LOCATION=19264
	I0717 01:24:44.881118  445782 notify.go:220] Checking for updates...
	I0717 01:24:44.885190  445782 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0717 01:24:44.887348  445782 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19264-439383/kubeconfig
	I0717 01:24:44.889523  445782 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19264-439383/.minikube
	I0717 01:24:44.891514  445782 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0717 01:24:44.893739  445782 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0717 01:24:44.895843  445782 driver.go:392] Setting default libvirt URI to qemu:///system
	I0717 01:24:44.917335  445782 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
	I0717 01:24:44.917507  445782 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0717 01:24:44.976585  445782 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-17 01:24:44.96739008 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aarc
h64 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:2 MemTotal:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} 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> ServerError
s:[] 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
	I0717 01:24:44.976697  445782 docker.go:307] overlay module found
	I0717 01:24:44.980035  445782 out.go:177] * Using the docker driver based on user configuration
	I0717 01:24:44.981895  445782 start.go:297] selected driver: docker
	I0717 01:24:44.981911  445782 start.go:901] validating driver "docker" against <nil>
	I0717 01:24:44.981926  445782 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0717 01:24:44.982554  445782 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0717 01:24:45.049577  445782 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-17 01:24:45.03709707 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aarc
h64 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:2 MemTotal:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} 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> ServerError
s:[] 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
	I0717 01:24:45.049799  445782 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0717 01:24:45.050079  445782 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]
	I0717 01:24:45.052326  445782 out.go:177] * Using Docker driver with root privileges
	I0717 01:24:45.054374  445782 cni.go:84] Creating CNI manager for ""
	I0717 01:24:45.054416  445782 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0717 01:24:45.054432  445782 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0717 01:24:45.054547  445782 start.go:340] cluster config:
	{Name:addons-084050 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e 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.2 ClusterName:addons-084050 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.2 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}
	I0717 01:24:45.056878  445782 out.go:177] * Starting "addons-084050" primary control-plane node in "addons-084050" cluster
	I0717 01:24:45.058629  445782 cache.go:121] Beginning downloading kic base image for docker with crio
	I0717 01:24:45.060895  445782 out.go:177] * Pulling base image v0.0.44-1721146479-19264 ...
	I0717 01:24:45.063133  445782 preload.go:131] Checking if preload exists for k8s version v1.30.2 and runtime crio
	I0717 01:24:45.063239  445782 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e in local docker daemon
	I0717 01:24:45.063292  445782 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19264-439383/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4
	I0717 01:24:45.063319  445782 cache.go:56] Caching tarball of preloaded images
	I0717 01:24:45.063441  445782 preload.go:172] Found /home/jenkins/minikube-integration/19264-439383/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0717 01:24:45.063465  445782 cache.go:59] Finished verifying existence of preloaded tar for v1.30.2 on crio
	I0717 01:24:45.064069  445782 profile.go:143] Saving config to /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/config.json ...
	I0717 01:24:45.064151  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/config.json: {Name:mk3d1049b8f53a64528324120959a05e9e24c86c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:24:45.084347  445782 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e to local cache
	I0717 01:24:45.084502  445782 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e in local cache directory
	I0717 01:24:45.084526  445782 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e in local cache directory, skipping pull
	I0717 01:24:45.084532  445782 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e exists in cache, skipping pull
	I0717 01:24:45.084541  445782 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e as a tarball
	I0717 01:24:45.084546  445782 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e from local cache
	I0717 01:25:02.155033  445782 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e from cached tarball
	I0717 01:25:02.155072  445782 cache.go:194] Successfully downloaded all kic artifacts
	I0717 01:25:02.155127  445782 start.go:360] acquireMachinesLock for addons-084050: {Name:mk0d69ba094861ee8825462c19e1e1f9864e23ea Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0717 01:25:02.155260  445782 start.go:364] duration metric: took 107.879µs to acquireMachinesLock for "addons-084050"
	I0717 01:25:02.155288  445782 start.go:93] Provisioning new machine with config: &{Name:addons-084050 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e 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.2 ClusterName:addons-084050 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.2 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.2 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0717 01:25:02.155373  445782 start.go:125] createHost starting for "" (driver="docker")
	I0717 01:25:02.157831  445782 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0717 01:25:02.158114  445782 start.go:159] libmachine.API.Create for "addons-084050" (driver="docker")
	I0717 01:25:02.158151  445782 client.go:168] LocalClient.Create starting
	I0717 01:25:02.158268  445782 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19264-439383/.minikube/certs/ca.pem
	I0717 01:25:02.796682  445782 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19264-439383/.minikube/certs/cert.pem
	I0717 01:25:03.420527  445782 cli_runner.go:164] Run: docker network inspect addons-084050 --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}}]}"
	W0717 01:25:03.434995  445782 cli_runner.go:211] docker network inspect addons-084050 --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
	I0717 01:25:03.435089  445782 network_create.go:284] running [docker network inspect addons-084050] to gather additional debugging logs...
	I0717 01:25:03.435109  445782 cli_runner.go:164] Run: docker network inspect addons-084050
	W0717 01:25:03.447854  445782 cli_runner.go:211] docker network inspect addons-084050 returned with exit code 1
	I0717 01:25:03.447887  445782 network_create.go:287] error running [docker network inspect addons-084050]: docker network inspect addons-084050: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-084050 not found
	I0717 01:25:03.447903  445782 network_create.go:289] output of [docker network inspect addons-084050]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-084050 not found
	
	** /stderr **
	I0717 01:25:03.448000  445782 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}}]}"
	I0717 01:25:03.463067  445782 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:0x4001e37a50}
	I0717 01:25:03.463110  445782 network_create.go:124] attempt to create docker network addons-084050 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0717 01:25:03.463170  445782 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-084050 addons-084050
	I0717 01:25:03.533768  445782 network_create.go:108] docker network addons-084050 192.168.49.0/24 created
	I0717 01:25:03.533799  445782 kic.go:121] calculated static IP "192.168.49.2" for the "addons-084050" container
	I0717 01:25:03.533872  445782 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0717 01:25:03.549354  445782 cli_runner.go:164] Run: docker volume create addons-084050 --label name.minikube.sigs.k8s.io=addons-084050 --label created_by.minikube.sigs.k8s.io=true
	I0717 01:25:03.565598  445782 oci.go:103] Successfully created a docker volume addons-084050
	I0717 01:25:03.565707  445782 cli_runner.go:164] Run: docker run --rm --name addons-084050-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-084050 --entrypoint /usr/bin/test -v addons-084050:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e -d /var/lib
	I0717 01:25:05.651596  445782 cli_runner.go:217] Completed: docker run --rm --name addons-084050-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-084050 --entrypoint /usr/bin/test -v addons-084050:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e -d /var/lib: (2.085841633s)
	I0717 01:25:05.651639  445782 oci.go:107] Successfully prepared a docker volume addons-084050
	I0717 01:25:05.651661  445782 preload.go:131] Checking if preload exists for k8s version v1.30.2 and runtime crio
	I0717 01:25:05.651681  445782 kic.go:194] Starting extracting preloaded images to volume ...
	I0717 01:25:05.651752  445782 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19264-439383/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-084050:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e -I lz4 -xf /preloaded.tar -C /extractDir
	I0717 01:25:09.892650  445782 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19264-439383/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-084050:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e -I lz4 -xf /preloaded.tar -C /extractDir: (4.240842701s)
	I0717 01:25:09.892683  445782 kic.go:203] duration metric: took 4.24099884s to extract preloaded images to volume ...
	W0717 01:25:09.892841  445782 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0717 01:25:09.892962  445782 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0717 01:25:09.949981  445782 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-084050 --name addons-084050 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-084050 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-084050 --network addons-084050 --ip 192.168.49.2 --volume addons-084050:/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-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e
	I0717 01:25:10.313575  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Running}}
	I0717 01:25:10.341039  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:10.360902  445782 cli_runner.go:164] Run: docker exec addons-084050 stat /var/lib/dpkg/alternatives/iptables
	I0717 01:25:10.417661  445782 oci.go:144] the created container "addons-084050" has a running status.
	I0717 01:25:10.417693  445782 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa...
	I0717 01:25:10.816449  445782 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0717 01:25:10.848841  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:10.878553  445782 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0717 01:25:10.878578  445782 kic_runner.go:114] Args: [docker exec --privileged addons-084050 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0717 01:25:10.948930  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:10.974933  445782 machine.go:94] provisionDockerMachine start ...
	I0717 01:25:10.975079  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:10.996419  445782 main.go:141] libmachine: Using SSH client type: native
	I0717 01:25:10.996684  445782 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2c70] 0x3e54d0 <nil>  [] 0s} 127.0.0.1 33165 <nil> <nil>}
	I0717 01:25:10.996693  445782 main.go:141] libmachine: About to run SSH command:
	hostname
	I0717 01:25:11.162985  445782 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-084050
	
	I0717 01:25:11.163013  445782 ubuntu.go:169] provisioning hostname "addons-084050"
	I0717 01:25:11.163127  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:11.184655  445782 main.go:141] libmachine: Using SSH client type: native
	I0717 01:25:11.184965  445782 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2c70] 0x3e54d0 <nil>  [] 0s} 127.0.0.1 33165 <nil> <nil>}
	I0717 01:25:11.184983  445782 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-084050 && echo "addons-084050" | sudo tee /etc/hostname
	I0717 01:25:11.343339  445782 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-084050
	
	I0717 01:25:11.343425  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:11.363018  445782 main.go:141] libmachine: Using SSH client type: native
	I0717 01:25:11.363468  445782 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2c70] 0x3e54d0 <nil>  [] 0s} 127.0.0.1 33165 <nil> <nil>}
	I0717 01:25:11.363557  445782 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-084050' /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-084050/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-084050' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0717 01:25:11.502867  445782 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0717 01:25:11.502937  445782 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19264-439383/.minikube CaCertPath:/home/jenkins/minikube-integration/19264-439383/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19264-439383/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19264-439383/.minikube}
	I0717 01:25:11.502977  445782 ubuntu.go:177] setting up certificates
	I0717 01:25:11.503017  445782 provision.go:84] configureAuth start
	I0717 01:25:11.503104  445782 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-084050
	I0717 01:25:11.520402  445782 provision.go:143] copyHostCerts
	I0717 01:25:11.520486  445782 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19264-439383/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19264-439383/.minikube/ca.pem (1078 bytes)
	I0717 01:25:11.520611  445782 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19264-439383/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19264-439383/.minikube/cert.pem (1123 bytes)
	I0717 01:25:11.520679  445782 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19264-439383/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19264-439383/.minikube/key.pem (1675 bytes)
	I0717 01:25:11.520737  445782 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19264-439383/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19264-439383/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19264-439383/.minikube/certs/ca-key.pem org=jenkins.addons-084050 san=[127.0.0.1 192.168.49.2 addons-084050 localhost minikube]
	I0717 01:25:12.010122  445782 provision.go:177] copyRemoteCerts
	I0717 01:25:12.010208  445782 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0717 01:25:12.010285  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:12.028253  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:12.123658  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0717 01:25:12.148347  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0717 01:25:12.172330  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0717 01:25:12.197236  445782 provision.go:87] duration metric: took 694.185552ms to configureAuth
	I0717 01:25:12.197306  445782 ubuntu.go:193] setting minikube options for container-runtime
	I0717 01:25:12.197501  445782 config.go:182] Loaded profile config "addons-084050": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
	I0717 01:25:12.197608  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:12.213994  445782 main.go:141] libmachine: Using SSH client type: native
	I0717 01:25:12.214242  445782 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2c70] 0x3e54d0 <nil>  [] 0s} 127.0.0.1 33165 <nil> <nil>}
	I0717 01:25:12.214260  445782 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
	I0717 01:25:12.451183  445782 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0717 01:25:12.451207  445782 machine.go:97] duration metric: took 1.476248705s to provisionDockerMachine
	I0717 01:25:12.451219  445782 client.go:171] duration metric: took 10.293057062s to LocalClient.Create
	I0717 01:25:12.451233  445782 start.go:167] duration metric: took 10.293120544s to libmachine.API.Create "addons-084050"
	I0717 01:25:12.451256  445782 start.go:293] postStartSetup for "addons-084050" (driver="docker")
	I0717 01:25:12.451267  445782 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]
	I0717 01:25:12.451336  445782 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
	I0717 01:25:12.451397  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:12.467823  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:12.564426  445782 ssh_runner.go:195] Run: cat /etc/os-release
	I0717 01:25:12.567926  445782 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0717 01:25:12.567965  445782 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0717 01:25:12.567976  445782 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0717 01:25:12.567984  445782 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0717 01:25:12.568005  445782 filesync.go:126] Scanning /home/jenkins/minikube-integration/19264-439383/.minikube/addons for local assets ...
	I0717 01:25:12.568079  445782 filesync.go:126] Scanning /home/jenkins/minikube-integration/19264-439383/.minikube/files for local assets ...
	I0717 01:25:12.568108  445782 start.go:296] duration metric: took 116.844479ms for postStartSetup
	I0717 01:25:12.568439  445782 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-084050
	I0717 01:25:12.584091  445782 profile.go:143] Saving config to /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/config.json ...
	I0717 01:25:12.584391  445782 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0717 01:25:12.584450  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:12.600009  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:12.691802  445782 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0717 01:25:12.696144  445782 start.go:128] duration metric: took 10.54075442s to createHost
	I0717 01:25:12.696169  445782 start.go:83] releasing machines lock for "addons-084050", held for 10.540898803s
	I0717 01:25:12.696242  445782 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-084050
	I0717 01:25:12.713444  445782 ssh_runner.go:195] Run: cat /version.json
	I0717 01:25:12.713483  445782 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0717 01:25:12.713506  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:12.713526  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:12.738733  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:12.741200  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:12.991543  445782 ssh_runner.go:195] Run: systemctl --version
	I0717 01:25:12.996235  445782 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0717 01:25:13.141557  445782 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0717 01:25:13.145957  445782 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" ;
	I0717 01:25:13.170531  445782 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0717 01:25:13.170657  445782 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" ;
	I0717 01:25:13.199238  445782 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0717 01:25:13.199262  445782 start.go:495] detecting cgroup driver to use...
	I0717 01:25:13.199295  445782 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0717 01:25:13.199348  445782 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0717 01:25:13.214924  445782 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0717 01:25:13.227388  445782 docker.go:217] disabling cri-docker service (if available) ...
	I0717 01:25:13.227455  445782 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0717 01:25:13.242123  445782 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0717 01:25:13.256743  445782 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0717 01:25:13.344763  445782 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0717 01:25:13.433582  445782 docker.go:233] disabling docker service ...
	I0717 01:25:13.433684  445782 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0717 01:25:13.455406  445782 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0717 01:25:13.468294  445782 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0717 01:25:13.551700  445782 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0717 01:25:13.644570  445782 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0717 01:25:13.657074  445782 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"
	I0717 01:25:13.673931  445782 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
	I0717 01:25:13.674050  445782 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"
	I0717 01:25:13.683716  445782 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0717 01:25:13.683782  445782 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0717 01:25:13.693913  445782 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0717 01:25:13.703699  445782 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0717 01:25:13.713408  445782 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0717 01:25:13.722679  445782 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"
	I0717 01:25:13.732195  445782 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"
	I0717 01:25:13.747822  445782 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"
	I0717 01:25:13.757570  445782 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0717 01:25:13.766228  445782 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0717 01:25:13.774833  445782 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0717 01:25:13.855961  445782 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0717 01:25:13.973928  445782 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0717 01:25:13.974043  445782 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0717 01:25:13.978385  445782 start.go:563] Will wait 60s for crictl version
	I0717 01:25:13.978486  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:25:13.981940  445782 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0717 01:25:14.023155  445782 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0717 01:25:14.023295  445782 ssh_runner.go:195] Run: crio --version
	I0717 01:25:14.068692  445782 ssh_runner.go:195] Run: crio --version
	I0717 01:25:14.110622  445782 out.go:177] * Preparing Kubernetes v1.30.2 on CRI-O 1.24.6 ...
	I0717 01:25:14.112534  445782 cli_runner.go:164] Run: docker network inspect addons-084050 --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}}]}"
	I0717 01:25:14.128519  445782 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0717 01:25:14.132497  445782 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""
	I0717 01:25:14.144600  445782 kubeadm.go:883] updating cluster {Name:addons-084050 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e 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.2 ClusterName:addons-084050 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.2 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} ...
	I0717 01:25:14.144727  445782 preload.go:131] Checking if preload exists for k8s version v1.30.2 and runtime crio
	I0717 01:25:14.144789  445782 ssh_runner.go:195] Run: sudo crictl images --output json
	I0717 01:25:14.222465  445782 crio.go:514] all images are preloaded for cri-o runtime.
	I0717 01:25:14.222488  445782 crio.go:433] Images already preloaded, skipping extraction
	I0717 01:25:14.222547  445782 ssh_runner.go:195] Run: sudo crictl images --output json
	I0717 01:25:14.258686  445782 crio.go:514] all images are preloaded for cri-o runtime.
	I0717 01:25:14.258713  445782 cache_images.go:84] Images are preloaded, skipping loading
	I0717 01:25:14.258723  445782 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.2 crio true true} ...
	I0717 01:25:14.258846  445782 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.30.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-084050 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.30.2 ClusterName:addons-084050 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:}
	I0717 01:25:14.258940  445782 ssh_runner.go:195] Run: crio config
	I0717 01:25:14.304792  445782 cni.go:84] Creating CNI manager for ""
	I0717 01:25:14.304812  445782 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0717 01:25:14.304831  445782 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0717 01:25:14.304854  445782 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.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-084050 NodeName:addons-084050 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}
	I0717 01:25:14.305007  445782 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-084050"
	  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.2
	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
	
	I0717 01:25:14.305077  445782 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.2
	I0717 01:25:14.314024  445782 binaries.go:44] Found k8s binaries, skipping transfer
	I0717 01:25:14.314100  445782 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0717 01:25:14.323188  445782 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0717 01:25:14.341745  445782 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0717 01:25:14.360589  445782 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0717 01:25:14.379418  445782 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0717 01:25:14.382920  445782 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""
	I0717 01:25:14.394497  445782 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0717 01:25:14.477309  445782 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0717 01:25:14.491125  445782 certs.go:68] Setting up /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050 for IP: 192.168.49.2
	I0717 01:25:14.491148  445782 certs.go:194] generating shared ca certs ...
	I0717 01:25:14.491165  445782 certs.go:226] acquiring lock for ca certs: {Name:mkdfea9046756614da774e4793c5f9cf3a9f6722 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:14.491299  445782 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19264-439383/.minikube/ca.key
	I0717 01:25:14.743713  445782 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19264-439383/.minikube/ca.crt ...
	I0717 01:25:14.743749  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/ca.crt: {Name:mk32b1c7789adcfdc038bc3735e7d9ccabd5ba07 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:14.743995  445782 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19264-439383/.minikube/ca.key ...
	I0717 01:25:14.744012  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/ca.key: {Name:mkfc0ff9c4237720cfbd2d3c87fa8852f789d95f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:14.744116  445782 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19264-439383/.minikube/proxy-client-ca.key
	I0717 01:25:15.479437  445782 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19264-439383/.minikube/proxy-client-ca.crt ...
	I0717 01:25:15.479473  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/proxy-client-ca.crt: {Name:mkd9b78b1b763bd5278a474a9f7560733ca8807d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:15.479670  445782 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19264-439383/.minikube/proxy-client-ca.key ...
	I0717 01:25:15.479684  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/proxy-client-ca.key: {Name:mk979ba9e28074cceb17ff12c212862e384831ef Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:15.479770  445782 certs.go:256] generating profile certs ...
	I0717 01:25:15.479831  445782 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.key
	I0717 01:25:15.479848  445782 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt with IP's: []
	I0717 01:25:15.849263  445782 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt ...
	I0717 01:25:15.849292  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: {Name:mk80d0b6ae982142b81da3666ed1ae19f8b19bbb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:15.849495  445782 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.key ...
	I0717 01:25:15.849509  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.key: {Name:mk71df2e916bc88bf5d1f79b833884c59c3d2735 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:15.849597  445782 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.key.9e2757b1
	I0717 01:25:15.849618  445782 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.crt.9e2757b1 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0717 01:25:16.254751  445782 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.crt.9e2757b1 ...
	I0717 01:25:16.254786  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.crt.9e2757b1: {Name:mk5994936c4311874934b6f08154dbc88dbc9335 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:16.254987  445782 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.key.9e2757b1 ...
	I0717 01:25:16.255002  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.key.9e2757b1: {Name:mkbd58d72fb1ed43077ea2ba1ddd12387fda8885 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:16.255089  445782 certs.go:381] copying /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.crt.9e2757b1 -> /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.crt
	I0717 01:25:16.255167  445782 certs.go:385] copying /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.key.9e2757b1 -> /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.key
	I0717 01:25:16.255222  445782 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/proxy-client.key
	I0717 01:25:16.255242  445782 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/proxy-client.crt with IP's: []
	I0717 01:25:16.648166  445782 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/proxy-client.crt ...
	I0717 01:25:16.648200  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/proxy-client.crt: {Name:mk2cea4712d484b811e7571d3661e3446e9926dc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:16.648399  445782 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/proxy-client.key ...
	I0717 01:25:16.648413  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/proxy-client.key: {Name:mk84b93c8afa8dc2df69e8d6bfba7601b8ed7973 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:16.648646  445782 certs.go:484] found cert: /home/jenkins/minikube-integration/19264-439383/.minikube/certs/ca-key.pem (1675 bytes)
	I0717 01:25:16.648690  445782 certs.go:484] found cert: /home/jenkins/minikube-integration/19264-439383/.minikube/certs/ca.pem (1078 bytes)
	I0717 01:25:16.648721  445782 certs.go:484] found cert: /home/jenkins/minikube-integration/19264-439383/.minikube/certs/cert.pem (1123 bytes)
	I0717 01:25:16.648749  445782 certs.go:484] found cert: /home/jenkins/minikube-integration/19264-439383/.minikube/certs/key.pem (1675 bytes)
	I0717 01:25:16.649353  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0717 01:25:16.675199  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0717 01:25:16.699343  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0717 01:25:16.725667  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0717 01:25:16.750473  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0717 01:25:16.777429  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I0717 01:25:16.810388  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0717 01:25:16.835034  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I0717 01:25:16.859603  445782 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19264-439383/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0717 01:25:16.884799  445782 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0717 01:25:16.902959  445782 ssh_runner.go:195] Run: openssl version
	I0717 01:25:16.908625  445782 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"
	I0717 01:25:16.918074  445782 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0717 01:25:16.922460  445782 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 17 01:25 /usr/share/ca-certificates/minikubeCA.pem
	I0717 01:25:16.922547  445782 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0717 01:25:16.929507  445782 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"
	I0717 01:25:16.939164  445782 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0717 01:25:16.942590  445782 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
	I0717 01:25:16.942686  445782 kubeadm.go:392] StartCluster: {Name:addons-084050 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e 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.2 ClusterName:addons-084050 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.2 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}
	I0717 01:25:16.942843  445782 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0717 01:25:16.942905  445782 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0717 01:25:16.982650  445782 cri.go:89] found id: ""
	I0717 01:25:16.982782  445782 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0717 01:25:16.991966  445782 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0717 01:25:17.000987  445782 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0717 01:25:17.001074  445782 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
	I0717 01:25:17.011594  445782 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
	I0717 01:25:17.011670  445782 kubeadm.go:157] found existing configuration files:
	
	I0717 01:25:17.011738  445782 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0717 01:25:17.021182  445782 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
	I0717 01:25:17.021248  445782 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0717 01:25:17.030300  445782 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0717 01:25:17.039892  445782 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
	I0717 01:25:17.039957  445782 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0717 01:25:17.048751  445782 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0717 01:25:17.058128  445782 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
	I0717 01:25:17.058239  445782 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0717 01:25:17.066952  445782 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0717 01:25:17.076467  445782 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
	I0717 01:25:17.076556  445782 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0717 01:25:17.085121  445782 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.2:$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"
	I0717 01:25:17.132841  445782 kubeadm.go:310] [init] Using Kubernetes version: v1.30.2
	I0717 01:25:17.133026  445782 kubeadm.go:310] [preflight] Running pre-flight checks
	I0717 01:25:17.171993  445782 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0717 01:25:17.172069  445782 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1064-aws
	I0717 01:25:17.172108  445782 kubeadm.go:310] OS: Linux
	I0717 01:25:17.172156  445782 kubeadm.go:310] CGROUPS_CPU: enabled
	I0717 01:25:17.172207  445782 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0717 01:25:17.172259  445782 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0717 01:25:17.172309  445782 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0717 01:25:17.172359  445782 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0717 01:25:17.172412  445782 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0717 01:25:17.172460  445782 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0717 01:25:17.172509  445782 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0717 01:25:17.172557  445782 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0717 01:25:17.245956  445782 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0717 01:25:17.246146  445782 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0717 01:25:17.246284  445782 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
	I0717 01:25:17.491140  445782 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0717 01:25:17.495483  445782 out.go:204]   - Generating certificates and keys ...
	I0717 01:25:17.495671  445782 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0717 01:25:17.495774  445782 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0717 01:25:17.904336  445782 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0717 01:25:18.391804  445782 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0717 01:25:18.896646  445782 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0717 01:25:19.141847  445782 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0717 01:25:19.848064  445782 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0717 01:25:19.848365  445782 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-084050 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0717 01:25:20.216677  445782 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0717 01:25:20.217012  445782 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-084050 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0717 01:25:20.429789  445782 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0717 01:25:20.642782  445782 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0717 01:25:21.243077  445782 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0717 01:25:21.243577  445782 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0717 01:25:21.739277  445782 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0717 01:25:22.465904  445782 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0717 01:25:22.698088  445782 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0717 01:25:23.531309  445782 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0717 01:25:24.114982  445782 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0717 01:25:24.115556  445782 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0717 01:25:24.119380  445782 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0717 01:25:24.121781  445782 out.go:204]   - Booting up control plane ...
	I0717 01:25:24.121888  445782 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0717 01:25:24.121964  445782 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0717 01:25:24.122032  445782 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0717 01:25:24.132413  445782 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0717 01:25:24.134106  445782 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0717 01:25:24.134160  445782 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0717 01:25:24.227158  445782 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0717 01:25:24.227247  445782 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
	I0717 01:25:26.228241  445782 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 2.001518794s
	I0717 01:25:26.228326  445782 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0717 01:25:32.232466  445782 kubeadm.go:310] [api-check] The API server is healthy after 6.002031226s
	I0717 01:25:32.259193  445782 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0717 01:25:32.281762  445782 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0717 01:25:32.329097  445782 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0717 01:25:32.329329  445782 kubeadm.go:310] [mark-control-plane] Marking the node addons-084050 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0717 01:25:32.353259  445782 kubeadm.go:310] [bootstrap-token] Using token: toh7lq.ty3qpcu3l2muu0hf
	I0717 01:25:32.356631  445782 out.go:204]   - Configuring RBAC rules ...
	I0717 01:25:32.356761  445782 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0717 01:25:32.366624  445782 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0717 01:25:32.378443  445782 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
	I0717 01:25:32.383173  445782 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0717 01:25:32.393645  445782 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0717 01:25:32.404612  445782 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0717 01:25:32.639251  445782 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0717 01:25:33.105455  445782 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0717 01:25:33.639162  445782 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0717 01:25:33.639190  445782 kubeadm.go:310] 
	I0717 01:25:33.639252  445782 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0717 01:25:33.639262  445782 kubeadm.go:310] 
	I0717 01:25:33.639336  445782 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0717 01:25:33.639346  445782 kubeadm.go:310] 
	I0717 01:25:33.639372  445782 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0717 01:25:33.639433  445782 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0717 01:25:33.639485  445782 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0717 01:25:33.639494  445782 kubeadm.go:310] 
	I0717 01:25:33.639547  445782 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0717 01:25:33.639555  445782 kubeadm.go:310] 
	I0717 01:25:33.639601  445782 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0717 01:25:33.639610  445782 kubeadm.go:310] 
	I0717 01:25:33.639660  445782 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0717 01:25:33.639735  445782 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0717 01:25:33.639805  445782 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0717 01:25:33.639813  445782 kubeadm.go:310] 
	I0717 01:25:33.639894  445782 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0717 01:25:33.639971  445782 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0717 01:25:33.639980  445782 kubeadm.go:310] 
	I0717 01:25:33.640060  445782 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token toh7lq.ty3qpcu3l2muu0hf \
	I0717 01:25:33.640163  445782 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:9a177c12601f055c8dc7988a4f2975265e3283f6ca43215d9184d140551fc365 \
	I0717 01:25:33.640186  445782 kubeadm.go:310] 	--control-plane 
	I0717 01:25:33.640194  445782 kubeadm.go:310] 
	I0717 01:25:33.640280  445782 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0717 01:25:33.640290  445782 kubeadm.go:310] 
	I0717 01:25:33.640369  445782 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token toh7lq.ty3qpcu3l2muu0hf \
	I0717 01:25:33.640470  445782 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:9a177c12601f055c8dc7988a4f2975265e3283f6ca43215d9184d140551fc365 
	I0717 01:25:33.643223  445782 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-1064-aws\n", err: exit status 1
	I0717 01:25:33.643340  445782 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0717 01:25:33.643362  445782 cni.go:84] Creating CNI manager for ""
	I0717 01:25:33.643377  445782 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0717 01:25:33.646777  445782 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0717 01:25:33.648772  445782 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0717 01:25:33.652693  445782 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.2/kubectl ...
	I0717 01:25:33.652717  445782 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
	I0717 01:25:33.672147  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0717 01:25:33.978908  445782 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0717 01:25:33.979064  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:33.979162  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-084050 minikube.k8s.io/updated_at=2024_07_17T01_25_33_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=3cfbbb17fd76400a5ee2ea427db7148a0ef7c185 minikube.k8s.io/name=addons-084050 minikube.k8s.io/primary=true
	I0717 01:25:34.126112  445782 ops.go:34] apiserver oom_adj: -16
	I0717 01:25:34.126274  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:34.626855  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:35.127342  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:35.627042  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:36.126365  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:36.627278  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:37.126934  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:37.626717  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:38.126650  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:38.626399  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:39.126299  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:39.626364  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:40.126426  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:40.626803  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:41.126680  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:41.626364  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:42.127197  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:42.626384  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:43.127040  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:43.626959  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:44.126337  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:44.627099  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:45.127175  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:45.626362  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:46.126382  445782 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0717 01:25:46.244378  445782 kubeadm.go:1113] duration metric: took 12.265367819s to wait for elevateKubeSystemPrivileges
	I0717 01:25:46.244413  445782 kubeadm.go:394] duration metric: took 29.301731705s to StartCluster
	I0717 01:25:46.244430  445782 settings.go:142] acquiring lock: {Name:mkc4f8811560784e3f206d9f3d6144d0025fc28e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:46.244556  445782 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19264-439383/kubeconfig
	I0717 01:25:46.244947  445782 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/kubeconfig: {Name:mk3c043fa95673025bde1ea7341fb895d7f3c659 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:25:46.245155  445782 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0717 01:25:46.245270  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0717 01:25:46.245534  445782 config.go:182] Loaded profile config "addons-084050": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
	I0717 01:25:46.245572  445782 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:false 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]
	I0717 01:25:46.245654  445782 addons.go:69] Setting yakd=true in profile "addons-084050"
	I0717 01:25:46.245690  445782 addons.go:234] Setting addon yakd=true in "addons-084050"
	I0717 01:25:46.245716  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.246185  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.246547  445782 addons.go:69] Setting inspektor-gadget=true in profile "addons-084050"
	I0717 01:25:46.246578  445782 addons.go:234] Setting addon inspektor-gadget=true in "addons-084050"
	I0717 01:25:46.246612  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.247014  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.247369  445782 addons.go:69] Setting metrics-server=true in profile "addons-084050"
	I0717 01:25:46.247401  445782 addons.go:234] Setting addon metrics-server=true in "addons-084050"
	I0717 01:25:46.247428  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.247830  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.253489  445782 addons.go:69] Setting cloud-spanner=true in profile "addons-084050"
	I0717 01:25:46.253552  445782 addons.go:234] Setting addon cloud-spanner=true in "addons-084050"
	I0717 01:25:46.253593  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.254088  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.254345  445782 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-084050"
	I0717 01:25:46.254380  445782 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-084050"
	I0717 01:25:46.254412  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.254513  445782 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-084050"
	I0717 01:25:46.254561  445782 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-084050"
	I0717 01:25:46.254591  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.254870  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.255029  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.262409  445782 addons.go:69] Setting default-storageclass=true in profile "addons-084050"
	I0717 01:25:46.262452  445782 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-084050"
	I0717 01:25:46.262917  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.268280  445782 addons.go:69] Setting registry=true in profile "addons-084050"
	I0717 01:25:46.268335  445782 addons.go:234] Setting addon registry=true in "addons-084050"
	I0717 01:25:46.268374  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.268840  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.277765  445782 addons.go:69] Setting gcp-auth=true in profile "addons-084050"
	I0717 01:25:46.277824  445782 mustload.go:65] Loading cluster: addons-084050
	I0717 01:25:46.278258  445782 config.go:182] Loaded profile config "addons-084050": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
	I0717 01:25:46.290461  445782 addons.go:69] Setting storage-provisioner=true in profile "addons-084050"
	I0717 01:25:46.290520  445782 addons.go:234] Setting addon storage-provisioner=true in "addons-084050"
	I0717 01:25:46.290624  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.291145  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.291186  445782 addons.go:69] Setting ingress=true in profile "addons-084050"
	I0717 01:25:46.291215  445782 addons.go:234] Setting addon ingress=true in "addons-084050"
	I0717 01:25:46.291263  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.291691  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.318447  445782 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-084050"
	I0717 01:25:46.318492  445782 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-084050"
	I0717 01:25:46.318868  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.326693  445782 addons.go:69] Setting ingress-dns=true in profile "addons-084050"
	I0717 01:25:46.326778  445782 addons.go:234] Setting addon ingress-dns=true in "addons-084050"
	I0717 01:25:46.326827  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.331935  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.353165  445782 out.go:177] * Verifying Kubernetes components...
	I0717 01:25:46.356084  445782 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0717 01:25:46.356848  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.365996  445782 addons.go:69] Setting volcano=true in profile "addons-084050"
	I0717 01:25:46.366098  445782 addons.go:234] Setting addon volcano=true in "addons-084050"
	I0717 01:25:46.366173  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.366636  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.373600  445782 addons.go:69] Setting volumesnapshots=true in profile "addons-084050"
	I0717 01:25:46.373649  445782 addons.go:234] Setting addon volumesnapshots=true in "addons-084050"
	I0717 01:25:46.373699  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.374144  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.425573  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.428076  445782 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
	I0717 01:25:46.431848  445782 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.0
	I0717 01:25:46.431873  445782 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0717 01:25:46.432195  445782 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0717 01:25:46.432209  445782 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0717 01:25:46.432285  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.441635  445782 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0717 01:25:46.441655  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0717 01:25:46.441721  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.470193  445782 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0717 01:25:46.470219  445782 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0717 01:25:46.470289  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.473493  445782 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
	I0717 01:25:46.473711  445782 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
	I0717 01:25:46.475484  445782 addons.go:234] Setting addon default-storageclass=true in "addons-084050"
	I0717 01:25:46.475522  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.475911  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.503177  445782 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0717 01:25:46.503203  445782 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0717 01:25:46.503271  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.533931  445782 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0717 01:25:46.534180  445782 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0717 01:25:46.534350  445782 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0717 01:25:46.538107  445782 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0717 01:25:46.538975  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0717 01:25:46.539062  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.542037  445782 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0717 01:25:46.542057  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0717 01:25:46.542118  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.552306  445782 out.go:177]   - Using image docker.io/registry:2.8.3
	I0717 01:25:46.552505  445782 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0717 01:25:46.552514  445782 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.10.1
	I0717 01:25:46.559048  445782 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	W0717 01:25:46.559670  445782 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0717 01:25:46.561165  445782 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0717 01:25:46.561388  445782 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0717 01:25:46.561506  445782 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0717 01:25:46.561518  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
	I0717 01:25:46.561587  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.563166  445782 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0717 01:25:46.563185  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0717 01:25:46.563249  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.570815  445782 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0717 01:25:46.571115  445782 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0717 01:25:46.578950  445782 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0717 01:25:46.578978  445782 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0717 01:25:46.579048  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.596924  445782 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0717 01:25:46.598431  445782 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-084050"
	I0717 01:25:46.598479  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:46.602301  445782 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0717 01:25:46.611069  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:46.614785  445782 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0717 01:25:46.616727  445782 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0717 01:25:46.622797  445782 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0717 01:25:46.622827  445782 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0717 01:25:46.622904  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.670914  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.685728  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/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.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0717 01:25:46.703275  445782 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0717 01:25:46.709858  445782 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0717 01:25:46.709881  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0717 01:25:46.709948  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.745915  445782 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0717 01:25:46.745949  445782 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0717 01:25:46.746131  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.747832  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.751867  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.754541  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.755055  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.755367  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.761949  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.791253  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.801028  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.814572  445782 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0717 01:25:46.844989  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.845391  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.847049  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:46.854313  445782 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0717 01:25:46.856360  445782 out.go:177]   - Using image docker.io/busybox:stable
	I0717 01:25:46.858348  445782 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0717 01:25:46.858369  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0717 01:25:46.858437  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:46.884729  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:47.151935  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0717 01:25:47.240818  445782 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0717 01:25:47.240845  445782 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0717 01:25:47.260118  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0717 01:25:47.281637  445782 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0717 01:25:47.281724  445782 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0717 01:25:47.314667  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0717 01:25:47.335821  445782 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0717 01:25:47.335895  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0717 01:25:47.339761  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0717 01:25:47.361947  445782 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0717 01:25:47.362023  445782 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0717 01:25:47.368307  445782 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0717 01:25:47.368384  445782 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0717 01:25:47.391728  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0717 01:25:47.392663  445782 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0717 01:25:47.392723  445782 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0717 01:25:47.394198  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0717 01:25:47.394856  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0717 01:25:47.431916  445782 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0717 01:25:47.431941  445782 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0717 01:25:47.485441  445782 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0717 01:25:47.485471  445782 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0717 01:25:47.487662  445782 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0717 01:25:47.487686  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0717 01:25:47.514766  445782 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0717 01:25:47.514793  445782 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0717 01:25:47.525006  445782 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0717 01:25:47.525037  445782 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)
	I0717 01:25:47.547286  445782 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0717 01:25:47.547312  445782 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0717 01:25:47.613568  445782 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0717 01:25:47.613594  445782 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0717 01:25:47.671642  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0717 01:25:47.686833  445782 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0717 01:25:47.686862  445782 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0717 01:25:47.712561  445782 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0717 01:25:47.712587  445782 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0717 01:25:47.717096  445782 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0717 01:25:47.717120  445782 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0717 01:25:47.725769  445782 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0717 01:25:47.725794  445782 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0717 01:25:47.822891  445782 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0717 01:25:47.822921  445782 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0717 01:25:47.865502  445782 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0717 01:25:47.865527  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0717 01:25:47.893252  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
	I0717 01:25:47.906631  445782 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0717 01:25:47.906660  445782 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0717 01:25:47.987604  445782 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0717 01:25:47.987629  445782 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0717 01:25:47.990200  445782 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0717 01:25:47.990223  445782 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0717 01:25:47.992561  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
	I0717 01:25:48.041363  445782 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0717 01:25:48.041392  445782 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0717 01:25:48.115216  445782 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0717 01:25:48.115242  445782 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0717 01:25:48.145300  445782 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0717 01:25:48.145326  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0717 01:25:48.183101  445782 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0717 01:25:48.183127  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0717 01:25:48.213864  445782 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0717 01:25:48.213887  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0717 01:25:48.234287  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
	I0717 01:25:48.297819  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
	I0717 01:25:48.309440  445782 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0717 01:25:48.309468  445782 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0717 01:25:48.393443  445782 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0717 01:25:48.393472  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0717 01:25:48.434590  445782 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0717 01:25:48.434615  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0717 01:25:48.454462  445782 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0717 01:25:48.454489  445782 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0717 01:25:48.474287  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
	I0717 01:25:50.172607  445782 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/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.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (3.486842292s)
	I0717 01:25:50.172697  445782 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0717 01:25:50.173914  445782 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (3.359316826s)
	I0717 01:25:50.175004  445782 node_ready.go:35] waiting up to 6m0s for node "addons-084050" to be "Ready" ...
	I0717 01:25:50.174038  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (3.022074408s)
	I0717 01:25:51.013550  445782 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-084050" context rescaled to 1 replicas
	I0717 01:25:52.048829  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.734079831s)
	I0717 01:25:52.048952  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (4.709112386s)
	I0717 01:25:52.049030  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.788841424s)
	I0717 01:25:52.220278  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:25:53.138953  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.747148922s)
	I0717 01:25:53.139028  445782 addons.go:475] Verifying addon ingress=true in "addons-084050"
	I0717 01:25:53.139214  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (5.744956349s)
	I0717 01:25:53.139290  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.744390389s)
	I0717 01:25:53.139512  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.467839487s)
	I0717 01:25:53.139527  445782 addons.go:475] Verifying addon registry=true in "addons-084050"
	I0717 01:25:53.139899  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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.246618379s)
	I0717 01:25:53.139993  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (5.147402953s)
	I0717 01:25:53.140066  445782 addons.go:475] Verifying addon metrics-server=true in "addons-084050"
	I0717 01:25:53.141746  445782 out.go:177] * Verifying ingress addon...
	I0717 01:25:53.141754  445782 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-084050 service yakd-dashboard -n yakd-dashboard
	
	I0717 01:25:53.141771  445782 out.go:177] * Verifying registry addon...
	I0717 01:25:53.144957  445782 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0717 01:25:53.145062  445782 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0717 01:25:53.189015  445782 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0717 01:25:53.189085  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:53.190406  445782 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0717 01:25:53.190458  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:53.396019  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (5.161688985s)
	W0717 01:25:53.396335  445782 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
	I0717 01:25:53.396385  445782 retry.go:31] will retry after 211.987288ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
	I0717 01:25:53.396161  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (5.098292569s)
	I0717 01:25:53.608833  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
	I0717 01:25:53.658829  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:53.670311  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:53.708540  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (5.234205872s)
	I0717 01:25:53.708577  445782 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-084050"
	I0717 01:25:53.711771  445782 out.go:177] * Verifying csi-hostpath-driver addon...
	I0717 01:25:53.714851  445782 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0717 01:25:53.788483  445782 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0717 01:25:53.788557  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:54.183244  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:54.184573  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:54.228622  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:54.651221  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:54.651314  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:54.684004  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:25:54.718923  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:54.830616  445782 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (1.221738004s)
	I0717 01:25:55.151718  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:55.154402  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:55.219396  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:55.650397  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:55.652221  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:55.719513  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:55.963641  445782 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0717 01:25:55.963723  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:56.000877  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:56.137020  445782 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0717 01:25:56.150432  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:56.151166  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:56.165884  445782 addons.go:234] Setting addon gcp-auth=true in "addons-084050"
	I0717 01:25:56.165934  445782 host.go:66] Checking if "addons-084050" exists ...
	I0717 01:25:56.166389  445782 cli_runner.go:164] Run: docker container inspect addons-084050 --format={{.State.Status}}
	I0717 01:25:56.185804  445782 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0717 01:25:56.185857  445782 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-084050
	I0717 01:25:56.210872  445782 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33165 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/addons-084050/id_rsa Username:docker}
	I0717 01:25:56.220848  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:56.332938  445782 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
	I0717 01:25:56.334762  445782 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0717 01:25:56.336473  445782 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0717 01:25:56.336498  445782 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0717 01:25:56.371930  445782 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0717 01:25:56.371952  445782 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0717 01:25:56.402049  445782 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0717 01:25:56.402072  445782 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0717 01:25:56.425289  445782 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
	I0717 01:25:56.651094  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:56.651787  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:56.719479  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:57.055637  445782 addons.go:475] Verifying addon gcp-auth=true in "addons-084050"
	I0717 01:25:57.057488  445782 out.go:177] * Verifying gcp-auth addon...
	I0717 01:25:57.060104  445782 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0717 01:25:57.084013  445782 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0717 01:25:57.084090  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:25:57.150961  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:57.151669  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:57.179226  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:25:57.220534  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:57.564248  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:25:57.651030  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:57.651979  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:57.720956  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:58.064849  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:25:58.151295  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:58.152039  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:58.219438  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:58.563670  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:25:58.651309  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:58.652360  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:58.719832  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:59.063998  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:25:59.152742  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:59.156300  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:59.220154  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:25:59.567545  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:25:59.653846  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:25:59.654563  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:25:59.678632  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:25:59.719911  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:00.106637  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:00.151154  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:00.151391  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:00.238320  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:00.563964  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:00.649478  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:00.650831  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:00.719557  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:01.064233  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:01.150162  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:01.151538  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:01.219547  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:01.563452  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:01.650325  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:01.653087  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:01.679124  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:01.720563  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:02.063825  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:02.150687  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:02.151485  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:02.219360  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:02.564130  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:02.650940  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:02.651107  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:02.719114  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:03.063548  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:03.149700  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:03.149962  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:03.220142  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:03.564132  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:03.650823  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:03.651153  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:03.719410  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:04.063161  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:04.149471  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:04.150603  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:04.178462  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:04.218977  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:04.563539  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:04.649859  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:04.650407  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:04.720312  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:05.063950  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:05.150257  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:05.150952  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:05.220230  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:05.564116  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:05.650299  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:05.650635  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:05.720866  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:06.064423  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:06.149421  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:06.150135  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:06.219189  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:06.563938  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:06.650639  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:06.650883  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:06.679120  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:06.719340  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:07.063273  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:07.149905  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:07.150615  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:07.219210  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:07.565388  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:07.650473  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:07.650676  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:07.719282  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:08.063906  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:08.150243  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:08.151009  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:08.223936  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:08.564250  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:08.650230  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:08.650505  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:08.719021  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:09.063814  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:09.149758  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:09.150506  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:09.178307  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:09.219510  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:09.563649  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:09.649834  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:09.650581  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:09.719835  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:10.063438  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:10.150224  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:10.151065  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:10.220349  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:10.563469  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:10.649430  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:10.650418  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:10.719763  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:11.063688  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:11.150594  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:11.150692  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:11.178670  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:11.219820  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:11.564098  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:11.650724  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:11.651918  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:11.719038  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:12.063994  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:12.149964  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:12.151209  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:12.218863  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:12.563328  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:12.649427  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:12.650206  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:12.720030  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:13.064133  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:13.150138  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:13.151078  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:13.180693  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:13.219988  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:13.563590  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:13.649866  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:13.650822  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:13.719413  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:14.063837  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:14.149921  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:14.151435  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:14.220210  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:14.563356  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:14.649858  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:14.650095  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:14.718742  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:15.069007  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:15.150652  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:15.151287  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:15.219037  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:15.564833  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:15.655155  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:15.657953  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:15.681259  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:15.722480  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:16.063747  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:16.154291  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:16.163694  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:16.219364  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:16.564361  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:16.650285  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:16.650890  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:16.721896  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:17.063965  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:17.148945  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:17.149751  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:17.219859  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:17.563944  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:17.649490  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:17.650191  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:17.719733  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:18.063800  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:18.149337  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:18.150628  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:18.184346  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:18.219462  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:18.564063  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:18.649382  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:18.650988  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:18.719902  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:19.063615  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:19.150471  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:19.150645  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:19.219746  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:19.564245  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:19.650296  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:19.651085  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:19.718700  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:20.063359  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:20.149500  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:20.150628  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:20.219480  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:20.564310  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:20.650020  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:20.650764  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:20.679059  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:20.719712  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:21.064670  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:21.149933  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:21.150546  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:21.219151  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:21.564138  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:21.649848  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:21.650852  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:21.719447  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:22.064696  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:22.150667  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:22.151377  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:22.220038  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:22.563983  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:22.649612  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:22.650862  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:22.719342  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:23.064519  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:23.149745  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:23.150926  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:23.178727  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:23.219809  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:23.563498  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:23.650009  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:23.650931  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:23.719216  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:24.063548  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:24.150460  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:24.151857  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:24.219555  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:24.564308  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:24.650064  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:24.650830  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:24.719695  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:25.064160  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:25.150127  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:25.151068  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:25.220147  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:25.563498  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:25.650129  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:25.650322  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:25.678256  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:25.719696  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:26.064355  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:26.149809  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:26.150059  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:26.219286  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:26.563366  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:26.649283  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:26.649942  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:26.719261  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:27.063974  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:27.149371  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:27.150319  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:27.218944  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:27.563973  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:27.649883  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:27.650783  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:27.678834  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:27.719262  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:28.064809  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:28.151050  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:28.151368  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:28.220066  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:28.563617  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:28.649677  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:28.651171  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:28.719005  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:29.063922  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:29.148742  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:29.150236  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:29.218975  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:29.563965  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:29.649363  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:29.649923  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:29.719261  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:30.068186  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:30.150774  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:30.151838  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:30.179079  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:30.219720  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:30.564382  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:30.649039  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:30.650594  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:30.719629  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:31.063561  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:31.150039  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:31.150813  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:31.219989  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:31.564289  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:31.649468  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:31.650916  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:31.719758  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:32.064164  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:32.151675  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:32.152368  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:32.179471  445782 node_ready.go:53] node "addons-084050" has status "Ready":"False"
	I0717 01:26:32.219270  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:32.603731  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:32.660934  445782 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0717 01:26:32.660962  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:32.664323  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:32.694842  445782 node_ready.go:49] node "addons-084050" has status "Ready":"True"
	I0717 01:26:32.694870  445782 node_ready.go:38] duration metric: took 42.519740134s for node "addons-084050" to be "Ready" ...
	I0717 01:26:32.694881  445782 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" ...
	I0717 01:26:32.767473  445782 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0717 01:26:32.767504  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:32.787762  445782 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-q4hl2" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:33.114269  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:33.219398  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:33.221039  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:33.251906  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:33.566273  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:33.652128  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:33.652517  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:33.721714  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:34.063626  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:34.150714  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:34.158724  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:34.226953  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:34.564325  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:34.651375  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:34.655260  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:34.723266  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:34.795816  445782 pod_ready.go:102] pod "coredns-7db6d8ff4d-q4hl2" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:35.080983  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:35.161807  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:35.163082  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:35.224742  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:35.297000  445782 pod_ready.go:92] pod "coredns-7db6d8ff4d-q4hl2" in "kube-system" namespace has status "Ready":"True"
	I0717 01:26:35.297026  445782 pod_ready.go:81] duration metric: took 2.509226884s for pod "coredns-7db6d8ff4d-q4hl2" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.297053  445782 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-084050" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.302501  445782 pod_ready.go:92] pod "etcd-addons-084050" in "kube-system" namespace has status "Ready":"True"
	I0717 01:26:35.302527  445782 pod_ready.go:81] duration metric: took 5.463932ms for pod "etcd-addons-084050" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.302543  445782 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-084050" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.308326  445782 pod_ready.go:92] pod "kube-apiserver-addons-084050" in "kube-system" namespace has status "Ready":"True"
	I0717 01:26:35.308351  445782 pod_ready.go:81] duration metric: took 5.799596ms for pod "kube-apiserver-addons-084050" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.308363  445782 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-084050" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.326876  445782 pod_ready.go:92] pod "kube-controller-manager-addons-084050" in "kube-system" namespace has status "Ready":"True"
	I0717 01:26:35.326907  445782 pod_ready.go:81] duration metric: took 18.536101ms for pod "kube-controller-manager-addons-084050" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.326923  445782 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-qc4db" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.337912  445782 pod_ready.go:92] pod "kube-proxy-qc4db" in "kube-system" namespace has status "Ready":"True"
	I0717 01:26:35.337939  445782 pod_ready.go:81] duration metric: took 11.008084ms for pod "kube-proxy-qc4db" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.337952  445782 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-084050" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.564177  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:35.654008  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:35.654726  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:35.693122  445782 pod_ready.go:92] pod "kube-scheduler-addons-084050" in "kube-system" namespace has status "Ready":"True"
	I0717 01:26:35.693152  445782 pod_ready.go:81] duration metric: took 355.192491ms for pod "kube-scheduler-addons-084050" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.693167  445782 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace to be "Ready" ...
	I0717 01:26:35.721633  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:36.080080  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:36.153732  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:36.154995  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:36.221665  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:36.564312  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:36.651099  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:36.656207  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:36.721331  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:37.068303  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:37.152124  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:37.152736  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:37.221936  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:37.564539  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:37.653813  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:37.656500  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:37.700358  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:37.725788  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:38.068372  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:38.152711  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:38.153924  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:38.221256  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:38.590497  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:38.653413  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:38.655287  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:38.724848  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:39.066789  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:39.163543  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:39.175405  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:39.222620  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:39.564726  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:39.655603  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:39.656938  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:39.701898  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:39.721603  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:40.066555  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:40.154301  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:40.155933  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:40.222371  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:40.563984  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:40.650885  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:40.651457  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:40.721376  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:41.075501  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:41.154475  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:41.155967  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:41.221590  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:41.563588  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:41.654930  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:41.656671  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:41.720831  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:42.065076  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:42.162529  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:42.164635  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:42.200621  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:42.223024  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:42.564055  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:42.652747  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:42.654146  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:42.724030  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:43.070498  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:43.153694  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:43.154474  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:43.222265  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:43.563854  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:43.658696  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:43.663726  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:43.722113  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:44.087591  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:44.154280  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:44.155476  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:44.204806  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:44.224848  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:44.565127  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:44.654163  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:44.655445  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:44.751152  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:45.066003  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:45.151404  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:45.152722  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:45.221940  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:45.563906  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:45.650818  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:45.651124  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:45.720706  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:46.063977  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:46.150247  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:46.151615  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:46.220388  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:46.564234  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:46.652233  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:46.653261  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:46.707393  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:46.723010  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:47.064070  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:47.157919  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:47.159221  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:47.222132  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:47.564057  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:47.652826  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:47.654106  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:47.736573  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:48.064855  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:48.150627  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:48.151912  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:48.221418  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:48.563942  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:48.649693  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:48.650595  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:48.720791  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:49.064528  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:49.151211  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:49.151720  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:49.199568  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:49.224003  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:49.565668  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:49.653412  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:49.654875  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:49.729705  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:50.064848  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:50.156653  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:50.158508  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:50.221291  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:50.563983  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:50.649370  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:50.650239  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:50.720805  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:51.080110  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:51.169147  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:51.171831  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:51.226848  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:51.233795  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:51.564488  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:51.649410  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:51.651789  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:51.721107  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:52.064450  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:52.150159  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:52.151266  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:52.224917  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:52.564181  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:52.650514  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:52.651393  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:52.721278  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:53.065983  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:53.150482  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:53.156913  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:53.220717  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:53.565867  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:53.656277  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:53.657454  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:53.699428  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:53.721191  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:54.064883  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:54.152447  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:54.153367  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:54.222784  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:54.571803  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:54.651366  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:54.652759  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:54.720824  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:55.064317  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:55.150059  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:55.151490  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:55.221872  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:55.568790  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:55.651720  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:55.654947  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:55.700781  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:55.721217  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:56.064082  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:56.150418  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:56.151550  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:56.221030  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:56.564401  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:56.652629  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:56.653185  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:56.721656  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:57.064456  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:57.149847  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:57.151640  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:57.223616  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:57.564538  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:57.650352  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:57.651314  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:57.721085  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:58.063711  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:58.152538  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:58.152750  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:58.199784  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:26:58.221060  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:58.564209  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:58.650159  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:58.651000  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:58.722080  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:59.073072  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:59.165219  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:59.165811  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:59.222518  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:26:59.564361  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:26:59.651732  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:26:59.654172  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:26:59.722496  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:00.103805  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:00.187221  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:00.188021  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:00.202828  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:00.230868  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:00.564715  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:00.652805  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:00.656464  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:00.722395  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:01.067236  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:01.157029  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:01.158809  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:01.221736  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:01.564590  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:01.651399  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:01.653418  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:01.724695  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:02.071972  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:02.152137  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:02.153008  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:02.228238  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:02.565274  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:02.652766  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:02.654103  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:02.699120  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:02.724144  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:03.068639  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:03.152048  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:03.153888  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:03.223086  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:03.564358  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:03.651803  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:03.652967  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:03.720884  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:04.090329  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:04.164893  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:04.165900  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:04.222623  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:04.564496  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:04.649825  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:04.651234  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:04.699454  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:04.720738  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:05.063715  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:05.150572  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:05.151982  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:05.220858  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:05.564376  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:05.650254  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:05.651374  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:05.720948  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:06.064468  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:06.161524  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:06.167412  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:06.221592  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:06.564722  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:06.654352  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:06.656081  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:06.712892  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:06.724294  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:07.065254  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:07.150881  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:07.151723  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:07.221002  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:07.564437  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:07.653014  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:07.654827  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:07.721199  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:08.064508  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:08.151159  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:08.151875  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:08.221193  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:08.564365  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:08.657812  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:08.659176  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:08.721754  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:09.078119  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:09.151600  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:09.153916  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:09.203070  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:09.220810  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:09.564799  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:09.653457  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:09.654923  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:09.722209  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:10.084774  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:10.153390  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:10.154716  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:10.221474  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:10.564747  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:10.653799  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:10.655408  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:10.723650  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:11.065174  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:11.155725  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:11.157283  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:11.221152  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:11.566867  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:11.652037  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:11.653322  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:11.700724  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:11.721651  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:12.065214  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:12.153030  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0717 01:27:12.154484  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:12.220160  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:12.563564  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:12.650829  445782 kapi.go:107] duration metric: took 1m19.50576033s to wait for kubernetes.io/minikube-addons=registry ...
	I0717 01:27:12.651795  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:12.720505  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:13.064088  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:13.150253  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:13.237774  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:13.565031  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:13.651307  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:13.720841  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:14.067579  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:14.150170  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:14.201485  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:14.221825  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:14.565928  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:14.650453  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:14.721185  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:15.069492  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:15.151068  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:15.222084  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:15.564450  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:15.650077  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:15.720360  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:16.064187  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:16.149853  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:16.203573  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:16.224702  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:16.564312  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:16.649208  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:16.721107  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:17.063332  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:17.149977  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:17.220181  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:17.563669  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:17.649506  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:17.720968  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:18.077579  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:18.152748  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:18.205193  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:18.221789  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:18.565832  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:18.656872  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:18.731404  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:19.067059  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:19.150149  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:19.224549  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:19.563870  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:19.650800  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:19.721348  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:20.065003  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:20.149437  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:20.221341  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:20.564139  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:20.654079  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:20.700830  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:20.721614  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:21.064189  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:21.149864  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:21.230455  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:21.575102  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:21.650386  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:21.723692  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:22.065953  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:22.149818  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:22.220948  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:22.567535  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:22.649952  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:22.720887  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:23.067645  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:23.151081  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:23.201033  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:23.224035  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:23.576138  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:23.656191  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:23.726195  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:24.063925  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:24.149785  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:24.221153  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:24.563471  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0717 01:27:24.651726  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:24.720955  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:25.069640  445782 kapi.go:107] duration metric: took 1m28.009538885s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0717 01:27:25.071667  445782 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-084050 cluster.
	I0717 01:27:25.073562  445782 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.
	I0717 01:27:25.075704  445782 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0717 01:27:25.150801  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:25.220821  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:25.650945  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:25.701779  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:25.719815  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:26.149180  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:26.226104  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:26.650064  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:26.720098  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:27.152031  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:27.220208  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:27.650098  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:27.721642  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:28.151148  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:28.198937  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:28.221370  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:28.649686  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:28.719995  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:29.148992  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:29.220055  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:29.650258  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:29.721047  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:30.150294  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:30.199616  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:30.221119  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:30.651666  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:30.720887  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:31.149079  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:31.222584  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:31.652292  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:31.722293  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:32.150191  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:32.200811  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:32.223355  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:32.651827  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:32.722071  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:33.149321  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:33.221327  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:33.651593  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:33.721547  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:34.150086  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:34.224159  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:34.651687  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:34.700218  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:34.722615  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:35.149474  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:35.221662  445782 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0717 01:27:35.653457  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:35.721346  445782 kapi.go:107] duration metric: took 1m42.006492396s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0717 01:27:36.150236  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:36.649647  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:37.149426  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:37.199826  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:37.651716  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:38.149741  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:38.651130  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:39.151180  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:39.201134  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:39.650568  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:40.150637  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:40.649381  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:41.149773  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:41.656562  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:41.700652  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:42.151943  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:42.657695  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:43.149675  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:43.650063  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:43.706099  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:44.149657  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:44.649559  445782 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0717 01:27:45.150028  445782 kapi.go:107] duration metric: took 1m52.005063528s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0717 01:27:45.152315  445782 out.go:177] * Enabled addons: nvidia-device-plugin, cloud-spanner, storage-provisioner, default-storageclass, ingress-dns, metrics-server, yakd, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, gcp-auth, csi-hostpath-driver, ingress
	I0717 01:27:45.154190  445782 addons.go:510] duration metric: took 1m58.908600188s for enable addons: enabled=[nvidia-device-plugin cloud-spanner storage-provisioner default-storageclass ingress-dns metrics-server yakd storage-provisioner-rancher inspektor-gadget volumesnapshots registry gcp-auth csi-hostpath-driver ingress]
	I0717 01:27:46.199979  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:48.699497  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:51.200391  445782 pod_ready.go:102] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"False"
	I0717 01:27:53.199763  445782 pod_ready.go:92] pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace has status "Ready":"True"
	I0717 01:27:53.199787  445782 pod_ready.go:81] duration metric: took 1m17.506612355s for pod "metrics-server-c59844bb4-whj68" in "kube-system" namespace to be "Ready" ...
	I0717 01:27:53.199801  445782 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-zb62l" in "kube-system" namespace to be "Ready" ...
	I0717 01:27:53.204765  445782 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-zb62l" in "kube-system" namespace has status "Ready":"True"
	I0717 01:27:53.204791  445782 pod_ready.go:81] duration metric: took 4.981868ms for pod "nvidia-device-plugin-daemonset-zb62l" in "kube-system" namespace to be "Ready" ...
	I0717 01:27:53.204812  445782 pod_ready.go:38] duration metric: took 1m20.509918439s 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" ...
	I0717 01:27:53.205724  445782 api_server.go:52] waiting for apiserver process to appear ...
	I0717 01:27:53.206358  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0717 01:27:53.206440  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0717 01:27:53.256981  445782 cri.go:89] found id: "6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7"
	I0717 01:27:53.257002  445782 cri.go:89] found id: ""
	I0717 01:27:53.257736  445782 logs.go:276] 1 containers: [6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7]
	I0717 01:27:53.257832  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:27:53.262083  445782 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0717 01:27:53.262160  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0717 01:27:53.300211  445782 cri.go:89] found id: "a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b"
	I0717 01:27:53.300244  445782 cri.go:89] found id: ""
	I0717 01:27:53.300252  445782 logs.go:276] 1 containers: [a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b]
	I0717 01:27:53.300344  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:27:53.303900  445782 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0717 01:27:53.304040  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0717 01:27:53.346686  445782 cri.go:89] found id: "3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0"
	I0717 01:27:53.346777  445782 cri.go:89] found id: ""
	I0717 01:27:53.346802  445782 logs.go:276] 1 containers: [3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0]
	I0717 01:27:53.346888  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:27:53.350628  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0717 01:27:53.350783  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0717 01:27:53.394301  445782 cri.go:89] found id: "fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d"
	I0717 01:27:53.394374  445782 cri.go:89] found id: ""
	I0717 01:27:53.394395  445782 logs.go:276] 1 containers: [fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d]
	I0717 01:27:53.394476  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:27:53.397941  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0717 01:27:53.398051  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0717 01:27:53.435486  445782 cri.go:89] found id: "2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd"
	I0717 01:27:53.435508  445782 cri.go:89] found id: ""
	I0717 01:27:53.435516  445782 logs.go:276] 1 containers: [2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd]
	I0717 01:27:53.435572  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:27:53.439238  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0717 01:27:53.439308  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0717 01:27:53.479040  445782 cri.go:89] found id: "33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4"
	I0717 01:27:53.479061  445782 cri.go:89] found id: ""
	I0717 01:27:53.479069  445782 logs.go:276] 1 containers: [33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4]
	I0717 01:27:53.479131  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:27:53.482776  445782 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0717 01:27:53.482923  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0717 01:27:53.526542  445782 cri.go:89] found id: "b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b"
	I0717 01:27:53.526563  445782 cri.go:89] found id: ""
	I0717 01:27:53.526571  445782 logs.go:276] 1 containers: [b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b]
	I0717 01:27:53.526623  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:27:53.530207  445782 logs.go:123] Gathering logs for kube-proxy [2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd] ...
	I0717 01:27:53.530231  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd"
	I0717 01:27:53.579351  445782 logs.go:123] Gathering logs for kube-controller-manager [33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4] ...
	I0717 01:27:53.579380  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4"
	I0717 01:27:53.667928  445782 logs.go:123] Gathering logs for kindnet [b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b] ...
	I0717 01:27:53.667969  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b"
	I0717 01:27:53.720885  445782 logs.go:123] Gathering logs for CRI-O ...
	I0717 01:27:53.720924  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0717 01:27:53.819216  445782 logs.go:123] Gathering logs for container status ...
	I0717 01:27:53.819255  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0717 01:27:53.871534  445782 logs.go:123] Gathering logs for describe nodes ...
	I0717 01:27:53.871564  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0717 01:27:54.063164  445782 logs.go:123] Gathering logs for kube-apiserver [6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7] ...
	I0717 01:27:54.063196  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7"
	I0717 01:27:54.121686  445782 logs.go:123] Gathering logs for coredns [3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0] ...
	I0717 01:27:54.121723  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0"
	I0717 01:27:54.169617  445782 logs.go:123] Gathering logs for kube-scheduler [fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d] ...
	I0717 01:27:54.169645  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d"
	I0717 01:27:54.214083  445782 logs.go:123] Gathering logs for kubelet ...
	I0717 01:27:54.214109  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0717 01:27:54.260578  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.534231    1547 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.260787  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.534281    1547 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.260976  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.534743    1547 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.261198  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.534818    1547 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.261383  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.541964    1547 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.261590  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542012    1547 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.261787  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542212    1547 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.261995  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542241    1547 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.262181  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542413    1547 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.262386  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542440    1547 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	I0717 01:27:54.311080  445782 logs.go:123] Gathering logs for dmesg ...
	I0717 01:27:54.311115  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0717 01:27:54.332631  445782 logs.go:123] Gathering logs for etcd [a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b] ...
	I0717 01:27:54.332661  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b"
	I0717 01:27:54.384323  445782 out.go:304] Setting ErrFile to fd 2...
	I0717 01:27:54.384353  445782 out.go:338] TERM=,COLORTERM=, which probably does not support color
	W0717 01:27:54.384428  445782 out.go:239] X Problems detected in kubelet:
	W0717 01:27:54.384440  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542012    1547 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.384447  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542212    1547 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.384455  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542241    1547 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.384477  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542413    1547 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	W0717 01:27:54.384484  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542440    1547 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	I0717 01:27:54.384497  445782 out.go:304] Setting ErrFile to fd 2...
	I0717 01:27:54.384503  445782 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:28:04.385431  445782 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0717 01:28:04.398947  445782 api_server.go:72] duration metric: took 2m18.15375621s to wait for apiserver process to appear ...
	I0717 01:28:04.398970  445782 api_server.go:88] waiting for apiserver healthz status ...
	I0717 01:28:04.399003  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0717 01:28:04.399057  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0717 01:28:04.436716  445782 cri.go:89] found id: "6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7"
	I0717 01:28:04.436747  445782 cri.go:89] found id: ""
	I0717 01:28:04.436756  445782 logs.go:276] 1 containers: [6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7]
	I0717 01:28:04.436817  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:04.440396  445782 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0717 01:28:04.440469  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0717 01:28:04.478440  445782 cri.go:89] found id: "a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b"
	I0717 01:28:04.478461  445782 cri.go:89] found id: ""
	I0717 01:28:04.478469  445782 logs.go:276] 1 containers: [a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b]
	I0717 01:28:04.478522  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:04.481989  445782 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0717 01:28:04.482063  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0717 01:28:04.521093  445782 cri.go:89] found id: "3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0"
	I0717 01:28:04.521120  445782 cri.go:89] found id: ""
	I0717 01:28:04.521129  445782 logs.go:276] 1 containers: [3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0]
	I0717 01:28:04.521188  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:04.524603  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0717 01:28:04.524674  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0717 01:28:04.560879  445782 cri.go:89] found id: "fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d"
	I0717 01:28:04.560900  445782 cri.go:89] found id: ""
	I0717 01:28:04.560909  445782 logs.go:276] 1 containers: [fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d]
	I0717 01:28:04.560963  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:04.564628  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0717 01:28:04.564704  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0717 01:28:04.608121  445782 cri.go:89] found id: "2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd"
	I0717 01:28:04.608142  445782 cri.go:89] found id: ""
	I0717 01:28:04.608149  445782 logs.go:276] 1 containers: [2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd]
	I0717 01:28:04.608205  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:04.611696  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0717 01:28:04.611767  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0717 01:28:04.649930  445782 cri.go:89] found id: "33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4"
	I0717 01:28:04.649952  445782 cri.go:89] found id: ""
	I0717 01:28:04.649959  445782 logs.go:276] 1 containers: [33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4]
	I0717 01:28:04.650014  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:04.653607  445782 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0717 01:28:04.653676  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0717 01:28:04.698294  445782 cri.go:89] found id: "b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b"
	I0717 01:28:04.698316  445782 cri.go:89] found id: ""
	I0717 01:28:04.698324  445782 logs.go:276] 1 containers: [b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b]
	I0717 01:28:04.698382  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:04.701795  445782 logs.go:123] Gathering logs for coredns [3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0] ...
	I0717 01:28:04.701819  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0"
	I0717 01:28:04.743187  445782 logs.go:123] Gathering logs for kube-scheduler [fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d] ...
	I0717 01:28:04.743213  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d"
	I0717 01:28:04.784913  445782 logs.go:123] Gathering logs for kube-proxy [2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd] ...
	I0717 01:28:04.784985  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd"
	I0717 01:28:04.825214  445782 logs.go:123] Gathering logs for kubelet ...
	I0717 01:28:04.825287  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0717 01:28:04.859252  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.534231    1547 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:28:04.859485  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.534281    1547 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:28:04.859671  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.534743    1547 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:28:04.859875  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.534818    1547 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:28:04.860062  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.541964    1547 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:04.860267  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542012    1547 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:04.860459  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542212    1547 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:04.860687  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542241    1547 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:04.860878  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542413    1547 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	W0717 01:28:04.861086  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542440    1547 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	I0717 01:28:04.909068  445782 logs.go:123] Gathering logs for describe nodes ...
	I0717 01:28:04.909101  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0717 01:28:05.054701  445782 logs.go:123] Gathering logs for kube-apiserver [6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7] ...
	I0717 01:28:05.054743  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7"
	I0717 01:28:05.119602  445782 logs.go:123] Gathering logs for etcd [a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b] ...
	I0717 01:28:05.119639  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b"
	I0717 01:28:05.174778  445782 logs.go:123] Gathering logs for container status ...
	I0717 01:28:05.174807  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0717 01:28:05.222500  445782 logs.go:123] Gathering logs for dmesg ...
	I0717 01:28:05.222531  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0717 01:28:05.242278  445782 logs.go:123] Gathering logs for kube-controller-manager [33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4] ...
	I0717 01:28:05.242308  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4"
	I0717 01:28:05.311747  445782 logs.go:123] Gathering logs for kindnet [b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b] ...
	I0717 01:28:05.311780  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b"
	I0717 01:28:05.361306  445782 logs.go:123] Gathering logs for CRI-O ...
	I0717 01:28:05.361340  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0717 01:28:05.470142  445782 out.go:304] Setting ErrFile to fd 2...
	I0717 01:28:05.470213  445782 out.go:338] TERM=,COLORTERM=, which probably does not support color
	W0717 01:28:05.470291  445782 out.go:239] X Problems detected in kubelet:
	W0717 01:28:05.470324  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542012    1547 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:05.470357  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542212    1547 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:05.470397  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542241    1547 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:05.470432  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542413    1547 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	W0717 01:28:05.470464  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542440    1547 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	I0717 01:28:05.470499  445782 out.go:304] Setting ErrFile to fd 2...
	I0717 01:28:05.470519  445782 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:28:15.472294  445782 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0717 01:28:15.480949  445782 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0717 01:28:15.482030  445782 api_server.go:141] control plane version: v1.30.2
	I0717 01:28:15.482050  445782 api_server.go:131] duration metric: took 11.083072832s to wait for apiserver health ...
	I0717 01:28:15.482057  445782 system_pods.go:43] waiting for kube-system pods to appear ...
	I0717 01:28:15.482084  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0717 01:28:15.482141  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0717 01:28:15.521437  445782 cri.go:89] found id: "6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7"
	I0717 01:28:15.521456  445782 cri.go:89] found id: ""
	I0717 01:28:15.521464  445782 logs.go:276] 1 containers: [6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7]
	I0717 01:28:15.521520  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:15.525991  445782 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0717 01:28:15.526075  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0717 01:28:15.573178  445782 cri.go:89] found id: "a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b"
	I0717 01:28:15.573221  445782 cri.go:89] found id: ""
	I0717 01:28:15.573235  445782 logs.go:276] 1 containers: [a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b]
	I0717 01:28:15.573291  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:15.577151  445782 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0717 01:28:15.577221  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0717 01:28:15.630496  445782 cri.go:89] found id: "3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0"
	I0717 01:28:15.630526  445782 cri.go:89] found id: ""
	I0717 01:28:15.630534  445782 logs.go:276] 1 containers: [3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0]
	I0717 01:28:15.630593  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:15.634418  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0717 01:28:15.634495  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0717 01:28:15.673008  445782 cri.go:89] found id: "fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d"
	I0717 01:28:15.673030  445782 cri.go:89] found id: ""
	I0717 01:28:15.673038  445782 logs.go:276] 1 containers: [fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d]
	I0717 01:28:15.673097  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:15.676504  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0717 01:28:15.676575  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0717 01:28:15.711896  445782 cri.go:89] found id: "2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd"
	I0717 01:28:15.711970  445782 cri.go:89] found id: ""
	I0717 01:28:15.712001  445782 logs.go:276] 1 containers: [2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd]
	I0717 01:28:15.712085  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:15.715422  445782 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0717 01:28:15.715497  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0717 01:28:15.752484  445782 cri.go:89] found id: "33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4"
	I0717 01:28:15.752505  445782 cri.go:89] found id: ""
	I0717 01:28:15.752513  445782 logs.go:276] 1 containers: [33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4]
	I0717 01:28:15.752565  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:15.756002  445782 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0717 01:28:15.756095  445782 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0717 01:28:15.792350  445782 cri.go:89] found id: "b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b"
	I0717 01:28:15.792373  445782 cri.go:89] found id: ""
	I0717 01:28:15.792381  445782 logs.go:276] 1 containers: [b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b]
	I0717 01:28:15.792438  445782 ssh_runner.go:195] Run: which crictl
	I0717 01:28:15.795931  445782 logs.go:123] Gathering logs for kube-proxy [2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd] ...
	I0717 01:28:15.795955  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd"
	I0717 01:28:15.835907  445782 logs.go:123] Gathering logs for kube-controller-manager [33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4] ...
	I0717 01:28:15.835934  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4"
	I0717 01:28:15.920010  445782 logs.go:123] Gathering logs for CRI-O ...
	I0717 01:28:15.920043  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0717 01:28:16.038503  445782 logs.go:123] Gathering logs for kubelet ...
	I0717 01:28:16.038544  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0717 01:28:16.080172  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.534231    1547 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.081645  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.534281    1547 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.081928  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.534743    1547 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.082140  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.534818    1547 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.082327  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.541964    1547 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.082535  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542012    1547 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.082724  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542212    1547 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.082944  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542241    1547 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.083130  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542413    1547 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.083334  445782 logs.go:138] Found kubelet problem: Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542440    1547 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	I0717 01:28:16.133061  445782 logs.go:123] Gathering logs for kube-scheduler [fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d] ...
	I0717 01:28:16.133100  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d"
	I0717 01:28:16.175775  445782 logs.go:123] Gathering logs for kube-apiserver [6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7] ...
	I0717 01:28:16.175806  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7"
	I0717 01:28:16.248097  445782 logs.go:123] Gathering logs for etcd [a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b] ...
	I0717 01:28:16.248130  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b"
	I0717 01:28:16.297664  445782 logs.go:123] Gathering logs for coredns [3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0] ...
	I0717 01:28:16.297699  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0"
	I0717 01:28:16.334870  445782 logs.go:123] Gathering logs for kindnet [b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b] ...
	I0717 01:28:16.334903  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b"
	I0717 01:28:16.389466  445782 logs.go:123] Gathering logs for container status ...
	I0717 01:28:16.389500  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0717 01:28:16.446696  445782 logs.go:123] Gathering logs for dmesg ...
	I0717 01:28:16.446722  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0717 01:28:16.465069  445782 logs.go:123] Gathering logs for describe nodes ...
	I0717 01:28:16.465098  445782 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0717 01:28:16.632275  445782 out.go:304] Setting ErrFile to fd 2...
	I0717 01:28:16.632357  445782 out.go:338] TERM=,COLORTERM=, which probably does not support color
	W0717 01:28:16.632437  445782 out.go:239] X Problems detected in kubelet:
	W0717 01:28:16.632482  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542012    1547 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.632687  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542212    1547 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.632734  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542241    1547 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-084050" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.632777  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: W0717 01:26:32.542413    1547 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	W0717 01:28:16.632814  445782 out.go:239]   Jul 17 01:26:32 addons-084050 kubelet[1547]: E0717 01:26:32.542440    1547 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-084050" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-084050' and this object
	I0717 01:28:16.632854  445782 out.go:304] Setting ErrFile to fd 2...
	I0717 01:28:16.632876  445782 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:28:26.644158  445782 system_pods.go:59] 18 kube-system pods found
	I0717 01:28:26.644203  445782 system_pods.go:61] "coredns-7db6d8ff4d-q4hl2" [eebb9825-bf9c-477c-a0d9-722d939317c2] Running
	I0717 01:28:26.644213  445782 system_pods.go:61] "csi-hostpath-attacher-0" [114aa59c-df92-43dc-91fd-c7d944d53a78] Running
	I0717 01:28:26.644220  445782 system_pods.go:61] "csi-hostpath-resizer-0" [4cc729bb-755a-4f3b-a38e-baec324192d3] Running
	I0717 01:28:26.644225  445782 system_pods.go:61] "csi-hostpathplugin-cqn29" [4e95c841-bee6-40bf-a380-fdf04054bdc2] Running
	I0717 01:28:26.644231  445782 system_pods.go:61] "etcd-addons-084050" [bb50b5f8-1623-41a4-8b54-c9e4b097c487] Running
	I0717 01:28:26.644236  445782 system_pods.go:61] "kindnet-5bn9p" [e26de819-066e-41da-acd1-69c4c33002f3] Running
	I0717 01:28:26.644240  445782 system_pods.go:61] "kube-apiserver-addons-084050" [ef02c64b-6553-4df6-9fa6-f51d9a30fa17] Running
	I0717 01:28:26.644244  445782 system_pods.go:61] "kube-controller-manager-addons-084050" [ee174b13-c8c8-4667-a74b-e4922b2d2b63] Running
	I0717 01:28:26.644249  445782 system_pods.go:61] "kube-ingress-dns-minikube" [97ae4c34-84d0-4ffb-88d9-3f612082cea3] Running
	I0717 01:28:26.644254  445782 system_pods.go:61] "kube-proxy-qc4db" [7003c510-8d1c-4e5f-86ef-8e095557100b] Running
	I0717 01:28:26.644262  445782 system_pods.go:61] "kube-scheduler-addons-084050" [6708106c-6984-4947-9f88-e890ed7f3abf] Running
	I0717 01:28:26.644266  445782 system_pods.go:61] "metrics-server-c59844bb4-whj68" [9e03059d-451f-41ad-a01e-f3ba9ef4bb4a] Running
	I0717 01:28:26.644277  445782 system_pods.go:61] "nvidia-device-plugin-daemonset-zb62l" [c19fd119-5a2f-45c3-b7fa-2942ea8527c6] Running
	I0717 01:28:26.644282  445782 system_pods.go:61] "registry-8bhzh" [af17abeb-b036-44a7-a28b-cd57910ace99] Running
	I0717 01:28:26.644288  445782 system_pods.go:61] "registry-proxy-46748" [7005abd6-e511-4de1-b934-a06d0f68055c] Running
	I0717 01:28:26.644292  445782 system_pods.go:61] "snapshot-controller-745499f584-65w4g" [8fcf9447-ae19-4a6e-a8c5-19f7723aaa6e] Running
	I0717 01:28:26.644300  445782 system_pods.go:61] "snapshot-controller-745499f584-f8l7b" [662440db-9df2-4811-b443-67f8d4eca95f] Running
	I0717 01:28:26.644305  445782 system_pods.go:61] "storage-provisioner" [752de40d-c4a1-41e8-82c9-a4dcaee95765] Running
	I0717 01:28:26.644318  445782 system_pods.go:74] duration metric: took 11.162254622s to wait for pod list to return data ...
	I0717 01:28:26.644328  445782 default_sa.go:34] waiting for default service account to be created ...
	I0717 01:28:26.646916  445782 default_sa.go:45] found service account: "default"
	I0717 01:28:26.646947  445782 default_sa.go:55] duration metric: took 2.606882ms for default service account to be created ...
	I0717 01:28:26.646958  445782 system_pods.go:116] waiting for k8s-apps to be running ...
	I0717 01:28:26.657955  445782 system_pods.go:86] 18 kube-system pods found
	I0717 01:28:26.657988  445782 system_pods.go:89] "coredns-7db6d8ff4d-q4hl2" [eebb9825-bf9c-477c-a0d9-722d939317c2] Running
	I0717 01:28:26.657998  445782 system_pods.go:89] "csi-hostpath-attacher-0" [114aa59c-df92-43dc-91fd-c7d944d53a78] Running
	I0717 01:28:26.658004  445782 system_pods.go:89] "csi-hostpath-resizer-0" [4cc729bb-755a-4f3b-a38e-baec324192d3] Running
	I0717 01:28:26.658008  445782 system_pods.go:89] "csi-hostpathplugin-cqn29" [4e95c841-bee6-40bf-a380-fdf04054bdc2] Running
	I0717 01:28:26.658012  445782 system_pods.go:89] "etcd-addons-084050" [bb50b5f8-1623-41a4-8b54-c9e4b097c487] Running
	I0717 01:28:26.658020  445782 system_pods.go:89] "kindnet-5bn9p" [e26de819-066e-41da-acd1-69c4c33002f3] Running
	I0717 01:28:26.658026  445782 system_pods.go:89] "kube-apiserver-addons-084050" [ef02c64b-6553-4df6-9fa6-f51d9a30fa17] Running
	I0717 01:28:26.658030  445782 system_pods.go:89] "kube-controller-manager-addons-084050" [ee174b13-c8c8-4667-a74b-e4922b2d2b63] Running
	I0717 01:28:26.658035  445782 system_pods.go:89] "kube-ingress-dns-minikube" [97ae4c34-84d0-4ffb-88d9-3f612082cea3] Running
	I0717 01:28:26.658039  445782 system_pods.go:89] "kube-proxy-qc4db" [7003c510-8d1c-4e5f-86ef-8e095557100b] Running
	I0717 01:28:26.658045  445782 system_pods.go:89] "kube-scheduler-addons-084050" [6708106c-6984-4947-9f88-e890ed7f3abf] Running
	I0717 01:28:26.658055  445782 system_pods.go:89] "metrics-server-c59844bb4-whj68" [9e03059d-451f-41ad-a01e-f3ba9ef4bb4a] Running
	I0717 01:28:26.658060  445782 system_pods.go:89] "nvidia-device-plugin-daemonset-zb62l" [c19fd119-5a2f-45c3-b7fa-2942ea8527c6] Running
	I0717 01:28:26.658069  445782 system_pods.go:89] "registry-8bhzh" [af17abeb-b036-44a7-a28b-cd57910ace99] Running
	I0717 01:28:26.658073  445782 system_pods.go:89] "registry-proxy-46748" [7005abd6-e511-4de1-b934-a06d0f68055c] Running
	I0717 01:28:26.658077  445782 system_pods.go:89] "snapshot-controller-745499f584-65w4g" [8fcf9447-ae19-4a6e-a8c5-19f7723aaa6e] Running
	I0717 01:28:26.658081  445782 system_pods.go:89] "snapshot-controller-745499f584-f8l7b" [662440db-9df2-4811-b443-67f8d4eca95f] Running
	I0717 01:28:26.658086  445782 system_pods.go:89] "storage-provisioner" [752de40d-c4a1-41e8-82c9-a4dcaee95765] Running
	I0717 01:28:26.658098  445782 system_pods.go:126] duration metric: took 11.135334ms to wait for k8s-apps to be running ...
	I0717 01:28:26.658107  445782 system_svc.go:44] waiting for kubelet service to be running ....
	I0717 01:28:26.658215  445782 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0717 01:28:26.671036  445782 system_svc.go:56] duration metric: took 12.918563ms WaitForService to wait for kubelet
	I0717 01:28:26.671120  445782 kubeadm.go:582] duration metric: took 2m40.4259289s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0717 01:28:26.671177  445782 node_conditions.go:102] verifying NodePressure condition ...
	I0717 01:28:26.676621  445782 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0717 01:28:26.676656  445782 node_conditions.go:123] node cpu capacity is 2
	I0717 01:28:26.676669  445782 node_conditions.go:105] duration metric: took 5.474263ms to run NodePressure ...
	I0717 01:28:26.676682  445782 start.go:241] waiting for startup goroutines ...
	I0717 01:28:26.676689  445782 start.go:246] waiting for cluster config update ...
	I0717 01:28:26.676706  445782 start.go:255] writing updated cluster config ...
	I0717 01:28:26.676999  445782 ssh_runner.go:195] Run: rm -f paused
	I0717 01:28:27.062292  445782 start.go:600] kubectl: 1.30.2, cluster: 1.30.2 (minor skew: 0)
	I0717 01:28:27.066578  445782 out.go:177] * Done! kubectl is now configured to use "addons-084050" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Jul 17 01:32:33 addons-084050 crio[969]: time="2024-07-17 01:32:33.401216837Z" level=info msg="Removed container 3131dacc70a242e3b943768c02b9b496a58feab2372de50a6324ab09a2afc15a: ingress-nginx/ingress-nginx-admission-patch-285z8/patch" id=584353e0-657b-4e80-a5d3-1e1ea9557778 name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 17 01:32:33 addons-084050 crio[969]: time="2024-07-17 01:32:33.402473940Z" level=info msg="Removing container: b6bfb19d729d9084f636ab4480194085d66b07ee8b3394dbfd37b2a395130230" id=3b671288-7f06-47a1-b834-6a95d39773b9 name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 17 01:32:33 addons-084050 crio[969]: time="2024-07-17 01:32:33.418193614Z" level=info msg="Removed container b6bfb19d729d9084f636ab4480194085d66b07ee8b3394dbfd37b2a395130230: ingress-nginx/ingress-nginx-admission-create-45xnp/create" id=3b671288-7f06-47a1-b834-6a95d39773b9 name=/runtime.v1.RuntimeService/RemoveContainer
	Jul 17 01:32:33 addons-084050 crio[969]: time="2024-07-17 01:32:33.419548225Z" level=info msg="Stopping pod sandbox: 7dd795a65c238915a4011c8eeae19b18a230eca432b0bae8c780e0cfdfb3901b" id=a4b17082-ac52-4c50-a5e5-6f99a2477b83 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 17 01:32:33 addons-084050 crio[969]: time="2024-07-17 01:32:33.419582013Z" level=info msg="Stopped pod sandbox (already stopped): 7dd795a65c238915a4011c8eeae19b18a230eca432b0bae8c780e0cfdfb3901b" id=a4b17082-ac52-4c50-a5e5-6f99a2477b83 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 17 01:32:33 addons-084050 crio[969]: time="2024-07-17 01:32:33.419918867Z" level=info msg="Removing pod sandbox: 7dd795a65c238915a4011c8eeae19b18a230eca432b0bae8c780e0cfdfb3901b" id=406ae565-343a-4c29-9261-0728309442c6 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 17 01:32:33 addons-084050 crio[969]: time="2024-07-17 01:32:33.428686248Z" level=info msg="Removed pod sandbox: 7dd795a65c238915a4011c8eeae19b18a230eca432b0bae8c780e0cfdfb3901b" id=406ae565-343a-4c29-9261-0728309442c6 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 17 01:32:33 addons-084050 crio[969]: time="2024-07-17 01:32:33.429142352Z" level=info msg="Stopping pod sandbox: 552d751bda3b02a81413af59121a2aec7c91d249bb4516972df358e2bb1ecdc7" id=abc67cca-ac02-4c88-bb3f-f412cfe17bae name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 17 01:32:33 addons-084050 crio[969]: time="2024-07-17 01:32:33.429176107Z" level=info msg="Stopped pod sandbox (already stopped): 552d751bda3b02a81413af59121a2aec7c91d249bb4516972df358e2bb1ecdc7" id=abc67cca-ac02-4c88-bb3f-f412cfe17bae name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 17 01:32:33 addons-084050 crio[969]: time="2024-07-17 01:32:33.429441340Z" level=info msg="Removing pod sandbox: 552d751bda3b02a81413af59121a2aec7c91d249bb4516972df358e2bb1ecdc7" id=0d782811-5c5b-44c9-b83c-6f0604188333 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 17 01:32:33 addons-084050 crio[969]: time="2024-07-17 01:32:33.439143773Z" level=info msg="Removed pod sandbox: 552d751bda3b02a81413af59121a2aec7c91d249bb4516972df358e2bb1ecdc7" id=0d782811-5c5b-44c9-b83c-6f0604188333 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 17 01:32:33 addons-084050 crio[969]: time="2024-07-17 01:32:33.439668528Z" level=info msg="Stopping pod sandbox: 51f73b7e4f6fa3d61b0418a48e0b69f67a0a13a272826695f89dce07660aae4d" id=dba0b851-c5a2-4eb3-9f27-4cf9e19c37db name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 17 01:32:33 addons-084050 crio[969]: time="2024-07-17 01:32:33.439703473Z" level=info msg="Stopped pod sandbox (already stopped): 51f73b7e4f6fa3d61b0418a48e0b69f67a0a13a272826695f89dce07660aae4d" id=dba0b851-c5a2-4eb3-9f27-4cf9e19c37db name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 17 01:32:33 addons-084050 crio[969]: time="2024-07-17 01:32:33.439980037Z" level=info msg="Removing pod sandbox: 51f73b7e4f6fa3d61b0418a48e0b69f67a0a13a272826695f89dce07660aae4d" id=45c6e785-8a00-4509-bab4-45e135931b86 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 17 01:32:33 addons-084050 crio[969]: time="2024-07-17 01:32:33.453208846Z" level=info msg="Removed pod sandbox: 51f73b7e4f6fa3d61b0418a48e0b69f67a0a13a272826695f89dce07660aae4d" id=45c6e785-8a00-4509-bab4-45e135931b86 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 17 01:32:33 addons-084050 crio[969]: time="2024-07-17 01:32:33.453717454Z" level=info msg="Stopping pod sandbox: 14b41ae862af5fce46da71dd255c71629e85d164abda2094c2df8182c0e93a65" id=7402b781-a3ef-482f-9a6f-b528acb980d9 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 17 01:32:33 addons-084050 crio[969]: time="2024-07-17 01:32:33.453832101Z" level=info msg="Stopped pod sandbox (already stopped): 14b41ae862af5fce46da71dd255c71629e85d164abda2094c2df8182c0e93a65" id=7402b781-a3ef-482f-9a6f-b528acb980d9 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 17 01:32:33 addons-084050 crio[969]: time="2024-07-17 01:32:33.454167930Z" level=info msg="Removing pod sandbox: 14b41ae862af5fce46da71dd255c71629e85d164abda2094c2df8182c0e93a65" id=09af88bc-cf4a-4c0f-a79b-4a9fac6c4baf name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 17 01:32:33 addons-084050 crio[969]: time="2024-07-17 01:32:33.464077676Z" level=info msg="Removed pod sandbox: 14b41ae862af5fce46da71dd255c71629e85d164abda2094c2df8182c0e93a65" id=09af88bc-cf4a-4c0f-a79b-4a9fac6c4baf name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jul 17 01:35:18 addons-084050 crio[969]: time="2024-07-17 01:35:18.083905622Z" level=info msg="Stopping container: 41edc8df2712c8a58b2aea9694f267aa64fb682443fbba7061dc9f46b825603a (timeout: 30s)" id=a2a36ad5-bf6b-492d-a56e-4842a9a988a9 name=/runtime.v1.RuntimeService/StopContainer
	Jul 17 01:35:19 addons-084050 crio[969]: time="2024-07-17 01:35:19.244083669Z" level=info msg="Stopped container 41edc8df2712c8a58b2aea9694f267aa64fb682443fbba7061dc9f46b825603a: kube-system/metrics-server-c59844bb4-whj68/metrics-server" id=a2a36ad5-bf6b-492d-a56e-4842a9a988a9 name=/runtime.v1.RuntimeService/StopContainer
	Jul 17 01:35:19 addons-084050 crio[969]: time="2024-07-17 01:35:19.244834911Z" level=info msg="Stopping pod sandbox: 1c59e8e1e310ad45584b7ad97d78acc189c76d24b7e03262aa5daf5283685477" id=4a7afaee-252f-486f-ac45-59bca937a858 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jul 17 01:35:19 addons-084050 crio[969]: time="2024-07-17 01:35:19.245064829Z" level=info msg="Got pod network &{Name:metrics-server-c59844bb4-whj68 Namespace:kube-system ID:1c59e8e1e310ad45584b7ad97d78acc189c76d24b7e03262aa5daf5283685477 UID:9e03059d-451f-41ad-a01e-f3ba9ef4bb4a NetNS:/var/run/netns/6720910b-3d05-42ee-85f4-2392b783410a Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Jul 17 01:35:19 addons-084050 crio[969]: time="2024-07-17 01:35:19.245226671Z" level=info msg="Deleting pod kube-system_metrics-server-c59844bb4-whj68 from CNI network \"kindnet\" (type=ptp)"
	Jul 17 01:35:19 addons-084050 crio[969]: time="2024-07-17 01:35:19.282193169Z" level=info msg="Stopped pod sandbox: 1c59e8e1e310ad45584b7ad97d78acc189c76d24b7e03262aa5daf5283685477" id=4a7afaee-252f-486f-ac45-59bca937a858 name=/runtime.v1.RuntimeService/StopPodSandbox
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                   CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	3642d7cfbe9a0       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6                   3 minutes ago       Running             hello-world-app           0                   766d131ec2ee1       hello-world-app-6778b5fc9f-h99vx
	a5f5891784d78       docker.io/library/nginx@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55                         5 minutes ago       Running             nginx                     0                   296cf67da7c0a       nginx
	26157ec3aaf73       ghcr.io/headlamp-k8s/headlamp@sha256:1c3f42aacd8eee1d3f1c63efb5a3b42da387ca1d87b77b0f486e8443201fcb37                   6 minutes ago       Running             headlamp                  0                   101d10a0abe0c       headlamp-7867546754-nqr44
	210ed4ff1a65f       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69            7 minutes ago       Running             gcp-auth                  0                   50cab2662efc1       gcp-auth-5db96cd9b4-c6bqc
	e260d4f7d6fad       docker.io/marcnuri/yakd@sha256:1c961556224d57fc747de0b1874524208e5fb4f8386f23e9c1c4c18e97109f17                         8 minutes ago       Running             yakd                      0                   ebed8477a83fc       yakd-dashboard-799879c74f-t42cd
	41edc8df2712c       registry.k8s.io/metrics-server/metrics-server@sha256:7f0fc3565b6d4655d078bb8e250d0423d7c79aeb05fbc71e1ffa6ff664264d70   8 minutes ago       Exited              metrics-server            0                   1c59e8e1e310a       metrics-server-c59844bb4-whj68
	c174af0e93290       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                                        8 minutes ago       Running             storage-provisioner       0                   97b98f59b1539       storage-provisioner
	3ca4b174a4db5       2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93                                                        8 minutes ago       Running             coredns                   0                   f0575b1185cb2       coredns-7db6d8ff4d-q4hl2
	b43723561cc97       docker.io/kindest/kindnetd@sha256:a9acb91d619f824eef2ba4c546bfd3b11ce22ef74ab3749e7264799fa588b381                      9 minutes ago       Running             kindnet-cni               0                   c1b6f14119bcd       kindnet-5bn9p
	2163f23a9768a       66dbb96a9149f69913ff817f696be766014cacdffc2ce0889a76c81165415fae                                                        9 minutes ago       Running             kube-proxy                0                   45edd47957277       kube-proxy-qc4db
	6e51b6629f770       84c601f3f72c87776cdcf77a73329d1f45297e43a92508b0f289fa2fcf8872a0                                                        9 minutes ago       Running             kube-apiserver            0                   c708dba0614c5       kube-apiserver-addons-084050
	a88c125d6d9be       014faa467e29798aeef733fe6d1a3b5e382688217b053ad23410e6cccd5d22fd                                                        9 minutes ago       Running             etcd                      0                   1b6880d384740       etcd-addons-084050
	fb322ccacbfbf       c7dd04b1bafeb51c650fde7f34ac0fdafa96030e77ea7a822135ff302d895dd5                                                        9 minutes ago       Running             kube-scheduler            0                   16c209cf18a96       kube-scheduler-addons-084050
	33bbf516ec872       e1dcc3400d3ea6a268c7ea6e66c3a196703770a8e346b695f54344ab53a47567                                                        9 minutes ago       Running             kube-controller-manager   0                   3458dc9e3ece6       kube-controller-manager-addons-084050
	
	
	==> coredns [3ca4b174a4db5362661259f5c2090c92fbe4e346780757d962f9ae11a494c4b0] <==
	[INFO] 10.244.0.8:52143 - 12830 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.00257864s
	[INFO] 10.244.0.8:33412 - 46773 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000106484s
	[INFO] 10.244.0.8:33412 - 52919 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000084241s
	[INFO] 10.244.0.8:58731 - 25287 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000325663s
	[INFO] 10.244.0.8:58731 - 40650 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000391048s
	[INFO] 10.244.0.8:51646 - 33798 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000051913s
	[INFO] 10.244.0.8:51646 - 45056 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000035413s
	[INFO] 10.244.0.8:55350 - 56674 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000039178s
	[INFO] 10.244.0.8:55350 - 33380 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000116042s
	[INFO] 10.244.0.8:38046 - 52153 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001395021s
	[INFO] 10.244.0.8:38046 - 33727 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001483067s
	[INFO] 10.244.0.8:52111 - 29512 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.00006152s
	[INFO] 10.244.0.8:52111 - 30026 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000036512s
	[INFO] 10.244.0.19:39275 - 54260 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000165855s
	[INFO] 10.244.0.19:57914 - 20148 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000097844s
	[INFO] 10.244.0.19:38425 - 5391 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.00017241s
	[INFO] 10.244.0.19:56361 - 60605 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000300777s
	[INFO] 10.244.0.19:53135 - 25469 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000092946s
	[INFO] 10.244.0.19:50608 - 58763 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000225029s
	[INFO] 10.244.0.19:42421 - 61446 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003164351s
	[INFO] 10.244.0.19:60763 - 39610 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002351684s
	[INFO] 10.244.0.19:47359 - 59295 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.001096886s
	[INFO] 10.244.0.19:35522 - 40078 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001814588s
	[INFO] 10.244.0.22:39931 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000225849s
	[INFO] 10.244.0.22:33867 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000128481s
	
	
	==> describe nodes <==
	Name:               addons-084050
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-084050
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=3cfbbb17fd76400a5ee2ea427db7148a0ef7c185
	                    minikube.k8s.io/name=addons-084050
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_07_17T01_25_33_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-084050
	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:  Wed, 17 Jul 2024 01:25:30 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-084050
	  AcquireTime:     <unset>
	  RenewTime:       Wed, 17 Jul 2024 01:35:14 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Wed, 17 Jul 2024 01:32:41 +0000   Wed, 17 Jul 2024 01:25:27 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Wed, 17 Jul 2024 01:32:41 +0000   Wed, 17 Jul 2024 01:25:27 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Wed, 17 Jul 2024 01:32:41 +0000   Wed, 17 Jul 2024 01:25:27 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Wed, 17 Jul 2024 01:32:41 +0000   Wed, 17 Jul 2024 01:26:32 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-084050
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022364Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022364Ki
	  pods:               110
	System Info:
	  Machine ID:                 2ccd05a5f25c4ca8b1c2db3b6cd41f25
	  System UUID:                b31a636b-7396-4d13-87a1-2cbb56dcd108
	  Boot ID:                    1938e2c3-e91b-4432-9cdb-82f3e807a09e
	  Kernel Version:             5.15.0-1064-aws
	  OS Image:                   Ubuntu 22.04.4 LTS
	  Operating System:           linux
	  Architecture:               arm64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.30.2
	  Kube-Proxy Version:         v1.30.2
	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                     hello-world-app-6778b5fc9f-h99vx         0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         3m12s
	  default                     nginx                                    0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m32s
	  gcp-auth                    gcp-auth-5db96cd9b4-c6bqc                0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         9m22s
	  headlamp                    headlamp-7867546754-nqr44                0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         6m51s
	  kube-system                 coredns-7db6d8ff4d-q4hl2                 100m (5%!)(MISSING)     0 (0%!)(MISSING)      70Mi (0%!)(MISSING)        170Mi (2%!)(MISSING)     9m32s
	  kube-system                 etcd-addons-084050                       100m (5%!)(MISSING)     0 (0%!)(MISSING)      100Mi (1%!)(MISSING)       0 (0%!)(MISSING)         9m47s
	  kube-system                 kindnet-5bn9p                            100m (5%!)(MISSING)     100m (5%!)(MISSING)   50Mi (0%!)(MISSING)        50Mi (0%!)(MISSING)      9m33s
	  kube-system                 kube-apiserver-addons-084050             250m (12%!)(MISSING)    0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         9m46s
	  kube-system                 kube-controller-manager-addons-084050    200m (10%!)(MISSING)    0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         9m46s
	  kube-system                 kube-proxy-qc4db                         0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         9m33s
	  kube-system                 kube-scheduler-addons-084050             100m (5%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         9m46s
	  kube-system                 storage-provisioner                      0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         9m27s
	  yakd-dashboard              yakd-dashboard-799879c74f-t42cd          0 (0%!)(MISSING)        0 (0%!)(MISSING)      128Mi (1%!)(MISSING)       256Mi (3%!)(MISSING)     9m27s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                850m (42%!)(MISSING)  100m (5%!)(MISSING)
	  memory             348Mi (4%!)(MISSING)  476Mi (6%!)(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)
	  hugepages-32Mi     0 (0%!)(MISSING)      0 (0%!)(MISSING)
	  hugepages-64Ki     0 (0%!)(MISSING)      0 (0%!)(MISSING)
	Events:
	  Type    Reason                   Age                    From             Message
	  ----    ------                   ----                   ----             -------
	  Normal  Starting                 9m27s                  kube-proxy       
	  Normal  Starting                 9m53s                  kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  9m53s (x8 over 9m53s)  kubelet          Node addons-084050 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    9m53s (x8 over 9m53s)  kubelet          Node addons-084050 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     9m53s (x8 over 9m53s)  kubelet          Node addons-084050 status is now: NodeHasSufficientPID
	  Normal  Starting                 9m47s                  kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  9m46s                  kubelet          Node addons-084050 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    9m46s                  kubelet          Node addons-084050 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     9m46s                  kubelet          Node addons-084050 status is now: NodeHasSufficientPID
	  Normal  RegisteredNode           9m33s                  node-controller  Node addons-084050 event: Registered Node addons-084050 in Controller
	  Normal  NodeReady                8m47s                  kubelet          Node addons-084050 status is now: NodeReady
	
	
	==> dmesg <==
	[  +0.001056] FS-Cache: N-key=[8] '9acfc90000000000'
	[  +0.002571] FS-Cache: Duplicate cookie detected
	[  +0.000793] FS-Cache: O-cookie c=00000006 [p=00000003 fl=226 nc=0 na=1]
	[  +0.000960] FS-Cache: O-cookie d=00000000fbbf4cfb{9p.inode} n=00000000e5ad860a
	[  +0.001028] FS-Cache: O-key=[8] '9acfc90000000000'
	[  +0.000748] FS-Cache: N-cookie c=0000000d [p=00000003 fl=2 nc=0 na=1]
	[  +0.000972] FS-Cache: N-cookie d=00000000fbbf4cfb{9p.inode} n=000000006eaef951
	[  +0.001195] FS-Cache: N-key=[8] '9acfc90000000000'
	[  +2.467724] FS-Cache: Duplicate cookie detected
	[  +0.000709] FS-Cache: O-cookie c=00000004 [p=00000003 fl=226 nc=0 na=1]
	[  +0.000947] FS-Cache: O-cookie d=00000000fbbf4cfb{9p.inode} n=0000000047a0b4c4
	[  +0.001015] FS-Cache: O-key=[8] '99cfc90000000000'
	[  +0.000717] FS-Cache: N-cookie c=0000000f [p=00000003 fl=2 nc=0 na=1]
	[  +0.000907] FS-Cache: N-cookie d=00000000fbbf4cfb{9p.inode} n=00000000147d1084
	[  +0.001015] FS-Cache: N-key=[8] '99cfc90000000000'
	[  +0.291829] FS-Cache: Duplicate cookie detected
	[  +0.000688] FS-Cache: O-cookie c=00000009 [p=00000003 fl=226 nc=0 na=1]
	[  +0.001010] FS-Cache: O-cookie d=00000000fbbf4cfb{9p.inode} n=0000000008244d9e
	[  +0.001027] FS-Cache: O-key=[8] 'a1cfc90000000000'
	[  +0.000691] FS-Cache: N-cookie c=00000010 [p=00000003 fl=2 nc=0 na=1]
	[  +0.000913] FS-Cache: N-cookie d=00000000fbbf4cfb{9p.inode} n=000000004e0ea155
	[  +0.001035] FS-Cache: N-key=[8] 'a1cfc90000000000'
	[Jul17 00:21] systemd-journald[221]: Failed to send stream file descriptor to service manager: Connection refused
	[Jul17 00:25] hrtimer: interrupt took 12056161 ns
	[Jul17 00:51] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
	
	
	==> etcd [a88c125d6d9be8437e6145836c82dd8e4da766e81a1bef5c6d3bf3c2058e364b] <==
	{"level":"info","ts":"2024-07-17T01:25:26.847529Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2024-07-17T01:25:27.210814Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
	{"level":"info","ts":"2024-07-17T01:25:27.210876Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
	{"level":"info","ts":"2024-07-17T01:25:27.210897Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
	{"level":"info","ts":"2024-07-17T01:25:27.210913Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
	{"level":"info","ts":"2024-07-17T01:25:27.210919Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
	{"level":"info","ts":"2024-07-17T01:25:27.210929Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
	{"level":"info","ts":"2024-07-17T01:25:27.210938Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
	{"level":"info","ts":"2024-07-17T01:25:27.214895Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
	{"level":"info","ts":"2024-07-17T01:25:27.218965Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-084050 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
	{"level":"info","ts":"2024-07-17T01:25:27.219094Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2024-07-17T01:25:27.219353Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2024-07-17T01:25:27.220989Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
	{"level":"info","ts":"2024-07-17T01:25:27.222647Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
	{"level":"info","ts":"2024-07-17T01:25:27.227962Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
	{"level":"info","ts":"2024-07-17T01:25:27.227995Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
	{"level":"info","ts":"2024-07-17T01:25:27.228055Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
	{"level":"info","ts":"2024-07-17T01:25:27.228133Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
	{"level":"info","ts":"2024-07-17T01:25:27.22816Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
	{"level":"info","ts":"2024-07-17T01:25:47.13723Z","caller":"traceutil/trace.go:171","msg":"trace[1738841005] transaction","detail":"{read_only:false; response_revision:384; number_of_response:1; }","duration":"222.214062ms","start":"2024-07-17T01:25:46.907326Z","end":"2024-07-17T01:25:47.12954Z","steps":["trace[1738841005] 'process raft request'  (duration: 200.20833ms)","trace[1738841005] 'compare'  (duration: 21.491348ms)"],"step_count":2}
	{"level":"info","ts":"2024-07-17T01:25:47.669404Z","caller":"traceutil/trace.go:171","msg":"trace[1197370761] transaction","detail":"{read_only:false; number_of_response:1; response_revision:385; }","duration":"261.407798ms","start":"2024-07-17T01:25:47.407682Z","end":"2024-07-17T01:25:47.66909Z","steps":["trace[1197370761] 'process raft request'  (duration: 88.742689ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-17T01:25:47.915103Z","caller":"traceutil/trace.go:171","msg":"trace[1821727842] transaction","detail":"{read_only:false; response_revision:387; number_of_response:1; }","duration":"199.548866ms","start":"2024-07-17T01:25:47.715526Z","end":"2024-07-17T01:25:47.915075Z","steps":["trace[1821727842] 'process raft request'  (duration: 185.596192ms)","trace[1821727842] 'marshal mvccpb.KeyValue' {req_type:put; key:/registry/events/kube-system/kube-proxy-qc4db.17e2dbadd8267766; req_size:761; } (duration: 13.173672ms)"],"step_count":2}
	{"level":"info","ts":"2024-07-17T01:25:47.916131Z","caller":"traceutil/trace.go:171","msg":"trace[2078563747] transaction","detail":"{read_only:false; response_revision:388; number_of_response:1; }","duration":"199.08893ms","start":"2024-07-17T01:25:47.715891Z","end":"2024-07-17T01:25:47.914979Z","steps":["trace[2078563747] 'process raft request'  (duration: 198.599456ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-17T01:25:49.708295Z","caller":"traceutil/trace.go:171","msg":"trace[694683957] transaction","detail":"{read_only:false; response_revision:402; number_of_response:1; }","duration":"105.101479ms","start":"2024-07-17T01:25:49.603178Z","end":"2024-07-17T01:25:49.708279Z","steps":["trace[694683957] 'process raft request'  (duration: 104.732322ms)"],"step_count":1}
	{"level":"info","ts":"2024-07-17T01:25:49.708685Z","caller":"traceutil/trace.go:171","msg":"trace[1779268873] transaction","detail":"{read_only:false; response_revision:403; number_of_response:1; }","duration":"105.446348ms","start":"2024-07-17T01:25:49.60323Z","end":"2024-07-17T01:25:49.708676Z","steps":["trace[1779268873] 'process raft request'  (duration: 104.784702ms)"],"step_count":1}
	
	
	==> gcp-auth [210ed4ff1a65f8ea563801e94c2fc3a252d1168265e621d9b041ce0367c3c4ab] <==
	2024/07/17 01:27:23 GCP Auth Webhook started!
	2024/07/17 01:28:27 Ready to marshal response ...
	2024/07/17 01:28:27 Ready to write response ...
	2024/07/17 01:28:28 Ready to marshal response ...
	2024/07/17 01:28:28 Ready to write response ...
	2024/07/17 01:28:28 Ready to marshal response ...
	2024/07/17 01:28:28 Ready to write response ...
	2024/07/17 01:28:38 Ready to marshal response ...
	2024/07/17 01:28:38 Ready to write response ...
	2024/07/17 01:28:44 Ready to marshal response ...
	2024/07/17 01:28:44 Ready to write response ...
	2024/07/17 01:28:44 Ready to marshal response ...
	2024/07/17 01:28:44 Ready to write response ...
	2024/07/17 01:28:53 Ready to marshal response ...
	2024/07/17 01:28:53 Ready to write response ...
	2024/07/17 01:29:05 Ready to marshal response ...
	2024/07/17 01:29:05 Ready to write response ...
	2024/07/17 01:29:18 Ready to marshal response ...
	2024/07/17 01:29:18 Ready to write response ...
	2024/07/17 01:29:47 Ready to marshal response ...
	2024/07/17 01:29:47 Ready to write response ...
	2024/07/17 01:32:07 Ready to marshal response ...
	2024/07/17 01:32:07 Ready to write response ...
	
	
	==> kernel <==
	 01:35:19 up  2:17,  0 users,  load average: 0.11, 0.54, 1.80
	Linux addons-084050 5.15.0-1064-aws #70~20.04.1-Ubuntu SMP Thu Jun 27 14:52:48 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.4 LTS"
	
	
	==> kindnet [b43723561cc9759cfd51d8e1608c392a0bacbc0bc1d91294dfbe33338328ca8b] <==
	I0717 01:34:02.358124       1 main.go:303] handling current node
	W0717 01:34:08.240912       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
	E0717 01:34:08.240945       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
	I0717 01:34:12.358081       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0717 01:34:12.358116       1 main.go:303] handling current node
	I0717 01:34:22.357481       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0717 01:34:22.357514       1 main.go:303] handling current node
	W0717 01:34:23.041542       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
	E0717 01:34:23.041577       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
	I0717 01:34:32.357625       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0717 01:34:32.357661       1 main.go:303] handling current node
	W0717 01:34:37.272671       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
	E0717 01:34:37.272704       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
	I0717 01:34:42.358107       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0717 01:34:42.358227       1 main.go:303] handling current node
	W0717 01:34:43.130919       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
	E0717 01:34:43.130957       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
	I0717 01:34:52.358050       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0717 01:34:52.358086       1 main.go:303] handling current node
	I0717 01:35:02.357623       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0717 01:35:02.357663       1 main.go:303] handling current node
	W0717 01:35:04.778317       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
	E0717 01:35:04.778354       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
	I0717 01:35:12.357919       1 main.go:299] Handling node with IPs: map[192.168.49.2:{}]
	I0717 01:35:12.357955       1 main.go:303] handling current node
	
	
	==> kube-apiserver [6e51b6629f7709d47e8ec8275d25c2ebb0bec608278d01378bd05caa2c3a89a7] <==
	E0717 01:27:57.880859       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]]
	E0717 01:27:57.881542       1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.106.139.88:443/apis/metrics.k8s.io/v1beta1: Get "https://10.106.139.88:443/apis/metrics.k8s.io/v1beta1": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
	I0717 01:27:57.931455       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	I0717 01:28:27.970463       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.102.27.132"}
	E0717 01:29:09.172455       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	I0717 01:29:16.605815       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I0717 01:29:35.160437       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0717 01:29:35.160484       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0717 01:29:35.208516       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0717 01:29:35.208586       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0717 01:29:35.282688       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0717 01:29:35.282787       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0717 01:29:35.283988       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0717 01:29:35.284037       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0717 01:29:35.329681       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0717 01:29:35.329735       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0717 01:29:36.283392       1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0717 01:29:36.329969       1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0717 01:29:36.351998       1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0717 01:29:42.008781       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0717 01:29:43.051928       1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0717 01:29:47.615652       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0717 01:29:47.918948       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.109.146.4"}
	I0717 01:32:07.864284       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.97.61.203"}
	
	
	==> kube-controller-manager [33bbf516ec8726497d6c2ddaf35c5119b0a578c7b088362a5ea01daae66a8ee4] <==
	W0717 01:33:04.580321       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
	E0717 01:33:04.580362       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
	W0717 01:33:18.712630       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
	E0717 01:33:18.712665       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
	W0717 01:33:41.935046       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
	E0717 01:33:41.935086       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
	W0717 01:33:48.456120       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
	E0717 01:33:48.456162       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
	W0717 01:33:54.900779       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
	E0717 01:33:54.900816       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
	W0717 01:33:59.778742       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
	E0717 01:33:59.778798       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
	W0717 01:34:21.088918       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
	E0717 01:34:21.088956       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
	W0717 01:34:21.226716       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
	E0717 01:34:21.226778       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
	W0717 01:34:41.317331       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
	E0717 01:34:41.317368       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
	W0717 01:34:50.130676       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
	E0717 01:34:50.130714       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
	W0717 01:34:54.347481       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
	E0717 01:34:54.347600       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
	W0717 01:35:12.781812       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
	E0717 01:35:12.781847       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
	I0717 01:35:18.066862       1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/metrics-server-c59844bb4" duration="7.598µs"
	
	
	==> kube-proxy [2163f23a9768a9e035b93ccf8aef2026e69c4d9144f1e0e8dc08e7b4407a40dd] <==
	I0717 01:25:51.963930       1 server_linux.go:69] "Using iptables proxy"
	I0717 01:25:52.129963       1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	I0717 01:25:52.622591       1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0717 01:25:52.622642       1 server_linux.go:165] "Using iptables Proxier"
	I0717 01:25:52.625875       1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
	I0717 01:25:52.625966       1 server_linux.go:528] "Defaulting to no-op detect-local"
	I0717 01:25:52.626020       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"
	I0717 01:25:52.626251       1 server.go:872] "Version info" version="v1.30.2"
	I0717 01:25:52.626439       1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0717 01:25:52.650629       1 config.go:192] "Starting service config controller"
	I0717 01:25:52.653900       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0717 01:25:52.654192       1 config.go:101] "Starting endpoint slice config controller"
	I0717 01:25:52.654388       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0717 01:25:52.656793       1 config.go:319] "Starting node config controller"
	I0717 01:25:52.657903       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0717 01:25:52.764360       1 shared_informer.go:320] Caches are synced for node config
	I0717 01:25:52.768590       1 shared_informer.go:320] Caches are synced for service config
	I0717 01:25:52.768712       1 shared_informer.go:320] Caches are synced for endpoint slice config
	
	
	==> kube-scheduler [fb322ccacbfbf356fde038abb0a4101e158c5a86f5237f675497f5ba84fa6e0d] <==
	I0717 01:25:30.984342       1 serving.go:380] Generated self-signed cert in-memory
	I0717 01:25:33.141573       1 server.go:154] "Starting Kubernetes Scheduler" version="v1.30.2"
	I0717 01:25:33.142692       1 server.go:156] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0717 01:25:33.148251       1 secure_serving.go:213] Serving securely on 127.0.0.1:10259
	I0717 01:25:33.148491       1 requestheader_controller.go:169] Starting RequestHeaderAuthRequestController
	I0717 01:25:33.148535       1 shared_informer.go:313] Waiting for caches to sync for RequestHeaderAuthRequestController
	I0717 01:25:33.148580       1 tlsconfig.go:240] "Starting DynamicServingCertificateController"
	I0717 01:25:33.150255       1 configmap_cafile_content.go:202] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0717 01:25:33.159488       1 shared_informer.go:313] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	I0717 01:25:33.158824       1 configmap_cafile_content.go:202] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
	I0717 01:25:33.159586       1 shared_informer.go:313] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file
	I0717 01:25:33.248670       1 shared_informer.go:320] Caches are synced for RequestHeaderAuthRequestController
	I0717 01:25:33.259705       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file
	I0717 01:25:33.259826       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Jul 17 01:32:11 addons-084050 kubelet[1547]: I0717 01:32:11.103382    1547 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="97ae4c34-84d0-4ffb-88d9-3f612082cea3" path="/var/lib/kubelet/pods/97ae4c34-84d0-4ffb-88d9-3f612082cea3/volumes"
	Jul 17 01:32:11 addons-084050 kubelet[1547]: I0717 01:32:11.103746    1547 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="cc5f3389-57f6-4315-bc20-ecc44b6fc8c2" path="/var/lib/kubelet/pods/cc5f3389-57f6-4315-bc20-ecc44b6fc8c2/volumes"
	Jul 17 01:32:13 addons-084050 kubelet[1547]: I0717 01:32:13.516795    1547 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-f89lt\" (UniqueName: \"kubernetes.io/projected/4d906e16-14bc-4994-8e9c-d58afb60bda8-kube-api-access-f89lt\") pod \"4d906e16-14bc-4994-8e9c-d58afb60bda8\" (UID: \"4d906e16-14bc-4994-8e9c-d58afb60bda8\") "
	Jul 17 01:32:13 addons-084050 kubelet[1547]: I0717 01:32:13.516861    1547 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/4d906e16-14bc-4994-8e9c-d58afb60bda8-webhook-cert\") pod \"4d906e16-14bc-4994-8e9c-d58afb60bda8\" (UID: \"4d906e16-14bc-4994-8e9c-d58afb60bda8\") "
	Jul 17 01:32:13 addons-084050 kubelet[1547]: I0717 01:32:13.519741    1547 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/4d906e16-14bc-4994-8e9c-d58afb60bda8-kube-api-access-f89lt" (OuterVolumeSpecName: "kube-api-access-f89lt") pod "4d906e16-14bc-4994-8e9c-d58afb60bda8" (UID: "4d906e16-14bc-4994-8e9c-d58afb60bda8"). InnerVolumeSpecName "kube-api-access-f89lt". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Jul 17 01:32:13 addons-084050 kubelet[1547]: I0717 01:32:13.524159    1547 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/4d906e16-14bc-4994-8e9c-d58afb60bda8-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "4d906e16-14bc-4994-8e9c-d58afb60bda8" (UID: "4d906e16-14bc-4994-8e9c-d58afb60bda8"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
	Jul 17 01:32:13 addons-084050 kubelet[1547]: I0717 01:32:13.617505    1547 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-f89lt\" (UniqueName: \"kubernetes.io/projected/4d906e16-14bc-4994-8e9c-d58afb60bda8-kube-api-access-f89lt\") on node \"addons-084050\" DevicePath \"\""
	Jul 17 01:32:13 addons-084050 kubelet[1547]: I0717 01:32:13.617548    1547 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/4d906e16-14bc-4994-8e9c-d58afb60bda8-webhook-cert\") on node \"addons-084050\" DevicePath \"\""
	Jul 17 01:32:13 addons-084050 kubelet[1547]: I0717 01:32:13.628337    1547 scope.go:117] "RemoveContainer" containerID="5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545"
	Jul 17 01:32:13 addons-084050 kubelet[1547]: I0717 01:32:13.646222    1547 scope.go:117] "RemoveContainer" containerID="5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545"
	Jul 17 01:32:13 addons-084050 kubelet[1547]: E0717 01:32:13.646608    1547 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545\": container with ID starting with 5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545 not found: ID does not exist" containerID="5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545"
	Jul 17 01:32:13 addons-084050 kubelet[1547]: I0717 01:32:13.646651    1547 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545"} err="failed to get container status \"5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545\": rpc error: code = NotFound desc = could not find container \"5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545\": container with ID starting with 5e1a8382b24b803cb3fbd7268d44e8e143de129ef26a76a47938bcbb6834a545 not found: ID does not exist"
	Jul 17 01:32:15 addons-084050 kubelet[1547]: I0717 01:32:15.102658    1547 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="4d906e16-14bc-4994-8e9c-d58afb60bda8" path="/var/lib/kubelet/pods/4d906e16-14bc-4994-8e9c-d58afb60bda8/volumes"
	Jul 17 01:32:33 addons-084050 kubelet[1547]: I0717 01:32:33.383315    1547 scope.go:117] "RemoveContainer" containerID="3131dacc70a242e3b943768c02b9b496a58feab2372de50a6324ab09a2afc15a"
	Jul 17 01:32:33 addons-084050 kubelet[1547]: I0717 01:32:33.401522    1547 scope.go:117] "RemoveContainer" containerID="b6bfb19d729d9084f636ab4480194085d66b07ee8b3394dbfd37b2a395130230"
	Jul 17 01:35:19 addons-084050 kubelet[1547]: I0717 01:35:19.342133    1547 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-mggjl\" (UniqueName: \"kubernetes.io/projected/9e03059d-451f-41ad-a01e-f3ba9ef4bb4a-kube-api-access-mggjl\") pod \"9e03059d-451f-41ad-a01e-f3ba9ef4bb4a\" (UID: \"9e03059d-451f-41ad-a01e-f3ba9ef4bb4a\") "
	Jul 17 01:35:19 addons-084050 kubelet[1547]: I0717 01:35:19.342224    1547 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/9e03059d-451f-41ad-a01e-f3ba9ef4bb4a-tmp-dir\") pod \"9e03059d-451f-41ad-a01e-f3ba9ef4bb4a\" (UID: \"9e03059d-451f-41ad-a01e-f3ba9ef4bb4a\") "
	Jul 17 01:35:19 addons-084050 kubelet[1547]: I0717 01:35:19.342565    1547 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/empty-dir/9e03059d-451f-41ad-a01e-f3ba9ef4bb4a-tmp-dir" (OuterVolumeSpecName: "tmp-dir") pod "9e03059d-451f-41ad-a01e-f3ba9ef4bb4a" (UID: "9e03059d-451f-41ad-a01e-f3ba9ef4bb4a"). InnerVolumeSpecName "tmp-dir". PluginName "kubernetes.io/empty-dir", VolumeGidValue ""
	Jul 17 01:35:19 addons-084050 kubelet[1547]: I0717 01:35:19.347404    1547 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/9e03059d-451f-41ad-a01e-f3ba9ef4bb4a-kube-api-access-mggjl" (OuterVolumeSpecName: "kube-api-access-mggjl") pod "9e03059d-451f-41ad-a01e-f3ba9ef4bb4a" (UID: "9e03059d-451f-41ad-a01e-f3ba9ef4bb4a"). InnerVolumeSpecName "kube-api-access-mggjl". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Jul 17 01:35:19 addons-084050 kubelet[1547]: I0717 01:35:19.444264    1547 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-mggjl\" (UniqueName: \"kubernetes.io/projected/9e03059d-451f-41ad-a01e-f3ba9ef4bb4a-kube-api-access-mggjl\") on node \"addons-084050\" DevicePath \"\""
	Jul 17 01:35:19 addons-084050 kubelet[1547]: I0717 01:35:19.444305    1547 reconciler_common.go:289] "Volume detached for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/9e03059d-451f-41ad-a01e-f3ba9ef4bb4a-tmp-dir\") on node \"addons-084050\" DevicePath \"\""
	Jul 17 01:35:19 addons-084050 kubelet[1547]: I0717 01:35:19.992416    1547 scope.go:117] "RemoveContainer" containerID="41edc8df2712c8a58b2aea9694f267aa64fb682443fbba7061dc9f46b825603a"
	Jul 17 01:35:20 addons-084050 kubelet[1547]: I0717 01:35:20.040198    1547 scope.go:117] "RemoveContainer" containerID="41edc8df2712c8a58b2aea9694f267aa64fb682443fbba7061dc9f46b825603a"
	Jul 17 01:35:20 addons-084050 kubelet[1547]: E0717 01:35:20.040728    1547 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"41edc8df2712c8a58b2aea9694f267aa64fb682443fbba7061dc9f46b825603a\": container with ID starting with 41edc8df2712c8a58b2aea9694f267aa64fb682443fbba7061dc9f46b825603a not found: ID does not exist" containerID="41edc8df2712c8a58b2aea9694f267aa64fb682443fbba7061dc9f46b825603a"
	Jul 17 01:35:20 addons-084050 kubelet[1547]: I0717 01:35:20.040769    1547 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"41edc8df2712c8a58b2aea9694f267aa64fb682443fbba7061dc9f46b825603a"} err="failed to get container status \"41edc8df2712c8a58b2aea9694f267aa64fb682443fbba7061dc9f46b825603a\": rpc error: code = NotFound desc = could not find container \"41edc8df2712c8a58b2aea9694f267aa64fb682443fbba7061dc9f46b825603a\": container with ID starting with 41edc8df2712c8a58b2aea9694f267aa64fb682443fbba7061dc9f46b825603a not found: ID does not exist"
	
	
	==> storage-provisioner [c174af0e93290a384e7d62fc588af9033c75bf0384aaffb133c0cb1a77fbb4bd] <==
	I0717 01:26:33.464726       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0717 01:26:33.553448       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0717 01:26:33.553573       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0717 01:26:33.583257       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0717 01:26:33.584238       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-084050_0d506ad6-32fc-4e65-b871-b03268ad92e0!
	I0717 01:26:33.586069       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"d2126c23-a52a-4dfa-8b95-53dfa61b168c", APIVersion:"v1", ResourceVersion:"947", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-084050_0d506ad6-32fc-4e65-b871-b03268ad92e0 became leader
	I0717 01:26:33.686866       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-084050_0d506ad6-32fc-4e65-b871-b03268ad92e0!
	

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

                                                
                                    

Test pass (301/336)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 7.2
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.07
9 TestDownloadOnly/v1.20.0/DeleteAll 0.2
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.12
12 TestDownloadOnly/v1.30.2/json-events 5.47
13 TestDownloadOnly/v1.30.2/preload-exists 0
17 TestDownloadOnly/v1.30.2/LogsDuration 0.07
18 TestDownloadOnly/v1.30.2/DeleteAll 0.19
19 TestDownloadOnly/v1.30.2/DeleteAlwaysSucceeds 0.12
21 TestDownloadOnly/v1.31.0-beta.0/json-events 6.3
22 TestDownloadOnly/v1.31.0-beta.0/preload-exists 0
26 TestDownloadOnly/v1.31.0-beta.0/LogsDuration 0.07
27 TestDownloadOnly/v1.31.0-beta.0/DeleteAll 0.21
28 TestDownloadOnly/v1.31.0-beta.0/DeleteAlwaysSucceeds 0.13
30 TestBinaryMirror 0.55
34 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.07
35 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.07
36 TestAddons/Setup 222.25
38 TestAddons/parallel/Registry 15.85
40 TestAddons/parallel/InspektorGadget 11.8
44 TestAddons/parallel/CSI 39.42
45 TestAddons/parallel/Headlamp 11.98
46 TestAddons/parallel/CloudSpanner 6.59
47 TestAddons/parallel/LocalPath 52.44
48 TestAddons/parallel/NvidiaDevicePlugin 6.56
49 TestAddons/parallel/Yakd 5.01
53 TestAddons/serial/GCPAuth/Namespaces 0.16
54 TestAddons/StoppedEnableDisable 12.14
55 TestCertOptions 40
56 TestCertExpiration 248.98
58 TestForceSystemdFlag 38.07
59 TestForceSystemdEnv 41.25
65 TestErrorSpam/setup 28.61
66 TestErrorSpam/start 0.68
67 TestErrorSpam/status 0.98
68 TestErrorSpam/pause 1.68
69 TestErrorSpam/unpause 1.73
70 TestErrorSpam/stop 1.39
73 TestFunctional/serial/CopySyncFile 0
74 TestFunctional/serial/StartWithProxy 58.14
75 TestFunctional/serial/AuditLog 0
76 TestFunctional/serial/SoftStart 23.79
77 TestFunctional/serial/KubeContext 0.07
78 TestFunctional/serial/KubectlGetPods 0.09
81 TestFunctional/serial/CacheCmd/cache/add_remote 4.2
82 TestFunctional/serial/CacheCmd/cache/add_local 1.08
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.29
86 TestFunctional/serial/CacheCmd/cache/cache_reload 1.96
87 TestFunctional/serial/CacheCmd/cache/delete 0.1
88 TestFunctional/serial/MinikubeKubectlCmd 0.14
89 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.13
90 TestFunctional/serial/ExtraConfig 31.85
91 TestFunctional/serial/ComponentHealth 0.09
92 TestFunctional/serial/LogsCmd 1.66
93 TestFunctional/serial/LogsFileCmd 1.72
94 TestFunctional/serial/InvalidService 4.17
96 TestFunctional/parallel/ConfigCmd 0.45
97 TestFunctional/parallel/DashboardCmd 12.35
98 TestFunctional/parallel/DryRun 0.58
99 TestFunctional/parallel/InternationalLanguage 0.18
100 TestFunctional/parallel/StatusCmd 1
104 TestFunctional/parallel/ServiceCmdConnect 13.77
105 TestFunctional/parallel/AddonsCmd 0.25
106 TestFunctional/parallel/PersistentVolumeClaim 26.09
108 TestFunctional/parallel/SSHCmd 0.78
109 TestFunctional/parallel/CpCmd 2.34
111 TestFunctional/parallel/FileSync 0.37
112 TestFunctional/parallel/CertSync 2.13
116 TestFunctional/parallel/NodeLabels 0.09
118 TestFunctional/parallel/NonActiveRuntimeDisabled 0.63
120 TestFunctional/parallel/License 0.26
122 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.64
123 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
125 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 8.43
126 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.15
127 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0
131 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
132 TestFunctional/parallel/ServiceCmd/DeployApp 7.25
133 TestFunctional/parallel/ProfileCmd/profile_not_create 0.4
134 TestFunctional/parallel/ProfileCmd/profile_list 0.39
135 TestFunctional/parallel/ProfileCmd/profile_json_output 0.36
136 TestFunctional/parallel/MountCmd/any-port 7.33
137 TestFunctional/parallel/ServiceCmd/List 0.55
138 TestFunctional/parallel/ServiceCmd/JSONOutput 0.52
139 TestFunctional/parallel/ServiceCmd/HTTPS 0.39
140 TestFunctional/parallel/ServiceCmd/Format 0.5
141 TestFunctional/parallel/ServiceCmd/URL 0.39
142 TestFunctional/parallel/MountCmd/specific-port 1.44
143 TestFunctional/parallel/MountCmd/VerifyCleanup 2.35
144 TestFunctional/parallel/Version/short 0.07
145 TestFunctional/parallel/Version/components 1.37
146 TestFunctional/parallel/ImageCommands/ImageListShort 0.26
147 TestFunctional/parallel/ImageCommands/ImageListTable 0.25
148 TestFunctional/parallel/ImageCommands/ImageListJson 0.23
149 TestFunctional/parallel/ImageCommands/ImageListYaml 0.26
150 TestFunctional/parallel/ImageCommands/ImageBuild 2.66
151 TestFunctional/parallel/ImageCommands/Setup 0.82
152 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 1.53
153 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 2.8
154 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 1.26
155 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.57
156 TestFunctional/parallel/ImageCommands/ImageRemove 0.62
157 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 0.95
158 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.68
159 TestFunctional/parallel/UpdateContextCmd/no_changes 0.23
160 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.17
161 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.16
162 TestFunctional/delete_echo-server_images 0.04
163 TestFunctional/delete_my-image_image 0.01
164 TestFunctional/delete_minikube_cached_images 0.01
168 TestMultiControlPlane/serial/StartCluster 187.68
169 TestMultiControlPlane/serial/DeployApp 6.64
170 TestMultiControlPlane/serial/PingHostFromPods 1.56
171 TestMultiControlPlane/serial/AddWorkerNode 37.25
172 TestMultiControlPlane/serial/NodeLabels 0.1
173 TestMultiControlPlane/serial/HAppyAfterClusterStart 0.76
174 TestMultiControlPlane/serial/CopyFile 18.38
175 TestMultiControlPlane/serial/StopSecondaryNode 12.68
176 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.54
177 TestMultiControlPlane/serial/RestartSecondaryNode 22.95
178 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 16.27
179 TestMultiControlPlane/serial/RestartClusterKeepsNodes 200.04
180 TestMultiControlPlane/serial/DeleteSecondaryNode 13.09
181 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.5
182 TestMultiControlPlane/serial/StopCluster 35.78
183 TestMultiControlPlane/serial/RestartCluster 83.56
184 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.62
185 TestMultiControlPlane/serial/AddSecondaryNode 75.94
186 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 0.76
190 TestJSONOutput/start/Command 60.97
191 TestJSONOutput/start/Audit 0
193 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
194 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
196 TestJSONOutput/pause/Command 0.72
197 TestJSONOutput/pause/Audit 0
199 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
200 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
202 TestJSONOutput/unpause/Command 0.67
203 TestJSONOutput/unpause/Audit 0
205 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
206 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
208 TestJSONOutput/stop/Command 5.86
209 TestJSONOutput/stop/Audit 0
211 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
212 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
213 TestErrorJSONOutput 0.21
215 TestKicCustomNetwork/create_custom_network 44.34
216 TestKicCustomNetwork/use_default_bridge_network 36.06
217 TestKicExistingNetwork 35.09
218 TestKicCustomSubnet 32.67
219 TestKicStaticIP 34.16
220 TestMainNoArgs 0.05
221 TestMinikubeProfile 66.55
224 TestMountStart/serial/StartWithMountFirst 6.47
225 TestMountStart/serial/VerifyMountFirst 0.26
226 TestMountStart/serial/StartWithMountSecond 7.04
227 TestMountStart/serial/VerifyMountSecond 0.24
228 TestMountStart/serial/DeleteFirst 1.61
229 TestMountStart/serial/VerifyMountPostDelete 0.26
230 TestMountStart/serial/Stop 1.2
231 TestMountStart/serial/RestartStopped 7.56
232 TestMountStart/serial/VerifyMountPostStop 0.26
235 TestMultiNode/serial/FreshStart2Nodes 88.63
236 TestMultiNode/serial/DeployApp2Nodes 4.35
237 TestMultiNode/serial/PingHostFrom2Pods 0.95
238 TestMultiNode/serial/AddNode 32.99
239 TestMultiNode/serial/MultiNodeLabels 0.09
240 TestMultiNode/serial/ProfileList 0.32
241 TestMultiNode/serial/CopyFile 9.96
242 TestMultiNode/serial/StopNode 2.21
243 TestMultiNode/serial/StartAfterStop 11.25
244 TestMultiNode/serial/RestartKeepsNodes 81.79
245 TestMultiNode/serial/DeleteNode 5.29
246 TestMultiNode/serial/StopMultiNode 23.94
247 TestMultiNode/serial/RestartMultiNode 50.21
248 TestMultiNode/serial/ValidateNameConflict 34.23
253 TestPreload 131.35
255 TestScheduledStopUnix 111.78
258 TestInsufficientStorage 11.53
259 TestRunningBinaryUpgrade 62.61
261 TestKubernetesUpgrade 398.1
262 TestMissingContainerUpgrade 138.4
264 TestNoKubernetes/serial/StartNoK8sWithVersion 0.07
265 TestNoKubernetes/serial/StartWithK8s 42.11
266 TestNoKubernetes/serial/StartWithStopK8s 19.25
267 TestNoKubernetes/serial/Start 10.07
268 TestNoKubernetes/serial/VerifyK8sNotRunning 0.39
269 TestNoKubernetes/serial/ProfileList 16.98
270 TestNoKubernetes/serial/Stop 1.21
271 TestNoKubernetes/serial/StartNoArgs 9.69
272 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.35
273 TestStoppedBinaryUpgrade/Setup 1.08
274 TestStoppedBinaryUpgrade/Upgrade 101.69
275 TestStoppedBinaryUpgrade/MinikubeLogs 1.12
284 TestPause/serial/Start 60.28
285 TestPause/serial/SecondStartNoReconfiguration 22.64
286 TestPause/serial/Pause 0.83
287 TestPause/serial/VerifyStatus 0.33
288 TestPause/serial/Unpause 0.64
289 TestPause/serial/PauseAgain 0.87
290 TestPause/serial/DeletePaused 3
291 TestPause/serial/VerifyDeletedResources 0.33
299 TestNetworkPlugins/group/false 3.91
304 TestStartStop/group/old-k8s-version/serial/FirstStart 187.16
305 TestStartStop/group/old-k8s-version/serial/DeployApp 9.85
307 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 62.87
308 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 1.32
309 TestStartStop/group/old-k8s-version/serial/Stop 12.31
310 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.26
311 TestStartStop/group/old-k8s-version/serial/SecondStart 142.67
312 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 9.45
313 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 1.15
314 TestStartStop/group/default-k8s-diff-port/serial/Stop 12.04
315 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.19
316 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 288.31
317 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 6
318 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 6.13
319 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.31
320 TestStartStop/group/old-k8s-version/serial/Pause 2.93
322 TestStartStop/group/embed-certs/serial/FirstStart 60.91
323 TestStartStop/group/embed-certs/serial/DeployApp 9.36
324 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 1.07
325 TestStartStop/group/embed-certs/serial/Stop 11.92
326 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.2
327 TestStartStop/group/embed-certs/serial/SecondStart 271.94
328 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6.01
329 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 5.13
330 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.25
331 TestStartStop/group/default-k8s-diff-port/serial/Pause 3.11
333 TestStartStop/group/no-preload/serial/FirstStart 62.49
334 TestStartStop/group/no-preload/serial/DeployApp 8.37
335 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 1.17
336 TestStartStop/group/no-preload/serial/Stop 12.03
337 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.21
338 TestStartStop/group/no-preload/serial/SecondStart 290.35
339 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.01
340 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.1
341 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.26
342 TestStartStop/group/embed-certs/serial/Pause 3.35
344 TestStartStop/group/newest-cni/serial/FirstStart 33.52
345 TestStartStop/group/newest-cni/serial/DeployApp 0
346 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 1.28
347 TestStartStop/group/newest-cni/serial/Stop 1.24
348 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.2
349 TestStartStop/group/newest-cni/serial/SecondStart 17.04
350 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
351 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
352 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.25
353 TestStartStop/group/newest-cni/serial/Pause 3.51
354 TestNetworkPlugins/group/auto/Start 59.52
355 TestNetworkPlugins/group/auto/KubeletFlags 0.3
356 TestNetworkPlugins/group/auto/NetCatPod 10.34
357 TestNetworkPlugins/group/auto/DNS 0.19
358 TestNetworkPlugins/group/auto/Localhost 0.15
359 TestNetworkPlugins/group/auto/HairPin 0.16
360 TestNetworkPlugins/group/kindnet/Start 61.78
361 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
362 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6.01
363 TestNetworkPlugins/group/kindnet/KubeletFlags 0.3
364 TestNetworkPlugins/group/kindnet/NetCatPod 11.26
365 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 6.1
366 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.24
367 TestStartStop/group/no-preload/serial/Pause 3.28
368 TestNetworkPlugins/group/kindnet/DNS 0.23
369 TestNetworkPlugins/group/kindnet/Localhost 0.2
370 TestNetworkPlugins/group/kindnet/HairPin 0.19
371 TestNetworkPlugins/group/calico/Start 78.49
372 TestNetworkPlugins/group/custom-flannel/Start 71.7
373 TestNetworkPlugins/group/calico/ControllerPod 6.01
374 TestNetworkPlugins/group/calico/KubeletFlags 0.29
375 TestNetworkPlugins/group/calico/NetCatPod 11.33
376 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.28
377 TestNetworkPlugins/group/custom-flannel/NetCatPod 11.26
378 TestNetworkPlugins/group/calico/DNS 0.29
379 TestNetworkPlugins/group/calico/Localhost 0.19
380 TestNetworkPlugins/group/calico/HairPin 0.22
381 TestNetworkPlugins/group/custom-flannel/DNS 0.26
382 TestNetworkPlugins/group/custom-flannel/Localhost 0.2
383 TestNetworkPlugins/group/custom-flannel/HairPin 0.2
384 TestNetworkPlugins/group/enable-default-cni/Start 92.82
385 TestNetworkPlugins/group/flannel/Start 58.59
386 TestNetworkPlugins/group/flannel/ControllerPod 6.01
387 TestNetworkPlugins/group/flannel/KubeletFlags 0.31
388 TestNetworkPlugins/group/flannel/NetCatPod 10.28
389 TestNetworkPlugins/group/flannel/DNS 0.2
390 TestNetworkPlugins/group/flannel/Localhost 0.15
391 TestNetworkPlugins/group/flannel/HairPin 0.16
392 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.42
393 TestNetworkPlugins/group/enable-default-cni/NetCatPod 12.39
394 TestNetworkPlugins/group/enable-default-cni/DNS 0.18
395 TestNetworkPlugins/group/enable-default-cni/Localhost 0.15
396 TestNetworkPlugins/group/enable-default-cni/HairPin 0.15
397 TestNetworkPlugins/group/bridge/Start 91.08
398 TestNetworkPlugins/group/bridge/KubeletFlags 0.29
399 TestNetworkPlugins/group/bridge/NetCatPod 11.26
400 TestNetworkPlugins/group/bridge/DNS 0.16
401 TestNetworkPlugins/group/bridge/Localhost 0.14
402 TestNetworkPlugins/group/bridge/HairPin 0.16
x
+
TestDownloadOnly/v1.20.0/json-events (7.2s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-arm64 start -o=json --download-only -p download-only-674558 --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-arm64 start -o=json --download-only -p download-only-674558 --force --alsologtostderr --kubernetes-version=v1.20.0 --container-runtime=crio --driver=docker  --container-runtime=crio: (7.201090019s)
--- PASS: TestDownloadOnly/v1.20.0/json-events (7.20s)

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

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

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-674558 | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC |          |
	|         | -p download-only-674558        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2024/07/17 01:24:23
	Running on machine: ip-172-31-29-130
	Binary: Built with gc go1.22.5 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0717 01:24:23.187897  444775 out.go:291] Setting OutFile to fd 1 ...
	I0717 01:24:23.188131  444775 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:24:23.188157  444775 out.go:304] Setting ErrFile to fd 2...
	I0717 01:24:23.188174  444775 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:24:23.188437  444775 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19264-439383/.minikube/bin
	W0717 01:24:23.188606  444775 root.go:314] Error reading config file at /home/jenkins/minikube-integration/19264-439383/.minikube/config/config.json: open /home/jenkins/minikube-integration/19264-439383/.minikube/config/config.json: no such file or directory
	I0717 01:24:23.189057  444775 out.go:298] Setting JSON to true
	I0717 01:24:23.190018  444775 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":7615,"bootTime":1721171849,"procs":194,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1064-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0717 01:24:23.190116  444775 start.go:139] virtualization:  
	I0717 01:24:23.193125  444775 out.go:97] [download-only-674558] minikube v1.33.1 on Ubuntu 20.04 (arm64)
	W0717 01:24:23.193314  444775 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/19264-439383/.minikube/cache/preloaded-tarball: no such file or directory
	I0717 01:24:23.193422  444775 notify.go:220] Checking for updates...
	I0717 01:24:23.196313  444775 out.go:169] MINIKUBE_LOCATION=19264
	I0717 01:24:23.197990  444775 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0717 01:24:23.199889  444775 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19264-439383/kubeconfig
	I0717 01:24:23.201761  444775 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19264-439383/.minikube
	I0717 01:24:23.203404  444775 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0717 01:24:23.206763  444775 out.go:267] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0717 01:24:23.207175  444775 driver.go:392] Setting default libvirt URI to qemu:///system
	I0717 01:24:23.232372  444775 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
	I0717 01:24:23.232462  444775 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0717 01:24:23.292848  444775 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:29 OomKillDisable:true NGoroutines:50 SystemTime:2024-07-17 01:24:23.283436308 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 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:2 MemTotal:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
	I0717 01:24:23.292957  444775 docker.go:307] overlay module found
	I0717 01:24:23.294805  444775 out.go:97] Using the docker driver based on user configuration
	I0717 01:24:23.294831  444775 start.go:297] selected driver: docker
	I0717 01:24:23.294846  444775 start.go:901] validating driver "docker" against <nil>
	I0717 01:24:23.294948  444775 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0717 01:24:23.352290  444775 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:29 OomKillDisable:true NGoroutines:50 SystemTime:2024-07-17 01:24:23.343578216 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 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:2 MemTotal:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
	I0717 01:24:23.352450  444775 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0717 01:24:23.352721  444775 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0717 01:24:23.352871  444775 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0717 01:24:23.354933  444775 out.go:169] Using Docker driver with root privileges
	I0717 01:24:23.356455  444775 cni.go:84] Creating CNI manager for ""
	I0717 01:24:23.356479  444775 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0717 01:24:23.356492  444775 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0717 01:24:23.356581  444775 start.go:340] cluster config:
	{Name:download-only-674558 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e Memory:2200 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-674558 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}
	I0717 01:24:23.358800  444775 out.go:97] Starting "download-only-674558" primary control-plane node in "download-only-674558" cluster
	I0717 01:24:23.358825  444775 cache.go:121] Beginning downloading kic base image for docker with crio
	I0717 01:24:23.360779  444775 out.go:97] Pulling base image v0.0.44-1721146479-19264 ...
	I0717 01:24:23.360804  444775 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0717 01:24:23.360919  444775 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e in local docker daemon
	I0717 01:24:23.375760  444775 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e to local cache
	I0717 01:24:23.375945  444775 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e in local cache directory
	I0717 01:24:23.376049  444775 image.go:148] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e to local cache
	I0717 01:24:23.430063  444775 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-arm64.tar.lz4
	I0717 01:24:23.430098  444775 cache.go:56] Caching tarball of preloaded images
	I0717 01:24:23.430250  444775 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0717 01:24:23.432759  444775 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I0717 01:24:23.432777  444775 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	I0717 01:24:23.518458  444775 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-arm64.tar.lz4?checksum=md5:59cd2ef07b53f039bfd1761b921f2a02 -> /home/jenkins/minikube-integration/19264-439383/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4
	I0717 01:24:27.768017  444775 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e as a tarball
	I0717 01:24:28.175881  444775 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	I0717 01:24:28.175996  444775 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/19264-439383/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	
	
	* The control-plane node download-only-674558 host does not exist
	  To start a cluster, run: "minikube start -p download-only-674558"

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

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

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

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

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.30.2/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-arm64 start -o=json --download-only -p download-only-279569 --force --alsologtostderr --kubernetes-version=v1.30.2 --container-runtime=crio --driver=docker  --container-runtime=crio
aaa_download_only_test.go:81: (dbg) Done: out/minikube-linux-arm64 start -o=json --download-only -p download-only-279569 --force --alsologtostderr --kubernetes-version=v1.30.2 --container-runtime=crio --driver=docker  --container-runtime=crio: (5.473236591s)
--- PASS: TestDownloadOnly/v1.30.2/json-events (5.47s)

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

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.30.2/LogsDuration
aaa_download_only_test.go:184: (dbg) Run:  out/minikube-linux-arm64 logs -p download-only-279569
aaa_download_only_test.go:184: (dbg) Non-zero exit: out/minikube-linux-arm64 logs -p download-only-279569: exit status 85 (70.119526ms)

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-674558 | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC |                     |
	|         | -p download-only-674558        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC | 17 Jul 24 01:24 UTC |
	| delete  | -p download-only-674558        | download-only-674558 | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC | 17 Jul 24 01:24 UTC |
	| start   | -o=json --download-only        | download-only-279569 | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC |                     |
	|         | -p download-only-279569        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.30.2   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/07/17 01:24:30
	Running on machine: ip-172-31-29-130
	Binary: Built with gc go1.22.5 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0717 01:24:30.783502  444977 out.go:291] Setting OutFile to fd 1 ...
	I0717 01:24:30.783634  444977 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:24:30.783644  444977 out.go:304] Setting ErrFile to fd 2...
	I0717 01:24:30.783649  444977 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:24:30.783871  444977 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19264-439383/.minikube/bin
	I0717 01:24:30.784254  444977 out.go:298] Setting JSON to true
	I0717 01:24:30.785128  444977 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":7622,"bootTime":1721171849,"procs":192,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1064-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0717 01:24:30.785196  444977 start.go:139] virtualization:  
	I0717 01:24:30.787408  444977 out.go:97] [download-only-279569] minikube v1.33.1 on Ubuntu 20.04 (arm64)
	I0717 01:24:30.787640  444977 notify.go:220] Checking for updates...
	I0717 01:24:30.789488  444977 out.go:169] MINIKUBE_LOCATION=19264
	I0717 01:24:30.791372  444977 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0717 01:24:30.793135  444977 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19264-439383/kubeconfig
	I0717 01:24:30.795016  444977 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19264-439383/.minikube
	I0717 01:24:30.796877  444977 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0717 01:24:30.800063  444977 out.go:267] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0717 01:24:30.800369  444977 driver.go:392] Setting default libvirt URI to qemu:///system
	I0717 01:24:30.824298  444977 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
	I0717 01:24:30.824380  444977 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0717 01:24:30.880800  444977 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-17 01:24:30.871534913 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 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:2 MemTotal:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
	I0717 01:24:30.880915  444977 docker.go:307] overlay module found
	I0717 01:24:30.883287  444977 out.go:97] Using the docker driver based on user configuration
	I0717 01:24:30.883311  444977 start.go:297] selected driver: docker
	I0717 01:24:30.883324  444977 start.go:901] validating driver "docker" against <nil>
	I0717 01:24:30.883432  444977 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0717 01:24:30.934310  444977 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-17 01:24:30.925476668 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 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:2 MemTotal:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
	I0717 01:24:30.934473  444977 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0717 01:24:30.934801  444977 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0717 01:24:30.934965  444977 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0717 01:24:30.937080  444977 out.go:169] Using Docker driver with root privileges
	I0717 01:24:30.938855  444977 cni.go:84] Creating CNI manager for ""
	I0717 01:24:30.938877  444977 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0717 01:24:30.938887  444977 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0717 01:24:30.938967  444977 start.go:340] cluster config:
	{Name:download-only-279569 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e Memory:2200 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.2 ClusterName:download-only-279569 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local Co
ntainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.2 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}
	I0717 01:24:30.940983  444977 out.go:97] Starting "download-only-279569" primary control-plane node in "download-only-279569" cluster
	I0717 01:24:30.941000  444977 cache.go:121] Beginning downloading kic base image for docker with crio
	I0717 01:24:30.942727  444977 out.go:97] Pulling base image v0.0.44-1721146479-19264 ...
	I0717 01:24:30.942845  444977 preload.go:131] Checking if preload exists for k8s version v1.30.2 and runtime crio
	I0717 01:24:30.943015  444977 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e in local docker daemon
	I0717 01:24:30.956642  444977 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e to local cache
	I0717 01:24:30.956772  444977 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e in local cache directory
	I0717 01:24:30.956795  444977 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e in local cache directory, skipping pull
	I0717 01:24:30.956800  444977 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e exists in cache, skipping pull
	I0717 01:24:30.956811  444977 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e as a tarball
	I0717 01:24:31.003193  444977 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.30.2/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4
	I0717 01:24:31.003223  444977 cache.go:56] Caching tarball of preloaded images
	I0717 01:24:31.003407  444977 preload.go:131] Checking if preload exists for k8s version v1.30.2 and runtime crio
	I0717 01:24:31.006337  444977 out.go:97] Downloading Kubernetes v1.30.2 preload ...
	I0717 01:24:31.006378  444977 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4 ...
	I0717 01:24:31.089796  444977 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.30.2/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4?checksum=md5:e4bf0ba8584d1a2d67dbb103edb83dd1 -> /home/jenkins/minikube-integration/19264-439383/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4
	I0717 01:24:34.569564  444977 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4 ...
	I0717 01:24:34.569691  444977 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/19264-439383/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4 ...
	I0717 01:24:35.432529  444977 cache.go:59] Finished verifying existence of preloaded tar for v1.30.2 on crio
	I0717 01:24:35.432887  444977 profile.go:143] Saving config to /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/download-only-279569/config.json ...
	I0717 01:24:35.432921  444977 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/download-only-279569/config.json: {Name:mk1790baa9a864169a432b1f00d35a7c0b29a40c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0717 01:24:35.433131  444977 preload.go:131] Checking if preload exists for k8s version v1.30.2 and runtime crio
	I0717 01:24:35.433287  444977 download.go:107] Downloading: https://dl.k8s.io/release/v1.30.2/bin/linux/arm64/kubectl?checksum=file:https://dl.k8s.io/release/v1.30.2/bin/linux/arm64/kubectl.sha256 -> /home/jenkins/minikube-integration/19264-439383/.minikube/cache/linux/arm64/v1.30.2/kubectl
	
	
	* The control-plane node download-only-279569 host does not exist
	  To start a cluster, run: "minikube start -p download-only-279569"

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

                                                
                                    
x
+
TestDownloadOnly/v1.30.2/DeleteAll (0.19s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.30.2/DeleteAll
aaa_download_only_test.go:197: (dbg) Run:  out/minikube-linux-arm64 delete --all
--- PASS: TestDownloadOnly/v1.30.2/DeleteAll (0.19s)

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

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.0-beta.0/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-arm64 start -o=json --download-only -p download-only-964319 --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-arm64 start -o=json --download-only -p download-only-964319 --force --alsologtostderr --kubernetes-version=v1.31.0-beta.0 --container-runtime=crio --driver=docker  --container-runtime=crio: (6.297392428s)
--- PASS: TestDownloadOnly/v1.31.0-beta.0/json-events (6.30s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|-------------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |                Args                 |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|-------------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only             | download-only-674558 | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC |                     |
	|         | -p download-only-674558             |                      |         |         |                     |                     |
	|         | --force --alsologtostderr           |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0        |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	|         | --driver=docker                     |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	| delete  | --all                               | minikube             | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC | 17 Jul 24 01:24 UTC |
	| delete  | -p download-only-674558             | download-only-674558 | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC | 17 Jul 24 01:24 UTC |
	| start   | -o=json --download-only             | download-only-279569 | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC |                     |
	|         | -p download-only-279569             |                      |         |         |                     |                     |
	|         | --force --alsologtostderr           |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.30.2        |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	|         | --driver=docker                     |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	| delete  | --all                               | minikube             | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC | 17 Jul 24 01:24 UTC |
	| delete  | -p download-only-279569             | download-only-279569 | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC | 17 Jul 24 01:24 UTC |
	| start   | -o=json --download-only             | download-only-964319 | jenkins | v1.33.1 | 17 Jul 24 01:24 UTC |                     |
	|         | -p download-only-964319             |                      |         |         |                     |                     |
	|         | --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/17 01:24:36
	Running on machine: ip-172-31-29-130
	Binary: Built with gc go1.22.5 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0717 01:24:36.638568  445180 out.go:291] Setting OutFile to fd 1 ...
	I0717 01:24:36.638736  445180 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:24:36.638762  445180 out.go:304] Setting ErrFile to fd 2...
	I0717 01:24:36.638769  445180 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:24:36.639028  445180 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19264-439383/.minikube/bin
	I0717 01:24:36.639425  445180 out.go:298] Setting JSON to true
	I0717 01:24:36.640305  445180 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":7628,"bootTime":1721171849,"procs":192,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1064-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0717 01:24:36.640373  445180 start.go:139] virtualization:  
	I0717 01:24:36.642898  445180 out.go:97] [download-only-964319] minikube v1.33.1 on Ubuntu 20.04 (arm64)
	I0717 01:24:36.643042  445180 notify.go:220] Checking for updates...
	I0717 01:24:36.645412  445180 out.go:169] MINIKUBE_LOCATION=19264
	I0717 01:24:36.647169  445180 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0717 01:24:36.648989  445180 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19264-439383/kubeconfig
	I0717 01:24:36.650735  445180 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19264-439383/.minikube
	I0717 01:24:36.652552  445180 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0717 01:24:36.656155  445180 out.go:267] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0717 01:24:36.656446  445180 driver.go:392] Setting default libvirt URI to qemu:///system
	I0717 01:24:36.688215  445180 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
	I0717 01:24:36.688330  445180 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0717 01:24:36.747360  445180 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-17 01:24:36.738652901 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 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:2 MemTotal:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
	I0717 01:24:36.747475  445180 docker.go:307] overlay module found
	I0717 01:24:36.749528  445180 out.go:97] Using the docker driver based on user configuration
	I0717 01:24:36.749555  445180 start.go:297] selected driver: docker
	I0717 01:24:36.749561  445180 start.go:901] validating driver "docker" against <nil>
	I0717 01:24:36.749689  445180 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0717 01:24:36.810912  445180 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-17 01:24:36.802541242 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 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:2 MemTotal:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
	I0717 01:24:36.811070  445180 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0717 01:24:36.811363  445180 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0717 01:24:36.811520  445180 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0717 01:24:36.813365  445180 out.go:169] Using Docker driver with root privileges
	I0717 01:24:36.815342  445180 cni.go:84] Creating CNI manager for ""
	I0717 01:24:36.815361  445180 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0717 01:24:36.815372  445180 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0717 01:24:36.815454  445180 start.go:340] cluster config:
	{Name:download-only-964319 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e Memory:2200 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-964319 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}
	I0717 01:24:36.817089  445180 out.go:97] Starting "download-only-964319" primary control-plane node in "download-only-964319" cluster
	I0717 01:24:36.817108  445180 cache.go:121] Beginning downloading kic base image for docker with crio
	I0717 01:24:36.818853  445180 out.go:97] Pulling base image v0.0.44-1721146479-19264 ...
	I0717 01:24:36.818897  445180 preload.go:131] Checking if preload exists for k8s version v1.31.0-beta.0 and runtime crio
	I0717 01:24:36.819018  445180 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e in local docker daemon
	I0717 01:24:36.833219  445180 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e to local cache
	I0717 01:24:36.833357  445180 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e in local cache directory
	I0717 01:24:36.833376  445180 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e in local cache directory, skipping pull
	I0717 01:24:36.833382  445180 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e exists in cache, skipping pull
	I0717 01:24:36.833389  445180 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e as a tarball
	I0717 01:24:36.881120  445180 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-arm64.tar.lz4
	I0717 01:24:36.881146  445180 cache.go:56] Caching tarball of preloaded images
	I0717 01:24:36.881307  445180 preload.go:131] Checking if preload exists for k8s version v1.31.0-beta.0 and runtime crio
	I0717 01:24:36.882978  445180 out.go:97] Downloading Kubernetes v1.31.0-beta.0 preload ...
	I0717 01:24:36.882998  445180 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.31.0-beta.0-cri-o-overlay-arm64.tar.lz4 ...
	I0717 01:24:36.966352  445180 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-arm64.tar.lz4?checksum=md5:70b5971c257ae4defe1f5d041a04e29c -> /home/jenkins/minikube-integration/19264-439383/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-beta.0-cri-o-overlay-arm64.tar.lz4
	I0717 01:24:40.931672  445180 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.31.0-beta.0-cri-o-overlay-arm64.tar.lz4 ...
	I0717 01:24:40.931798  445180 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/19264-439383/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-beta.0-cri-o-overlay-arm64.tar.lz4 ...
	
	
	* The control-plane node download-only-964319 host does not exist
	  To start a cluster, run: "minikube start -p download-only-964319"

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

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

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

                                                
                                    
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-arm64 delete -p download-only-964319
--- PASS: TestDownloadOnly/v1.31.0-beta.0/DeleteAlwaysSucceeds (0.13s)

                                                
                                    
x
+
TestBinaryMirror (0.55s)

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

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.07s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/PreSetup/EnablingAddonOnNonExistingCluster
addons_test.go:1029: (dbg) Run:  out/minikube-linux-arm64 addons enable dashboard -p addons-084050
addons_test.go:1029: (dbg) Non-zero exit: out/minikube-linux-arm64 addons enable dashboard -p addons-084050: exit status 85 (73.714143ms)

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

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

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.07s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/PreSetup/DisablingAddonOnNonExistingCluster
addons_test.go:1040: (dbg) Run:  out/minikube-linux-arm64 addons disable dashboard -p addons-084050
addons_test.go:1040: (dbg) Non-zero exit: out/minikube-linux-arm64 addons disable dashboard -p addons-084050: exit status 85 (69.906862ms)

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

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

                                                
                                    
x
+
TestAddons/Setup (222.25s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:110: (dbg) Run:  out/minikube-linux-arm64 start -p addons-084050 --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_test.go:110: (dbg) Done: out/minikube-linux-arm64 start -p addons-084050 --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: (3m42.245755717s)
--- PASS: TestAddons/Setup (222.25s)

                                                
                                    
x
+
TestAddons/parallel/Registry (15.85s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:332: registry stabilized in 46.426597ms
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-8bhzh" [af17abeb-b036-44a7-a28b-cd57910ace99] Running
addons_test.go:334: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 6.005252129s
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-46748" [7005abd6-e511-4de1-b934-a06d0f68055c] Running
addons_test.go:337: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.004651972s
addons_test.go:342: (dbg) Run:  kubectl --context addons-084050 delete po -l run=registry-test --now
addons_test.go:347: (dbg) Run:  kubectl --context addons-084050 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-084050 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": (3.799467071s)
addons_test.go:361: (dbg) Run:  out/minikube-linux-arm64 -p addons-084050 ip
2024/07/17 01:28:42 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:390: (dbg) Run:  out/minikube-linux-arm64 -p addons-084050 addons disable registry --alsologtostderr -v=1
--- PASS: TestAddons/parallel/Registry (15.85s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (11.8s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/InspektorGadget
addons_test.go:840: (dbg) TestAddons/parallel/InspektorGadget: waiting 8m0s for pods matching "k8s-app=gadget" in namespace "gadget" ...
helpers_test.go:344: "gadget-wfdhv" [9518e76d-a444-48fe-a4b5-293ad99925fd] Running / Ready:ContainersNotReady (containers with unready status: [gadget]) / ContainersReady:ContainersNotReady (containers with unready status: [gadget])
addons_test.go:840: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 6.003737303s
addons_test.go:843: (dbg) Run:  out/minikube-linux-arm64 addons disable inspektor-gadget -p addons-084050
addons_test.go:843: (dbg) Done: out/minikube-linux-arm64 addons disable inspektor-gadget -p addons-084050: (5.796121928s)
--- PASS: TestAddons/parallel/InspektorGadget (11.80s)

                                                
                                    
x
+
TestAddons/parallel/CSI (39.42s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:563: csi-hostpath-driver pods stabilized in 6.351592ms
addons_test.go:566: (dbg) Run:  kubectl --context addons-084050 create -f testdata/csi-hostpath-driver/pvc.yaml
addons_test.go:571: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-084050 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-084050 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-084050 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-084050 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-084050 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-084050 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-084050 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-084050 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-084050 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-084050 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:576: (dbg) Run:  kubectl --context addons-084050 create -f testdata/csi-hostpath-driver/pv-pod.yaml
addons_test.go:581: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod" in namespace "default" ...
helpers_test.go:344: "task-pv-pod" [805ad4a2-3424-48fc-9b59-91d2f00b2ede] Pending
helpers_test.go:344: "task-pv-pod" [805ad4a2-3424-48fc-9b59-91d2f00b2ede] 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" [805ad4a2-3424-48fc-9b59-91d2f00b2ede] Running
addons_test.go:581: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 11.00375936s
addons_test.go:586: (dbg) Run:  kubectl --context addons-084050 create -f testdata/csi-hostpath-driver/snapshot.yaml
addons_test.go:591: (dbg) TestAddons/parallel/CSI: waiting 6m0s for volume snapshot "new-snapshot-demo" in namespace "default" ...
helpers_test.go:419: (dbg) Run:  kubectl --context addons-084050 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-084050 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:596: (dbg) Run:  kubectl --context addons-084050 delete pod task-pv-pod
addons_test.go:602: (dbg) Run:  kubectl --context addons-084050 delete pvc hpvc
addons_test.go:608: (dbg) Run:  kubectl --context addons-084050 create -f testdata/csi-hostpath-driver/pvc-restore.yaml
addons_test.go:613: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc-restore" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-084050 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:618: (dbg) Run:  kubectl --context addons-084050 create -f testdata/csi-hostpath-driver/pv-pod-restore.yaml
addons_test.go:623: (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" [8ce3c0eb-d0a6-48b9-b6d4-f7c344e4c3e5] Pending
helpers_test.go:344: "task-pv-pod-restore" [8ce3c0eb-d0a6-48b9-b6d4-f7c344e4c3e5] 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" [8ce3c0eb-d0a6-48b9-b6d4-f7c344e4c3e5] Running
addons_test.go:623: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 8.003023287s
addons_test.go:628: (dbg) Run:  kubectl --context addons-084050 delete pod task-pv-pod-restore
addons_test.go:632: (dbg) Run:  kubectl --context addons-084050 delete pvc hpvc-restore
addons_test.go:636: (dbg) Run:  kubectl --context addons-084050 delete volumesnapshot new-snapshot-demo
addons_test.go:640: (dbg) Run:  out/minikube-linux-arm64 -p addons-084050 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:640: (dbg) Done: out/minikube-linux-arm64 -p addons-084050 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.73959331s)
addons_test.go:644: (dbg) Run:  out/minikube-linux-arm64 -p addons-084050 addons disable volumesnapshots --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CSI (39.42s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (11.98s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:826: (dbg) Run:  out/minikube-linux-arm64 addons enable headlamp -p addons-084050 --alsologtostderr -v=1
addons_test.go:831: (dbg) TestAddons/parallel/Headlamp: waiting 8m0s for pods matching "app.kubernetes.io/name=headlamp" in namespace "headlamp" ...
helpers_test.go:344: "headlamp-7867546754-nqr44" [59b63679-9f38-40cd-bdc1-4f4305c9602b] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-7867546754-nqr44" [59b63679-9f38-40cd-bdc1-4f4305c9602b] Running
addons_test.go:831: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 11.003144109s
--- PASS: TestAddons/parallel/Headlamp (11.98s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (6.59s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CloudSpanner
addons_test.go:859: (dbg) TestAddons/parallel/CloudSpanner: waiting 6m0s for pods matching "app=cloud-spanner-emulator" in namespace "default" ...
helpers_test.go:344: "cloud-spanner-emulator-6fcd4f6f98-46q5c" [01a37c55-09cd-49af-84ba-076f25e18494] Running
addons_test.go:859: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 6.003641545s
addons_test.go:862: (dbg) Run:  out/minikube-linux-arm64 addons disable cloud-spanner -p addons-084050
--- PASS: TestAddons/parallel/CloudSpanner (6.59s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (52.44s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:974: (dbg) Run:  kubectl --context addons-084050 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:980: (dbg) Run:  kubectl --context addons-084050 apply -f testdata/storage-provisioner-rancher/pod.yaml
addons_test.go:984: (dbg) TestAddons/parallel/LocalPath: waiting 5m0s for pvc "test-pvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-084050 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-084050 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-084050 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-084050 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-084050 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-084050 get pvc test-pvc -o jsonpath={.status.phase} -n default
addons_test.go:987: (dbg) TestAddons/parallel/LocalPath: waiting 3m0s for pods matching "run=test-local-path" in namespace "default" ...
helpers_test.go:344: "test-local-path" [2457385f-b59c-4782-b9f1-6c563be79f0a] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [2457385f-b59c-4782-b9f1-6c563be79f0a] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [2457385f-b59c-4782-b9f1-6c563be79f0a] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:987: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 3.004255764s
addons_test.go:992: (dbg) Run:  kubectl --context addons-084050 get pvc test-pvc -o=json
addons_test.go:1001: (dbg) Run:  out/minikube-linux-arm64 -p addons-084050 ssh "cat /opt/local-path-provisioner/pvc-0eceeb81-b13b-4001-a1ae-a5cc5c759a9f_default_test-pvc/file1"
addons_test.go:1013: (dbg) Run:  kubectl --context addons-084050 delete pod test-local-path
addons_test.go:1017: (dbg) Run:  kubectl --context addons-084050 delete pvc test-pvc
addons_test.go:1021: (dbg) Run:  out/minikube-linux-arm64 -p addons-084050 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:1021: (dbg) Done: out/minikube-linux-arm64 -p addons-084050 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (43.301681335s)
--- PASS: TestAddons/parallel/LocalPath (52.44s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (6.56s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/NvidiaDevicePlugin
addons_test.go:1053: (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-zb62l" [c19fd119-5a2f-45c3-b7fa-2942ea8527c6] Running
addons_test.go:1053: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 6.004772723s
addons_test.go:1056: (dbg) Run:  out/minikube-linux-arm64 addons disable nvidia-device-plugin -p addons-084050
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (6.56s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (5.01s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Yakd
addons_test.go:1064: (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-t42cd" [82aad973-b4f8-4af1-9241-ad568453d068] Running
addons_test.go:1064: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 5.010108309s
--- PASS: TestAddons/parallel/Yakd (5.01s)

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/Namespaces
addons_test.go:652: (dbg) Run:  kubectl --context addons-084050 create ns new-namespace
addons_test.go:666: (dbg) Run:  kubectl --context addons-084050 get secret gcp-auth -n new-namespace
--- PASS: TestAddons/serial/GCPAuth/Namespaces (0.16s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (12.14s)

                                                
                                                
=== RUN   TestAddons/StoppedEnableDisable
addons_test.go:174: (dbg) Run:  out/minikube-linux-arm64 stop -p addons-084050
addons_test.go:174: (dbg) Done: out/minikube-linux-arm64 stop -p addons-084050: (11.883639698s)
addons_test.go:178: (dbg) Run:  out/minikube-linux-arm64 addons enable dashboard -p addons-084050
addons_test.go:182: (dbg) Run:  out/minikube-linux-arm64 addons disable dashboard -p addons-084050
addons_test.go:187: (dbg) Run:  out/minikube-linux-arm64 addons disable gvisor -p addons-084050
--- PASS: TestAddons/StoppedEnableDisable (12.14s)

                                                
                                    
x
+
TestCertOptions (40s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

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

                                                
                                    
x
+
TestCertExpiration (248.98s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Run:  out/minikube-linux-arm64 start -p cert-expiration-426185 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=crio
cert_options_test.go:123: (dbg) Done: out/minikube-linux-arm64 start -p cert-expiration-426185 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=crio: (39.596478626s)
cert_options_test.go:131: (dbg) Run:  out/minikube-linux-arm64 start -p cert-expiration-426185 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=crio
cert_options_test.go:131: (dbg) Done: out/minikube-linux-arm64 start -p cert-expiration-426185 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=crio: (26.868427161s)
helpers_test.go:175: Cleaning up "cert-expiration-426185" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p cert-expiration-426185
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p cert-expiration-426185: (2.5118544s)
--- PASS: TestCertExpiration (248.98s)

                                                
                                    
x
+
TestForceSystemdFlag (38.07s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

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

                                                
                                    
x
+
TestForceSystemdEnv (41.25s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

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

                                                
                                    
x
+
TestErrorSpam/setup (28.61s)

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

                                                
                                    
x
+
TestErrorSpam/start (0.68s)

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

                                                
                                    
x
+
TestErrorSpam/status (0.98s)

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

                                                
                                    
x
+
TestErrorSpam/pause (1.68s)

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

                                                
                                    
x
+
TestErrorSpam/unpause (1.73s)

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

                                                
                                    
x
+
TestErrorSpam/stop (1.39s)

                                                
                                                
=== RUN   TestErrorSpam/stop
error_spam_test.go:216: Cleaning up 0 logfile(s) ...
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-arm64 -p nospam-952509 --log_dir /tmp/nospam-952509 stop
error_spam_test.go:159: (dbg) Done: out/minikube-linux-arm64 -p nospam-952509 --log_dir /tmp/nospam-952509 stop: (1.206483784s)
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-arm64 -p nospam-952509 --log_dir /tmp/nospam-952509 stop
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-arm64 -p nospam-952509 --log_dir /tmp/nospam-952509 stop
--- PASS: TestErrorSpam/stop (1.39s)

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

                                                
                                                
=== RUN   TestFunctional/serial/CopySyncFile
functional_test.go:1851: local sync path: /home/jenkins/minikube-integration/19264-439383/.minikube/files/etc/test/nested/copy/444770/hosts
--- PASS: TestFunctional/serial/CopySyncFile (0.00s)

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (58.14s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2230: (dbg) Run:  out/minikube-linux-arm64 start -p functional-864729 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=crio
functional_test.go:2230: (dbg) Done: out/minikube-linux-arm64 start -p functional-864729 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=crio: (58.134718073s)
--- PASS: TestFunctional/serial/StartWithProxy (58.14s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (23.79s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
functional_test.go:655: (dbg) Run:  out/minikube-linux-arm64 start -p functional-864729 --alsologtostderr -v=8
functional_test.go:655: (dbg) Done: out/minikube-linux-arm64 start -p functional-864729 --alsologtostderr -v=8: (23.787491535s)
functional_test.go:659: soft start took 23.792335243s for "functional-864729" cluster.
--- PASS: TestFunctional/serial/SoftStart (23.79s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.07s)

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

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.09s)

                                                
                                                
=== RUN   TestFunctional/serial/KubectlGetPods
functional_test.go:692: (dbg) Run:  kubectl --context functional-864729 get po -A
--- PASS: TestFunctional/serial/KubectlGetPods (0.09s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1045: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 cache add registry.k8s.io/pause:3.1
functional_test.go:1045: (dbg) Done: out/minikube-linux-arm64 -p functional-864729 cache add registry.k8s.io/pause:3.1: (1.405583854s)
functional_test.go:1045: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 cache add registry.k8s.io/pause:3.3
functional_test.go:1045: (dbg) Done: out/minikube-linux-arm64 -p functional-864729 cache add registry.k8s.io/pause:3.3: (1.433446515s)
functional_test.go:1045: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 cache add registry.k8s.io/pause:latest
functional_test.go:1045: (dbg) Done: out/minikube-linux-arm64 -p functional-864729 cache add registry.k8s.io/pause:latest: (1.365399799s)
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (4.20s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_local
functional_test.go:1073: (dbg) Run:  docker build -t minikube-local-cache-test:functional-864729 /tmp/TestFunctionalserialCacheCmdcacheadd_local3740702674/001
functional_test.go:1085: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 cache add minikube-local-cache-test:functional-864729
functional_test.go:1090: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 cache delete minikube-local-cache-test:functional-864729
functional_test.go:1079: (dbg) Run:  docker rmi minikube-local-cache-test:functional-864729
--- PASS: TestFunctional/serial/CacheCmd/cache/add_local (1.08s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/CacheDelete
functional_test.go:1098: (dbg) Run:  out/minikube-linux-arm64 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:1106: (dbg) Run:  out/minikube-linux-arm64 cache list
--- PASS: TestFunctional/serial/CacheCmd/cache/list (0.05s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node
functional_test.go:1120: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh sudo crictl images
--- PASS: TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node (0.29s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/cache_reload
functional_test.go:1143: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh sudo crictl rmi registry.k8s.io/pause:latest
functional_test.go:1149: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh sudo crictl inspecti registry.k8s.io/pause:latest
functional_test.go:1149: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-864729 ssh sudo crictl inspecti registry.k8s.io/pause:latest: exit status 1 (287.068617ms)

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

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

                                                
                                                
** /stderr **
functional_test.go:1154: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 cache reload
functional_test.go:1154: (dbg) Done: out/minikube-linux-arm64 -p functional-864729 cache reload: (1.063117998s)
functional_test.go:1159: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh sudo crictl inspecti registry.k8s.io/pause:latest
--- PASS: TestFunctional/serial/CacheCmd/cache/cache_reload (1.96s)

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.14s)

                                                
                                                
=== RUN   TestFunctional/serial/MinikubeKubectlCmd
functional_test.go:712: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 kubectl -- --context functional-864729 get pods
--- PASS: TestFunctional/serial/MinikubeKubectlCmd (0.14s)

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.13s)

                                                
                                                
=== RUN   TestFunctional/serial/MinikubeKubectlCmdDirectly
functional_test.go:737: (dbg) Run:  out/kubectl --context functional-864729 get pods
--- PASS: TestFunctional/serial/MinikubeKubectlCmdDirectly (0.13s)

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (31.85s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:753: (dbg) Run:  out/minikube-linux-arm64 start -p functional-864729 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
E0717 01:38:27.122603  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 01:38:27.128477  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 01:38:27.138701  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 01:38:27.158967  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 01:38:27.199225  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 01:38:27.279501  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 01:38:27.439926  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 01:38:27.760506  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 01:38:28.401069  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 01:38:29.682216  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 01:38:32.243109  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
functional_test.go:753: (dbg) Done: out/minikube-linux-arm64 start -p functional-864729 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (31.853211231s)
functional_test.go:757: restart took 31.853371104s for "functional-864729" cluster.
--- PASS: TestFunctional/serial/ExtraConfig (31.85s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.09s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.66s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsCmd
functional_test.go:1232: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 logs
E0717 01:38:37.363753  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
functional_test.go:1232: (dbg) Done: out/minikube-linux-arm64 -p functional-864729 logs: (1.659679473s)
--- PASS: TestFunctional/serial/LogsCmd (1.66s)

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.72s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1246: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 logs --file /tmp/TestFunctionalserialLogsFileCmd2116823122/001/logs.txt
functional_test.go:1246: (dbg) Done: out/minikube-linux-arm64 -p functional-864729 logs --file /tmp/TestFunctionalserialLogsFileCmd2116823122/001/logs.txt: (1.722990075s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.72s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.17s)

                                                
                                                
=== RUN   TestFunctional/serial/InvalidService
functional_test.go:2317: (dbg) Run:  kubectl --context functional-864729 apply -f testdata/invalidsvc.yaml
functional_test.go:2331: (dbg) Run:  out/minikube-linux-arm64 service invalid-svc -p functional-864729
functional_test.go:2331: (dbg) Non-zero exit: out/minikube-linux-arm64 service invalid-svc -p functional-864729: exit status 115 (371.980483ms)

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

                                                
                                                
-- /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:2323: (dbg) Run:  kubectl --context functional-864729 delete -f testdata/invalidsvc.yaml
--- PASS: TestFunctional/serial/InvalidService (4.17s)

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.45s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ConfigCmd
functional_test.go:1195: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 config unset cpus
functional_test.go:1195: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 config get cpus
functional_test.go:1195: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-864729 config get cpus: exit status 14 (67.716971ms)

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

                                                
                                                
** /stderr **
functional_test.go:1195: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 config set cpus 2
functional_test.go:1195: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 config get cpus
functional_test.go:1195: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 config unset cpus
functional_test.go:1195: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 config get cpus
functional_test.go:1195: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-864729 config get cpus: exit status 14 (71.402113ms)

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (12.35s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/DashboardCmd
functional_test.go:901: (dbg) daemon: [out/minikube-linux-arm64 dashboard --url --port 36195 -p functional-864729 --alsologtostderr -v=1]
functional_test.go:906: (dbg) stopping [out/minikube-linux-arm64 dashboard --url --port 36195 -p functional-864729 --alsologtostderr -v=1] ...
helpers_test.go:508: unable to kill pid 472140: os: process already finished
--- PASS: TestFunctional/parallel/DashboardCmd (12.35s)

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.58s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0717 01:39:19.673209  471479 out.go:291] Setting OutFile to fd 1 ...
	I0717 01:39:19.673390  471479 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:39:19.673401  471479 out.go:304] Setting ErrFile to fd 2...
	I0717 01:39:19.673407  471479 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:39:19.673648  471479 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19264-439383/.minikube/bin
	I0717 01:39:19.674001  471479 out.go:298] Setting JSON to false
	I0717 01:39:19.674970  471479 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":8511,"bootTime":1721171849,"procs":193,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1064-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0717 01:39:19.675041  471479 start.go:139] virtualization:  
	I0717 01:39:19.677614  471479 out.go:177] * [functional-864729] minikube v1.33.1 on Ubuntu 20.04 (arm64)
	I0717 01:39:19.680551  471479 out.go:177]   - MINIKUBE_LOCATION=19264
	I0717 01:39:19.680735  471479 notify.go:220] Checking for updates...
	I0717 01:39:19.684535  471479 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0717 01:39:19.686712  471479 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19264-439383/kubeconfig
	I0717 01:39:19.688672  471479 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19264-439383/.minikube
	I0717 01:39:19.691444  471479 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0717 01:39:19.693584  471479 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0717 01:39:19.695726  471479 config.go:182] Loaded profile config "functional-864729": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
	I0717 01:39:19.696348  471479 driver.go:392] Setting default libvirt URI to qemu:///system
	I0717 01:39:19.723426  471479 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
	I0717 01:39:19.723545  471479 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0717 01:39:19.780547  471479 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:32 OomKillDisable:true NGoroutines:52 SystemTime:2024-07-17 01:39:19.770696662 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 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:2 MemTotal:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
	I0717 01:39:19.780665  471479 docker.go:307] overlay module found
	I0717 01:39:19.782936  471479 out.go:177] * Using the docker driver based on existing profile
	I0717 01:39:19.784984  471479 start.go:297] selected driver: docker
	I0717 01:39:19.785004  471479 start.go:901] validating driver "docker" against &{Name:functional-864729 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e 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.2 ClusterName:functional-864729 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.2 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}
	I0717 01:39:19.785111  471479 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0717 01:39:19.788249  471479 out.go:177] 
	W0717 01:39:19.790393  471479 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
	I0717 01:39:19.793136  471479 out.go:177] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.18s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0717 01:39:19.495173  471436 out.go:291] Setting OutFile to fd 1 ...
	I0717 01:39:19.495319  471436 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:39:19.495350  471436 out.go:304] Setting ErrFile to fd 2...
	I0717 01:39:19.495368  471436 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:39:19.495742  471436 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19264-439383/.minikube/bin
	I0717 01:39:19.496152  471436 out.go:298] Setting JSON to false
	I0717 01:39:19.497139  471436 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":8511,"bootTime":1721171849,"procs":193,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1064-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0717 01:39:19.497213  471436 start.go:139] virtualization:  
	I0717 01:39:19.499826  471436 out.go:177] * [functional-864729] minikube v1.33.1 sur Ubuntu 20.04 (arm64)
	I0717 01:39:19.501989  471436 out.go:177]   - MINIKUBE_LOCATION=19264
	I0717 01:39:19.502078  471436 notify.go:220] Checking for updates...
	I0717 01:39:19.505748  471436 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0717 01:39:19.507293  471436 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19264-439383/kubeconfig
	I0717 01:39:19.508946  471436 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19264-439383/.minikube
	I0717 01:39:19.510984  471436 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0717 01:39:19.512878  471436 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0717 01:39:19.515463  471436 config.go:182] Loaded profile config "functional-864729": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
	I0717 01:39:19.516214  471436 driver.go:392] Setting default libvirt URI to qemu:///system
	I0717 01:39:19.547473  471436 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
	I0717 01:39:19.547590  471436 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0717 01:39:19.609098  471436 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:32 OomKillDisable:true NGoroutines:52 SystemTime:2024-07-17 01:39:19.5992874 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aarch
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:2 MemTotal:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} 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> ServerErrors
:[] 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
	I0717 01:39:19.609204  471436 docker.go:307] overlay module found
	I0717 01:39:19.611604  471436 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0717 01:39:19.613676  471436 start.go:297] selected driver: docker
	I0717 01:39:19.613695  471436 start.go:901] validating driver "docker" against &{Name:functional-864729 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721146479-19264@sha256:7ee06b7e8fb4a6c7fce11a567253ea7d43fed61ee0beca281a1ac2c2566a2a2e 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.2 ClusterName:functional-864729 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.2 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}
	I0717 01:39:19.613811  471436 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0717 01:39:19.616368  471436 out.go:177] 
	W0717 01:39:19.618347  471436 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
	I0717 01:39:19.620047  471436 out.go:177] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (1s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/StatusCmd
functional_test.go:850: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 status
functional_test.go:856: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 status -f host:{{.Host}},kublet:{{.Kubelet}},apiserver:{{.APIServer}},kubeconfig:{{.Kubeconfig}}
functional_test.go:868: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 status -o json
--- PASS: TestFunctional/parallel/StatusCmd (1.00s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (13.77s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1623: (dbg) Run:  kubectl --context functional-864729 create deployment hello-node-connect --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1631: (dbg) Run:  kubectl --context functional-864729 expose deployment hello-node-connect --type=NodePort --port=8080
functional_test.go:1636: (dbg) TestFunctional/parallel/ServiceCmdConnect: waiting 10m0s for pods matching "app=hello-node-connect" in namespace "default" ...
helpers_test.go:344: "hello-node-connect-6f49f58cd5-frm6m" [a97f3da3-c4ab-4a80-9f34-e767410eb856] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver-arm]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver-arm])
helpers_test.go:344: "hello-node-connect-6f49f58cd5-frm6m" [a97f3da3-c4ab-4a80-9f34-e767410eb856] Running
functional_test.go:1636: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 13.00392174s
functional_test.go:1645: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 service hello-node-connect --url
functional_test.go:1651: found endpoint for hello-node-connect: http://192.168.49.2:30823
functional_test.go:1671: http://192.168.49.2:30823: success! body:

                                                
                                                

                                                
                                                
Hostname: hello-node-connect-6f49f58cd5-frm6m

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

                                                
                                                
Request Body:
	-no body in request-

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

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.25s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/AddonsCmd
functional_test.go:1686: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 addons list
functional_test.go:1698: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 addons list -o json
--- PASS: TestFunctional/parallel/AddonsCmd (0.25s)

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (26.09s)

                                                
                                                
=== 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" [77941cee-a6f9-4962-8199-919137ac806f] Running
E0717 01:38:47.604434  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 6.004090247s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-864729 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-864729 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-864729 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-864729 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" [205f58cc-0add-4578-88cc-5f587049be6a] Pending
helpers_test.go:344: "sp-pod" [205f58cc-0add-4578-88cc-5f587049be6a] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [205f58cc-0add-4578-88cc-5f587049be6a] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 11.004254855s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-864729 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-864729 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:106: (dbg) Done: kubectl --context functional-864729 delete -f testdata/storage-provisioner/pod.yaml: (1.116872723s)
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-864729 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" [76aa6352-ea9e-4f52-a80d-4c7ee6f08419] Pending
helpers_test.go:344: "sp-pod" [76aa6352-ea9e-4f52-a80d-4c7ee6f08419] Running
E0717 01:39:08.084701  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 7.004379985s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-864729 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (26.09s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.78s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/SSHCmd
functional_test.go:1721: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh "echo hello"
functional_test.go:1738: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh "cat /etc/hostname"
--- PASS: TestFunctional/parallel/SSHCmd (0.78s)

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (2.34s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.37s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/FileSync
functional_test.go:1925: Checking for existence of /etc/test/nested/copy/444770/hosts within VM
functional_test.go:1927: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh "sudo cat /etc/test/nested/copy/444770/hosts"
functional_test.go:1932: file sync test content: Test file for checking file sync process
--- PASS: TestFunctional/parallel/FileSync (0.37s)

                                                
                                    
x
+
TestFunctional/parallel/CertSync (2.13s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1968: Checking for existence of /etc/ssl/certs/444770.pem within VM
functional_test.go:1969: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh "sudo cat /etc/ssl/certs/444770.pem"
functional_test.go:1968: Checking for existence of /usr/share/ca-certificates/444770.pem within VM
functional_test.go:1969: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh "sudo cat /usr/share/ca-certificates/444770.pem"
functional_test.go:1968: Checking for existence of /etc/ssl/certs/51391683.0 within VM
functional_test.go:1969: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh "sudo cat /etc/ssl/certs/51391683.0"
functional_test.go:1995: Checking for existence of /etc/ssl/certs/4447702.pem within VM
functional_test.go:1996: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh "sudo cat /etc/ssl/certs/4447702.pem"
functional_test.go:1995: Checking for existence of /usr/share/ca-certificates/4447702.pem within VM
functional_test.go:1996: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh "sudo cat /usr/share/ca-certificates/4447702.pem"
functional_test.go:1995: Checking for existence of /etc/ssl/certs/3ec20f2e.0 within VM
functional_test.go:1996: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh "sudo cat /etc/ssl/certs/3ec20f2e.0"
--- PASS: TestFunctional/parallel/CertSync (2.13s)

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.09s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.63s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

                                                
                                                
** /stderr **
functional_test.go:2023: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh "sudo systemctl is-active containerd"
functional_test.go:2023: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-864729 ssh "sudo systemctl is-active containerd": exit status 1 (276.619764ms)

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.26s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/License
functional_test.go:2284: (dbg) Run:  out/minikube-linux-arm64 license
--- PASS: TestFunctional/parallel/License (0.26s)

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-864729 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" [c99b4f4c-975f-43d9-b513-a26207b24a9f] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [c99b4f4c-975f-43d9-b513-a26207b24a9f] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 8.003800592s
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (8.43s)

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1433: (dbg) Run:  kubectl --context functional-864729 create deployment hello-node --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1441: (dbg) Run:  kubectl --context functional-864729 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1446: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:344: "hello-node-65f5d5cc78-mn4fq" [a9efa040-5ab6-4df9-a247-f197e1135f02] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver-arm]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver-arm])
helpers_test.go:344: "hello-node-65f5d5cc78-mn4fq" [a9efa040-5ab6-4df9-a247-f197e1135f02] Running
functional_test.go:1446: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 7.005871704s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (7.25s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_not_create
functional_test.go:1266: (dbg) Run:  out/minikube-linux-arm64 profile lis
functional_test.go:1271: (dbg) Run:  out/minikube-linux-arm64 profile list --output json
--- PASS: TestFunctional/parallel/ProfileCmd/profile_not_create (0.40s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_list
functional_test.go:1306: (dbg) Run:  out/minikube-linux-arm64 profile list
functional_test.go:1311: Took "337.641957ms" to run "out/minikube-linux-arm64 profile list"
functional_test.go:1320: (dbg) Run:  out/minikube-linux-arm64 profile list -l
functional_test.go:1325: Took "49.360672ms" to run "out/minikube-linux-arm64 profile list -l"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_list (0.39s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_json_output
functional_test.go:1357: (dbg) Run:  out/minikube-linux-arm64 profile list -o json
functional_test.go:1362: Took "310.812682ms" to run "out/minikube-linux-arm64 profile list -o json"
functional_test.go:1370: (dbg) Run:  out/minikube-linux-arm64 profile list -o json --light
functional_test.go:1375: Took "49.002305ms" to run "out/minikube-linux-arm64 profile list -o json --light"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_json_output (0.36s)

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

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

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 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 17 01:39 created-by-test
-rw-r--r-- 1 docker docker 24 Jul 17 01:39 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Jul 17 01:39 test-1721180353846535986
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh cat /mount-9p/test-1721180353846535986
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-864729 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" [2968a9c0-32a8-484e-8622-8076a5f7b73f] Pending
helpers_test.go:344: "busybox-mount" [2968a9c0-32a8-484e-8622-8076a5f7b73f] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:344: "busybox-mount" [2968a9c0-32a8-484e-8622-8076a5f7b73f] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [2968a9c0-32a8-484e-8622-8076a5f7b73f] 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 4.004239195s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-864729 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-864729 /tmp/TestFunctionalparallelMountCmdany-port3728939929/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (7.33s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/List
functional_test.go:1455: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 service list
--- PASS: TestFunctional/parallel/ServiceCmd/List (0.55s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/JSONOutput
functional_test.go:1485: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 service list -o json
functional_test.go:1490: Took "514.688143ms" to run "out/minikube-linux-arm64 -p functional-864729 service list -o json"
--- PASS: TestFunctional/parallel/ServiceCmd/JSONOutput (0.52s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/HTTPS
functional_test.go:1505: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 service --namespace=default --https --url hello-node
functional_test.go:1518: found endpoint: https://192.168.49.2:31966
--- PASS: TestFunctional/parallel/ServiceCmd/HTTPS (0.39s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/Format
functional_test.go:1536: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 service hello-node --url --format={{.IP}}
--- PASS: TestFunctional/parallel/ServiceCmd/Format (0.50s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/URL
functional_test.go:1555: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 service hello-node --url
functional_test.go:1561: found endpoint for hello-node: http://192.168.49.2:31966
--- PASS: TestFunctional/parallel/ServiceCmd/URL (0.39s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/MountCmd/specific-port
functional_test_mount_test.go:213: (dbg) daemon: [out/minikube-linux-arm64 mount -p functional-864729 /tmp/TestFunctionalparallelMountCmdspecific-port2704593196/001:/mount-9p --alsologtostderr -v=1 --port 46464]
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:257: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 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-arm64 mount -p functional-864729 /tmp/TestFunctionalparallelMountCmdspecific-port2704593196/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-arm64 -p functional-864729 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-864729 ssh "sudo umount -f /mount-9p": exit status 1 (345.385659ms)

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

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

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

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

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

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh "findmnt -T" /mount2
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh "findmnt -T" /mount3
functional_test_mount_test.go:370: (dbg) Run:  out/minikube-linux-arm64 mount -p functional-864729 --kill=true
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-864729 /tmp/TestFunctionalparallelMountCmdVerifyCleanup4185640188/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-arm64 mount -p functional-864729 /tmp/TestFunctionalparallelMountCmdVerifyCleanup4185640188/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-arm64 mount -p functional-864729 /tmp/TestFunctionalparallelMountCmdVerifyCleanup4185640188/001:/mount3 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
--- PASS: TestFunctional/parallel/MountCmd/VerifyCleanup (2.35s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/short
functional_test.go:2252: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 version --short
--- PASS: TestFunctional/parallel/Version/short (0.07s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/components
functional_test.go:2266: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 version -o=json --components
functional_test.go:2266: (dbg) Done: out/minikube-linux-arm64 -p functional-864729 version -o=json --components: (1.372812292s)
--- PASS: TestFunctional/parallel/Version/components (1.37s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:260: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 image ls --format short --alsologtostderr
functional_test.go:265: (dbg) Stdout: out/minikube-linux-arm64 -p functional-864729 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.2
registry.k8s.io/kube-proxy:v1.30.2
registry.k8s.io/kube-controller-manager:v1.30.2
registry.k8s.io/kube-apiserver:v1.30.2
registry.k8s.io/etcd:3.5.12-0
registry.k8s.io/echoserver-arm:1.8
registry.k8s.io/coredns/coredns:v1.11.1
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/kindest/kindnetd:v20240715-f6ad1f6e
docker.io/kindest/kindnetd:v20240513-cd2ac642
docker.io/kicbase/echo-server:functional-864729
functional_test.go:268: (dbg) Stderr: out/minikube-linux-arm64 -p functional-864729 image ls --format short --alsologtostderr:
I0717 01:39:35.786115  474133 out.go:291] Setting OutFile to fd 1 ...
I0717 01:39:35.786378  474133 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 01:39:35.786395  474133 out.go:304] Setting ErrFile to fd 2...
I0717 01:39:35.786401  474133 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 01:39:35.786696  474133 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19264-439383/.minikube/bin
I0717 01:39:35.787373  474133 config.go:182] Loaded profile config "functional-864729": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0717 01:39:35.787493  474133 config.go:182] Loaded profile config "functional-864729": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0717 01:39:35.788118  474133 cli_runner.go:164] Run: docker container inspect functional-864729 --format={{.State.Status}}
I0717 01:39:35.808376  474133 ssh_runner.go:195] Run: systemctl --version
I0717 01:39:35.808436  474133 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-864729
I0717 01:39:35.826146  474133 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33175 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/functional-864729/id_rsa Username:docker}
I0717 01:39:35.923670  474133 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.26s)

                                                
                                    
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:260: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 image ls --format table --alsologtostderr
functional_test.go:265: (dbg) Stdout: out/minikube-linux-arm64 -p functional-864729 image ls --format table --alsologtostderr:
|-----------------------------------------|--------------------|---------------|--------|
|                  Image                  |        Tag         |   Image ID    |  Size  |
|-----------------------------------------|--------------------|---------------|--------|
| gcr.io/k8s-minikube/storage-provisioner | v5                 | ba04bb24b9575 | 29MB   |
| registry.k8s.io/kube-scheduler          | v1.30.2            | c7dd04b1bafeb | 61.6MB |
| registry.k8s.io/pause                   | 3.1                | 8057e0500773a | 529kB  |
| docker.io/kindest/kindnetd              | v20240513-cd2ac642 | 89d73d416b992 | 62MB   |
| docker.io/kindest/kindnetd              | v20240715-f6ad1f6e | 10d67c63db320 | 90.3MB |
| docker.io/library/nginx                 | latest             | 443d199e8bfcc | 197MB  |
| registry.k8s.io/coredns/coredns         | v1.11.1            | 2437cf7621777 | 58.8MB |
| registry.k8s.io/etcd                    | 3.5.12-0           | 014faa467e297 | 140MB  |
| registry.k8s.io/kube-apiserver          | v1.30.2            | 84c601f3f72c8 | 114MB  |
| docker.io/library/nginx                 | alpine             | 5461b18aaccf3 | 46.7MB |
| gcr.io/k8s-minikube/busybox             | 1.28.4-glibc       | 1611cd07b61d5 | 3.77MB |
| registry.k8s.io/kube-controller-manager | v1.30.2            | e1dcc3400d3ea | 108MB  |
| registry.k8s.io/pause                   | latest             | 8cb2091f603e7 | 246kB  |
| docker.io/kicbase/echo-server           | functional-864729  | ce2d2cda2d858 | 4.79MB |
| registry.k8s.io/echoserver-arm          | 1.8                | 72565bf5bbedf | 87.5MB |
| registry.k8s.io/kube-proxy              | v1.30.2            | 66dbb96a9149f | 89.2MB |
| registry.k8s.io/pause                   | 3.3                | 3d18732f8686c | 487kB  |
| registry.k8s.io/pause                   | 3.9                | 829e9de338bd5 | 520kB  |
|-----------------------------------------|--------------------|---------------|--------|
functional_test.go:268: (dbg) Stderr: out/minikube-linux-arm64 -p functional-864729 image ls --format table --alsologtostderr:
I0717 01:39:37.059932  474398 out.go:291] Setting OutFile to fd 1 ...
I0717 01:39:37.060096  474398 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 01:39:37.060123  474398 out.go:304] Setting ErrFile to fd 2...
I0717 01:39:37.060142  474398 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 01:39:37.060487  474398 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19264-439383/.minikube/bin
I0717 01:39:37.062139  474398 config.go:182] Loaded profile config "functional-864729": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0717 01:39:37.062344  474398 config.go:182] Loaded profile config "functional-864729": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0717 01:39:37.062988  474398 cli_runner.go:164] Run: docker container inspect functional-864729 --format={{.State.Status}}
I0717 01:39:37.080297  474398 ssh_runner.go:195] Run: systemctl --version
I0717 01:39:37.080353  474398 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-864729
I0717 01:39:37.096314  474398 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33175 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/functional-864729/id_rsa Username:docker}
I0717 01:39:37.195139  474398 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.25s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:260: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 image ls --format json --alsologtostderr
functional_test.go:265: (dbg) Stdout: out/minikube-linux-arm64 -p functional-864729 image ls --format json --alsologtostderr:
[{"id":"1611cd07b61d57dbbfebe6db242513fd51e1c02d20ba08af17a45837d86a8a8c","repoDigests":["gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e","gcr.io/k8s-minikube/busybox@sha256:580b0aa58b210f512f818b7b7ef4f63c803f7a8cd6baf571b1462b79f7b7719e"],"repoTags":["gcr.io/k8s-minikube/busybox:1.28.4-glibc"],"size":"3774172"},{"id":"5461b18aaccf366faf9fba071a5f1ac333cd13435366b32c5e9b8ec903fa18a1","repoDigests":["docker.io/library/nginx@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55","docker.io/library/nginx@sha256:a7164ab2224553c2da2303d490474d4d546d2141eef1c6367a38d37d46992c62"],"repoTags":["docker.io/library/nginx:alpine"],"size":"46671377"},{"id":"443d199e8bfcce69c2aa494b36b5f8b04c3b183277cd19190e9589fd8552d618","repoDigests":["docker.io/library/nginx@sha256:67682bda769fae1ccf5183192b8daf37b64cae99c6c3302650f6f8bf5f0f95df","docker.io/library/nginx@sha256:9a3f8e8b2777851f98c569c91f8ebd6f21b0af188c245c38a0179086bb27782e"],"repoTags":["
docker.io/library/nginx:latest"],"size":"197104786"},{"id":"10d67c63db3206239f96f6684026ffb8b77d930b1001c783ee8fa8c13d54ee0d","repoDigests":["docker.io/kindest/kindnetd@sha256:a9acb91d619f824eef2ba4c546bfd3b11ce22ef74ab3749e7264799fa588b381","docker.io/kindest/kindnetd@sha256:f8eac73b42fc840bb27107ed9505a5b365d204c414f581a156dd7224b9509036"],"repoTags":["docker.io/kindest/kindnetd:v20240715-f6ad1f6e"],"size":"90278450"},{"id":"a422e0e982356f6c1cf0e5bb7b733363caae3992a07c99951fbcc73e58ed656a","repoDigests":["docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c","docker.io/kubernetesui/metrics-scraper@sha256:853c43f3cced687cb211708aa0024304a5adb33ec45ebf5915d318358822e09a"],"repoTags":[],"size":"42263767"},{"id":"72565bf5bbedfb62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb","repoDigests":["registry.k8s.io/echoserver-arm@sha256:b33d4cdf6ed097f4e9b77b135d83a596ab73c6268b0342648818eb85f5edfdb5"],"repoTags":["registry.k8s.io/echoserver-arm:1.8"],"size":"
87536549"},{"id":"014faa467e29798aeef733fe6d1a3b5e382688217b053ad23410e6cccd5d22fd","repoDigests":["registry.k8s.io/etcd@sha256:44a8e24dcbba3470ee1fee21d5e88d128c936e9b55d4bc51fbef8086f8ed123b","registry.k8s.io/etcd@sha256:675d0e055ad04d9d6227bbb1aa88626bb1903a8b9b177c0353c6e1b3112952ad"],"repoTags":["registry.k8s.io/etcd:3.5.12-0"],"size":"140414767"},{"id":"66dbb96a9149f69913ff817f696be766014cacdffc2ce0889a76c81165415fae","repoDigests":["registry.k8s.io/kube-proxy@sha256:7df12f2b1bad9a90a39a1ca558501a4ba66b8943df1d5f2438788aa15c9d23ef","registry.k8s.io/kube-proxy@sha256:8a44c6e094af3dea3de57fa967e201608a358a3bd8b4e3f31ab905bbe4108aec"],"repoTags":["registry.k8s.io/kube-proxy:v1.30.2"],"size":"89199511"},{"id":"8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5","repoDigests":["registry.k8s.io/pause@sha256:b0602c9f938379133ff8017007894b48c1112681c9468f82a1e4cbf8a4498b67"],"repoTags":["registry.k8s.io/pause:3.1"],"size":"528622"},{"id":"ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc917
29d17","repoDigests":["docker.io/kicbase/echo-server@sha256:49260110d6ce1914d3de292ed370ee11a2e34ab577b97e6011d795cb13534d4a"],"repoTags":["docker.io/kicbase/echo-server:functional-864729"],"size":"4788229"},{"id":"89d73d416b992e8f9602b67b4614d9e7f0655aebb3696e18efec695e0b654c40","repoDigests":["docker.io/kindest/kindnetd@sha256:1770ac17c925dfef54061d598c65310ff99269a3a77d5c7257f04366b38c64be","docker.io/kindest/kindnetd@sha256:9c2b5fcda3cb5a9725ecb893f3c8998a92d51a87465a886eb563e18d649383a8"],"repoTags":["docker.io/kindest/kindnetd:v20240513-cd2ac642"],"size":"62007858"},{"id":"2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93","repoDigests":["registry.k8s.io/coredns/coredns@sha256:1eeb4c7316bacb1d4c8ead65571cd92dd21e27359f0d4917f1a5822a73b75db1","registry.k8s.io/coredns/coredns@sha256:ba9e70dbdf0ff8a77ea63451bb1241d08819471730fe7a35a218a8db2ef7890c"],"repoTags":["registry.k8s.io/coredns/coredns:v1.11.1"],"size":"58812704"},{"id":"84c601f3f72c87776cdcf77a73329d1f45297e43a92508b0f289fa2fcf8872a
0","repoDigests":["registry.k8s.io/kube-apiserver@sha256:340ab4a1d66a60630a7a298aa0b2576fcd82e51ecdddb751cf61e5d3846fde2d","registry.k8s.io/kube-apiserver@sha256:74ea4e3a814490ffe1a66434837aea1e73006d559b65a6321f3e41fc105845b7"],"repoTags":["registry.k8s.io/kube-apiserver:v1.30.2"],"size":"113538528"},{"id":"8cb2091f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a","repoDigests":["registry.k8s.io/pause@sha256:f5e31d44aa14d5669e030380b656463a7e45934c03994e72e3dbf83d4a645cca"],"repoTags":["registry.k8s.io/pause:latest"],"size":"246070"},{"id":"20b332c9a70d8516d849d1ac23eff5800cbb2f263d379f0ec11ee908db6b25a8","repoDigests":["docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93","docker.io/kubernetesui/dashboard@sha256:5c52c60663b473628bd98e4ffee7a747ef1f88d8c7bcee957b089fb3f61bdedf"],"repoTags":[],"size":"247562353"},{"id":"ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6","repoDigests":["gcr.io/k8s-minikube/storage-provisioner@sha256:0b
a370588274b88531ab311a5d2e645d240a853555c1e58fd1dd428fc333c9d2","gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944"],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"29037500"},{"id":"3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300","repoDigests":["registry.k8s.io/pause@sha256:e59730b14890252c14f85976e22ab1c47ec28b111ffed407f34bca1b44447476"],"repoTags":["registry.k8s.io/pause:3.3"],"size":"487479"},{"id":"829e9de338bd5fdd3f16f68f83a9fb288fbc8453e881e5d5cfd0f6f2ff72b43e","repoDigests":["registry.k8s.io/pause@sha256:3ec98b8452dc8ae265a6917dfb81587ac78849e520d5dbba6de524851d20eca6","registry.k8s.io/pause@sha256:7031c1b283388d2c2e09b57badb803c05ebed362dc88d84b480cc47f72a21097"],"repoTags":["registry.k8s.io/pause:3.9"],"size":"520014"},{"id":"e1dcc3400d3ea6a268c7ea6e66c3a196703770a8e346b695f54344ab53a47567","repoDigests":["registry.k8s.io/kube-controller-manager@sha256:4c412bc1fc585ddeba10d34a02e7507ea787ec2c57256d4c18
fd230377ab048e","registry.k8s.io/kube-controller-manager@sha256:8ddc81caccc97ada7e3c53ebe2c03240f25cd123c479752a1c314c402b972028"],"repoTags":["registry.k8s.io/kube-controller-manager:v1.30.2"],"size":"108229958"},{"id":"c7dd04b1bafeb51c650fde7f34ac0fdafa96030e77ea7a822135ff302d895dd5","repoDigests":["registry.k8s.io/kube-scheduler@sha256:0ed75a333704f5d315395c6ec04d7af7405715537069b65d40b43ec1c8e030bc","registry.k8s.io/kube-scheduler@sha256:96a3e2d1761583447d4ae302128b4956b855d14cdd5bf9ed4637d8b9f0c74a27"],"repoTags":["registry.k8s.io/kube-scheduler:v1.30.2"],"size":"61568326"}]
functional_test.go:268: (dbg) Stderr: out/minikube-linux-arm64 -p functional-864729 image ls --format json --alsologtostderr:
I0717 01:39:36.813959  474366 out.go:291] Setting OutFile to fd 1 ...
I0717 01:39:36.814161  474366 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 01:39:36.814217  474366 out.go:304] Setting ErrFile to fd 2...
I0717 01:39:36.814237  474366 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 01:39:36.814509  474366 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19264-439383/.minikube/bin
I0717 01:39:36.815179  474366 config.go:182] Loaded profile config "functional-864729": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0717 01:39:36.815361  474366 config.go:182] Loaded profile config "functional-864729": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0717 01:39:36.815863  474366 cli_runner.go:164] Run: docker container inspect functional-864729 --format={{.State.Status}}
I0717 01:39:36.832159  474366 ssh_runner.go:195] Run: systemctl --version
I0717 01:39:36.832214  474366 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-864729
I0717 01:39:36.849874  474366 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33175 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/functional-864729/id_rsa Username:docker}
I0717 01:39:36.943707  474366 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.23s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:260: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 image ls --format yaml --alsologtostderr
functional_test.go:265: (dbg) Stdout: out/minikube-linux-arm64 -p functional-864729 image ls --format yaml --alsologtostderr:
- id: 1611cd07b61d57dbbfebe6db242513fd51e1c02d20ba08af17a45837d86a8a8c
repoDigests:
- gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e
- gcr.io/k8s-minikube/busybox@sha256:580b0aa58b210f512f818b7b7ef4f63c803f7a8cd6baf571b1462b79f7b7719e
repoTags:
- gcr.io/k8s-minikube/busybox:1.28.4-glibc
size: "3774172"
- id: 014faa467e29798aeef733fe6d1a3b5e382688217b053ad23410e6cccd5d22fd
repoDigests:
- registry.k8s.io/etcd@sha256:44a8e24dcbba3470ee1fee21d5e88d128c936e9b55d4bc51fbef8086f8ed123b
- registry.k8s.io/etcd@sha256:675d0e055ad04d9d6227bbb1aa88626bb1903a8b9b177c0353c6e1b3112952ad
repoTags:
- registry.k8s.io/etcd:3.5.12-0
size: "140414767"
- id: c7dd04b1bafeb51c650fde7f34ac0fdafa96030e77ea7a822135ff302d895dd5
repoDigests:
- registry.k8s.io/kube-scheduler@sha256:0ed75a333704f5d315395c6ec04d7af7405715537069b65d40b43ec1c8e030bc
- registry.k8s.io/kube-scheduler@sha256:96a3e2d1761583447d4ae302128b4956b855d14cdd5bf9ed4637d8b9f0c74a27
repoTags:
- registry.k8s.io/kube-scheduler:v1.30.2
size: "61568326"
- id: 10d67c63db3206239f96f6684026ffb8b77d930b1001c783ee8fa8c13d54ee0d
repoDigests:
- docker.io/kindest/kindnetd@sha256:a9acb91d619f824eef2ba4c546bfd3b11ce22ef74ab3749e7264799fa588b381
- docker.io/kindest/kindnetd@sha256:f8eac73b42fc840bb27107ed9505a5b365d204c414f581a156dd7224b9509036
repoTags:
- docker.io/kindest/kindnetd:v20240715-f6ad1f6e
size: "90278450"
- id: a422e0e982356f6c1cf0e5bb7b733363caae3992a07c99951fbcc73e58ed656a
repoDigests:
- docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c
- docker.io/kubernetesui/metrics-scraper@sha256:853c43f3cced687cb211708aa0024304a5adb33ec45ebf5915d318358822e09a
repoTags: []
size: "42263767"
- id: 84c601f3f72c87776cdcf77a73329d1f45297e43a92508b0f289fa2fcf8872a0
repoDigests:
- registry.k8s.io/kube-apiserver@sha256:340ab4a1d66a60630a7a298aa0b2576fcd82e51ecdddb751cf61e5d3846fde2d
- registry.k8s.io/kube-apiserver@sha256:74ea4e3a814490ffe1a66434837aea1e73006d559b65a6321f3e41fc105845b7
repoTags:
- registry.k8s.io/kube-apiserver:v1.30.2
size: "113538528"
- id: e1dcc3400d3ea6a268c7ea6e66c3a196703770a8e346b695f54344ab53a47567
repoDigests:
- registry.k8s.io/kube-controller-manager@sha256:4c412bc1fc585ddeba10d34a02e7507ea787ec2c57256d4c18fd230377ab048e
- registry.k8s.io/kube-controller-manager@sha256:8ddc81caccc97ada7e3c53ebe2c03240f25cd123c479752a1c314c402b972028
repoTags:
- registry.k8s.io/kube-controller-manager:v1.30.2
size: "108229958"
- id: 66dbb96a9149f69913ff817f696be766014cacdffc2ce0889a76c81165415fae
repoDigests:
- registry.k8s.io/kube-proxy@sha256:7df12f2b1bad9a90a39a1ca558501a4ba66b8943df1d5f2438788aa15c9d23ef
- registry.k8s.io/kube-proxy@sha256:8a44c6e094af3dea3de57fa967e201608a358a3bd8b4e3f31ab905bbe4108aec
repoTags:
- registry.k8s.io/kube-proxy:v1.30.2
size: "89199511"
- id: 829e9de338bd5fdd3f16f68f83a9fb288fbc8453e881e5d5cfd0f6f2ff72b43e
repoDigests:
- registry.k8s.io/pause@sha256:3ec98b8452dc8ae265a6917dfb81587ac78849e520d5dbba6de524851d20eca6
- registry.k8s.io/pause@sha256:7031c1b283388d2c2e09b57badb803c05ebed362dc88d84b480cc47f72a21097
repoTags:
- registry.k8s.io/pause:3.9
size: "520014"
- id: 8cb2091f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a
repoDigests:
- registry.k8s.io/pause@sha256:f5e31d44aa14d5669e030380b656463a7e45934c03994e72e3dbf83d4a645cca
repoTags:
- registry.k8s.io/pause:latest
size: "246070"
- id: 89d73d416b992e8f9602b67b4614d9e7f0655aebb3696e18efec695e0b654c40
repoDigests:
- docker.io/kindest/kindnetd@sha256:1770ac17c925dfef54061d598c65310ff99269a3a77d5c7257f04366b38c64be
- docker.io/kindest/kindnetd@sha256:9c2b5fcda3cb5a9725ecb893f3c8998a92d51a87465a886eb563e18d649383a8
repoTags:
- docker.io/kindest/kindnetd:v20240513-cd2ac642
size: "62007858"
- id: 2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93
repoDigests:
- registry.k8s.io/coredns/coredns@sha256:1eeb4c7316bacb1d4c8ead65571cd92dd21e27359f0d4917f1a5822a73b75db1
- registry.k8s.io/coredns/coredns@sha256:ba9e70dbdf0ff8a77ea63451bb1241d08819471730fe7a35a218a8db2ef7890c
repoTags:
- registry.k8s.io/coredns/coredns:v1.11.1
size: "58812704"
- id: 72565bf5bbedfb62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb
repoDigests:
- registry.k8s.io/echoserver-arm@sha256:b33d4cdf6ed097f4e9b77b135d83a596ab73c6268b0342648818eb85f5edfdb5
repoTags:
- registry.k8s.io/echoserver-arm:1.8
size: "87536549"
- id: ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17
repoDigests:
- docker.io/kicbase/echo-server@sha256:49260110d6ce1914d3de292ed370ee11a2e34ab577b97e6011d795cb13534d4a
repoTags:
- docker.io/kicbase/echo-server:functional-864729
size: "4788229"
- id: 20b332c9a70d8516d849d1ac23eff5800cbb2f263d379f0ec11ee908db6b25a8
repoDigests:
- docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93
- docker.io/kubernetesui/dashboard@sha256:5c52c60663b473628bd98e4ffee7a747ef1f88d8c7bcee957b089fb3f61bdedf
repoTags: []
size: "247562353"
- id: ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6
repoDigests:
- gcr.io/k8s-minikube/storage-provisioner@sha256:0ba370588274b88531ab311a5d2e645d240a853555c1e58fd1dd428fc333c9d2
- gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944
repoTags:
- gcr.io/k8s-minikube/storage-provisioner:v5
size: "29037500"
- id: 8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5
repoDigests:
- registry.k8s.io/pause@sha256:b0602c9f938379133ff8017007894b48c1112681c9468f82a1e4cbf8a4498b67
repoTags:
- registry.k8s.io/pause:3.1
size: "528622"
- id: 3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300
repoDigests:
- registry.k8s.io/pause@sha256:e59730b14890252c14f85976e22ab1c47ec28b111ffed407f34bca1b44447476
repoTags:
- registry.k8s.io/pause:3.3
size: "487479"
- id: 5461b18aaccf366faf9fba071a5f1ac333cd13435366b32c5e9b8ec903fa18a1
repoDigests:
- docker.io/library/nginx@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55
- docker.io/library/nginx@sha256:a7164ab2224553c2da2303d490474d4d546d2141eef1c6367a38d37d46992c62
repoTags:
- docker.io/library/nginx:alpine
size: "46671377"
- id: 443d199e8bfcce69c2aa494b36b5f8b04c3b183277cd19190e9589fd8552d618
repoDigests:
- docker.io/library/nginx@sha256:67682bda769fae1ccf5183192b8daf37b64cae99c6c3302650f6f8bf5f0f95df
- docker.io/library/nginx@sha256:9a3f8e8b2777851f98c569c91f8ebd6f21b0af188c245c38a0179086bb27782e
repoTags:
- docker.io/library/nginx:latest
size: "197104786"

                                                
                                                
functional_test.go:268: (dbg) Stderr: out/minikube-linux-arm64 -p functional-864729 image ls --format yaml --alsologtostderr:
I0717 01:39:36.576311  474305 out.go:291] Setting OutFile to fd 1 ...
I0717 01:39:36.576429  474305 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 01:39:36.576446  474305 out.go:304] Setting ErrFile to fd 2...
I0717 01:39:36.576453  474305 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 01:39:36.576813  474305 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19264-439383/.minikube/bin
I0717 01:39:36.577759  474305 config.go:182] Loaded profile config "functional-864729": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0717 01:39:36.577904  474305 config.go:182] Loaded profile config "functional-864729": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0717 01:39:36.578617  474305 cli_runner.go:164] Run: docker container inspect functional-864729 --format={{.State.Status}}
I0717 01:39:36.596669  474305 ssh_runner.go:195] Run: systemctl --version
I0717 01:39:36.596720  474305 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-864729
I0717 01:39:36.616442  474305 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33175 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/functional-864729/id_rsa Username:docker}
I0717 01:39:36.723217  474305 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.26s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageBuild
functional_test.go:307: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 ssh pgrep buildkitd
functional_test.go:307: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-864729 ssh pgrep buildkitd: exit status 1 (287.265646ms)

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

                                                
                                                
** /stderr **
functional_test.go:314: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 image build -t localhost/my-image:functional-864729 testdata/build --alsologtostderr
functional_test.go:314: (dbg) Done: out/minikube-linux-arm64 -p functional-864729 image build -t localhost/my-image:functional-864729 testdata/build --alsologtostderr: (2.098101221s)
functional_test.go:319: (dbg) Stdout: out/minikube-linux-arm64 -p functional-864729 image build -t localhost/my-image:functional-864729 testdata/build --alsologtostderr:
STEP 1/3: FROM gcr.io/k8s-minikube/busybox
STEP 2/3: RUN true
--> 3f4024ee9ca
STEP 3/3: ADD content.txt /
COMMIT localhost/my-image:functional-864729
--> 9490f67698a
Successfully tagged localhost/my-image:functional-864729
9490f67698a97481ee6334240ebb512d10f759e20f3d6401494fecfac0d0afb9
functional_test.go:322: (dbg) Stderr: out/minikube-linux-arm64 -p functional-864729 image build -t localhost/my-image:functional-864729 testdata/build --alsologtostderr:
I0717 01:39:36.326954  474244 out.go:291] Setting OutFile to fd 1 ...
I0717 01:39:36.327618  474244 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 01:39:36.327626  474244 out.go:304] Setting ErrFile to fd 2...
I0717 01:39:36.327630  474244 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0717 01:39:36.327904  474244 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19264-439383/.minikube/bin
I0717 01:39:36.328523  474244 config.go:182] Loaded profile config "functional-864729": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0717 01:39:36.330427  474244 config.go:182] Loaded profile config "functional-864729": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0717 01:39:36.331014  474244 cli_runner.go:164] Run: docker container inspect functional-864729 --format={{.State.Status}}
I0717 01:39:36.357449  474244 ssh_runner.go:195] Run: systemctl --version
I0717 01:39:36.357522  474244 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-864729
I0717 01:39:36.385716  474244 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33175 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/functional-864729/id_rsa Username:docker}
I0717 01:39:36.484226  474244 build_images.go:161] Building image from path: /tmp/build.536610819.tar
I0717 01:39:36.484311  474244 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0717 01:39:36.494369  474244 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.536610819.tar
I0717 01:39:36.498117  474244 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.536610819.tar: stat -c "%s %y" /var/lib/minikube/build/build.536610819.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.536610819.tar': No such file or directory
I0717 01:39:36.498148  474244 ssh_runner.go:362] scp /tmp/build.536610819.tar --> /var/lib/minikube/build/build.536610819.tar (3072 bytes)
I0717 01:39:36.532825  474244 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.536610819
I0717 01:39:36.546483  474244 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.536610819 -xf /var/lib/minikube/build/build.536610819.tar
I0717 01:39:36.556537  474244 crio.go:315] Building image: /var/lib/minikube/build/build.536610819
I0717 01:39:36.556602  474244 ssh_runner.go:195] Run: sudo podman build -t localhost/my-image:functional-864729 /var/lib/minikube/build/build.536610819 --cgroup-manager=cgroupfs
Trying to pull gcr.io/k8s-minikube/busybox:latest...
Getting image source signatures
Copying blob sha256:a01966dde7f8d5ba10b6d87e776c7c8fb5a5f6bfa678874bd28b33b1fc6dba34
Copying blob sha256:a01966dde7f8d5ba10b6d87e776c7c8fb5a5f6bfa678874bd28b33b1fc6dba34
Copying config sha256:71a676dd070f4b701c3272e566d84951362f1326ea07d5bbad119d1c4f6b3d02
Writing manifest to image destination
Storing signatures
I0717 01:39:38.343970  474244 ssh_runner.go:235] Completed: sudo podman build -t localhost/my-image:functional-864729 /var/lib/minikube/build/build.536610819 --cgroup-manager=cgroupfs: (1.787345103s)
I0717 01:39:38.344054  474244 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.536610819
I0717 01:39:38.353462  474244 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.536610819.tar
I0717 01:39:38.362316  474244 build_images.go:217] Built localhost/my-image:functional-864729 from /tmp/build.536610819.tar
I0717 01:39:38.362348  474244 build_images.go:133] succeeded building to: functional-864729
I0717 01:39:38.362354  474244 build_images.go:134] failed building to: 
functional_test.go:447: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (2.66s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/Setup
functional_test.go:341: (dbg) Run:  docker pull docker.io/kicbase/echo-server:1.0
functional_test.go:346: (dbg) Run:  docker tag docker.io/kicbase/echo-server:1.0 docker.io/kicbase/echo-server:functional-864729
--- PASS: TestFunctional/parallel/ImageCommands/Setup (0.82s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:354: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 image load --daemon docker.io/kicbase/echo-server:functional-864729 --alsologtostderr
functional_test.go:354: (dbg) Done: out/minikube-linux-arm64 -p functional-864729 image load --daemon docker.io/kicbase/echo-server:functional-864729 --alsologtostderr: (1.234173946s)
functional_test.go:447: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadDaemon (1.53s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageReloadDaemon
functional_test.go:364: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 image load --daemon docker.io/kicbase/echo-server:functional-864729 --alsologtostderr
functional_test.go:364: (dbg) Done: out/minikube-linux-arm64 -p functional-864729 image load --daemon docker.io/kicbase/echo-server:functional-864729 --alsologtostderr: (2.529500717s)
functional_test.go:447: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageReloadDaemon (2.80s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon
functional_test.go:234: (dbg) Run:  docker pull docker.io/kicbase/echo-server:latest
functional_test.go:239: (dbg) Run:  docker tag docker.io/kicbase/echo-server:latest docker.io/kicbase/echo-server:functional-864729
functional_test.go:244: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 image load --daemon docker.io/kicbase/echo-server:functional-864729 --alsologtostderr
functional_test.go:447: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (1.26s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveToFile
functional_test.go:379: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 image save docker.io/kicbase/echo-server:functional-864729 /home/jenkins/workspace/Docker_Linux_crio_arm64/echo-server-save.tar --alsologtostderr
2024/07/17 01:39:32 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveToFile (0.57s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageRemove
functional_test.go:391: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 image rm docker.io/kicbase/echo-server:functional-864729 --alsologtostderr
functional_test.go:447: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageRemove (0.62s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadFromFile
functional_test.go:408: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 image load /home/jenkins/workspace/Docker_Linux_crio_arm64/echo-server-save.tar --alsologtostderr
functional_test.go:447: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadFromFile (0.95s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveDaemon
functional_test.go:418: (dbg) Run:  docker rmi docker.io/kicbase/echo-server:functional-864729
functional_test.go:423: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 image save --daemon docker.io/kicbase/echo-server:functional-864729 --alsologtostderr
functional_test.go:428: (dbg) Run:  docker image inspect docker.io/kicbase/echo-server:functional-864729
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveDaemon (0.68s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_changes
functional_test.go:2115: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_changes (0.23s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster
functional_test.go:2115: (dbg) Run:  out/minikube-linux-arm64 -p functional-864729 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster (0.17s)

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

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.04s)

                                                
                                                
=== RUN   TestFunctional/delete_echo-server_images
functional_test.go:189: (dbg) Run:  docker rmi -f docker.io/kicbase/echo-server:1.0
functional_test.go:189: (dbg) Run:  docker rmi -f docker.io/kicbase/echo-server:functional-864729
--- PASS: TestFunctional/delete_echo-server_images (0.04s)

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.01s)

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

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.01s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (187.68s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-arm64 start -p ha-938039 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0717 01:39:49.044967  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 01:41:10.965219  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
ha_test.go:101: (dbg) Done: out/minikube-linux-arm64 start -p ha-938039 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (3m6.856292072s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/StartCluster (187.68s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (6.64s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.56s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (37.25s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddWorkerNode
ha_test.go:228: (dbg) Run:  out/minikube-linux-arm64 node add -p ha-938039 -v=7 --alsologtostderr
E0717 01:43:27.121873  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
ha_test.go:228: (dbg) Done: out/minikube-linux-arm64 node add -p ha-938039 -v=7 --alsologtostderr: (36.251290989s)
ha_test.go:234: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 status -v=7 --alsologtostderr
ha_test.go:234: (dbg) Done: out/minikube-linux-arm64 -p ha-938039 status -v=7 --alsologtostderr: (1.003400947s)
--- PASS: TestMultiControlPlane/serial/AddWorkerNode (37.25s)

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.1s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (0.76s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (18.38s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/CopyFile
ha_test.go:326: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 status --output json -v=7 --alsologtostderr
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp testdata/cp-test.txt ha-938039:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp ha-938039:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile2600705138/001/cp-test_ha-938039.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp ha-938039:/home/docker/cp-test.txt ha-938039-m02:/home/docker/cp-test_ha-938039_ha-938039-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m02 "sudo cat /home/docker/cp-test_ha-938039_ha-938039-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp ha-938039:/home/docker/cp-test.txt ha-938039-m03:/home/docker/cp-test_ha-938039_ha-938039-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m03 "sudo cat /home/docker/cp-test_ha-938039_ha-938039-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp ha-938039:/home/docker/cp-test.txt ha-938039-m04:/home/docker/cp-test_ha-938039_ha-938039-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m04 "sudo cat /home/docker/cp-test_ha-938039_ha-938039-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp testdata/cp-test.txt ha-938039-m02:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp ha-938039-m02:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile2600705138/001/cp-test_ha-938039-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp ha-938039-m02:/home/docker/cp-test.txt ha-938039:/home/docker/cp-test_ha-938039-m02_ha-938039.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039 "sudo cat /home/docker/cp-test_ha-938039-m02_ha-938039.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp ha-938039-m02:/home/docker/cp-test.txt ha-938039-m03:/home/docker/cp-test_ha-938039-m02_ha-938039-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m03 "sudo cat /home/docker/cp-test_ha-938039-m02_ha-938039-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp ha-938039-m02:/home/docker/cp-test.txt ha-938039-m04:/home/docker/cp-test_ha-938039-m02_ha-938039-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m04 "sudo cat /home/docker/cp-test_ha-938039-m02_ha-938039-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp testdata/cp-test.txt ha-938039-m03:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp ha-938039-m03:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile2600705138/001/cp-test_ha-938039-m03.txt
E0717 01:43:46.151243  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
E0717 01:43:46.157265  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
E0717 01:43:46.167634  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
E0717 01:43:46.187894  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
E0717 01:43:46.228155  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m03 "sudo cat /home/docker/cp-test.txt"
E0717 01:43:46.308267  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
E0717 01:43:46.468512  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp ha-938039-m03:/home/docker/cp-test.txt ha-938039:/home/docker/cp-test_ha-938039-m03_ha-938039.txt
E0717 01:43:46.789392  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039 "sudo cat /home/docker/cp-test_ha-938039-m03_ha-938039.txt"
E0717 01:43:47.430902  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp ha-938039-m03:/home/docker/cp-test.txt ha-938039-m02:/home/docker/cp-test_ha-938039-m03_ha-938039-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m02 "sudo cat /home/docker/cp-test_ha-938039-m03_ha-938039-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp ha-938039-m03:/home/docker/cp-test.txt ha-938039-m04:/home/docker/cp-test_ha-938039-m03_ha-938039-m04.txt
E0717 01:43:48.711694  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m04 "sudo cat /home/docker/cp-test_ha-938039-m03_ha-938039-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp testdata/cp-test.txt ha-938039-m04:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp ha-938039-m04:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile2600705138/001/cp-test_ha-938039-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp ha-938039-m04:/home/docker/cp-test.txt ha-938039:/home/docker/cp-test_ha-938039-m04_ha-938039.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m04 "sudo cat /home/docker/cp-test.txt"
E0717 01:43:51.272838  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039 "sudo cat /home/docker/cp-test_ha-938039-m04_ha-938039.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp ha-938039-m04:/home/docker/cp-test.txt ha-938039-m02:/home/docker/cp-test_ha-938039-m04_ha-938039-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m02 "sudo cat /home/docker/cp-test_ha-938039-m04_ha-938039-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 cp ha-938039-m04:/home/docker/cp-test.txt ha-938039-m03:/home/docker/cp-test_ha-938039-m04_ha-938039-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 ssh -n ha-938039-m03 "sudo cat /home/docker/cp-test_ha-938039-m04_ha-938039-m03.txt"
--- PASS: TestMultiControlPlane/serial/CopyFile (18.38s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (12.68s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopSecondaryNode
ha_test.go:363: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 node stop m02 -v=7 --alsologtostderr
E0717 01:43:54.805434  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 01:43:56.393748  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
ha_test.go:363: (dbg) Done: out/minikube-linux-arm64 -p ha-938039 node stop m02 -v=7 --alsologtostderr: (11.957058867s)
ha_test.go:369: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 status -v=7 --alsologtostderr
ha_test.go:369: (dbg) Non-zero exit: out/minikube-linux-arm64 -p ha-938039 status -v=7 --alsologtostderr: exit status 7 (722.123726ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0717 01:44:05.911534  490382 out.go:291] Setting OutFile to fd 1 ...
	I0717 01:44:05.911699  490382 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:44:05.911788  490382 out.go:304] Setting ErrFile to fd 2...
	I0717 01:44:05.911810  490382 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:44:05.912122  490382 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19264-439383/.minikube/bin
	I0717 01:44:05.912331  490382 out.go:298] Setting JSON to false
	I0717 01:44:05.912393  490382 mustload.go:65] Loading cluster: ha-938039
	I0717 01:44:05.912468  490382 notify.go:220] Checking for updates...
	I0717 01:44:05.912880  490382 config.go:182] Loaded profile config "ha-938039": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
	I0717 01:44:05.912909  490382 status.go:255] checking status of ha-938039 ...
	I0717 01:44:05.913492  490382 cli_runner.go:164] Run: docker container inspect ha-938039 --format={{.State.Status}}
	I0717 01:44:05.931825  490382 status.go:330] ha-938039 host status = "Running" (err=<nil>)
	I0717 01:44:05.931845  490382 host.go:66] Checking if "ha-938039" exists ...
	I0717 01:44:05.932116  490382 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-938039
	I0717 01:44:05.960775  490382 host.go:66] Checking if "ha-938039" exists ...
	I0717 01:44:05.961090  490382 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0717 01:44:05.961136  490382 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-938039
	I0717 01:44:05.982099  490382 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33180 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/ha-938039/id_rsa Username:docker}
	I0717 01:44:06.084840  490382 ssh_runner.go:195] Run: systemctl --version
	I0717 01:44:06.089696  490382 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0717 01:44:06.102816  490382 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0717 01:44:06.165724  490382 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:53 OomKillDisable:true NGoroutines:71 SystemTime:2024-07-17 01:44:06.156328484 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 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:2 MemTotal:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
	I0717 01:44:06.166467  490382 kubeconfig.go:125] found "ha-938039" server: "https://192.168.49.254:8443"
	I0717 01:44:06.166497  490382 api_server.go:166] Checking apiserver status ...
	I0717 01:44:06.166598  490382 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0717 01:44:06.178631  490382 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1430/cgroup
	I0717 01:44:06.188069  490382 api_server.go:182] apiserver freezer: "9:freezer:/docker/dcdd52c3511b7d356e5d00bf86e0fe29e2e929fec60fe32edf2b56e359ce8925/crio/crio-f94d78bfb732037582adb4e0bb097626be8f6bd02fecbe1b98db44984c6bc857"
	I0717 01:44:06.188137  490382 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/dcdd52c3511b7d356e5d00bf86e0fe29e2e929fec60fe32edf2b56e359ce8925/crio/crio-f94d78bfb732037582adb4e0bb097626be8f6bd02fecbe1b98db44984c6bc857/freezer.state
	I0717 01:44:06.197029  490382 api_server.go:204] freezer state: "THAWED"
	I0717 01:44:06.197057  490382 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0717 01:44:06.204788  490382 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0717 01:44:06.204815  490382 status.go:422] ha-938039 apiserver status = Running (err=<nil>)
	I0717 01:44:06.204827  490382 status.go:257] ha-938039 status: &{Name:ha-938039 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0717 01:44:06.204845  490382 status.go:255] checking status of ha-938039-m02 ...
	I0717 01:44:06.205157  490382 cli_runner.go:164] Run: docker container inspect ha-938039-m02 --format={{.State.Status}}
	I0717 01:44:06.221157  490382 status.go:330] ha-938039-m02 host status = "Stopped" (err=<nil>)
	I0717 01:44:06.221181  490382 status.go:343] host is not running, skipping remaining checks
	I0717 01:44:06.221189  490382 status.go:257] ha-938039-m02 status: &{Name:ha-938039-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0717 01:44:06.221223  490382 status.go:255] checking status of ha-938039-m03 ...
	I0717 01:44:06.221536  490382 cli_runner.go:164] Run: docker container inspect ha-938039-m03 --format={{.State.Status}}
	I0717 01:44:06.238547  490382 status.go:330] ha-938039-m03 host status = "Running" (err=<nil>)
	I0717 01:44:06.238572  490382 host.go:66] Checking if "ha-938039-m03" exists ...
	I0717 01:44:06.238975  490382 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-938039-m03
	I0717 01:44:06.255989  490382 host.go:66] Checking if "ha-938039-m03" exists ...
	I0717 01:44:06.256298  490382 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0717 01:44:06.256352  490382 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-938039-m03
	I0717 01:44:06.273078  490382 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33190 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/ha-938039-m03/id_rsa Username:docker}
	I0717 01:44:06.368156  490382 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0717 01:44:06.380304  490382 kubeconfig.go:125] found "ha-938039" server: "https://192.168.49.254:8443"
	I0717 01:44:06.380333  490382 api_server.go:166] Checking apiserver status ...
	I0717 01:44:06.380389  490382 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0717 01:44:06.391114  490382 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1372/cgroup
	I0717 01:44:06.400969  490382 api_server.go:182] apiserver freezer: "9:freezer:/docker/229b28354e11ee1a86fba786dd33dba9433ee9de5c32599ae375b6d80c56696d/crio/crio-a815636365fbdc9c9da1d232e0995b112862fa26ff94247ec5f2854e00aec362"
	I0717 01:44:06.401050  490382 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/229b28354e11ee1a86fba786dd33dba9433ee9de5c32599ae375b6d80c56696d/crio/crio-a815636365fbdc9c9da1d232e0995b112862fa26ff94247ec5f2854e00aec362/freezer.state
	I0717 01:44:06.410091  490382 api_server.go:204] freezer state: "THAWED"
	I0717 01:44:06.410118  490382 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0717 01:44:06.417762  490382 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0717 01:44:06.417789  490382 status.go:422] ha-938039-m03 apiserver status = Running (err=<nil>)
	I0717 01:44:06.417799  490382 status.go:257] ha-938039-m03 status: &{Name:ha-938039-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0717 01:44:06.417815  490382 status.go:255] checking status of ha-938039-m04 ...
	I0717 01:44:06.418112  490382 cli_runner.go:164] Run: docker container inspect ha-938039-m04 --format={{.State.Status}}
	I0717 01:44:06.434892  490382 status.go:330] ha-938039-m04 host status = "Running" (err=<nil>)
	I0717 01:44:06.434921  490382 host.go:66] Checking if "ha-938039-m04" exists ...
	I0717 01:44:06.435228  490382 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-938039-m04
	I0717 01:44:06.451529  490382 host.go:66] Checking if "ha-938039-m04" exists ...
	I0717 01:44:06.451823  490382 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0717 01:44:06.451873  490382 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-938039-m04
	I0717 01:44:06.468233  490382 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33195 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/ha-938039-m04/id_rsa Username:docker}
	I0717 01:44:06.568118  490382 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0717 01:44:06.583616  490382 status.go:257] ha-938039-m04 status: &{Name:ha-938039-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.54s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop
ha_test.go:390: (dbg) Run:  out/minikube-linux-arm64 profile list --output json
E0717 01:44:06.634445  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
--- PASS: TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.54s)

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (22.95s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartSecondaryNode
ha_test.go:420: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 node start m02 -v=7 --alsologtostderr
E0717 01:44:27.115014  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
ha_test.go:420: (dbg) Done: out/minikube-linux-arm64 -p ha-938039 node start m02 -v=7 --alsologtostderr: (21.883221316s)
ha_test.go:428: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 status -v=7 --alsologtostderr
ha_test.go:448: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiControlPlane/serial/RestartSecondaryNode (22.95s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (16.27s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (200.04s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:456: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-938039 -v=7 --alsologtostderr
ha_test.go:462: (dbg) Run:  out/minikube-linux-arm64 stop -p ha-938039 -v=7 --alsologtostderr
E0717 01:45:08.075223  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
ha_test.go:462: (dbg) Done: out/minikube-linux-arm64 stop -p ha-938039 -v=7 --alsologtostderr: (36.94686483s)
ha_test.go:467: (dbg) Run:  out/minikube-linux-arm64 start -p ha-938039 --wait=true -v=7 --alsologtostderr
E0717 01:46:29.996440  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
ha_test.go:467: (dbg) Done: out/minikube-linux-arm64 start -p ha-938039 --wait=true -v=7 --alsologtostderr: (2m42.929813814s)
ha_test.go:472: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-938039
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (200.04s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (13.09s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.5s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (35.78s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopCluster
ha_test.go:531: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 stop -v=7 --alsologtostderr
E0717 01:48:27.122097  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 01:48:46.151781  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
ha_test.go:531: (dbg) Done: out/minikube-linux-arm64 -p ha-938039 stop -v=7 --alsologtostderr: (35.673384362s)
ha_test.go:537: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 status -v=7 --alsologtostderr
ha_test.go:537: (dbg) Non-zero exit: out/minikube-linux-arm64 -p ha-938039 status -v=7 --alsologtostderr: exit status 7 (107.991178ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0717 01:48:55.690039  504968 out.go:291] Setting OutFile to fd 1 ...
	I0717 01:48:55.690292  504968 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:48:55.690312  504968 out.go:304] Setting ErrFile to fd 2...
	I0717 01:48:55.690319  504968 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:48:55.690607  504968 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19264-439383/.minikube/bin
	I0717 01:48:55.691157  504968 out.go:298] Setting JSON to false
	I0717 01:48:55.691189  504968 mustload.go:65] Loading cluster: ha-938039
	I0717 01:48:55.691617  504968 config.go:182] Loaded profile config "ha-938039": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
	I0717 01:48:55.691634  504968 status.go:255] checking status of ha-938039 ...
	I0717 01:48:55.692147  504968 cli_runner.go:164] Run: docker container inspect ha-938039 --format={{.State.Status}}
	I0717 01:48:55.692438  504968 notify.go:220] Checking for updates...
	I0717 01:48:55.708389  504968 status.go:330] ha-938039 host status = "Stopped" (err=<nil>)
	I0717 01:48:55.708411  504968 status.go:343] host is not running, skipping remaining checks
	I0717 01:48:55.708419  504968 status.go:257] ha-938039 status: &{Name:ha-938039 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0717 01:48:55.708452  504968 status.go:255] checking status of ha-938039-m02 ...
	I0717 01:48:55.708753  504968 cli_runner.go:164] Run: docker container inspect ha-938039-m02 --format={{.State.Status}}
	I0717 01:48:55.724927  504968 status.go:330] ha-938039-m02 host status = "Stopped" (err=<nil>)
	I0717 01:48:55.724953  504968 status.go:343] host is not running, skipping remaining checks
	I0717 01:48:55.724962  504968 status.go:257] ha-938039-m02 status: &{Name:ha-938039-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0717 01:48:55.724985  504968 status.go:255] checking status of ha-938039-m04 ...
	I0717 01:48:55.725286  504968 cli_runner.go:164] Run: docker container inspect ha-938039-m04 --format={{.State.Status}}
	I0717 01:48:55.749403  504968 status.go:330] ha-938039-m04 host status = "Stopped" (err=<nil>)
	I0717 01:48:55.749427  504968 status.go:343] host is not running, skipping remaining checks
	I0717 01:48:55.749435  504968 status.go:257] ha-938039-m04 status: &{Name:ha-938039-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (83.56s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:560: (dbg) Run:  out/minikube-linux-arm64 start -p ha-938039 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0717 01:49:13.837329  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
ha_test.go:560: (dbg) Done: out/minikube-linux-arm64 start -p ha-938039 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (1m22.608000014s)
ha_test.go:566: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 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 (83.56s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.62s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (75.94s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:605: (dbg) Run:  out/minikube-linux-arm64 node add -p ha-938039 --control-plane -v=7 --alsologtostderr
ha_test.go:605: (dbg) Done: out/minikube-linux-arm64 node add -p ha-938039 --control-plane -v=7 --alsologtostderr: (1m14.918919566s)
ha_test.go:611: (dbg) Run:  out/minikube-linux-arm64 -p ha-938039 status -v=7 --alsologtostderr
ha_test.go:611: (dbg) Done: out/minikube-linux-arm64 -p ha-938039 status -v=7 --alsologtostderr: (1.018408429s)
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (75.94s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (0.76s)

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

                                                
                                    
x
+
TestJSONOutput/start/Command (60.97s)

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-arm64 start -p json-output-169639 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=crio
json_output_test.go:63: (dbg) Done: out/minikube-linux-arm64 start -p json-output-169639 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=crio: (1m0.966048426s)
--- PASS: TestJSONOutput/start/Command (60.97s)

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

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

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

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

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

                                                
                                                
=== RUN   TestJSONOutput/stop/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-arm64 stop -p json-output-169639 --output=json --user=testUser
json_output_test.go:63: (dbg) Done: out/minikube-linux-arm64 stop -p json-output-169639 --output=json --user=testUser: (5.861347482s)
--- PASS: TestJSONOutput/stop/Command (5.86s)

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

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"6ddaf58c-a450-40ba-9703-2ee88852a629","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-305947] minikube v1.33.1 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"b446257f-b0a9-4a6b-8673-3709f37d7a5b","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19264"}}
	{"specversion":"1.0","id":"034263ec-9ab0-4029-8908-6215ba580de9","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":"6e7c1975-d886-4d05-aabf-a9a9257a86c0","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19264-439383/kubeconfig"}}
	{"specversion":"1.0","id":"5c418ca8-0eb7-4276-9513-b571bcc00a45","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19264-439383/.minikube"}}
	{"specversion":"1.0","id":"615250db-6e5a-4de6-aa68-e95a65c5d90e","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-arm64"}}
	{"specversion":"1.0","id":"6100c0c3-6505-408c-be03-24e6cd93ac82","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"c266a286-99f8-48e9-85a2-7ddc42aea795","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/arm64","name":"DRV_UNSUPPORTED_OS","url":""}}

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

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (44.34s)

                                                
                                                
=== RUN   TestKicCustomNetwork/create_custom_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-arm64 start -p docker-network-823156 --network=
E0717 01:53:27.121784  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-arm64 start -p docker-network-823156 --network=: (42.282758448s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-823156" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p docker-network-823156
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p docker-network-823156: (2.034517232s)
--- PASS: TestKicCustomNetwork/create_custom_network (44.34s)

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (36.06s)

                                                
                                                
=== RUN   TestKicCustomNetwork/use_default_bridge_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-arm64 start -p docker-network-538022 --network=bridge
E0717 01:53:46.151361  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-arm64 start -p docker-network-538022 --network=bridge: (34.021857348s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-538022" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p docker-network-538022
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p docker-network-538022: (2.010599828s)
--- PASS: TestKicCustomNetwork/use_default_bridge_network (36.06s)

                                                
                                    
x
+
TestKicExistingNetwork (35.09s)

                                                
                                                
=== 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-arm64 start -p existing-network-357671 --network=existing-network
E0717 01:54:50.166358  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-arm64 start -p existing-network-357671 --network=existing-network: (33.009870829s)
helpers_test.go:175: Cleaning up "existing-network-357671" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p existing-network-357671
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p existing-network-357671: (1.930554307s)
--- PASS: TestKicExistingNetwork (35.09s)

                                                
                                    
x
+
TestKicCustomSubnet (32.67s)

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

                                                
                                    
x
+
TestKicStaticIP (34.16s)

                                                
                                                
=== RUN   TestKicStaticIP
kic_custom_network_test.go:132: (dbg) Run:  out/minikube-linux-arm64 start -p static-ip-246608 --static-ip=192.168.200.200
kic_custom_network_test.go:132: (dbg) Done: out/minikube-linux-arm64 start -p static-ip-246608 --static-ip=192.168.200.200: (31.672871452s)
kic_custom_network_test.go:138: (dbg) Run:  out/minikube-linux-arm64 -p static-ip-246608 ip
helpers_test.go:175: Cleaning up "static-ip-246608" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p static-ip-246608
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p static-ip-246608: (2.355051971s)
--- PASS: TestKicStaticIP (34.16s)

                                                
                                    
x
+
TestMainNoArgs (0.05s)

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

                                                
                                    
x
+
TestMinikubeProfile (66.55s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p first-072966 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p first-072966 --driver=docker  --container-runtime=crio: (30.003250047s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p second-075436 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p second-075436 --driver=docker  --container-runtime=crio: (31.158724982s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-arm64 profile first-072966
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-arm64 profile list -ojson
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-arm64 profile second-075436
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-arm64 profile list -ojson
helpers_test.go:175: Cleaning up "second-075436" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p second-075436
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p second-075436: (1.926264821s)
helpers_test.go:175: Cleaning up "first-072966" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p first-072966
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p first-072966: (2.251215626s)
--- PASS: TestMinikubeProfile (66.55s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (6.47s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountFirst (0.26s)

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

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (7.04s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (0.24s)

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

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.61s)

                                                
                                                
=== RUN   TestMountStart/serial/DeleteFirst
pause_test.go:132: (dbg) Run:  out/minikube-linux-arm64 delete -p mount-start-1-784706 --alsologtostderr -v=5
pause_test.go:132: (dbg) Done: out/minikube-linux-arm64 delete -p mount-start-1-784706 --alsologtostderr -v=5: (1.607788684s)
--- PASS: TestMountStart/serial/DeleteFirst (1.61s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (0.26s)

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

                                                
                                    
x
+
TestMountStart/serial/Stop (1.2s)

                                                
                                                
=== RUN   TestMountStart/serial/Stop
mount_start_test.go:155: (dbg) Run:  out/minikube-linux-arm64 stop -p mount-start-2-798401
mount_start_test.go:155: (dbg) Done: out/minikube-linux-arm64 stop -p mount-start-2-798401: (1.195568873s)
--- PASS: TestMountStart/serial/Stop (1.20s)

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (7.56s)

                                                
                                                
=== RUN   TestMountStart/serial/RestartStopped
mount_start_test.go:166: (dbg) Run:  out/minikube-linux-arm64 start -p mount-start-2-798401
mount_start_test.go:166: (dbg) Done: out/minikube-linux-arm64 start -p mount-start-2-798401: (6.558146286s)
--- PASS: TestMountStart/serial/RestartStopped (7.56s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (0.26s)

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

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (88.63s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-335718 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E0717 01:58:27.122648  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 01:58:46.151861  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
multinode_test.go:96: (dbg) Done: out/minikube-linux-arm64 start -p multinode-335718 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (1m28.101856878s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-arm64 -p multinode-335718 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (88.63s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (4.35s)

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

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (0.95s)

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

                                                
                                    
x
+
TestMultiNode/serial/AddNode (32.99s)

                                                
                                                
=== RUN   TestMultiNode/serial/AddNode
multinode_test.go:121: (dbg) Run:  out/minikube-linux-arm64 node add -p multinode-335718 -v 3 --alsologtostderr
multinode_test.go:121: (dbg) Done: out/minikube-linux-arm64 node add -p multinode-335718 -v 3 --alsologtostderr: (32.344101684s)
multinode_test.go:127: (dbg) Run:  out/minikube-linux-arm64 -p multinode-335718 status --alsologtostderr
--- PASS: TestMultiNode/serial/AddNode (32.99s)

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.09s)

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

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.32s)

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

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (9.96s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.21s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0717 01:59:53.111927  558876 out.go:291] Setting OutFile to fd 1 ...
	I0717 01:59:53.112091  558876 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:59:53.112104  558876 out.go:304] Setting ErrFile to fd 2...
	I0717 01:59:53.112111  558876 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 01:59:53.112350  558876 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19264-439383/.minikube/bin
	I0717 01:59:53.112533  558876 out.go:298] Setting JSON to false
	I0717 01:59:53.112565  558876 mustload.go:65] Loading cluster: multinode-335718
	I0717 01:59:53.112630  558876 notify.go:220] Checking for updates...
	I0717 01:59:53.112991  558876 config.go:182] Loaded profile config "multinode-335718": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
	I0717 01:59:53.113007  558876 status.go:255] checking status of multinode-335718 ...
	I0717 01:59:53.113492  558876 cli_runner.go:164] Run: docker container inspect multinode-335718 --format={{.State.Status}}
	I0717 01:59:53.137538  558876 status.go:330] multinode-335718 host status = "Running" (err=<nil>)
	I0717 01:59:53.137559  558876 host.go:66] Checking if "multinode-335718" exists ...
	I0717 01:59:53.137859  558876 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-335718
	I0717 01:59:53.167626  558876 host.go:66] Checking if "multinode-335718" exists ...
	I0717 01:59:53.167929  558876 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0717 01:59:53.167989  558876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-335718
	I0717 01:59:53.184071  558876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33300 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/multinode-335718/id_rsa Username:docker}
	I0717 01:59:53.275824  558876 ssh_runner.go:195] Run: systemctl --version
	I0717 01:59:53.280313  558876 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0717 01:59:53.291925  558876 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0717 01:59:53.351413  558876 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL 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:41 OomKillDisable:true NGoroutines:61 SystemTime:2024-07-17 01:59:53.341620909 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 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:2 MemTotal:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
	I0717 01:59:53.351993  558876 kubeconfig.go:125] found "multinode-335718" server: "https://192.168.67.2:8443"
	I0717 01:59:53.352039  558876 api_server.go:166] Checking apiserver status ...
	I0717 01:59:53.352096  558876 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0717 01:59:53.363216  558876 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1462/cgroup
	I0717 01:59:53.373054  558876 api_server.go:182] apiserver freezer: "9:freezer:/docker/7bf217316a23852c4689cec040b563fe7e5205537749e9bd1898fd65b8eca846/crio/crio-375293709e30de5bfb776dac96d69a3902880246f2417d94a7fb48fc234dca4e"
	I0717 01:59:53.373122  558876 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/7bf217316a23852c4689cec040b563fe7e5205537749e9bd1898fd65b8eca846/crio/crio-375293709e30de5bfb776dac96d69a3902880246f2417d94a7fb48fc234dca4e/freezer.state
	I0717 01:59:53.381790  558876 api_server.go:204] freezer state: "THAWED"
	I0717 01:59:53.381817  558876 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I0717 01:59:53.389286  558876 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I0717 01:59:53.389313  558876 status.go:422] multinode-335718 apiserver status = Running (err=<nil>)
	I0717 01:59:53.389325  558876 status.go:257] multinode-335718 status: &{Name:multinode-335718 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0717 01:59:53.389375  558876 status.go:255] checking status of multinode-335718-m02 ...
	I0717 01:59:53.389715  558876 cli_runner.go:164] Run: docker container inspect multinode-335718-m02 --format={{.State.Status}}
	I0717 01:59:53.405987  558876 status.go:330] multinode-335718-m02 host status = "Running" (err=<nil>)
	I0717 01:59:53.406012  558876 host.go:66] Checking if "multinode-335718-m02" exists ...
	I0717 01:59:53.406298  558876 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-335718-m02
	I0717 01:59:53.422417  558876 host.go:66] Checking if "multinode-335718-m02" exists ...
	I0717 01:59:53.422713  558876 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0717 01:59:53.422825  558876 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-335718-m02
	I0717 01:59:53.438605  558876 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33305 SSHKeyPath:/home/jenkins/minikube-integration/19264-439383/.minikube/machines/multinode-335718-m02/id_rsa Username:docker}
	I0717 01:59:53.531920  558876 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0717 01:59:53.543758  558876 status.go:257] multinode-335718-m02 status: &{Name:multinode-335718-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0717 01:59:53.543800  558876 status.go:255] checking status of multinode-335718-m03 ...
	I0717 01:59:53.544108  558876 cli_runner.go:164] Run: docker container inspect multinode-335718-m03 --format={{.State.Status}}
	I0717 01:59:53.560957  558876 status.go:330] multinode-335718-m03 host status = "Stopped" (err=<nil>)
	I0717 01:59:53.560982  558876 status.go:343] host is not running, skipping remaining checks
	I0717 01:59:53.560990  558876 status.go:257] multinode-335718-m03 status: &{Name:multinode-335718-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (11.25s)

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

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (81.79s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-335718
multinode_test.go:321: (dbg) Run:  out/minikube-linux-arm64 stop -p multinode-335718
E0717 02:00:09.198391  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
multinode_test.go:321: (dbg) Done: out/minikube-linux-arm64 stop -p multinode-335718: (24.817619969s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-335718 --wait=true -v=8 --alsologtostderr
multinode_test.go:326: (dbg) Done: out/minikube-linux-arm64 start -p multinode-335718 --wait=true -v=8 --alsologtostderr: (56.827935709s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-335718
--- PASS: TestMultiNode/serial/RestartKeepsNodes (81.79s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (5.29s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (23.94s)

                                                
                                                
=== RUN   TestMultiNode/serial/StopMultiNode
multinode_test.go:345: (dbg) Run:  out/minikube-linux-arm64 -p multinode-335718 stop
multinode_test.go:345: (dbg) Done: out/minikube-linux-arm64 -p multinode-335718 stop: (23.76744297s)
multinode_test.go:351: (dbg) Run:  out/minikube-linux-arm64 -p multinode-335718 status
multinode_test.go:351: (dbg) Non-zero exit: out/minikube-linux-arm64 -p multinode-335718 status: exit status 7 (91.106134ms)

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0717 02:01:55.791904  566339 out.go:291] Setting OutFile to fd 1 ...
	I0717 02:01:55.792035  566339 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 02:01:55.792046  566339 out.go:304] Setting ErrFile to fd 2...
	I0717 02:01:55.792052  566339 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 02:01:55.792308  566339 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19264-439383/.minikube/bin
	I0717 02:01:55.792486  566339 out.go:298] Setting JSON to false
	I0717 02:01:55.792522  566339 mustload.go:65] Loading cluster: multinode-335718
	I0717 02:01:55.792610  566339 notify.go:220] Checking for updates...
	I0717 02:01:55.792951  566339 config.go:182] Loaded profile config "multinode-335718": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
	I0717 02:01:55.792968  566339 status.go:255] checking status of multinode-335718 ...
	I0717 02:01:55.793446  566339 cli_runner.go:164] Run: docker container inspect multinode-335718 --format={{.State.Status}}
	I0717 02:01:55.810552  566339 status.go:330] multinode-335718 host status = "Stopped" (err=<nil>)
	I0717 02:01:55.810584  566339 status.go:343] host is not running, skipping remaining checks
	I0717 02:01:55.810592  566339 status.go:257] multinode-335718 status: &{Name:multinode-335718 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0717 02:01:55.810615  566339 status.go:255] checking status of multinode-335718-m02 ...
	I0717 02:01:55.810954  566339 cli_runner.go:164] Run: docker container inspect multinode-335718-m02 --format={{.State.Status}}
	I0717 02:01:55.832456  566339 status.go:330] multinode-335718-m02 host status = "Stopped" (err=<nil>)
	I0717 02:01:55.832478  566339 status.go:343] host is not running, skipping remaining checks
	I0717 02:01:55.832486  566339 status.go:257] multinode-335718-m02 status: &{Name:multinode-335718-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 (50.21s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:376: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-335718 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
multinode_test.go:376: (dbg) Done: out/minikube-linux-arm64 start -p multinode-335718 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (49.543293666s)
multinode_test.go:382: (dbg) Run:  out/minikube-linux-arm64 -p multinode-335718 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 (50.21s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (34.23s)

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

                                                
                                                
-- stdout --
	* [multinode-335718-m02] minikube v1.33.1 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19264
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19264-439383/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19264-439383/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

                                                
                                                
** /stderr **
multinode_test.go:472: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-335718-m03 --driver=docker  --container-runtime=crio
multinode_test.go:472: (dbg) Done: out/minikube-linux-arm64 start -p multinode-335718-m03 --driver=docker  --container-runtime=crio: (31.797059731s)
multinode_test.go:479: (dbg) Run:  out/minikube-linux-arm64 node add -p multinode-335718
multinode_test.go:479: (dbg) Non-zero exit: out/minikube-linux-arm64 node add -p multinode-335718: exit status 80 (336.664906ms)

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

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

                                                
                                    
x
+
TestPreload (131.35s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-730261 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4
E0717 02:03:27.122638  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 02:03:46.151301  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
preload_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-730261 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4: (1m38.588876565s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-730261 image pull gcr.io/k8s-minikube/busybox
preload_test.go:52: (dbg) Done: out/minikube-linux-arm64 -p test-preload-730261 image pull gcr.io/k8s-minikube/busybox: (1.864871583s)
preload_test.go:58: (dbg) Run:  out/minikube-linux-arm64 stop -p test-preload-730261
preload_test.go:58: (dbg) Done: out/minikube-linux-arm64 stop -p test-preload-730261: (5.790336826s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-730261 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio
preload_test.go:66: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-730261 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio: (22.414292035s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-730261 image list
helpers_test.go:175: Cleaning up "test-preload-730261" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p test-preload-730261
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p test-preload-730261: (2.379452942s)
--- PASS: TestPreload (131.35s)

                                                
                                    
x
+
TestScheduledStopUnix (111.78s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-linux-arm64 start -p scheduled-stop-201011 --memory=2048 --driver=docker  --container-runtime=crio
scheduled_stop_test.go:128: (dbg) Done: out/minikube-linux-arm64 start -p scheduled-stop-201011 --memory=2048 --driver=docker  --container-runtime=crio: (35.36972042s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-201011 --schedule 5m
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-linux-arm64 status --format={{.TimeToStop}} -p scheduled-stop-201011 -n scheduled-stop-201011
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-201011 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-201011 --cancel-scheduled
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p scheduled-stop-201011 -n scheduled-stop-201011
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-arm64 status -p scheduled-stop-201011
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-201011 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-arm64 status -p scheduled-stop-201011
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-linux-arm64 status -p scheduled-stop-201011: exit status 7 (76.553954ms)

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

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestInsufficientStorage (11.53s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"790b45d0-0e70-46c8-8968-f3ab65ff8da8","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-878196] minikube v1.33.1 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"302c9bf2-6787-49a4-b126-5847dfbae2c6","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19264"}}
	{"specversion":"1.0","id":"bae456b8-986c-40c9-a507-694e46d6f609","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":"30b9cd96-9034-4744-b47e-c34647748076","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19264-439383/kubeconfig"}}
	{"specversion":"1.0","id":"8f28b76e-69d2-4e7f-b450-bfac73a2b16e","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19264-439383/.minikube"}}
	{"specversion":"1.0","id":"9bef0ee0-7f4f-40e1-b947-319f68d28457","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-arm64"}}
	{"specversion":"1.0","id":"aa151e63-cc94-4003-b5de-29fe3c130de2","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"6f6f8202-bc20-48b3-8b4e-04db0bd2998c","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":"b2056468-4344-48a8-ac9b-10fbb55e4c11","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":"60820bba-5878-46cd-b710-aafdcf597e6e","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":"3df93b41-5346-47ee-92fb-70f85a2564a0","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":"5d76181a-8c0f-4154-9e1a-ffb770d8c4e6","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-878196\" primary control-plane node in \"insufficient-storage-878196\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"71b29ff5-38b8-4687-902c-d1f689199080","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-1721146479-19264 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"af914f65-2a4b-4b57-a424-5e0bbc1d4970","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":"00210ce0-b3ba-487e-bb23-a0c79cc6c168","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-arm64 status -p insufficient-storage-878196 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-linux-arm64 status -p insufficient-storage-878196 --output=json --layout=cluster: exit status 7 (266.188075ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0717 02:07:36.880213  584272 status.go:417] kubeconfig endpoint: get endpoint: "insufficient-storage-878196" does not appear in /home/jenkins/minikube-integration/19264-439383/kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0717 02:07:37.159952  584332 status.go:417] kubeconfig endpoint: get endpoint: "insufficient-storage-878196" does not appear in /home/jenkins/minikube-integration/19264-439383/kubeconfig
	E0717 02:07:37.170353  584332 status.go:560] unable to read event log: stat: stat /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/insufficient-storage-878196/events.json: no such file or directory

                                                
                                                
** /stderr **
helpers_test.go:175: Cleaning up "insufficient-storage-878196" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p insufficient-storage-878196
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p insufficient-storage-878196: (1.864310745s)
--- PASS: TestInsufficientStorage (11.53s)

                                                
                                    
x
+
TestRunningBinaryUpgrade (62.61s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.26.0.1875928612 start -p running-upgrade-746084 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.26.0.1875928612 start -p running-upgrade-746084 --memory=2200 --vm-driver=docker  --container-runtime=crio: (34.310007632s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-arm64 start -p running-upgrade-746084 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:130: (dbg) Done: out/minikube-linux-arm64 start -p running-upgrade-746084 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (24.794155741s)
helpers_test.go:175: Cleaning up "running-upgrade-746084" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p running-upgrade-746084
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p running-upgrade-746084: (2.817840823s)
--- PASS: TestRunningBinaryUpgrade (62.61s)

                                                
                                    
x
+
TestKubernetesUpgrade (398.1s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

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

                                                
                                                
-- 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-arm64 start -p kubernetes-upgrade-538409 --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-arm64 start -p kubernetes-upgrade-538409 --memory=2200 --kubernetes-version=v1.31.0-beta.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (4m38.857554384s)
version_upgrade_test.go:248: (dbg) Run:  kubectl --context kubernetes-upgrade-538409 version --output=json
version_upgrade_test.go:267: Attempting to downgrade Kubernetes (should fail)
version_upgrade_test.go:269: (dbg) Run:  out/minikube-linux-arm64 start -p kubernetes-upgrade-538409 --memory=2200 --kubernetes-version=v1.20.0 --driver=docker  --container-runtime=crio
version_upgrade_test.go:269: (dbg) Non-zero exit: out/minikube-linux-arm64 start -p kubernetes-upgrade-538409 --memory=2200 --kubernetes-version=v1.20.0 --driver=docker  --container-runtime=crio: exit status 106 (93.241941ms)

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

                                                
                                    
x
+
TestMissingContainerUpgrade (138.4s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.4155820727 start -p missing-upgrade-685460 --memory=2200 --driver=docker  --container-runtime=crio
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.4155820727 start -p missing-upgrade-685460 --memory=2200 --driver=docker  --container-runtime=crio: (1m11.416694873s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-685460
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-685460: (2.684134295s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-685460
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-arm64 start -p missing-upgrade-685460 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:329: (dbg) Done: out/minikube-linux-arm64 start -p missing-upgrade-685460 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (1m1.06304383s)
helpers_test.go:175: Cleaning up "missing-upgrade-685460" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p missing-upgrade-685460
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p missing-upgrade-685460: (2.060699349s)
--- PASS: TestMissingContainerUpgrade (138.40s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.07s)

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

                                                
                                                
-- stdout --
	* [NoKubernetes-853218] minikube v1.33.1 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19264
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19264-439383/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19264-439383/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - 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.07s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (42.11s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (19.25s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithStopK8s
no_kubernetes_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p NoKubernetes-853218 --no-kubernetes --driver=docker  --container-runtime=crio
E0717 02:08:27.121818  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
no_kubernetes_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p NoKubernetes-853218 --no-kubernetes --driver=docker  --container-runtime=crio: (16.793799957s)
no_kubernetes_test.go:200: (dbg) Run:  out/minikube-linux-arm64 -p NoKubernetes-853218 status -o json
no_kubernetes_test.go:200: (dbg) Non-zero exit: out/minikube-linux-arm64 -p NoKubernetes-853218 status -o json: exit status 2 (372.527675ms)

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

                                                
                                                
-- /stdout --
no_kubernetes_test.go:124: (dbg) Run:  out/minikube-linux-arm64 delete -p NoKubernetes-853218
no_kubernetes_test.go:124: (dbg) Done: out/minikube-linux-arm64 delete -p NoKubernetes-853218: (2.081303939s)
--- PASS: TestNoKubernetes/serial/StartWithStopK8s (19.25s)

                                                
                                    
x
+
TestNoKubernetes/serial/Start (10.07s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/Start
no_kubernetes_test.go:136: (dbg) Run:  out/minikube-linux-arm64 start -p NoKubernetes-853218 --no-kubernetes --driver=docker  --container-runtime=crio
E0717 02:08:46.151323  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
no_kubernetes_test.go:136: (dbg) Done: out/minikube-linux-arm64 start -p NoKubernetes-853218 --no-kubernetes --driver=docker  --container-runtime=crio: (10.067848643s)
--- PASS: TestNoKubernetes/serial/Start (10.07s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.39s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (16.98s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (1.21s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (9.69s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoArgs
no_kubernetes_test.go:191: (dbg) Run:  out/minikube-linux-arm64 start -p NoKubernetes-853218 --driver=docker  --container-runtime=crio
no_kubernetes_test.go:191: (dbg) Done: out/minikube-linux-arm64 start -p NoKubernetes-853218 --driver=docker  --container-runtime=crio: (9.686469501s)
--- PASS: TestNoKubernetes/serial/StartNoArgs (9.69s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.35s)

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

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (1.08s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (101.69s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.788265768 start -p stopped-upgrade-659241 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.788265768 start -p stopped-upgrade-659241 --memory=2200 --vm-driver=docker  --container-runtime=crio: (49.758216722s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.788265768 -p stopped-upgrade-659241 stop
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.788265768 -p stopped-upgrade-659241 stop: (2.17354929s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-arm64 start -p stopped-upgrade-659241 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
E0717 02:11:30.166591  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
version_upgrade_test.go:198: (dbg) Done: out/minikube-linux-arm64 start -p stopped-upgrade-659241 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (49.754857964s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (101.69s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (1.12s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/MinikubeLogs
version_upgrade_test.go:206: (dbg) Run:  out/minikube-linux-arm64 logs -p stopped-upgrade-659241
version_upgrade_test.go:206: (dbg) Done: out/minikube-linux-arm64 logs -p stopped-upgrade-659241: (1.115940898s)
--- PASS: TestStoppedBinaryUpgrade/MinikubeLogs (1.12s)

                                                
                                    
x
+
TestPause/serial/Start (60.28s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-linux-arm64 start -p pause-711015 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio
E0717 02:13:27.122384  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 02:13:46.151333  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
pause_test.go:80: (dbg) Done: out/minikube-linux-arm64 start -p pause-711015 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio: (1m0.281634072s)
--- PASS: TestPause/serial/Start (60.28s)

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (22.64s)

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

                                                
                                    
x
+
TestPause/serial/Pause (0.83s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.33s)

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

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

                                                
                                    
x
+
TestPause/serial/Unpause (0.64s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (0.87s)

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

                                                
                                    
x
+
TestPause/serial/DeletePaused (3s)

                                                
                                                
=== RUN   TestPause/serial/DeletePaused
pause_test.go:132: (dbg) Run:  out/minikube-linux-arm64 delete -p pause-711015 --alsologtostderr -v=5
pause_test.go:132: (dbg) Done: out/minikube-linux-arm64 delete -p pause-711015 --alsologtostderr -v=5: (3.002692394s)
--- PASS: TestPause/serial/DeletePaused (3.00s)

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (0.33s)

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

                                                
                                                
-- stdout --
	[]

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/false (3.91s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0717 02:14:56.761501  622310 out.go:291] Setting OutFile to fd 1 ...
	I0717 02:14:56.761612  622310 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 02:14:56.761646  622310 out.go:304] Setting ErrFile to fd 2...
	I0717 02:14:56.761674  622310 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0717 02:14:56.761944  622310 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19264-439383/.minikube/bin
	I0717 02:14:56.762376  622310 out.go:298] Setting JSON to false
	I0717 02:14:56.763345  622310 start.go:129] hostinfo: {"hostname":"ip-172-31-29-130","uptime":10648,"bootTime":1721171849,"procs":194,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1064-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
	I0717 02:14:56.763445  622310 start.go:139] virtualization:  
	I0717 02:14:56.766215  622310 out.go:177] * [false-613029] minikube v1.33.1 on Ubuntu 20.04 (arm64)
	I0717 02:14:56.768375  622310 out.go:177]   - MINIKUBE_LOCATION=19264
	I0717 02:14:56.768462  622310 notify.go:220] Checking for updates...
	I0717 02:14:56.771978  622310 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0717 02:14:56.773966  622310 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19264-439383/kubeconfig
	I0717 02:14:56.775873  622310 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19264-439383/.minikube
	I0717 02:14:56.777697  622310 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0717 02:14:56.779771  622310 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0717 02:14:56.782141  622310 config.go:182] Loaded profile config "kubernetes-upgrade-538409": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0-beta.0
	I0717 02:14:56.782260  622310 driver.go:392] Setting default libvirt URI to qemu:///system
	I0717 02:14:56.802478  622310 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
	I0717 02:14:56.802608  622310 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0717 02:14:56.864770  622310 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:4 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:35 OomKillDisable:true NGoroutines:53 SystemTime:2024-07-17 02:14:56.855976747 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 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:2 MemTotal:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
	I0717 02:14:56.864887  622310 docker.go:307] overlay module found
	I0717 02:14:56.868135  622310 out.go:177] * Using the docker driver based on user configuration
	I0717 02:14:56.870134  622310 start.go:297] selected driver: docker
	I0717 02:14:56.870149  622310 start.go:901] validating driver "docker" against <nil>
	I0717 02:14:56.870164  622310 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0717 02:14:56.872808  622310 out.go:177] 
	W0717 02:14:56.876988  622310 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
	I0717 02:14:56.879139  622310 out.go:177] 

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/19264-439383/.minikube/ca.crt
extensions:
- extension:
last-update: Wed, 17 Jul 2024 02:10:58 UTC
provider: minikube.sigs.k8s.io
version: v1.33.1
name: cluster_info
server: https://192.168.76.2:8443
name: kubernetes-upgrade-538409
contexts:
- context:
cluster: kubernetes-upgrade-538409
user: kubernetes-upgrade-538409
name: kubernetes-upgrade-538409
current-context: ""
kind: Config
preferences: {}
users:
- name: kubernetes-upgrade-538409
user:
client-certificate: /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kubernetes-upgrade-538409/client.crt
client-key: /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kubernetes-upgrade-538409/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                
----------------------- debugLogs end: false-613029 [took: 3.592387447s] --------------------------------
helpers_test.go:175: Cleaning up "false-613029" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p false-613029
--- PASS: TestNetworkPlugins/group/false (3.91s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p old-k8s-version-914692 --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
E0717 02:16:49.199036  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
E0717 02:18:27.121674  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 02:18:46.151355  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p old-k8s-version-914692 --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: (3m7.157363324s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (187.16s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-914692 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" [b741b066-38bf-4247-a734-22a6a215e9f8] Pending
helpers_test.go:344: "busybox" [b741b066-38bf-4247-a734-22a6a215e9f8] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [b741b066-38bf-4247-a734-22a6a215e9f8] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 9.005088926s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-914692 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (9.85s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p default-k8s-diff-port-783787 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.2
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-783787 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.2: (1m2.871557986s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (62.87s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-arm64 stop -p old-k8s-version-914692 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p old-k8s-version-914692 --alsologtostderr -v=3: (12.311092682s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Stop (12.31s)

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p old-k8s-version-914692 --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-arm64 start -p old-k8s-version-914692 --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: (2m22.32979766s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p old-k8s-version-914692 -n old-k8s-version-914692
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (142.67s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-783787 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" [843b8fd2-9aaa-498b-ac85-31a99f017508] Pending
helpers_test.go:344: "busybox" [843b8fd2-9aaa-498b-ac85-31a99f017508] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [843b8fd2-9aaa-498b-ac85-31a99f017508] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 9.003060248s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-783787 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (9.45s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-arm64 stop -p default-k8s-diff-port-783787 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p default-k8s-diff-port-783787 --alsologtostderr -v=3: (12.039053045s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Stop (12.04s)

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p default-k8s-diff-port-783787 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.2
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-783787 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.2: (4m47.945419749s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p default-k8s-diff-port-783787 -n default-k8s-diff-port-783787
E0717 02:26:08.896621  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/old-k8s-version-914692/client.crt: no such file or directory
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (288.31s)

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

                                                
                                                
=== 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-bgxc6" [4f75cd76-da3a-405d-844e-e1fb9ee95bec] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003413133s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.00s)

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

                                                
                                                
=== 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-bgxc6" [4f75cd76-da3a-405d-844e-e1fb9ee95bec] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003700978s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context old-k8s-version-914692 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (6.13s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p old-k8s-version-914692 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240202-8f1494ea
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240715-f6ad1f6e
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (0.31s)

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-566118 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.2
E0717 02:23:27.122211  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 02:23:46.151579  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p embed-certs-566118 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.2: (1m0.905510029s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (60.91s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-566118 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" [2e7607ba-d1bc-44de-a1f4-9072d225460b] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [2e7607ba-d1bc-44de-a1f4-9072d225460b] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 9.004144482s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-566118 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (9.36s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-arm64 stop -p embed-certs-566118 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p embed-certs-566118 --alsologtostderr -v=3: (11.923959284s)
--- PASS: TestStartStop/group/embed-certs/serial/Stop (11.92s)

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-566118 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.2
E0717 02:24:46.974057  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/old-k8s-version-914692/client.crt: no such file or directory
E0717 02:24:46.979902  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/old-k8s-version-914692/client.crt: no such file or directory
E0717 02:24:46.990126  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/old-k8s-version-914692/client.crt: no such file or directory
E0717 02:24:47.010375  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/old-k8s-version-914692/client.crt: no such file or directory
E0717 02:24:47.050587  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/old-k8s-version-914692/client.crt: no such file or directory
E0717 02:24:47.131357  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/old-k8s-version-914692/client.crt: no such file or directory
E0717 02:24:47.291713  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/old-k8s-version-914692/client.crt: no such file or directory
E0717 02:24:47.612305  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/old-k8s-version-914692/client.crt: no such file or directory
E0717 02:24:48.253371  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/old-k8s-version-914692/client.crt: no such file or directory
E0717 02:24:49.533672  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/old-k8s-version-914692/client.crt: no such file or directory
E0717 02:24:52.093873  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/old-k8s-version-914692/client.crt: no such file or directory
E0717 02:24:57.214429  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/old-k8s-version-914692/client.crt: no such file or directory
E0717 02:25:07.455492  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/old-k8s-version-914692/client.crt: no such file or directory
E0717 02:25:27.935908  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/old-k8s-version-914692/client.crt: no such file or directory
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p embed-certs-566118 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.2: (4m31.599408604s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p embed-certs-566118 -n embed-certs-566118
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (271.94s)

                                                
                                    
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-gz6s7" [44a39435-9d86-410f-953c-72cf6f4df8a6] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003648128s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-gz6s7" [44a39435-9d86-410f-953c-72cf6f4df8a6] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003661192s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context default-k8s-diff-port-783787 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (5.13s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p default-k8s-diff-port-783787 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240513-cd2ac642
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240715-f6ad1f6e
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.25s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-906227 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" [d80db168-7405-464c-b952-f33943ffd3ba] Pending
helpers_test.go:344: "busybox" [d80db168-7405-464c-b952-f33943ffd3ba] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
E0717 02:27:30.817634  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/old-k8s-version-914692/client.crt: no such file or directory
helpers_test.go:344: "busybox" [d80db168-7405-464c-b952-f33943ffd3ba] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 8.004182196s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-906227 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (8.37s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-arm64 stop -p no-preload-906227 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p no-preload-906227 --alsologtostderr -v=3: (12.027039986s)
--- PASS: TestStartStop/group/no-preload/serial/Stop (12.03s)

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p no-preload-906227 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0-beta.0
E0717 02:28:10.167066  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 02:28:27.121878  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 02:28:46.151717  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p no-preload-906227 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0-beta.0: (4m49.993852164s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p no-preload-906227 -n no-preload-906227
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (290.35s)

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

                                                
                                                
=== 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-kdgdg" [c961f977-9fec-4b52-a3b3-4621426db977] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003893631s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-kdgdg" [c961f977-9fec-4b52-a3b3-4621426db977] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004160557s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context embed-certs-566118 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.10s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p embed-certs-566118 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240715-f6ad1f6e
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:v20240513-cd2ac642
--- PASS: TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (0.26s)

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-162558 --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
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p newest-cni-162558 --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: (33.521080945s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (33.52s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-arm64 stop -p newest-cni-162558 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-arm64 stop -p newest-cni-162558 --alsologtostderr -v=3: (1.235314398s)
--- PASS: TestStartStop/group/newest-cni/serial/Stop (1.24s)

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-162558 --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
E0717 02:29:46.974391  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/old-k8s-version-914692/client.crt: no such file or directory
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p newest-cni-162558 --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: (16.701469279s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p newest-cni-162558 -n newest-cni-162558
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (17.04s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p newest-cni-162558 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.25s)

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p auto-613029 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=crio
E0717 02:30:14.658565  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/old-k8s-version-914692/client.crt: no such file or directory
E0717 02:30:58.115041  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/default-k8s-diff-port-783787/client.crt: no such file or directory
E0717 02:30:58.120396  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/default-k8s-diff-port-783787/client.crt: no such file or directory
E0717 02:30:58.130720  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/default-k8s-diff-port-783787/client.crt: no such file or directory
E0717 02:30:58.151067  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/default-k8s-diff-port-783787/client.crt: no such file or directory
E0717 02:30:58.191316  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/default-k8s-diff-port-783787/client.crt: no such file or directory
E0717 02:30:58.271578  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/default-k8s-diff-port-783787/client.crt: no such file or directory
E0717 02:30:58.432001  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/default-k8s-diff-port-783787/client.crt: no such file or directory
E0717 02:30:58.752502  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/default-k8s-diff-port-783787/client.crt: no such file or directory
E0717 02:30:59.392955  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/default-k8s-diff-port-783787/client.crt: no such file or directory
E0717 02:31:00.673573  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/default-k8s-diff-port-783787/client.crt: no such file or directory
E0717 02:31:03.233981  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/default-k8s-diff-port-783787/client.crt: no such file or directory
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p auto-613029 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=crio: (59.521237028s)
--- PASS: TestNetworkPlugins/group/auto/Start (59.52s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-613029 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-d5rxg" [bc8aee33-abca-4b66-a258-92b7cb64b77a] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0717 02:31:08.354185  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/default-k8s-diff-port-783787/client.crt: no such file or directory
helpers_test.go:344: "netcat-6bc787d567-d5rxg" [bc8aee33-abca-4b66-a258-92b7cb64b77a] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 10.003272887s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (10.34s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p kindnet-613029 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio
E0717 02:31:39.075026  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/default-k8s-diff-port-783787/client.crt: no such file or directory
E0717 02:32:20.035689  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/default-k8s-diff-port-783787/client.crt: no such file or directory
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p kindnet-613029 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio: (1m1.775059338s)
--- PASS: TestNetworkPlugins/group/kindnet/Start (61.78s)

                                                
                                    
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-qtz87" [eea56702-d067-42b8-b653-584081786ec9] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.004433043s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

                                                
                                    
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-nmfgs" [e8b6e5d1-105c-4fd9-9327-1420afddc009] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.005119017s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-613029 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-9pq52" [7070b8d8-b05d-401c-87c5-d0435866ed07] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-9pq52" [7070b8d8-b05d-401c-87c5-d0435866ed07] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 11.003484749s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (11.26s)

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

                                                
                                                
=== 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-nmfgs" [e8b6e5d1-105c-4fd9-9327-1420afddc009] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.0047026s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context no-preload-906227 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (6.10s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p no-preload-906227 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240715-f6ad1f6e
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.24s)

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

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

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

                                                
                                                
-- 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-arm64 unpause -p no-preload-906227 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p no-preload-906227 -n no-preload-906227
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p no-preload-906227 -n no-preload-906227
--- PASS: TestStartStop/group/no-preload/serial/Pause (3.28s)
E0717 02:37:25.956441  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/auto-613029/client.crt: no such file or directory
E0717 02:37:29.373154  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/no-preload-906227/client.crt: no such file or directory
E0717 02:37:29.378478  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/no-preload-906227/client.crt: no such file or directory
E0717 02:37:29.388807  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/no-preload-906227/client.crt: no such file or directory
E0717 02:37:29.409052  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/no-preload-906227/client.crt: no such file or directory
E0717 02:37:29.449315  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/no-preload-906227/client.crt: no such file or directory
E0717 02:37:29.529622  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/no-preload-906227/client.crt: no such file or directory
E0717 02:37:29.690137  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/no-preload-906227/client.crt: no such file or directory
E0717 02:37:30.014144  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/no-preload-906227/client.crt: no such file or directory
E0717 02:37:30.655081  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/no-preload-906227/client.crt: no such file or directory
E0717 02:37:31.935950  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/no-preload-906227/client.crt: no such file or directory
E0717 02:37:34.497153  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/no-preload-906227/client.crt: no such file or directory
E0717 02:37:37.296705  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kindnet-613029/client.crt: no such file or directory
E0717 02:37:37.302017  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kindnet-613029/client.crt: no such file or directory
E0717 02:37:37.312312  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kindnet-613029/client.crt: no such file or directory
E0717 02:37:37.332507  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kindnet-613029/client.crt: no such file or directory
E0717 02:37:37.372774  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kindnet-613029/client.crt: no such file or directory
E0717 02:37:37.453156  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kindnet-613029/client.crt: no such file or directory
E0717 02:37:37.613614  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kindnet-613029/client.crt: no such file or directory
E0717 02:37:37.934124  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kindnet-613029/client.crt: no such file or directory
E0717 02:37:38.574981  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kindnet-613029/client.crt: no such file or directory
E0717 02:37:39.617925  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/no-preload-906227/client.crt: no such file or directory
E0717 02:37:39.855195  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kindnet-613029/client.crt: no such file or directory
E0717 02:37:42.416440  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kindnet-613029/client.crt: no such file or directory
E0717 02:37:47.536589  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kindnet-613029/client.crt: no such file or directory
E0717 02:37:49.858698  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/no-preload-906227/client.crt: no such file or directory
E0717 02:37:57.777532  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kindnet-613029/client.crt: no such file or directory
E0717 02:38:10.339414  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/no-preload-906227/client.crt: no such file or directory
E0717 02:38:18.257921  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kindnet-613029/client.crt: no such file or directory

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p custom-flannel-613029 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=crio
E0717 02:33:27.122300  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
E0717 02:33:29.199245  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
E0717 02:33:41.955933  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/default-k8s-diff-port-783787/client.crt: no such file or directory
E0717 02:33:46.151724  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/functional-864729/client.crt: no such file or directory
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p custom-flannel-613029 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=crio: (1m11.701505361s)
--- PASS: TestNetworkPlugins/group/custom-flannel/Start (71.70s)

                                                
                                    
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-thhhm" [312a5d57-b76f-4c64-809d-a0043b7fdf1a] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.005938745s
--- 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-arm64 ssh -p calico-613029 "pgrep -a kubelet"
--- PASS: TestNetworkPlugins/group/calico/KubeletFlags (0.29s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-613029 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-w2f88" [4e0e14e4-e701-41d2-9470-60c0312d60cf] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-w2f88" [4e0e14e4-e701-41d2-9470-60c0312d60cf] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 11.006513854s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (11.33s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-613029 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-5s2c2" [7b63be91-b1ac-48ff-85f8-d3abee5e521a] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-5s2c2" [7b63be91-b1ac-48ff-85f8-d3abee5e521a] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 11.003706427s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (11.26s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p flannel-613029 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=crio
E0717 02:35:58.115614  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/default-k8s-diff-port-783787/client.crt: no such file or directory
E0717 02:36:04.034150  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/auto-613029/client.crt: no such file or directory
E0717 02:36:04.039364  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/auto-613029/client.crt: no such file or directory
E0717 02:36:04.049598  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/auto-613029/client.crt: no such file or directory
E0717 02:36:04.069800  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/auto-613029/client.crt: no such file or directory
E0717 02:36:04.110052  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/auto-613029/client.crt: no such file or directory
E0717 02:36:04.190331  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/auto-613029/client.crt: no such file or directory
E0717 02:36:04.350586  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/auto-613029/client.crt: no such file or directory
E0717 02:36:04.671080  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/auto-613029/client.crt: no such file or directory
E0717 02:36:05.312194  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/auto-613029/client.crt: no such file or directory
E0717 02:36:06.592909  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/auto-613029/client.crt: no such file or directory
E0717 02:36:09.153705  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/auto-613029/client.crt: no such file or directory
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p flannel-613029 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=crio: (58.594174088s)
--- PASS: TestNetworkPlugins/group/flannel/Start (58.59s)

                                                
                                    
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-ls7qh" [3bdb9a04-5830-4704-9ec3-0571aabc5598] Running
E0717 02:36:14.274706  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/auto-613029/client.crt: no such file or directory
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.00406874s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-613029 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-lchcf" [9717f64d-1809-46d0-b8ec-8f4cdcd1cb1b] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-lchcf" [9717f64d-1809-46d0-b8ec-8f4cdcd1cb1b] Running
E0717 02:36:24.515753  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/auto-613029/client.crt: no such file or directory
E0717 02:36:25.796703  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/default-k8s-diff-port-783787/client.crt: no such file or directory
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 10.004293697s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (10.28s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-613029 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-zthsn" [f34e8495-7947-46c6-8b29-458708d775f6] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-zthsn" [f34e8495-7947-46c6-8b29-458708d775f6] Running
E0717 02:36:44.996190  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/auto-613029/client.crt: no such file or directory
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 12.005510383s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (12.39s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p bridge-613029 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=crio
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p bridge-613029 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=crio: (1m31.077229719s)
--- PASS: TestNetworkPlugins/group/bridge/Start (91.08s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-613029 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-mzkqt" [6f46d03d-84a4-4838-b103-dd12942ea20b] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6bc787d567-mzkqt" [6f46d03d-84a4-4838-b103-dd12942ea20b] Running
E0717 02:38:27.122392  444770 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/addons-084050/client.crt: no such file or directory
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 11.003118587s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (11.26s)

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

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

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

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

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

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

                                                
                                    

Test skip (33/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.2/cached-images (0s)

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

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

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.30.2/kubectl
aaa_download_only_test.go:167: Test for darwin and windows
--- SKIP: TestDownloadOnly/v1.30.2/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
+
TestDownloadOnlyKic (0.53s)

                                                
                                                
=== RUN   TestDownloadOnlyKic
aaa_download_only_test.go:232: (dbg) Run:  out/minikube-linux-arm64 start --download-only -p download-docker-043222 --alsologtostderr --driver=docker  --container-runtime=crio
aaa_download_only_test.go:244: Skip for arm64 platform. See https://github.com/kubernetes/minikube/issues/10144
helpers_test.go:175: Cleaning up "download-docker-043222" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p download-docker-043222
--- SKIP: TestDownloadOnlyKic (0.53s)

                                                
                                    
x
+
TestOffline (0s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

                                                
                                                
=== CONT  TestOffline
aab_offline_test.go:35: skipping TestOffline - only docker runtime supported on arm64. See https://github.com/kubernetes/minikube/issues/10144
--- SKIP: TestOffline (0.00s)

                                                
                                    
x
+
TestAddons/parallel/HelmTiller (0s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/HelmTiller
addons_test.go:446: skip Helm test on arm64
--- SKIP: TestAddons/parallel/HelmTiller (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
+
TestAddons/parallel/Volcano (0s)

                                                
                                                
=== RUN   TestAddons/parallel/Volcano
=== PAUSE TestAddons/parallel/Volcano

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Volcano
addons_test.go:871: skipping: crio not supported
--- SKIP: TestAddons/parallel/Volcano (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 arm64
docker_test.go:172: skipping: TestDockerEnvContainerd can only be run with the containerd runtime on Docker driver
--- SKIP: TestDockerEnvContainerd (0.00s)

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (0s)

                                                
                                                
=== RUN   TestKVMDriverInstallOrUpdate
driver_install_or_update_test.go:45: Skip if arm64. See https://github.com/kubernetes/minikube/issues/10144
--- SKIP: TestKVMDriverInstallOrUpdate (0.00s)

                                                
                                    
x
+
TestHyperKitDriverInstallOrUpdate (0s)

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

                                                
                                    
x
+
TestHyperkitDriverSkipUpgrade (0s)

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

                                                
                                    
x
+
TestFunctional/parallel/MySQL (0s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1783: arm64 is not supported by mysql. Skip the test. See https://github.com/kubernetes/minikube/issues/10144
--- SKIP: TestFunctional/parallel/MySQL (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/DockerEnv (0s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/DockerEnv
functional_test.go:459: 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:546: 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
+
TestStartStop/group/disable-driver-mounts (0.16s)

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

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet (3.51s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/19264-439383/.minikube/ca.crt
extensions:
- extension:
last-update: Wed, 17 Jul 2024 02:10:58 UTC
provider: minikube.sigs.k8s.io
version: v1.33.1
name: cluster_info
server: https://192.168.76.2:8443
name: kubernetes-upgrade-538409
contexts:
- context:
cluster: kubernetes-upgrade-538409
user: kubernetes-upgrade-538409
name: kubernetes-upgrade-538409
current-context: ""
kind: Config
preferences: {}
users:
- name: kubernetes-upgrade-538409
user:
client-certificate: /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kubernetes-upgrade-538409/client.crt
client-key: /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kubernetes-upgrade-538409/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                
----------------------- debugLogs end: kubenet-613029 [took: 3.365546218s] --------------------------------
helpers_test.go:175: Cleaning up "kubenet-613029" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p kubenet-613029
--- SKIP: TestNetworkPlugins/group/kubenet (3.51s)

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (4.12s)

                                                
                                                
=== 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-613029 [pass: true] --------------------------------
>>> netcat: nslookup kubernetes.default:
Error in configuration: context was not found for specified context: cilium-613029

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/19264-439383/.minikube/ca.crt
extensions:
- extension:
last-update: Wed, 17 Jul 2024 02:10:58 UTC
provider: minikube.sigs.k8s.io
version: v1.33.1
name: cluster_info
server: https://192.168.76.2:8443
name: kubernetes-upgrade-538409
contexts:
- context:
cluster: kubernetes-upgrade-538409
user: kubernetes-upgrade-538409
name: kubernetes-upgrade-538409
current-context: ""
kind: Config
preferences: {}
users:
- name: kubernetes-upgrade-538409
user:
client-certificate: /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kubernetes-upgrade-538409/client.crt
client-key: /home/jenkins/minikube-integration/19264-439383/.minikube/profiles/kubernetes-upgrade-538409/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                
----------------------- debugLogs end: cilium-613029 [took: 3.972400933s] --------------------------------
helpers_test.go:175: Cleaning up "cilium-613029" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p cilium-613029
--- SKIP: TestNetworkPlugins/group/cilium (4.12s)

                                                
                                    
Copied to clipboard