Test Report: Docker_Linux_crio_arm64 19688

                    
                      911e4c99bab82008a0d80e5fa9ba6656b1cfd206:2024-09-23:36337
                    
                

Test fail (3/327)

Order failed test Duration
33 TestAddons/parallel/Registry 75.4
34 TestAddons/parallel/Ingress 153.19
36 TestAddons/parallel/MetricsServer 334.29
x
+
TestAddons/parallel/Registry (75.4s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:328: registry stabilized in 4.572585ms
addons_test.go:330: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-66c9cd494c-mft4z" [054e4117-a309-4e89-afe0-a65369055074] Running
addons_test.go:330: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.004596395s
addons_test.go:333: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-proxy-5t6vq" [e46d96a1-6871-401a-a71d-00cd0539506c] Running
addons_test.go:333: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 6.006125346s
addons_test.go:338: (dbg) Run:  kubectl --context addons-949062 delete po -l run=registry-test --now
addons_test.go:343: (dbg) Run:  kubectl --context addons-949062 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:343: (dbg) Non-zero exit: kubectl --context addons-949062 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": exit status 1 (1m0.111343476s)

                                                
                                                
-- stdout --
	pod "registry-test" deleted

                                                
                                                
-- /stdout --
** stderr ** 
	error: timed out waiting for the condition

                                                
                                                
** /stderr **
addons_test.go:345: failed to hit registry.kube-system.svc.cluster.local. args "kubectl --context addons-949062 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\"" failed: exit status 1
addons_test.go:349: expected curl response be "HTTP/1.1 200", but got *pod "registry-test" deleted
*
addons_test.go:357: (dbg) Run:  out/minikube-linux-arm64 -p addons-949062 ip
addons_test.go:386: (dbg) Run:  out/minikube-linux-arm64 -p addons-949062 addons disable registry --alsologtostderr -v=1
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestAddons/parallel/Registry]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect addons-949062
helpers_test.go:235: (dbg) docker inspect addons-949062:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "15377d5b3403b003b9220d85b203641cfae669831acf9bb174a49e7f93ab8fbe",
	        "Created": "2024-09-23T11:46:59.221610581Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 446131,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-09-23T11:46:59.356533883Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:c94982da1293baee77c00993711af197ed62d6b1a4ee12c0caa4f57c70de4fdc",
	        "ResolvConfPath": "/var/lib/docker/containers/15377d5b3403b003b9220d85b203641cfae669831acf9bb174a49e7f93ab8fbe/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/15377d5b3403b003b9220d85b203641cfae669831acf9bb174a49e7f93ab8fbe/hostname",
	        "HostsPath": "/var/lib/docker/containers/15377d5b3403b003b9220d85b203641cfae669831acf9bb174a49e7f93ab8fbe/hosts",
	        "LogPath": "/var/lib/docker/containers/15377d5b3403b003b9220d85b203641cfae669831acf9bb174a49e7f93ab8fbe/15377d5b3403b003b9220d85b203641cfae669831acf9bb174a49e7f93ab8fbe-json.log",
	        "Name": "/addons-949062",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-949062:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-949062",
	            "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/47ff60ab67f6e0ed613956be9cd24339bb229d893331c322e62ece686adcffc6-init/diff:/var/lib/docker/overlay2/aa6506bfdcc3e3bf1c437c686d239838d975235b868c2cbec84eeddc6bd833d4/diff",
	                "MergedDir": "/var/lib/docker/overlay2/47ff60ab67f6e0ed613956be9cd24339bb229d893331c322e62ece686adcffc6/merged",
	                "UpperDir": "/var/lib/docker/overlay2/47ff60ab67f6e0ed613956be9cd24339bb229d893331c322e62ece686adcffc6/diff",
	                "WorkDir": "/var/lib/docker/overlay2/47ff60ab67f6e0ed613956be9cd24339bb229d893331c322e62ece686adcffc6/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-949062",
	                "Source": "/var/lib/docker/volumes/addons-949062/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-949062",
	            "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.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed",
	            "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-949062",
	                "name.minikube.sigs.k8s.io": "addons-949062",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "b9a3db319971ee150275d98d4d4e6692ceb4b645eb9a150083c950f32efc6b28",
	            "SandboxKey": "/var/run/docker/netns/b9a3db319971",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33163"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33164"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33167"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33165"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33166"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-949062": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "2309c2d65c459e6744e1b529df34e5691c44b134f4f578b100aab96df55838e7",
	                    "EndpointID": "49b6d49d44df3ec2e743a73988b79c91168870b0e0519ce1b11954f6163173af",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-949062",
	                        "15377d5b3403"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-949062 -n addons-949062
helpers_test.go:244: <<< TestAddons/parallel/Registry FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestAddons/parallel/Registry]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-arm64 -p addons-949062 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-949062 logs -n 25: (1.676250715s)
helpers_test.go:252: TestAddons/parallel/Registry logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only                                                                     | download-only-411446   | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC |                     |
	|         | -p download-only-411446                                                                     |                        |         |         |                     |                     |
	|         | --force --alsologtostderr                                                                   |                        |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0                                                                |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | --all                                                                                       | minikube               | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:46 UTC |
	| delete  | -p download-only-411446                                                                     | download-only-411446   | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:46 UTC |
	| start   | -o=json --download-only                                                                     | download-only-864108   | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC |                     |
	|         | -p download-only-864108                                                                     |                        |         |         |                     |                     |
	|         | --force --alsologtostderr                                                                   |                        |         |         |                     |                     |
	|         | --kubernetes-version=v1.31.1                                                                |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | --all                                                                                       | minikube               | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:46 UTC |
	| delete  | -p download-only-864108                                                                     | download-only-864108   | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:46 UTC |
	| delete  | -p download-only-411446                                                                     | download-only-411446   | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:46 UTC |
	| delete  | -p download-only-864108                                                                     | download-only-864108   | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:46 UTC |
	| start   | --download-only -p                                                                          | download-docker-299983 | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC |                     |
	|         | download-docker-299983                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-299983                                                                   | download-docker-299983 | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:46 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-264226   | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC |                     |
	|         | binary-mirror-264226                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:38673                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-264226                                                                     | binary-mirror-264226   | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:46 UTC |
	| addons  | disable dashboard -p                                                                        | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC |                     |
	|         | addons-949062                                                                               |                        |         |         |                     |                     |
	| addons  | enable dashboard -p                                                                         | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC |                     |
	|         | addons-949062                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-949062 --wait=true                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:49 UTC |
	|         | --memory=4000 --alsologtostderr                                                             |                        |         |         |                     |                     |
	|         | --addons=registry                                                                           |                        |         |         |                     |                     |
	|         | --addons=metrics-server                                                                     |                        |         |         |                     |                     |
	|         | --addons=volumesnapshots                                                                    |                        |         |         |                     |                     |
	|         | --addons=csi-hostpath-driver                                                                |                        |         |         |                     |                     |
	|         | --addons=gcp-auth                                                                           |                        |         |         |                     |                     |
	|         | --addons=cloud-spanner                                                                      |                        |         |         |                     |                     |
	|         | --addons=inspektor-gadget                                                                   |                        |         |         |                     |                     |
	|         | --addons=storage-provisioner-rancher                                                        |                        |         |         |                     |                     |
	|         | --addons=nvidia-device-plugin                                                               |                        |         |         |                     |                     |
	|         | --addons=yakd --addons=volcano                                                              |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	|         | --addons=ingress                                                                            |                        |         |         |                     |                     |
	|         | --addons=ingress-dns                                                                        |                        |         |         |                     |                     |
	| addons  | addons-949062 addons disable                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:58 UTC | 23 Sep 24 11:58 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| addons  | addons-949062 addons                                                                        | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:58 UTC | 23 Sep 24 11:58 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-949062 addons                                                                        | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:58 UTC | 23 Sep 24 11:58 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:58 UTC | 23 Sep 24 11:59 UTC |
	|         | -p addons-949062                                                                            |                        |         |         |                     |                     |
	| ip      | addons-949062 ip                                                                            | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC | 23 Sep 24 11:59 UTC |
	| addons  | addons-949062 addons disable                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC | 23 Sep 24 11:59 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| ssh     | addons-949062 ssh cat                                                                       | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC | 23 Sep 24 11:59 UTC |
	|         | /opt/local-path-provisioner/pvc-a360d212-2322-4a7c-8e95-840a1216a052_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-949062 addons disable                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC |                     |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/23 11:46:33
	Running on machine: ip-172-31-30-239
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0923 11:46:33.806242  445639 out.go:345] Setting OutFile to fd 1 ...
	I0923 11:46:33.806442  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 11:46:33.806468  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:46:33.806486  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 11:46:33.806782  445639 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19688-439483/.minikube/bin
	I0923 11:46:33.807245  445639 out.go:352] Setting JSON to false
	I0923 11:46:33.808197  445639 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":5342,"bootTime":1727086652,"procs":197,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0923 11:46:33.808293  445639 start.go:139] virtualization:  
	I0923 11:46:33.811286  445639 out.go:177] * [addons-949062] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0923 11:46:33.814525  445639 out.go:177]   - MINIKUBE_LOCATION=19688
	I0923 11:46:33.814586  445639 notify.go:220] Checking for updates...
	I0923 11:46:33.819769  445639 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0923 11:46:33.822494  445639 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19688-439483/kubeconfig
	I0923 11:46:33.824726  445639 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19688-439483/.minikube
	I0923 11:46:33.826872  445639 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0923 11:46:33.829164  445639 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0923 11:46:33.831738  445639 driver.go:394] Setting default libvirt URI to qemu:///system
	I0923 11:46:33.862660  445639 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0923 11:46:33.862790  445639 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 11:46:33.913858  445639 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-23 11:46:33.9044837 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-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:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridge
-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 11:46:33.913993  445639 docker.go:318] overlay module found
	I0923 11:46:33.918154  445639 out.go:177] * Using the docker driver based on user configuration
	I0923 11:46:33.920623  445639 start.go:297] selected driver: docker
	I0923 11:46:33.920644  445639 start.go:901] validating driver "docker" against <nil>
	I0923 11:46:33.920660  445639 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0923 11:46:33.921515  445639 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 11:46:33.973683  445639 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-23 11:46:33.96459562 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aa
rch64 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:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridg
e-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 11:46:33.973887  445639 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0923 11:46:33.974131  445639 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]
	I0923 11:46:33.976444  445639 out.go:177] * Using Docker driver with root privileges
	I0923 11:46:33.978428  445639 cni.go:84] Creating CNI manager for ""
	I0923 11:46:33.978496  445639 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0923 11:46:33.978510  445639 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0923 11:46:33.978609  445639 start.go:340] cluster config:
	{Name:addons-949062 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed 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.31.1 ClusterName:addons-949062 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.31.1 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}
	I0923 11:46:33.980741  445639 out.go:177] * Starting "addons-949062" primary control-plane node in "addons-949062" cluster
	I0923 11:46:33.983285  445639 cache.go:121] Beginning downloading kic base image for docker with crio
	I0923 11:46:33.985115  445639 out.go:177] * Pulling base image v0.0.45-1726784731-19672 ...
	I0923 11:46:33.986846  445639 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0923 11:46:33.986900  445639 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19688-439483/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
	I0923 11:46:33.986912  445639 cache.go:56] Caching tarball of preloaded images
	I0923 11:46:33.986910  445639 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local docker daemon
	I0923 11:46:33.986995  445639 preload.go:172] Found /home/jenkins/minikube-integration/19688-439483/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0923 11:46:33.987006  445639 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on crio
	I0923 11:46:33.987369  445639 profile.go:143] Saving config to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/config.json ...
	I0923 11:46:33.987401  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/config.json: {Name:mk0d39df56db07d691a4092c51c2eb5ba3e85bce Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:46:34.002596  445639 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed to local cache
	I0923 11:46:34.002738  445639 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory
	I0923 11:46:34.002759  445639 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory, skipping pull
	I0923 11:46:34.002765  445639 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed exists in cache, skipping pull
	I0923 11:46:34.002772  445639 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed as a tarball
	I0923 11:46:34.002778  445639 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed from local cache
	I0923 11:46:51.484890  445639 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed from cached tarball
	I0923 11:46:51.484930  445639 cache.go:194] Successfully downloaded all kic artifacts
	I0923 11:46:51.484976  445639 start.go:360] acquireMachinesLock for addons-949062: {Name:mkc7ffd2e305e02e09a3d93d768f3a214671463f Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0923 11:46:51.485106  445639 start.go:364] duration metric: took 110.391µs to acquireMachinesLock for "addons-949062"
	I0923 11:46:51.485132  445639 start.go:93] Provisioning new machine with config: &{Name:addons-949062 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed 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.31.1 ClusterName:addons-949062 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.31.1 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.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0923 11:46:51.485212  445639 start.go:125] createHost starting for "" (driver="docker")
	I0923 11:46:51.487846  445639 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0923 11:46:51.488111  445639 start.go:159] libmachine.API.Create for "addons-949062" (driver="docker")
	I0923 11:46:51.488149  445639 client.go:168] LocalClient.Create starting
	I0923 11:46:51.488270  445639 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca.pem
	I0923 11:46:52.371948  445639 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/cert.pem
	I0923 11:46:52.879396  445639 cli_runner.go:164] Run: docker network inspect addons-949062 --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}}]}"
	W0923 11:46:52.893480  445639 cli_runner.go:211] docker network inspect addons-949062 --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
	I0923 11:46:52.893566  445639 network_create.go:284] running [docker network inspect addons-949062] to gather additional debugging logs...
	I0923 11:46:52.893588  445639 cli_runner.go:164] Run: docker network inspect addons-949062
	W0923 11:46:52.908354  445639 cli_runner.go:211] docker network inspect addons-949062 returned with exit code 1
	I0923 11:46:52.908398  445639 network_create.go:287] error running [docker network inspect addons-949062]: docker network inspect addons-949062: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-949062 not found
	I0923 11:46:52.908413  445639 network_create.go:289] output of [docker network inspect addons-949062]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-949062 not found
	
	** /stderr **
	I0923 11:46:52.908531  445639 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}}]}"
	I0923 11:46:52.922509  445639 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:0x40018510e0}
	I0923 11:46:52.922550  445639 network_create.go:124] attempt to create docker network addons-949062 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0923 11:46:52.922607  445639 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-949062 addons-949062
	I0923 11:46:52.997670  445639 network_create.go:108] docker network addons-949062 192.168.49.0/24 created
	I0923 11:46:52.997704  445639 kic.go:121] calculated static IP "192.168.49.2" for the "addons-949062" container
	I0923 11:46:52.997787  445639 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0923 11:46:53.018534  445639 cli_runner.go:164] Run: docker volume create addons-949062 --label name.minikube.sigs.k8s.io=addons-949062 --label created_by.minikube.sigs.k8s.io=true
	I0923 11:46:53.039019  445639 oci.go:103] Successfully created a docker volume addons-949062
	I0923 11:46:53.039123  445639 cli_runner.go:164] Run: docker run --rm --name addons-949062-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-949062 --entrypoint /usr/bin/test -v addons-949062:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -d /var/lib
	I0923 11:46:55.052353  445639 cli_runner.go:217] Completed: docker run --rm --name addons-949062-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-949062 --entrypoint /usr/bin/test -v addons-949062:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -d /var/lib: (2.013181677s)
	I0923 11:46:55.052383  445639 oci.go:107] Successfully prepared a docker volume addons-949062
	I0923 11:46:55.052417  445639 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0923 11:46:55.052440  445639 kic.go:194] Starting extracting preloaded images to volume ...
	I0923 11:46:55.052508  445639 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19688-439483/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-949062:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -I lz4 -xf /preloaded.tar -C /extractDir
	I0923 11:46:59.152153  445639 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19688-439483/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-949062:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -I lz4 -xf /preloaded.tar -C /extractDir: (4.099605566s)
	I0923 11:46:59.152184  445639 kic.go:203] duration metric: took 4.099741205s to extract preloaded images to volume ...
	W0923 11:46:59.152322  445639 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0923 11:46:59.152435  445639 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0923 11:46:59.207392  445639 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-949062 --name addons-949062 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-949062 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-949062 --network addons-949062 --ip 192.168.49.2 --volume addons-949062:/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.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed
	I0923 11:46:59.511137  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Running}}
	I0923 11:46:59.540351  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:46:59.561206  445639 cli_runner.go:164] Run: docker exec addons-949062 stat /var/lib/dpkg/alternatives/iptables
	I0923 11:46:59.628365  445639 oci.go:144] the created container "addons-949062" has a running status.
	I0923 11:46:59.628392  445639 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa...
	I0923 11:47:00.584153  445639 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0923 11:47:00.614708  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:00.635614  445639 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0923 11:47:00.635634  445639 kic_runner.go:114] Args: [docker exec --privileged addons-949062 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0923 11:47:00.707595  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:00.728068  445639 machine.go:93] provisionDockerMachine start ...
	I0923 11:47:00.728175  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:00.747832  445639 main.go:141] libmachine: Using SSH client type: native
	I0923 11:47:00.748089  445639 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 33163 <nil> <nil>}
	I0923 11:47:00.748098  445639 main.go:141] libmachine: About to run SSH command:
	hostname
	I0923 11:47:00.881198  445639 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-949062
	
	I0923 11:47:00.881272  445639 ubuntu.go:169] provisioning hostname "addons-949062"
	I0923 11:47:00.881384  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:00.905400  445639 main.go:141] libmachine: Using SSH client type: native
	I0923 11:47:00.905670  445639 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 33163 <nil> <nil>}
	I0923 11:47:00.905691  445639 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-949062 && echo "addons-949062" | sudo tee /etc/hostname
	I0923 11:47:01.053111  445639 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-949062
	
	I0923 11:47:01.053233  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:01.071241  445639 main.go:141] libmachine: Using SSH client type: native
	I0923 11:47:01.071501  445639 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 33163 <nil> <nil>}
	I0923 11:47:01.071524  445639 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-949062' /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-949062/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-949062' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0923 11:47:01.205263  445639 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0923 11:47:01.205293  445639 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19688-439483/.minikube CaCertPath:/home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19688-439483/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19688-439483/.minikube}
	I0923 11:47:01.205324  445639 ubuntu.go:177] setting up certificates
	I0923 11:47:01.205333  445639 provision.go:84] configureAuth start
	I0923 11:47:01.205398  445639 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-949062
	I0923 11:47:01.223395  445639 provision.go:143] copyHostCerts
	I0923 11:47:01.223488  445639 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19688-439483/.minikube/key.pem (1679 bytes)
	I0923 11:47:01.223622  445639 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19688-439483/.minikube/ca.pem (1078 bytes)
	I0923 11:47:01.223699  445639 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19688-439483/.minikube/cert.pem (1123 bytes)
	I0923 11:47:01.223767  445639 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19688-439483/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca-key.pem org=jenkins.addons-949062 san=[127.0.0.1 192.168.49.2 addons-949062 localhost minikube]
	I0923 11:47:01.428380  445639 provision.go:177] copyRemoteCerts
	I0923 11:47:01.428463  445639 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0923 11:47:01.428508  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:01.445964  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:01.543128  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0923 11:47:01.567388  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I0923 11:47:01.592010  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0923 11:47:01.616592  445639 provision.go:87] duration metric: took 411.241552ms to configureAuth
	I0923 11:47:01.616664  445639 ubuntu.go:193] setting minikube options for container-runtime
	I0923 11:47:01.616925  445639 config.go:182] Loaded profile config "addons-949062": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0923 11:47:01.617110  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:01.644000  445639 main.go:141] libmachine: Using SSH client type: native
	I0923 11:47:01.644259  445639 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 33163 <nil> <nil>}
	I0923 11:47:01.644283  445639 main.go:141] libmachine: About to run SSH command:
	sudo mkdir -p /etc/sysconfig && printf %s "
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
	I0923 11:47:01.875783  445639 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0923 11:47:01.875848  445639 machine.go:96] duration metric: took 1.147759935s to provisionDockerMachine
	I0923 11:47:01.875872  445639 client.go:171] duration metric: took 10.387713659s to LocalClient.Create
	I0923 11:47:01.875897  445639 start.go:167] duration metric: took 10.387787087s to libmachine.API.Create "addons-949062"
	I0923 11:47:01.875930  445639 start.go:293] postStartSetup for "addons-949062" (driver="docker")
	I0923 11:47:01.875963  445639 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]
	I0923 11:47:01.876107  445639 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
	I0923 11:47:01.876171  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:01.893241  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:01.990441  445639 ssh_runner.go:195] Run: cat /etc/os-release
	I0923 11:47:01.994314  445639 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0923 11:47:01.994402  445639 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0923 11:47:01.994429  445639 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0923 11:47:01.994467  445639 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0923 11:47:01.994502  445639 filesync.go:126] Scanning /home/jenkins/minikube-integration/19688-439483/.minikube/addons for local assets ...
	I0923 11:47:01.994619  445639 filesync.go:126] Scanning /home/jenkins/minikube-integration/19688-439483/.minikube/files for local assets ...
	I0923 11:47:01.994664  445639 start.go:296] duration metric: took 118.707262ms for postStartSetup
	I0923 11:47:01.995051  445639 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-949062
	I0923 11:47:02.017608  445639 profile.go:143] Saving config to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/config.json ...
	I0923 11:47:02.017961  445639 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0923 11:47:02.018023  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:02.034879  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:02.125842  445639 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0923 11:47:02.130609  445639 start.go:128] duration metric: took 10.645382121s to createHost
	I0923 11:47:02.130633  445639 start.go:83] releasing machines lock for "addons-949062", held for 10.645517579s
	I0923 11:47:02.130704  445639 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-949062
	I0923 11:47:02.148529  445639 ssh_runner.go:195] Run: cat /version.json
	I0923 11:47:02.148547  445639 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0923 11:47:02.148585  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:02.148609  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:02.167265  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:02.182688  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:02.384384  445639 ssh_runner.go:195] Run: systemctl --version
	I0923 11:47:02.388723  445639 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0923 11:47:02.528417  445639 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0923 11:47:02.532805  445639 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" ;
	I0923 11:47:02.556131  445639 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0923 11:47:02.556234  445639 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, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0923 11:47:02.588285  445639 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0923 11:47:02.588310  445639 start.go:495] detecting cgroup driver to use...
	I0923 11:47:02.588365  445639 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0923 11:47:02.588440  445639 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0923 11:47:02.604456  445639 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0923 11:47:02.615691  445639 docker.go:217] disabling cri-docker service (if available) ...
	I0923 11:47:02.615818  445639 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0923 11:47:02.630311  445639 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0923 11:47:02.644691  445639 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0923 11:47:02.727643  445639 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0923 11:47:02.824898  445639 docker.go:233] disabling docker service ...
	I0923 11:47:02.825016  445639 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0923 11:47:02.844770  445639 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0923 11:47:02.857357  445639 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0923 11:47:02.948994  445639 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0923 11:47:03.055516  445639 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0923 11:47:03.069029  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/crio/crio.sock
	" | sudo tee /etc/crictl.yaml"
	I0923 11:47:03.086794  445639 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0923 11:47:03.086865  445639 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.10"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0923 11:47:03.097572  445639 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0923 11:47:03.097702  445639 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0923 11:47:03.108371  445639 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0923 11:47:03.124931  445639 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0923 11:47:03.135562  445639 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0923 11:47:03.145123  445639 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"
	I0923 11:47:03.155610  445639 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"
	I0923 11:47:03.172186  445639 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"
	I0923 11:47:03.182475  445639 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0923 11:47:03.191293  445639 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0923 11:47:03.199896  445639 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0923 11:47:03.288643  445639 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0923 11:47:03.414491  445639 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0923 11:47:03.414584  445639 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0923 11:47:03.418311  445639 start.go:563] Will wait 60s for crictl version
	I0923 11:47:03.418425  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:47:03.422311  445639 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0923 11:47:03.463261  445639 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0923 11:47:03.463365  445639 ssh_runner.go:195] Run: crio --version
	I0923 11:47:03.503697  445639 ssh_runner.go:195] Run: crio --version
	I0923 11:47:03.542394  445639 out.go:177] * Preparing Kubernetes v1.31.1 on CRI-O 1.24.6 ...
	I0923 11:47:03.544254  445639 cli_runner.go:164] Run: docker network inspect addons-949062 --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}}]}"
	I0923 11:47:03.559734  445639 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0923 11:47:03.563258  445639 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""
	I0923 11:47:03.573759  445639 kubeadm.go:883] updating cluster {Name:addons-949062 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed 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.31.1 ClusterName:addons-949062 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.31.1 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} ...
	I0923 11:47:03.573878  445639 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0923 11:47:03.573943  445639 ssh_runner.go:195] Run: sudo crictl images --output json
	I0923 11:47:03.645037  445639 crio.go:514] all images are preloaded for cri-o runtime.
	I0923 11:47:03.645062  445639 crio.go:433] Images already preloaded, skipping extraction
	I0923 11:47:03.645124  445639 ssh_runner.go:195] Run: sudo crictl images --output json
	I0923 11:47:03.682682  445639 crio.go:514] all images are preloaded for cri-o runtime.
	I0923 11:47:03.682708  445639 cache_images.go:84] Images are preloaded, skipping loading
	I0923 11:47:03.682717  445639 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 crio true true} ...
	I0923 11:47:03.682818  445639 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.31.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-949062 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.1 ClusterName:addons-949062 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:}
	I0923 11:47:03.682905  445639 ssh_runner.go:195] Run: crio config
	I0923 11:47:03.749558  445639 cni.go:84] Creating CNI manager for ""
	I0923 11:47:03.749582  445639 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0923 11:47:03.749592  445639 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0923 11:47:03.749615  445639 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.31.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-949062 NodeName:addons-949062 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}
	I0923 11:47:03.749758  445639 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-949062"
	  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.31.1
	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%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0923 11:47:03.749832  445639 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
	I0923 11:47:03.758754  445639 binaries.go:44] Found k8s binaries, skipping transfer
	I0923 11:47:03.758861  445639 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0923 11:47:03.767733  445639 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0923 11:47:03.785605  445639 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0923 11:47:03.804598  445639 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0923 11:47:03.823383  445639 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0923 11:47:03.826720  445639 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""
	I0923 11:47:03.837578  445639 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0923 11:47:03.920967  445639 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0923 11:47:03.935037  445639 certs.go:68] Setting up /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062 for IP: 192.168.49.2
	I0923 11:47:03.935108  445639 certs.go:194] generating shared ca certs ...
	I0923 11:47:03.935139  445639 certs.go:226] acquiring lock for ca certs: {Name:mk8886b7f4079fe3380ff87fbe608ebcf7a50150 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:03.935304  445639 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19688-439483/.minikube/ca.key
	I0923 11:47:04.300186  445639 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19688-439483/.minikube/ca.crt ...
	I0923 11:47:04.300217  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/ca.crt: {Name:mkc163e0736acb4ab6c90a2621714f039ca25eb5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:04.300418  445639 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19688-439483/.minikube/ca.key ...
	I0923 11:47:04.300430  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/ca.key: {Name:mk56c01250d89e3f2925baedaf4f263e4273477a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:04.301097  445639 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.key
	I0923 11:47:04.476043  445639 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.crt ...
	I0923 11:47:04.476077  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.crt: {Name:mk01bc672072174ac83940873f84c662f94dff46 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:04.476257  445639 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.key ...
	I0923 11:47:04.476270  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.key: {Name:mk315f2d14088a80003ac768611d4c83fa0f1c63 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:04.476354  445639 certs.go:256] generating profile certs ...
	I0923 11:47:04.476415  445639 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.key
	I0923 11:47:04.476435  445639 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt with IP's: []
	I0923 11:47:04.731481  445639 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt ...
	I0923 11:47:04.731513  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: {Name:mk1490c19f8381a64e99a74c5ee248576c5c2ee6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:04.731732  445639 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.key ...
	I0923 11:47:04.731745  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.key: {Name:mk2202fa1c77f046946637138cd739c4a47cd48e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:04.731836  445639 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.key.1c1dc788
	I0923 11:47:04.731858  445639 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.crt.1c1dc788 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0923 11:47:05.351108  445639 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.crt.1c1dc788 ...
	I0923 11:47:05.351141  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.crt.1c1dc788: {Name:mk4216f1f2c9fc1b684c441f57f188446c0621bb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:05.351325  445639 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.key.1c1dc788 ...
	I0923 11:47:05.351343  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.key.1c1dc788: {Name:mka3309cf97f0fe83bcf4d91386dffb2f810e96e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:05.351435  445639 certs.go:381] copying /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.crt.1c1dc788 -> /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.crt
	I0923 11:47:05.351526  445639 certs.go:385] copying /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.key.1c1dc788 -> /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.key
	I0923 11:47:05.351582  445639 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.key
	I0923 11:47:05.351603  445639 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.crt with IP's: []
	I0923 11:47:06.355674  445639 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.crt ...
	I0923 11:47:06.355710  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.crt: {Name:mkf53dbefd9f18b1111237760556a22457c94215 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:06.355906  445639 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.key ...
	I0923 11:47:06.355921  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.key: {Name:mk62014910fd4cb6698550052f021081d2979d56 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:06.356112  445639 certs.go:484] found cert: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca-key.pem (1679 bytes)
	I0923 11:47:06.356158  445639 certs.go:484] found cert: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca.pem (1078 bytes)
	I0923 11:47:06.356190  445639 certs.go:484] found cert: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/cert.pem (1123 bytes)
	I0923 11:47:06.356218  445639 certs.go:484] found cert: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/key.pem (1679 bytes)
	I0923 11:47:06.356896  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0923 11:47:06.382662  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0923 11:47:06.407659  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0923 11:47:06.432247  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0923 11:47:06.456893  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0923 11:47:06.481763  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0923 11:47:06.506778  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0923 11:47:06.532417  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I0923 11:47:06.559058  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0923 11:47:06.584012  445639 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0923 11:47:06.602857  445639 ssh_runner.go:195] Run: openssl version
	I0923 11:47:06.608334  445639 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"
	I0923 11:47:06.618136  445639 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0923 11:47:06.622439  445639 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 23 11:47 /usr/share/ca-certificates/minikubeCA.pem
	I0923 11:47:06.622511  445639 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0923 11:47:06.630121  445639 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"
	I0923 11:47:06.639633  445639 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0923 11:47:06.643153  445639 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
	I0923 11:47:06.643205  445639 kubeadm.go:392] StartCluster: {Name:addons-949062 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed 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.31.1 ClusterName:addons-949062 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.31.1 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}
	I0923 11:47:06.643283  445639 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0923 11:47:06.643339  445639 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0923 11:47:06.682408  445639 cri.go:89] found id: ""
	I0923 11:47:06.682536  445639 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0923 11:47:06.691370  445639 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0923 11:47:06.700129  445639 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0923 11:47:06.700223  445639 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
	I0923 11:47:06.709029  445639 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
	I0923 11:47:06.709100  445639 kubeadm.go:157] found existing configuration files:
	
	I0923 11:47:06.709158  445639 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0923 11:47:06.718007  445639 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
	I0923 11:47:06.718081  445639 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0923 11:47:06.727238  445639 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0923 11:47:06.736478  445639 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
	I0923 11:47:06.736569  445639 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0923 11:47:06.745179  445639 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0923 11:47:06.753869  445639 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
	I0923 11:47:06.753954  445639 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0923 11:47:06.762453  445639 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0923 11:47:06.771165  445639 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
	I0923 11:47:06.771254  445639 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0923 11:47:06.779956  445639 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.1:$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"
	I0923 11:47:06.818721  445639 kubeadm.go:310] W0923 11:47:06.817994    1185 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "ClusterConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0923 11:47:06.819537  445639 kubeadm.go:310] W0923 11:47:06.819007    1185 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "InitConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0923 11:47:06.853459  445639 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-1070-aws\n", err: exit status 1
	I0923 11:47:06.919288  445639 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0923 11:47:20.492137  445639 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
	I0923 11:47:20.492205  445639 kubeadm.go:310] [preflight] Running pre-flight checks
	I0923 11:47:20.492332  445639 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0923 11:47:20.492409  445639 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1070-aws
	I0923 11:47:20.492472  445639 kubeadm.go:310] OS: Linux
	I0923 11:47:20.492543  445639 kubeadm.go:310] CGROUPS_CPU: enabled
	I0923 11:47:20.492615  445639 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0923 11:47:20.492708  445639 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0923 11:47:20.492783  445639 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0923 11:47:20.492855  445639 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0923 11:47:20.493017  445639 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0923 11:47:20.493077  445639 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0923 11:47:20.493132  445639 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0923 11:47:20.493189  445639 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0923 11:47:20.493268  445639 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0923 11:47:20.493403  445639 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0923 11:47:20.493513  445639 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0923 11:47:20.493583  445639 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0923 11:47:20.497700  445639 out.go:235]   - Generating certificates and keys ...
	I0923 11:47:20.497807  445639 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0923 11:47:20.497883  445639 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0923 11:47:20.497961  445639 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0923 11:47:20.498023  445639 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0923 11:47:20.498087  445639 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0923 11:47:20.498166  445639 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0923 11:47:20.498247  445639 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0923 11:47:20.498380  445639 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-949062 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0923 11:47:20.498441  445639 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0923 11:47:20.498577  445639 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-949062 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0923 11:47:20.498649  445639 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0923 11:47:20.498745  445639 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0923 11:47:20.498806  445639 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0923 11:47:20.498868  445639 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0923 11:47:20.498924  445639 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0923 11:47:20.498990  445639 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0923 11:47:20.499056  445639 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0923 11:47:20.499133  445639 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0923 11:47:20.499193  445639 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0923 11:47:20.499293  445639 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0923 11:47:20.499379  445639 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0923 11:47:20.501872  445639 out.go:235]   - Booting up control plane ...
	I0923 11:47:20.501997  445639 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0923 11:47:20.502080  445639 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0923 11:47:20.502152  445639 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0923 11:47:20.502356  445639 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0923 11:47:20.502469  445639 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0923 11:47:20.502514  445639 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0923 11:47:20.502654  445639 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0923 11:47:20.502767  445639 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0923 11:47:20.502848  445639 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001623584s
	I0923 11:47:20.502986  445639 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0923 11:47:20.503064  445639 kubeadm.go:310] [api-check] The API server is healthy after 6.001467918s
	I0923 11:47:20.503185  445639 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0923 11:47:20.503325  445639 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0923 11:47:20.503396  445639 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0923 11:47:20.503594  445639 kubeadm.go:310] [mark-control-plane] Marking the node addons-949062 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0923 11:47:20.503657  445639 kubeadm.go:310] [bootstrap-token] Using token: 5hfhnb.yczp8avbg6zznrz5
	I0923 11:47:20.505826  445639 out.go:235]   - Configuring RBAC rules ...
	I0923 11:47:20.505951  445639 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0923 11:47:20.506040  445639 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0923 11:47:20.506183  445639 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
	I0923 11:47:20.506326  445639 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0923 11:47:20.506447  445639 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0923 11:47:20.506535  445639 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0923 11:47:20.506652  445639 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0923 11:47:20.506701  445639 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0923 11:47:20.506753  445639 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0923 11:47:20.506760  445639 kubeadm.go:310] 
	I0923 11:47:20.506823  445639 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0923 11:47:20.506832  445639 kubeadm.go:310] 
	I0923 11:47:20.506909  445639 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0923 11:47:20.506916  445639 kubeadm.go:310] 
	I0923 11:47:20.506942  445639 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0923 11:47:20.507003  445639 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0923 11:47:20.507056  445639 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0923 11:47:20.507064  445639 kubeadm.go:310] 
	I0923 11:47:20.507117  445639 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0923 11:47:20.507127  445639 kubeadm.go:310] 
	I0923 11:47:20.507175  445639 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0923 11:47:20.507183  445639 kubeadm.go:310] 
	I0923 11:47:20.507235  445639 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0923 11:47:20.507312  445639 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0923 11:47:20.507392  445639 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0923 11:47:20.507400  445639 kubeadm.go:310] 
	I0923 11:47:20.507483  445639 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0923 11:47:20.507564  445639 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0923 11:47:20.507572  445639 kubeadm.go:310] 
	I0923 11:47:20.507658  445639 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token 5hfhnb.yczp8avbg6zznrz5 \
	I0923 11:47:20.507762  445639 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:e56966a64450bab0610dd6243262c3db7cc7afb656414179dba6b1f3d6d53051 \
	I0923 11:47:20.507786  445639 kubeadm.go:310] 	--control-plane 
	I0923 11:47:20.507794  445639 kubeadm.go:310] 
	I0923 11:47:20.507878  445639 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0923 11:47:20.507886  445639 kubeadm.go:310] 
	I0923 11:47:20.507967  445639 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 5hfhnb.yczp8avbg6zznrz5 \
	I0923 11:47:20.508086  445639 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:e56966a64450bab0610dd6243262c3db7cc7afb656414179dba6b1f3d6d53051 
	I0923 11:47:20.508099  445639 cni.go:84] Creating CNI manager for ""
	I0923 11:47:20.508106  445639 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0923 11:47:20.510372  445639 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0923 11:47:20.512758  445639 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0923 11:47:20.516740  445639 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.1/kubectl ...
	I0923 11:47:20.516760  445639 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0923 11:47:20.537047  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0923 11:47:20.831795  445639 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0923 11:47:20.831931  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:20.832045  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-949062 minikube.k8s.io/updated_at=2024_09_23T11_47_20_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=a36553b39c7bbbd910f6bfb97f7b698be94b4e6e minikube.k8s.io/name=addons-949062 minikube.k8s.io/primary=true
	I0923 11:47:20.982024  445639 ops.go:34] apiserver oom_adj: -16
	I0923 11:47:20.982214  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:21.483054  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:21.982325  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:22.482326  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:22.983021  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:23.483095  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:23.983264  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:24.482361  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:24.982968  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:25.103477  445639 kubeadm.go:1113] duration metric: took 4.271592558s to wait for elevateKubeSystemPrivileges
	I0923 11:47:25.103516  445639 kubeadm.go:394] duration metric: took 18.460309427s to StartCluster
	I0923 11:47:25.103535  445639 settings.go:142] acquiring lock: {Name:mk02e1628c86a1770378892d7a3154d0c52b89bd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:25.103651  445639 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19688-439483/kubeconfig
	I0923 11:47:25.104105  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/kubeconfig: {Name:mk9e4fe276763425cb8cd915eff87c9d41b7f36a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:25.104994  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0923 11:47:25.105325  445639 config.go:182] Loaded profile config "addons-949062": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0923 11:47:25.105378  445639 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0923 11:47:25.105430  445639 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 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]
	I0923 11:47:25.105668  445639 addons.go:69] Setting yakd=true in profile "addons-949062"
	I0923 11:47:25.105690  445639 addons.go:234] Setting addon yakd=true in "addons-949062"
	I0923 11:47:25.105725  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.106229  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.106525  445639 addons.go:69] Setting inspektor-gadget=true in profile "addons-949062"
	I0923 11:47:25.106551  445639 addons.go:234] Setting addon inspektor-gadget=true in "addons-949062"
	I0923 11:47:25.106580  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.107017  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.107337  445639 addons.go:69] Setting metrics-server=true in profile "addons-949062"
	I0923 11:47:25.107400  445639 addons.go:234] Setting addon metrics-server=true in "addons-949062"
	I0923 11:47:25.107426  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.107516  445639 addons.go:69] Setting cloud-spanner=true in profile "addons-949062"
	I0923 11:47:25.107536  445639 addons.go:234] Setting addon cloud-spanner=true in "addons-949062"
	I0923 11:47:25.107564  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.107857  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.107980  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.109750  445639 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-949062"
	I0923 11:47:25.109794  445639 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-949062"
	I0923 11:47:25.109831  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.110346  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.117101  445639 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-949062"
	I0923 11:47:25.124804  445639 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-949062"
	I0923 11:47:25.124849  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.125415  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.125627  445639 out.go:177] * Verifying Kubernetes components...
	I0923 11:47:25.132722  445639 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0923 11:47:25.122697  445639 addons.go:69] Setting default-storageclass=true in profile "addons-949062"
	I0923 11:47:25.132904  445639 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-949062"
	I0923 11:47:25.134746  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.122717  445639 addons.go:69] Setting gcp-auth=true in profile "addons-949062"
	I0923 11:47:25.159391  445639 mustload.go:65] Loading cluster: addons-949062
	I0923 11:47:25.159657  445639 config.go:182] Loaded profile config "addons-949062": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0923 11:47:25.160039  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.122725  445639 addons.go:69] Setting ingress=true in profile "addons-949062"
	I0923 11:47:25.192430  445639 addons.go:234] Setting addon ingress=true in "addons-949062"
	I0923 11:47:25.192550  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.193087  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.122729  445639 addons.go:69] Setting ingress-dns=true in profile "addons-949062"
	I0923 11:47:25.200727  445639 addons.go:234] Setting addon ingress-dns=true in "addons-949062"
	I0923 11:47:25.200793  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.204525  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.124390  445639 addons.go:69] Setting registry=true in profile "addons-949062"
	I0923 11:47:25.214866  445639 addons.go:234] Setting addon registry=true in "addons-949062"
	I0923 11:47:25.214927  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.215432  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.222564  445639 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
	I0923 11:47:25.229932  445639 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0923 11:47:25.229960  445639 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0923 11:47:25.230032  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.124403  445639 addons.go:69] Setting storage-provisioner=true in profile "addons-949062"
	I0923 11:47:25.233168  445639 addons.go:234] Setting addon storage-provisioner=true in "addons-949062"
	I0923 11:47:25.233207  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.233668  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.124410  445639 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-949062"
	I0923 11:47:25.253054  445639 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-949062"
	I0923 11:47:25.253402  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.124414  445639 addons.go:69] Setting volcano=true in profile "addons-949062"
	I0923 11:47:25.277153  445639 addons.go:234] Setting addon volcano=true in "addons-949062"
	I0923 11:47:25.277207  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.124417  445639 addons.go:69] Setting volumesnapshots=true in profile "addons-949062"
	I0923 11:47:25.280439  445639 addons.go:234] Setting addon volumesnapshots=true in "addons-949062"
	I0923 11:47:25.280486  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.281006  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.307719  445639 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0923 11:47:25.309027  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.309206  445639 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0923 11:47:25.309379  445639 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.24
	I0923 11:47:25.338238  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0923 11:47:25.343217  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0923 11:47:25.344501  445639 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0923 11:47:25.344570  445639 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0923 11:47:25.344680  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.356992  445639 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0923 11:47:25.357028  445639 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0923 11:47:25.357144  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.371116  445639 addons.go:234] Setting addon default-storageclass=true in "addons-949062"
	I0923 11:47:25.371155  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.371683  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.394732  445639 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0923 11:47:25.394753  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0923 11:47:25.394814  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.397575  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0923 11:47:25.401411  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0923 11:47:25.404886  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0923 11:47:25.407403  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0923 11:47:25.411249  445639 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
	I0923 11:47:25.413278  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.420743  445639 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0923 11:47:25.420997  445639 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0923 11:47:25.421013  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0923 11:47:25.421076  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.421252  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0923 11:47:25.422140  445639 out.go:177]   - Using image docker.io/registry:2.8.3
	I0923 11:47:25.423221  445639 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0923 11:47:25.423241  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0923 11:47:25.423305  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.428654  445639 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-949062"
	I0923 11:47:25.428753  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.429162  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0923 11:47:25.431534  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0923 11:47:25.431605  445639 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0923 11:47:25.431710  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.438933  445639 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0923 11:47:25.446897  445639 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0923 11:47:25.446970  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0923 11:47:25.447065  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.461218  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.483251  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.492584  445639 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0923 11:47:25.492660  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0923 11:47:25.496621  445639 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0923 11:47:25.496650  445639 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0923 11:47:25.496744  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.498725  445639 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
	I0923 11:47:25.500629  445639 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0923 11:47:25.502963  445639 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0923 11:47:25.502988  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0923 11:47:25.503053  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.546113  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.556096  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.574587  445639 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0923 11:47:25.576812  445639 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0923 11:47:25.576836  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0923 11:47:25.576904  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	W0923 11:47:25.621946  445639 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0923 11:47:25.690616  445639 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0923 11:47:25.690641  445639 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0923 11:47:25.690705  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.712179  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.713170  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/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.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0923 11:47:25.725724  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.729261  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.729663  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.762635  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.770422  445639 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0923 11:47:25.773100  445639 out.go:177]   - Using image docker.io/busybox:stable
	I0923 11:47:25.775897  445639 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0923 11:47:25.775920  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0923 11:47:25.775999  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.780781  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.784006  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.788537  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.815383  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.821574  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.847524  445639 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0923 11:47:25.847545  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0923 11:47:25.864050  445639 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0923 11:47:25.894862  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0923 11:47:25.997125  445639 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0923 11:47:25.997199  445639 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0923 11:47:26.056246  445639 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0923 11:47:26.056322  445639 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0923 11:47:26.083696  445639 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0923 11:47:26.083778  445639 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0923 11:47:26.204465  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0923 11:47:26.204541  445639 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0923 11:47:26.210937  445639 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0923 11:47:26.211015  445639 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0923 11:47:26.219957  445639 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0923 11:47:26.220032  445639 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0923 11:47:26.223822  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0923 11:47:26.227123  445639 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0923 11:47:26.227195  445639 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0923 11:47:26.243917  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:26.265203  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0923 11:47:26.294961  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0923 11:47:26.325201  445639 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0923 11:47:26.325274  445639 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0923 11:47:26.331267  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0923 11:47:26.331462  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0923 11:47:26.403593  445639 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0923 11:47:26.403668  445639 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0923 11:47:26.444228  445639 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0923 11:47:26.444301  445639 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0923 11:47:26.447454  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0923 11:47:26.450185  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0923 11:47:26.450254  445639 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)
	I0923 11:47:26.463525  445639 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0923 11:47:26.463594  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0923 11:47:26.475971  445639 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0923 11:47:26.476047  445639 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0923 11:47:26.573336  445639 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0923 11:47:26.573414  445639 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0923 11:47:26.579252  445639 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0923 11:47:26.579335  445639 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0923 11:47:26.587100  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0923 11:47:26.587172  445639 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0923 11:47:26.591301  445639 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0923 11:47:26.591370  445639 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0923 11:47:26.678086  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0923 11:47:26.725108  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0923 11:47:26.725189  445639 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0923 11:47:26.748715  445639 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0923 11:47:26.748787  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0923 11:47:26.760455  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0923 11:47:26.760529  445639 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0923 11:47:26.777749  445639 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0923 11:47:26.777828  445639 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0923 11:47:26.920454  445639 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0923 11:47:26.920525  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0923 11:47:26.933107  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0923 11:47:26.933183  445639 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0923 11:47:26.939593  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:26.954672  445639 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0923 11:47:26.954745  445639 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0923 11:47:26.996992  445639 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0923 11:47:26.997067  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0923 11:47:27.035269  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:27.055321  445639 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0923 11:47:27.055403  445639 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0923 11:47:27.063115  445639 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0923 11:47:27.063189  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0923 11:47:27.155878  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:27.210096  445639 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0923 11:47:27.210170  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0923 11:47:27.313133  445639 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0923 11:47:27.313205  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0923 11:47:27.414647  445639 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0923 11:47:27.414724  445639 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0923 11:47:27.536958  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:28.576461  445639 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.7123482s)
	I0923 11:47:28.576721  445639 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/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.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.863525117s)
	I0923 11:47:28.576784  445639 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0923 11:47:28.578673  445639 node_ready.go:35] waiting up to 6m0s for node "addons-949062" to be "Ready" ...
	I0923 11:47:29.366984  445639 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-949062" context rescaled to 1 replicas
	I0923 11:47:29.608022  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.713053614s)
	I0923 11:47:29.853419  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.629515759s)
	I0923 11:47:30.463477  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (4.198189434s)
	I0923 11:47:30.463550  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.168517675s)
	I0923 11:47:30.463592  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.132256692s)
	I0923 11:47:30.463934  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.219941975s)
	I0923 11:47:30.463981  445639 addons.go:475] Verifying addon metrics-server=true in "addons-949062"
	I0923 11:47:30.602316  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:31.226978  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (4.895462339s)
	I0923 11:47:31.227059  445639 addons.go:475] Verifying addon ingress=true in "addons-949062"
	I0923 11:47:31.227422  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.287757679s)
	I0923 11:47:31.227207  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.779598683s)
	I0923 11:47:31.227255  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.549094678s)
	I0923 11:47:31.227779  445639 addons.go:475] Verifying addon registry=true in "addons-949062"
	I0923 11:47:31.229699  445639 out.go:177] * Verifying registry addon...
	I0923 11:47:31.229801  445639 out.go:177] * Verifying ingress addon...
	I0923 11:47:31.229846  445639 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-949062 service yakd-dashboard -n yakd-dashboard
	
	I0923 11:47:31.233265  445639 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0923 11:47:31.234332  445639 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0923 11:47:31.250191  445639 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0923 11:47:31.250280  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:31.275807  445639 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0923 11:47:31.275879  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:31.436196  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.400830271s)
	W0923 11:47:31.436281  445639 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:31.436339  445639 retry.go:31] will retry after 182.969163ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:31.436446  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (4.280489573s)
	I0923 11:47:31.620371  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:31.759277  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:31.773206  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:31.858963  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (4.321902611s)
	I0923 11:47:31.859046  445639 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-949062"
	I0923 11:47:31.865822  445639 out.go:177] * Verifying csi-hostpath-driver addon...
	I0923 11:47:31.869037  445639 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0923 11:47:31.912969  445639 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0923 11:47:31.912991  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:32.251090  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:32.252452  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:32.373204  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:32.739425  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:32.740447  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:32.873911  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:33.083808  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:33.241628  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:33.338821  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:33.373555  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:33.739639  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:33.741032  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:33.876015  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:34.239516  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:34.241410  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:34.387963  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:34.753957  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:34.754462  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:34.821576  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (3.201064593s)
	I0923 11:47:34.874034  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:35.087494  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:35.236329  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:35.239078  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:35.373115  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:35.738029  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:35.739680  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:35.844517  445639 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0923 11:47:35.844602  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:35.865028  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:35.874321  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:35.978873  445639 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0923 11:47:35.997265  445639 addons.go:234] Setting addon gcp-auth=true in "addons-949062"
	I0923 11:47:35.997317  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:35.997795  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:36.019821  445639 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0923 11:47:36.019901  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:36.039339  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:36.160367  445639 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0923 11:47:36.162350  445639 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0923 11:47:36.164274  445639 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0923 11:47:36.164306  445639 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0923 11:47:36.191375  445639 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0923 11:47:36.191404  445639 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0923 11:47:36.210745  445639 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0923 11:47:36.210770  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0923 11:47:36.233178  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:36.237921  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:36.244112  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:36.374376  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:36.742008  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:36.743471  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:36.875740  445639 addons.go:475] Verifying addon gcp-auth=true in "addons-949062"
	I0923 11:47:36.877861  445639 out.go:177] * Verifying gcp-auth addon...
	I0923 11:47:36.880821  445639 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0923 11:47:36.882673  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:36.990251  445639 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0923 11:47:36.990345  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:37.237425  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:37.238222  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:37.373425  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:37.384399  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:37.583461  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:37.737687  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:37.738911  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:37.872662  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:37.884681  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:38.236686  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:38.238137  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:38.372763  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:38.383816  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:38.737311  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:38.738305  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:38.872038  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:38.884316  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:39.237259  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:39.238077  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:39.372472  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:39.384642  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:39.736235  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:39.737651  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:39.872219  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:39.884073  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:40.082413  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:40.236640  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:40.238427  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:40.372869  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:40.383890  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:40.737593  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:40.738702  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:40.873082  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:40.884414  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:41.238710  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:41.240566  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:41.372880  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:41.383900  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:41.737050  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:41.738015  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:41.872513  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:41.884753  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:42.082755  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:42.236904  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:42.239321  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:42.373188  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:42.384506  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:42.737611  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:42.738231  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:42.873843  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:42.884134  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:43.236544  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:43.238842  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:43.373119  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:43.385043  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:43.736341  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:43.738186  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:43.873092  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:43.884010  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:44.236665  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:44.238294  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:44.372710  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:44.384169  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:44.582242  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:44.736346  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:44.738296  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:44.873223  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:44.884429  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:45.254432  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:45.256045  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:45.374232  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:45.385675  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:45.737168  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:45.738776  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:45.872483  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:45.885038  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:46.237413  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:46.238367  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:46.373296  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:46.384057  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:46.582633  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:46.736472  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:46.738928  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:46.872872  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:46.884683  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:47.237179  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:47.238377  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:47.372980  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:47.384413  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:47.737870  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:47.739341  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:47.873143  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:47.884615  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:48.237023  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:48.239390  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:48.373652  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:48.385114  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:48.737923  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:48.739279  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:48.873353  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:48.884809  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:49.082242  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:49.237510  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:49.238406  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:49.373189  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:49.384471  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:49.736829  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:49.738393  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:49.872880  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:49.884255  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:50.237738  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:50.238524  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:50.373612  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:50.384387  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:50.737703  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:50.738954  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:50.872513  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:50.885090  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:51.083052  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:51.236861  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:51.238472  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:51.373234  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:51.384869  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:51.737045  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:51.738848  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:51.872707  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:51.883990  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:52.236767  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:52.239142  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:52.372717  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:52.384797  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:52.737318  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:52.738016  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:52.872763  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:52.883676  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:53.238246  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:53.239287  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:53.372895  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:53.384510  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:53.582553  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:53.738166  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:53.738651  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:53.874600  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:53.884271  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:54.239246  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:54.240750  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:54.377222  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:54.387248  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:54.737766  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:54.739430  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:54.873269  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:54.885123  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:55.239216  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:55.239397  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:55.373113  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:55.384631  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:55.582894  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:55.737187  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:55.738936  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:55.872460  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:55.883952  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:56.237026  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:56.238037  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:56.372331  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:56.384674  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:56.737308  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:56.738033  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:56.872628  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:56.883894  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:57.236561  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:57.239007  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:57.372676  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:57.384244  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:57.582961  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:57.736851  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:57.738917  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:57.873176  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:57.884209  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:58.237760  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:58.238749  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:58.372330  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:58.384236  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:58.737782  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:58.738014  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:58.872781  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:58.886812  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:59.236474  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:59.238552  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:59.373060  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:59.384069  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:59.737992  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:59.738973  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:59.872638  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:59.884246  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:00.088146  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:48:00.242891  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:00.251897  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:00.408240  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:00.408764  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:00.736449  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:00.738431  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:00.874357  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:00.885104  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:01.236709  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:01.238869  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:01.373568  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:01.384030  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:01.737829  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:01.738765  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:01.873284  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:01.886016  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:02.238135  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:02.239058  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:02.373317  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:02.384626  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:02.582664  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:48:02.738305  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:02.738470  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:02.873100  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:02.884714  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:03.237489  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:03.239699  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:03.372977  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:03.384432  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:03.737260  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:03.738563  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:03.872510  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:03.883998  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:04.236847  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:04.238551  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:04.375576  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:04.384090  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:04.582804  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:48:04.737427  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:04.738947  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:04.872911  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:04.884145  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:05.236500  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:05.238455  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:05.373130  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:05.384492  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:05.737407  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:05.738220  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:05.872756  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:05.884497  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:06.237088  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:06.239369  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:06.373181  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:06.384245  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:06.582883  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:48:06.737765  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:06.738740  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:06.872306  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:06.884051  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:07.236609  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:07.238872  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:07.373309  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:07.384238  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:07.615041  445639 node_ready.go:49] node "addons-949062" has status "Ready":"True"
	I0923 11:48:07.615070  445639 node_ready.go:38] duration metric: took 39.036239338s for node "addons-949062" to be "Ready" ...
	I0923 11:48:07.615082  445639 pod_ready.go:36] 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" ...
	I0923 11:48:07.625604  445639 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-jcsz4" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:07.748130  445639 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0923 11:48:07.748156  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:07.749160  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:07.958610  445639 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0923 11:48:07.958763  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:07.958968  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:08.239254  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:08.240243  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:08.404389  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:08.406602  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:08.738178  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:08.739936  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:08.874318  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:08.889596  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:09.239826  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:09.241018  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:09.383976  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:09.385333  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:09.633691  445639 pod_ready.go:103] pod "coredns-7c65d6cfc9-jcsz4" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:09.749644  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:09.752426  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:09.874268  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:09.894683  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:10.244402  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:10.248337  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:10.378151  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:10.384017  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:10.632399  445639 pod_ready.go:93] pod "coredns-7c65d6cfc9-jcsz4" in "kube-system" namespace has status "Ready":"True"
	I0923 11:48:10.632424  445639 pod_ready.go:82] duration metric: took 3.006784184s for pod "coredns-7c65d6cfc9-jcsz4" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.632444  445639 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.640126  445639 pod_ready.go:93] pod "etcd-addons-949062" in "kube-system" namespace has status "Ready":"True"
	I0923 11:48:10.640151  445639 pod_ready.go:82] duration metric: took 7.698877ms for pod "etcd-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.640165  445639 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.645825  445639 pod_ready.go:93] pod "kube-apiserver-addons-949062" in "kube-system" namespace has status "Ready":"True"
	I0923 11:48:10.645853  445639 pod_ready.go:82] duration metric: took 5.678902ms for pod "kube-apiserver-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.645865  445639 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.651610  445639 pod_ready.go:93] pod "kube-controller-manager-addons-949062" in "kube-system" namespace has status "Ready":"True"
	I0923 11:48:10.651639  445639 pod_ready.go:82] duration metric: took 5.765844ms for pod "kube-controller-manager-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.651654  445639 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-lpdls" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.657159  445639 pod_ready.go:93] pod "kube-proxy-lpdls" in "kube-system" namespace has status "Ready":"True"
	I0923 11:48:10.657186  445639 pod_ready.go:82] duration metric: took 5.500351ms for pod "kube-proxy-lpdls" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.657198  445639 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.738959  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:10.740010  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:10.875406  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:10.884451  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:11.030576  445639 pod_ready.go:93] pod "kube-scheduler-addons-949062" in "kube-system" namespace has status "Ready":"True"
	I0923 11:48:11.030607  445639 pod_ready.go:82] duration metric: took 373.40035ms for pod "kube-scheduler-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:11.030620  445639 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:11.239591  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:11.242650  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:11.375673  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:11.384373  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:11.738608  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:11.741735  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:11.874416  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:11.884740  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:12.239162  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:12.241829  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:12.375811  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:12.475166  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:12.740241  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:12.742569  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:12.874607  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:12.884849  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:13.038524  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:13.240205  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:13.241801  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:13.377018  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:13.390238  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:13.748024  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:13.756302  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:13.880104  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:13.900900  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:14.239672  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:14.240640  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:14.376186  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:14.386769  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:14.742408  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:14.743361  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:14.874324  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:14.884383  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:15.040307  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:15.238331  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:15.239388  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:15.381540  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:15.384063  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:15.738025  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:15.738959  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:15.874276  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:15.884651  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:16.238614  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:16.248541  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:16.375022  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:16.384920  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:16.738664  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:16.739961  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:16.874687  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:16.884727  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:17.238651  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:17.239513  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:17.375305  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:17.384594  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:17.536836  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:17.737466  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:17.738775  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:17.874226  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:17.884503  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:18.236846  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:18.239313  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:18.374226  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:18.391595  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:18.738503  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:18.739894  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:18.873975  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:18.884589  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:19.238378  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:19.240215  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:19.373918  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:19.385097  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:19.537576  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:19.737569  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:19.742250  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:19.874625  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:19.884994  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:20.239578  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:20.241355  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:20.375448  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:20.385266  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:20.740221  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:20.741532  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:20.874332  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:20.884228  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:21.241562  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:21.241686  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:21.374941  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:21.385433  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:21.741228  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:21.742329  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:21.873739  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:21.885002  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:22.037528  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:22.237503  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:22.240194  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:22.375157  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:22.384808  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:22.739694  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:22.742204  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:22.875012  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:22.885128  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:23.239034  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:23.240246  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:23.374272  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:23.385168  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:23.739976  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:23.742821  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:23.873828  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:23.884086  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:24.038735  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:24.237617  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:24.239654  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:24.386591  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:24.394869  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:24.740517  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:24.742719  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:24.875574  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:24.885840  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:25.244167  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:25.244760  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:25.374397  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:25.384740  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:25.737927  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:25.740407  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:25.875754  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:25.883878  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:26.237920  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:26.238879  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:26.376466  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:26.384604  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:26.537250  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:26.744408  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:26.748067  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:26.873793  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:26.884243  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:27.240287  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:27.242089  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:27.375419  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:27.385290  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:27.738120  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:27.739379  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:27.874700  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:27.884546  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:28.238563  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:28.239896  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:28.374580  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:28.385275  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:28.537441  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:28.739113  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:28.740134  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:28.873976  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:28.886824  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:29.238458  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:29.239913  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:29.375380  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:29.384688  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:29.738347  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:29.739290  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:29.875516  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:29.885084  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:30.238842  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:30.241028  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:30.376535  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:30.386306  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:30.742581  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:30.743238  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:30.875021  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:30.889209  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:31.040582  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:31.238711  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:31.244239  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:31.376848  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:31.385574  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:31.767016  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:31.768422  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:31.874612  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:31.885229  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:32.240121  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:32.242822  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:32.375010  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:32.385700  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:32.737657  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:32.742607  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:32.880801  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:32.887602  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:33.041721  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:33.237117  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:33.241241  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:33.374103  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:33.384512  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:33.739059  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:33.740076  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:33.874272  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:33.884407  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:34.237443  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:34.239180  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:34.373662  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:34.384565  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:34.740803  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:34.741815  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:34.876049  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:34.885303  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:35.238759  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:35.240189  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:35.374463  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:35.385175  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:35.537459  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:35.739056  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:35.740256  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:35.874027  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:35.884838  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:36.252221  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:36.253420  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:36.374278  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:36.384693  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:36.738423  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:36.740023  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:36.874693  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:36.884806  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:37.238538  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:37.242551  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:37.375221  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:37.384625  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:37.540018  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:37.738923  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:37.739905  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:37.874602  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:37.885153  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:38.240127  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:38.240545  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:38.373842  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:38.384261  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:38.739174  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:38.739710  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:38.874196  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:38.883880  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:39.239398  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:39.240086  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:39.373949  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:39.384636  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:39.739216  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:39.740063  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:39.880563  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:39.884815  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:40.058905  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:40.237970  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:40.239334  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:40.375595  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:40.385916  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:40.754278  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:40.758759  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:40.876306  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:40.886814  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:41.240876  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:41.245089  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:41.375792  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:41.386228  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:41.740102  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:41.740443  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:41.874928  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:41.884566  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:42.063594  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:42.237586  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:42.240974  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:42.374551  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:42.385662  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:42.739360  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:42.740835  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:42.878275  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:42.885883  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:43.238551  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:43.241737  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:43.386566  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:43.388195  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:43.738913  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:43.740870  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:43.874995  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:43.885288  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:44.238821  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:44.240300  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:44.386841  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:44.394431  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:44.541353  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:44.740727  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:44.742088  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:44.877075  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:44.884723  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:45.248054  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:45.249800  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:45.377592  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:45.388398  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:45.739191  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:45.739572  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:45.874520  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:45.884595  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:46.237776  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:46.240236  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:46.382300  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:46.485683  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:46.738773  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:46.739736  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:46.874346  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:46.886721  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:47.042132  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:47.238832  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:47.239660  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:47.374360  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:47.384184  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:47.739115  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:47.739687  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:47.873717  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:47.884838  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:48.238399  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:48.239100  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:48.374001  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:48.386650  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:48.739201  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:48.740011  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:48.874891  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:48.884351  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:49.244185  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:49.247374  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:49.374557  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:49.386184  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:49.537511  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:49.739453  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:49.740039  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:49.873718  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:49.886213  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:50.238838  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:50.240058  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:50.374603  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:50.387818  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:50.738796  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:50.742114  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:50.874217  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:50.886690  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:51.239732  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:51.241483  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:51.375156  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:51.385790  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:51.538381  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:51.741356  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:51.744008  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:51.874453  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:51.884936  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:52.239658  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:52.240490  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:52.374467  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:52.385336  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:52.738479  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:52.738825  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:52.885842  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:52.887676  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:53.238908  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:53.239715  445639 kapi.go:107] duration metric: took 1m22.006449606s to wait for kubernetes.io/minikube-addons=registry ...
	I0923 11:48:53.374181  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:53.385597  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:53.539431  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:53.746680  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:53.874900  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:53.885462  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:54.238927  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:54.374393  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:54.384130  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:54.738960  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:54.873653  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:54.886029  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:55.239586  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:55.374250  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:55.384811  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:55.739059  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:55.876142  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:55.885550  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:56.038520  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:56.240258  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:56.380491  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:56.391936  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:56.739936  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:56.874579  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:56.885132  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:57.242272  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:57.376559  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:57.387030  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:57.738936  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:57.877313  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:57.884677  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:58.039877  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:58.239398  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:58.375819  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:58.385745  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:58.739155  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:58.873836  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:58.885904  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:59.238516  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:59.377235  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:59.392053  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:59.739920  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:59.875569  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:59.884587  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:00.052753  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:00.378261  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:00.448186  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:00.449254  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:00.739758  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:00.874222  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:00.884446  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:01.239481  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:01.374486  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:01.385708  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:01.739642  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:01.874511  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:01.885182  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:02.246502  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:02.378993  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:02.384890  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:02.538909  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:02.740486  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:02.876212  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:02.888458  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:03.241259  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:03.376141  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:03.388731  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:03.740382  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:03.876240  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:03.885036  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:04.238984  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:04.375160  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:04.384865  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:04.539090  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:04.740291  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:04.874556  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:04.885090  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:05.248215  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:05.375587  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:05.385715  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:05.740187  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:05.875663  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:05.901457  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:06.239455  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:06.374248  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:06.385979  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:06.546825  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:06.740097  445639 kapi.go:107] duration metric: took 1m35.505761343s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0923 11:49:06.876109  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:06.885568  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:07.375987  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:07.384752  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:07.874037  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:07.884776  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:08.374303  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:08.384391  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:08.874008  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:08.885955  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:09.041678  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:09.375279  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:09.384600  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:09.874440  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:09.885091  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:10.373729  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:10.384487  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:10.874375  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:10.884724  445639 kapi.go:107] duration metric: took 1m34.00389875s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0923 11:49:10.887410  445639 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-949062 cluster.
	I0923 11:49:10.890021  445639 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.
	I0923 11:49:10.892273  445639 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0923 11:49:11.375810  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:11.536927  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:11.874233  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:12.374650  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:12.874640  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:13.375274  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:13.539298  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:13.876748  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:14.375379  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:14.874127  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:15.376119  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:15.542628  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:15.875648  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:16.375209  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:16.874292  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:17.374242  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:17.874623  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:18.047166  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:18.393586  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:18.540594  445639 pod_ready.go:93] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"True"
	I0923 11:49:18.540627  445639 pod_ready.go:82] duration metric: took 1m7.50999316s for pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace to be "Ready" ...
	I0923 11:49:18.540663  445639 pod_ready.go:39] duration metric: took 1m10.925566484s 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" ...
	I0923 11:49:18.540686  445639 api_server.go:52] waiting for apiserver process to appear ...
	I0923 11:49:18.540736  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0923 11:49:18.540820  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0923 11:49:18.620691  445639 cri.go:89] found id: "f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300"
	I0923 11:49:18.620716  445639 cri.go:89] found id: ""
	I0923 11:49:18.620725  445639 logs.go:276] 1 containers: [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300]
	I0923 11:49:18.620816  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.624273  445639 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0923 11:49:18.624367  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0923 11:49:18.662744  445639 cri.go:89] found id: "91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31"
	I0923 11:49:18.662766  445639 cri.go:89] found id: ""
	I0923 11:49:18.662774  445639 logs.go:276] 1 containers: [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31]
	I0923 11:49:18.662861  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.666320  445639 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0923 11:49:18.666451  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0923 11:49:18.704630  445639 cri.go:89] found id: "6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005"
	I0923 11:49:18.704654  445639 cri.go:89] found id: ""
	I0923 11:49:18.704662  445639 logs.go:276] 1 containers: [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005]
	I0923 11:49:18.704744  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.708237  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0923 11:49:18.708339  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0923 11:49:18.757556  445639 cri.go:89] found id: "4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9"
	I0923 11:49:18.757581  445639 cri.go:89] found id: ""
	I0923 11:49:18.757590  445639 logs.go:276] 1 containers: [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9]
	I0923 11:49:18.757682  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.761164  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0923 11:49:18.761234  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0923 11:49:18.799012  445639 cri.go:89] found id: "feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4"
	I0923 11:49:18.799045  445639 cri.go:89] found id: ""
	I0923 11:49:18.799053  445639 logs.go:276] 1 containers: [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4]
	I0923 11:49:18.799132  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.802734  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0923 11:49:18.802817  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0923 11:49:18.846226  445639 cri.go:89] found id: "e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3"
	I0923 11:49:18.846251  445639 cri.go:89] found id: ""
	I0923 11:49:18.846272  445639 logs.go:276] 1 containers: [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3]
	I0923 11:49:18.846370  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.850038  445639 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0923 11:49:18.850142  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0923 11:49:18.879534  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:18.923519  445639 cri.go:89] found id: "3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7"
	I0923 11:49:18.923560  445639 cri.go:89] found id: ""
	I0923 11:49:18.923569  445639 logs.go:276] 1 containers: [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7]
	I0923 11:49:18.923691  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.928989  445639 logs.go:123] Gathering logs for CRI-O ...
	I0923 11:49:18.929061  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0923 11:49:19.041596  445639 logs.go:123] Gathering logs for container status ...
	I0923 11:49:19.041635  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0923 11:49:19.091158  445639 logs.go:123] Gathering logs for kubelet ...
	I0923 11:49:19.091196  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0923 11:49:19.135687  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.589914    1483 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.135947  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.589972    1483 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:19.136138  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.590020    1483 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-949062" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.136355  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.590034    1483 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:19.136545  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.608406    1483 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.136777  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.608455    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:19.136978  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.610454    1483 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.137211  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.610503    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:19.137396  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.612923    1483 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.137629  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.612992    1483 reflector.go:158] "Unhandled Error" err="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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	I0923 11:49:19.186886  445639 logs.go:123] Gathering logs for dmesg ...
	I0923 11:49:19.186924  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0923 11:49:19.203835  445639 logs.go:123] Gathering logs for describe nodes ...
	I0923 11:49:19.203866  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0923 11:49:19.376591  445639 kapi.go:107] duration metric: took 1m47.507549638s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0923 11:49:19.379518  445639 out.go:177] * Enabled addons: cloud-spanner, ingress-dns, nvidia-device-plugin, storage-provisioner, metrics-server, storage-provisioner-rancher, yakd, default-storageclass, inspektor-gadget, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
	I0923 11:49:19.382024  445639 addons.go:510] duration metric: took 1m54.276584476s for enable addons: enabled=[cloud-spanner ingress-dns nvidia-device-plugin storage-provisioner metrics-server storage-provisioner-rancher yakd default-storageclass inspektor-gadget volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
	I0923 11:49:19.406063  445639 logs.go:123] Gathering logs for coredns [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005] ...
	I0923 11:49:19.406093  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005"
	I0923 11:49:19.463679  445639 logs.go:123] Gathering logs for kube-scheduler [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9] ...
	I0923 11:49:19.463707  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9"
	I0923 11:49:19.507728  445639 logs.go:123] Gathering logs for kindnet [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7] ...
	I0923 11:49:19.507760  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7"
	I0923 11:49:19.551351  445639 logs.go:123] Gathering logs for kube-apiserver [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300] ...
	I0923 11:49:19.551385  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300"
	I0923 11:49:19.605539  445639 logs.go:123] Gathering logs for etcd [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31] ...
	I0923 11:49:19.605573  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31"
	I0923 11:49:19.657214  445639 logs.go:123] Gathering logs for kube-proxy [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4] ...
	I0923 11:49:19.657246  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4"
	I0923 11:49:19.705225  445639 logs.go:123] Gathering logs for kube-controller-manager [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3] ...
	I0923 11:49:19.705257  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3"
	I0923 11:49:19.814417  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:49:19.814447  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0923 11:49:19.814525  445639 out.go:270] X Problems detected in kubelet:
	W0923 11:49:19.814544  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.608455    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:19.814562  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.610454    1483 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.814576  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.610503    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:19.814583  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.612923    1483 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.814589  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.612992    1483 reflector.go:158] "Unhandled Error" err="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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	I0923 11:49:19.814598  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:49:19.814605  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 11:49:29.815362  445639 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0923 11:49:29.829344  445639 api_server.go:72] duration metric: took 2m4.723927549s to wait for apiserver process to appear ...
	I0923 11:49:29.829371  445639 api_server.go:88] waiting for apiserver healthz status ...
	I0923 11:49:29.829407  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0923 11:49:29.829467  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0923 11:49:29.871938  445639 cri.go:89] found id: "f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300"
	I0923 11:49:29.871962  445639 cri.go:89] found id: ""
	I0923 11:49:29.871970  445639 logs.go:276] 1 containers: [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300]
	I0923 11:49:29.872027  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:29.876064  445639 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0923 11:49:29.876137  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0923 11:49:29.918480  445639 cri.go:89] found id: "91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31"
	I0923 11:49:29.918500  445639 cri.go:89] found id: ""
	I0923 11:49:29.918508  445639 logs.go:276] 1 containers: [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31]
	I0923 11:49:29.918564  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:29.922149  445639 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0923 11:49:29.922226  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0923 11:49:29.961403  445639 cri.go:89] found id: "6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005"
	I0923 11:49:29.961427  445639 cri.go:89] found id: ""
	I0923 11:49:29.961435  445639 logs.go:276] 1 containers: [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005]
	I0923 11:49:29.961524  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:29.965267  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0923 11:49:29.965341  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0923 11:49:30.093489  445639 cri.go:89] found id: "4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9"
	I0923 11:49:30.093512  445639 cri.go:89] found id: ""
	I0923 11:49:30.093520  445639 logs.go:276] 1 containers: [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9]
	I0923 11:49:30.093592  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:30.124191  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0923 11:49:30.124280  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0923 11:49:30.186408  445639 cri.go:89] found id: "feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4"
	I0923 11:49:30.186436  445639 cri.go:89] found id: ""
	I0923 11:49:30.186447  445639 logs.go:276] 1 containers: [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4]
	I0923 11:49:30.186516  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:30.190974  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0923 11:49:30.191079  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0923 11:49:30.232732  445639 cri.go:89] found id: "e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3"
	I0923 11:49:30.232753  445639 cri.go:89] found id: ""
	I0923 11:49:30.232762  445639 logs.go:276] 1 containers: [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3]
	I0923 11:49:30.232828  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:30.237003  445639 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0923 11:49:30.237085  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0923 11:49:30.280016  445639 cri.go:89] found id: "3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7"
	I0923 11:49:30.280050  445639 cri.go:89] found id: ""
	I0923 11:49:30.280059  445639 logs.go:276] 1 containers: [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7]
	I0923 11:49:30.280120  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:30.284200  445639 logs.go:123] Gathering logs for kubelet ...
	I0923 11:49:30.284228  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0923 11:49:30.331412  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.589914    1483 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-949062' and this object
	W0923 11:49:30.331646  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.589972    1483 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:30.331822  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.590020    1483 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-949062" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-949062' and this object
	W0923 11:49:30.332036  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.590034    1483 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:30.332224  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.608406    1483 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:30.332453  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.608455    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:30.332638  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.610454    1483 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:30.332865  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.610503    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:30.333059  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.612923    1483 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-949062' and this object
	W0923 11:49:30.333284  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.612992    1483 reflector.go:158] "Unhandled Error" err="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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	I0923 11:49:30.384459  445639 logs.go:123] Gathering logs for kube-apiserver [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300] ...
	I0923 11:49:30.384498  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300"
	I0923 11:49:30.456588  445639 logs.go:123] Gathering logs for kube-proxy [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4] ...
	I0923 11:49:30.456627  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4"
	I0923 11:49:30.512746  445639 logs.go:123] Gathering logs for CRI-O ...
	I0923 11:49:30.512777  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0923 11:49:30.608657  445639 logs.go:123] Gathering logs for kube-scheduler [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9] ...
	I0923 11:49:30.608696  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9"
	I0923 11:49:30.657143  445639 logs.go:123] Gathering logs for kube-controller-manager [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3] ...
	I0923 11:49:30.657225  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3"
	I0923 11:49:30.728445  445639 logs.go:123] Gathering logs for kindnet [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7] ...
	I0923 11:49:30.728483  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7"
	I0923 11:49:30.778437  445639 logs.go:123] Gathering logs for container status ...
	I0923 11:49:30.778466  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0923 11:49:30.829608  445639 logs.go:123] Gathering logs for dmesg ...
	I0923 11:49:30.829638  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0923 11:49:30.845889  445639 logs.go:123] Gathering logs for describe nodes ...
	I0923 11:49:30.845924  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0923 11:49:30.988340  445639 logs.go:123] Gathering logs for etcd [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31] ...
	I0923 11:49:30.988374  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31"
	I0923 11:49:31.050164  445639 logs.go:123] Gathering logs for coredns [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005] ...
	I0923 11:49:31.050205  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005"
	I0923 11:49:31.096403  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:49:31.096432  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0923 11:49:31.096529  445639 out.go:270] X Problems detected in kubelet:
	W0923 11:49:31.096547  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.608455    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:31.096554  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.610454    1483 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:31.096590  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.610503    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:31.096600  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.612923    1483 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-949062' and this object
	W0923 11:49:31.096607  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.612992    1483 reflector.go:158] "Unhandled Error" err="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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	I0923 11:49:31.096618  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:49:31.096626  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 11:49:41.097506  445639 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0923 11:49:41.107305  445639 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0923 11:49:41.108323  445639 api_server.go:141] control plane version: v1.31.1
	I0923 11:49:41.108350  445639 api_server.go:131] duration metric: took 11.278970036s to wait for apiserver health ...
	I0923 11:49:41.108359  445639 system_pods.go:43] waiting for kube-system pods to appear ...
	I0923 11:49:41.108381  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0923 11:49:41.108449  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0923 11:49:41.192519  445639 cri.go:89] found id: "f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300"
	I0923 11:49:41.192547  445639 cri.go:89] found id: ""
	I0923 11:49:41.192555  445639 logs.go:276] 1 containers: [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300]
	I0923 11:49:41.192649  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.198871  445639 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0923 11:49:41.198966  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0923 11:49:41.252979  445639 cri.go:89] found id: "91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31"
	I0923 11:49:41.253004  445639 cri.go:89] found id: ""
	I0923 11:49:41.253013  445639 logs.go:276] 1 containers: [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31]
	I0923 11:49:41.253101  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.260324  445639 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0923 11:49:41.260419  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0923 11:49:41.323604  445639 cri.go:89] found id: "6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005"
	I0923 11:49:41.323625  445639 cri.go:89] found id: ""
	I0923 11:49:41.323633  445639 logs.go:276] 1 containers: [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005]
	I0923 11:49:41.323750  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.327871  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0923 11:49:41.328003  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0923 11:49:41.404566  445639 cri.go:89] found id: "4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9"
	I0923 11:49:41.404602  445639 cri.go:89] found id: ""
	I0923 11:49:41.404610  445639 logs.go:276] 1 containers: [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9]
	I0923 11:49:41.404694  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.411453  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0923 11:49:41.411556  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0923 11:49:41.467708  445639 cri.go:89] found id: "feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4"
	I0923 11:49:41.467729  445639 cri.go:89] found id: ""
	I0923 11:49:41.467737  445639 logs.go:276] 1 containers: [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4]
	I0923 11:49:41.467849  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.472127  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0923 11:49:41.472238  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0923 11:49:41.523925  445639 cri.go:89] found id: "e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3"
	I0923 11:49:41.523947  445639 cri.go:89] found id: ""
	I0923 11:49:41.523955  445639 logs.go:276] 1 containers: [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3]
	I0923 11:49:41.524039  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.531765  445639 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0923 11:49:41.531873  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0923 11:49:41.587514  445639 cri.go:89] found id: "3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7"
	I0923 11:49:41.587539  445639 cri.go:89] found id: ""
	I0923 11:49:41.587560  445639 logs.go:276] 1 containers: [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7]
	I0923 11:49:41.587658  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.594058  445639 logs.go:123] Gathering logs for kube-apiserver [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300] ...
	I0923 11:49:41.594083  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300"
	I0923 11:49:41.673536  445639 logs.go:123] Gathering logs for coredns [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005] ...
	I0923 11:49:41.673572  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005"
	I0923 11:49:41.738976  445639 logs.go:123] Gathering logs for kube-proxy [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4] ...
	I0923 11:49:41.739059  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4"
	I0923 11:49:41.797156  445639 logs.go:123] Gathering logs for kindnet [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7] ...
	I0923 11:49:41.797229  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7"
	I0923 11:49:41.838521  445639 logs.go:123] Gathering logs for CRI-O ...
	I0923 11:49:41.838611  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0923 11:49:41.936380  445639 logs.go:123] Gathering logs for kubelet ...
	I0923 11:49:41.936419  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0923 11:49:41.986339  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.589914    1483 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-949062' and this object
	W0923 11:49:41.986622  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.589972    1483 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:41.986815  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.590020    1483 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-949062" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-949062' and this object
	W0923 11:49:41.987032  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.590034    1483 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:41.987221  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.608406    1483 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:41.987452  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.608455    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:41.987638  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.610454    1483 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:41.988047  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.610503    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:41.988238  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.612923    1483 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-949062' and this object
	W0923 11:49:41.988464  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.612992    1483 reflector.go:158] "Unhandled Error" err="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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	I0923 11:49:42.047057  445639 logs.go:123] Gathering logs for dmesg ...
	I0923 11:49:42.047096  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0923 11:49:42.067948  445639 logs.go:123] Gathering logs for describe nodes ...
	I0923 11:49:42.068044  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0923 11:49:42.256749  445639 logs.go:123] Gathering logs for etcd [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31] ...
	I0923 11:49:42.256790  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31"
	I0923 11:49:42.339965  445639 logs.go:123] Gathering logs for kube-scheduler [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9] ...
	I0923 11:49:42.340011  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9"
	I0923 11:49:42.389979  445639 logs.go:123] Gathering logs for kube-controller-manager [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3] ...
	I0923 11:49:42.390021  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3"
	I0923 11:49:42.484551  445639 logs.go:123] Gathering logs for container status ...
	I0923 11:49:42.484591  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0923 11:49:42.535703  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:49:42.535731  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0923 11:49:42.535784  445639 out.go:270] X Problems detected in kubelet:
	W0923 11:49:42.535797  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.608455    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:42.535804  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.610454    1483 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:42.535811  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.610503    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:42.535823  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.612923    1483 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-949062' and this object
	W0923 11:49:42.535829  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.612992    1483 reflector.go:158] "Unhandled Error" err="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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	I0923 11:49:42.535835  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:49:42.535848  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 11:49:52.547782  445639 system_pods.go:59] 18 kube-system pods found
	I0923 11:49:52.547829  445639 system_pods.go:61] "coredns-7c65d6cfc9-jcsz4" [974756c3-74c7-4e77-843c-296ebdedac6e] Running
	I0923 11:49:52.547837  445639 system_pods.go:61] "csi-hostpath-attacher-0" [43344344-adbe-417a-a2af-3d01d115e233] Running
	I0923 11:49:52.547867  445639 system_pods.go:61] "csi-hostpath-resizer-0" [1447cf48-1b0b-4add-86de-f967a6b66e60] Running
	I0923 11:49:52.547876  445639 system_pods.go:61] "csi-hostpathplugin-nc48x" [07972406-a73a-453d-a5aa-c4502dc12257] Running
	I0923 11:49:52.547883  445639 system_pods.go:61] "etcd-addons-949062" [7dd20eb6-6bb8-46aa-8284-4bd18f454ced] Running
	I0923 11:49:52.547887  445639 system_pods.go:61] "kindnet-crb6d" [82dbd0f8-49fe-4cc5-afec-4fae54953851] Running
	I0923 11:49:52.547899  445639 system_pods.go:61] "kube-apiserver-addons-949062" [bbed76aa-7118-4b7e-aa17-8e6ad5f7c2f7] Running
	I0923 11:49:52.547903  445639 system_pods.go:61] "kube-controller-manager-addons-949062" [9c029cce-d54a-41ed-90a0-40af14721737] Running
	I0923 11:49:52.547908  445639 system_pods.go:61] "kube-ingress-dns-minikube" [fdbadef9-d6ba-4f4f-a38f-f8783cc02691] Running
	I0923 11:49:52.547915  445639 system_pods.go:61] "kube-proxy-lpdls" [57abcfe0-56c0-45c6-8311-079ba9375f34] Running
	I0923 11:49:52.547919  445639 system_pods.go:61] "kube-scheduler-addons-949062" [f0c11a1c-5069-4c0e-b6fb-fc34678e264c] Running
	I0923 11:49:52.547940  445639 system_pods.go:61] "metrics-server-84c5f94fbc-bnjfn" [b5eddef8-2c84-4c7e-aa81-1538cdd1737b] Running
	I0923 11:49:52.547954  445639 system_pods.go:61] "nvidia-device-plugin-daemonset-whvkq" [c0f4d7f5-47d2-4fb7-8174-7b04a7172064] Running
	I0923 11:49:52.547959  445639 system_pods.go:61] "registry-66c9cd494c-mft4z" [054e4117-a309-4e89-afe0-a65369055074] Running
	I0923 11:49:52.547974  445639 system_pods.go:61] "registry-proxy-5t6vq" [e46d96a1-6871-401a-a71d-00cd0539506c] Running
	I0923 11:49:52.547984  445639 system_pods.go:61] "snapshot-controller-56fcc65765-n696x" [4a6183d3-090c-468a-bc63-63def54751e8] Running
	I0923 11:49:52.547989  445639 system_pods.go:61] "snapshot-controller-56fcc65765-zwmp9" [f1ae6ae3-a860-4868-aa32-65f9422824cd] Running
	I0923 11:49:52.547992  445639 system_pods.go:61] "storage-provisioner" [a9cab2a6-87d9-418a-b2e7-9b31de2b1030] Running
	I0923 11:49:52.547998  445639 system_pods.go:74] duration metric: took 11.439632606s to wait for pod list to return data ...
	I0923 11:49:52.548010  445639 default_sa.go:34] waiting for default service account to be created ...
	I0923 11:49:52.550622  445639 default_sa.go:45] found service account: "default"
	I0923 11:49:52.550649  445639 default_sa.go:55] duration metric: took 2.632806ms for default service account to be created ...
	I0923 11:49:52.550658  445639 system_pods.go:116] waiting for k8s-apps to be running ...
	I0923 11:49:52.560605  445639 system_pods.go:86] 18 kube-system pods found
	I0923 11:49:52.560643  445639 system_pods.go:89] "coredns-7c65d6cfc9-jcsz4" [974756c3-74c7-4e77-843c-296ebdedac6e] Running
	I0923 11:49:52.560650  445639 system_pods.go:89] "csi-hostpath-attacher-0" [43344344-adbe-417a-a2af-3d01d115e233] Running
	I0923 11:49:52.560655  445639 system_pods.go:89] "csi-hostpath-resizer-0" [1447cf48-1b0b-4add-86de-f967a6b66e60] Running
	I0923 11:49:52.560660  445639 system_pods.go:89] "csi-hostpathplugin-nc48x" [07972406-a73a-453d-a5aa-c4502dc12257] Running
	I0923 11:49:52.560666  445639 system_pods.go:89] "etcd-addons-949062" [7dd20eb6-6bb8-46aa-8284-4bd18f454ced] Running
	I0923 11:49:52.560670  445639 system_pods.go:89] "kindnet-crb6d" [82dbd0f8-49fe-4cc5-afec-4fae54953851] Running
	I0923 11:49:52.560675  445639 system_pods.go:89] "kube-apiserver-addons-949062" [bbed76aa-7118-4b7e-aa17-8e6ad5f7c2f7] Running
	I0923 11:49:52.560679  445639 system_pods.go:89] "kube-controller-manager-addons-949062" [9c029cce-d54a-41ed-90a0-40af14721737] Running
	I0923 11:49:52.560684  445639 system_pods.go:89] "kube-ingress-dns-minikube" [fdbadef9-d6ba-4f4f-a38f-f8783cc02691] Running
	I0923 11:49:52.560688  445639 system_pods.go:89] "kube-proxy-lpdls" [57abcfe0-56c0-45c6-8311-079ba9375f34] Running
	I0923 11:49:52.560692  445639 system_pods.go:89] "kube-scheduler-addons-949062" [f0c11a1c-5069-4c0e-b6fb-fc34678e264c] Running
	I0923 11:49:52.560697  445639 system_pods.go:89] "metrics-server-84c5f94fbc-bnjfn" [b5eddef8-2c84-4c7e-aa81-1538cdd1737b] Running
	I0923 11:49:52.560702  445639 system_pods.go:89] "nvidia-device-plugin-daemonset-whvkq" [c0f4d7f5-47d2-4fb7-8174-7b04a7172064] Running
	I0923 11:49:52.560706  445639 system_pods.go:89] "registry-66c9cd494c-mft4z" [054e4117-a309-4e89-afe0-a65369055074] Running
	I0923 11:49:52.560710  445639 system_pods.go:89] "registry-proxy-5t6vq" [e46d96a1-6871-401a-a71d-00cd0539506c] Running
	I0923 11:49:52.560724  445639 system_pods.go:89] "snapshot-controller-56fcc65765-n696x" [4a6183d3-090c-468a-bc63-63def54751e8] Running
	I0923 11:49:52.560728  445639 system_pods.go:89] "snapshot-controller-56fcc65765-zwmp9" [f1ae6ae3-a860-4868-aa32-65f9422824cd] Running
	I0923 11:49:52.560732  445639 system_pods.go:89] "storage-provisioner" [a9cab2a6-87d9-418a-b2e7-9b31de2b1030] Running
	I0923 11:49:52.560746  445639 system_pods.go:126] duration metric: took 10.080845ms to wait for k8s-apps to be running ...
	I0923 11:49:52.560754  445639 system_svc.go:44] waiting for kubelet service to be running ....
	I0923 11:49:52.560816  445639 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0923 11:49:52.572825  445639 system_svc.go:56] duration metric: took 12.060623ms WaitForService to wait for kubelet
	I0923 11:49:52.572918  445639 kubeadm.go:582] duration metric: took 2m27.467496293s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0923 11:49:52.572989  445639 node_conditions.go:102] verifying NodePressure condition ...
	I0923 11:49:52.576297  445639 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0923 11:49:52.576333  445639 node_conditions.go:123] node cpu capacity is 2
	I0923 11:49:52.576345  445639 node_conditions.go:105] duration metric: took 3.349785ms to run NodePressure ...
	I0923 11:49:52.576358  445639 start.go:241] waiting for startup goroutines ...
	I0923 11:49:52.576366  445639 start.go:246] waiting for cluster config update ...
	I0923 11:49:52.576383  445639 start.go:255] writing updated cluster config ...
	I0923 11:49:52.576674  445639 ssh_runner.go:195] Run: rm -f paused
	I0923 11:49:52.902843  445639 start.go:600] kubectl: 1.31.1, cluster: 1.31.1 (minor skew: 0)
	I0923 11:49:52.906671  445639 out.go:177] * Done! kubectl is now configured to use "addons-949062" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.141177418Z" level=info msg="Checking image status: docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79" id=69408950-6d7f-4f68-998f-f33540826e31 name=/runtime.v1.ImageService/ImageStatus
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.142446994Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:fc9db2894f4e4b8c296b8c9dab7e18a6e78de700d21bc0cfaf5c78484226db9c,RepoTags:[],RepoDigests:[docker.io/library/busybox@sha256:1fa89c01cd0473cedbd1a470abb8c139eeb80920edf1bc55de87851bfb63ea11 docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79],Size_:4277463,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=69408950-6d7f-4f68-998f-f33540826e31 name=/runtime.v1.ImageService/ImageStatus
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.147408280Z" level=info msg="Checking image status: docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79" id=58ab44cc-2a80-4a9a-9952-ad78f02ab65d name=/runtime.v1.ImageService/ImageStatus
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.148533554Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:fc9db2894f4e4b8c296b8c9dab7e18a6e78de700d21bc0cfaf5c78484226db9c,RepoTags:[],RepoDigests:[docker.io/library/busybox@sha256:1fa89c01cd0473cedbd1a470abb8c139eeb80920edf1bc55de87851bfb63ea11 docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79],Size_:4277463,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=58ab44cc-2a80-4a9a-9952-ad78f02ab65d name=/runtime.v1.ImageService/ImageStatus
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.150938636Z" level=info msg="Creating container: local-path-storage/helper-pod-delete-pvc-a360d212-2322-4a7c-8e95-840a1216a052/helper-pod" id=d254b9a5-977a-496b-971b-60f1944ed2ed name=/runtime.v1.RuntimeService/CreateContainer
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.151049077Z" level=warning msg="Allowed annotations are specified for workload []"
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.212869174Z" level=info msg="Stopped pod sandbox: 9d9d8f82269e4f95f0cefcacf88bffd4041411c9ddc99b430a47ce9e1e345f8b" id=d49db463-94d6-4f60-b6cb-57ebe5033c9c name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.260580910Z" level=info msg="Stopped container 3fc5b859779638ca14e87b1170c99350b910bc178becc236697d41f3f096be57: kube-system/registry-proxy-5t6vq/registry-proxy" id=3eaab96d-56fb-4abc-9e4d-06b913a340d7 name=/runtime.v1.RuntimeService/StopContainer
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.261167198Z" level=info msg="Stopping pod sandbox: 465510d796584aca51d6a8dec088a1dcb90e2e71e2810b398730cc27e19d04da" id=5cc61f00-7bd5-48ae-8ecc-9fcaaf93ecb7 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.271910593Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-26XTWWFYVD24JI2C - [0:0]\n:KUBE-HP-NCJPZSSL4DVKVWNQ - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-ZU5J4ITKIQG4MSAM - [0:0]\n-A KUBE-HOSTPORTS -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-x7thd_ingress-nginx_b2896d65-91cf-4e93-b5a0-f0b79c086a7d_0_ hostport 443\" -m tcp --dport 443 -j KUBE-HP-NCJPZSSL4DVKVWNQ\n-A KUBE-HOSTPORTS -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-x7thd_ingress-nginx_b2896d65-91cf-4e93-b5a0-f0b79c086a7d_0_ hostport 80\" -m tcp --dport 80 -j KUBE-HP-ZU5J4ITKIQG4MSAM\n-A KUBE-HP-NCJPZSSL4DVKVWNQ -s 10.244.0.19/32 -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-x7thd_ingress-nginx_b2896d65-91cf-4e93-b5a0-f0b79c086a7d_0_ hostport 443\" -j KUBE-MARK-MASQ\n-A KUBE-HP-NCJPZSSL4DVKVWNQ -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-x7thd_ingress-nginx_b2896d65-91cf-4e93-b5
a0-f0b79c086a7d_0_ hostport 443\" -m tcp -j DNAT --to-destination 10.244.0.19:443\n-A KUBE-HP-ZU5J4ITKIQG4MSAM -s 10.244.0.19/32 -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-x7thd_ingress-nginx_b2896d65-91cf-4e93-b5a0-f0b79c086a7d_0_ hostport 80\" -j KUBE-MARK-MASQ\n-A KUBE-HP-ZU5J4ITKIQG4MSAM -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-x7thd_ingress-nginx_b2896d65-91cf-4e93-b5a0-f0b79c086a7d_0_ hostport 80\" -m tcp -j DNAT --to-destination 10.244.0.19:80\n-X KUBE-HP-26XTWWFYVD24JI2C\nCOMMIT\n"
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.290656170Z" level=info msg="Closing host port tcp:5000"
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.299230364Z" level=info msg="Host port tcp:5000 does not have an open socket"
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.299451738Z" level=info msg="Got pod network &{Name:registry-proxy-5t6vq Namespace:kube-system ID:465510d796584aca51d6a8dec088a1dcb90e2e71e2810b398730cc27e19d04da UID:e46d96a1-6871-401a-a71d-00cd0539506c NetNS:/var/run/netns/0f7e2073-09b8-464d-b6f7-9bf99ba6c0a4 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.299605321Z" level=info msg="Deleting pod kube-system_registry-proxy-5t6vq from CNI network \"kindnet\" (type=ptp)"
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.333376336Z" level=info msg="Stopped pod sandbox: 465510d796584aca51d6a8dec088a1dcb90e2e71e2810b398730cc27e19d04da" id=5cc61f00-7bd5-48ae-8ecc-9fcaaf93ecb7 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.370746268Z" level=info msg="Created container 22a18784d1c2e3e16936feee24e0efd371f24cd27fd2015afc4fe2756bf69f68: local-path-storage/helper-pod-delete-pvc-a360d212-2322-4a7c-8e95-840a1216a052/helper-pod" id=d254b9a5-977a-496b-971b-60f1944ed2ed name=/runtime.v1.RuntimeService/CreateContainer
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.371429196Z" level=info msg="Starting container: 22a18784d1c2e3e16936feee24e0efd371f24cd27fd2015afc4fe2756bf69f68" id=2b1e42ad-1e6c-482a-a081-592da3db0d5d name=/runtime.v1.RuntimeService/StartContainer
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.394329489Z" level=info msg="Started container" PID=7792 containerID=22a18784d1c2e3e16936feee24e0efd371f24cd27fd2015afc4fe2756bf69f68 description=local-path-storage/helper-pod-delete-pvc-a360d212-2322-4a7c-8e95-840a1216a052/helper-pod id=2b1e42ad-1e6c-482a-a081-592da3db0d5d name=/runtime.v1.RuntimeService/StartContainer sandboxID=7a73d69e63b2ad71a93878cf39f7873c12fd2068b605636bbd2331e321c9f7c9
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.542389430Z" level=info msg="Removing container: fadd1124d32cae66bf54afd45cf3e2ea6d8ae742a77b5df3725bc78684dfc92e" id=5330fce9-7cc8-4fda-be9c-c3e6c47f8339 name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.566920045Z" level=info msg="Removed container fadd1124d32cae66bf54afd45cf3e2ea6d8ae742a77b5df3725bc78684dfc92e: kube-system/registry-66c9cd494c-mft4z/registry" id=5330fce9-7cc8-4fda-be9c-c3e6c47f8339 name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.571953922Z" level=info msg="Removing container: 3fc5b859779638ca14e87b1170c99350b910bc178becc236697d41f3f096be57" id=81f2de02-4847-49e7-8f58-ceb560c439dd name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.628005128Z" level=info msg="Removed container 3fc5b859779638ca14e87b1170c99350b910bc178becc236697d41f3f096be57: kube-system/registry-proxy-5t6vq/registry-proxy" id=81f2de02-4847-49e7-8f58-ceb560c439dd name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.793931100Z" level=info msg="Stopping container: 7067f9215c9c9d1a2d15d5ab4dc3056668c2d9402804280437984600d7d9feb9 (timeout: 30s)" id=66759b5e-6aeb-4b84-a345-33dd7b94991d name=/runtime.v1.RuntimeService/StopContainer
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.868697492Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=7b832354-2567-44dd-83ec-72c4457b078b name=/runtime.v1.ImageService/ImageStatus
	Sep 23 11:59:09 addons-949062 crio[966]: time="2024-09-23 11:59:09.868922977Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=7b832354-2567-44dd-83ec-72c4457b078b name=/runtime.v1.ImageService/ImageStatus
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                        CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	22a18784d1c2e       fc9db2894f4e4b8c296b8c9dab7e18a6e78de700d21bc0cfaf5c78484226db9c                                                             1 second ago        Exited              helper-pod                0                   7a73d69e63b2a       helper-pod-delete-pvc-a360d212-2322-4a7c-8e95-840a1216a052
	75b6cc5f59b5f       ghcr.io/inspektor-gadget/inspektor-gadget@sha256:03e677e1cf9d2c9bea454e3dbcbcef20b3022e987534a2874eb1abc5bc3e73ec            4 seconds ago       Exited              gadget                    7                   2376e5ec374a8       gadget-jmdtd
	59a5cf30abd71       docker.io/library/busybox@sha256:71e065368796c7368a99a072019b9fe73e28e225ae9882430579ec49a1e46235                            4 seconds ago       Exited              busybox                   0                   3d86408266a88       test-local-path
	f0f25f615a90f       docker.io/library/busybox@sha256:1fa89c01cd0473cedbd1a470abb8c139eeb80920edf1bc55de87851bfb63ea11                            8 seconds ago       Exited              helper-pod                0                   68e8ca5dd1dc5       helper-pod-create-pvc-a360d212-2322-4a7c-8e95-840a1216a052
	5e66fdd30cb30       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69                 10 minutes ago      Running             gcp-auth                  0                   e2743dba6ce2f       gcp-auth-89d5ffd79-ngrj4
	d0726f8d2a428       registry.k8s.io/ingress-nginx/controller@sha256:22f9d129ae8c89a2cabbd13af3c1668944f3dd68fec186199b7024a0a2fc75b3             10 minutes ago      Running             controller                0                   7731779e7a96b       ingress-nginx-controller-bc57996ff-x7thd
	7067f9215c9c9       docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98             10 minutes ago      Running             local-path-provisioner    0                   48e2891c8e46f       local-path-provisioner-86d989889c-2lw8p
	74d5aa53486bd       420193b27261a8d37b9fb1faeed45094cefa47e72a7538fd5a6c05e8b5ce192e                                                             10 minutes ago      Exited              patch                     2                   5d8631b387c44       ingress-nginx-admission-patch-tr6mp
	5568505e831a6       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:7c4c1a6ca8855c524a64983eaf590e126a669ae12df83ad65de281c9beee13d3   10 minutes ago      Exited              create                    0                   027af99d19728       ingress-nginx-admission-create-gbsch
	9dc32497078db       gcr.io/cloud-spanner-emulator/emulator@sha256:6ce1265c73355797b34d2531c7146eed3996346f860517e35d1434182eb5f01d               10 minutes ago      Running             cloud-spanner-emulator    0                   67107d0113bba       cloud-spanner-emulator-5b584cc74-tkw9m
	4f6b61fa3207e       gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c             10 minutes ago      Running             minikube-ingress-dns      0                   1faba4530b730       kube-ingress-dns-minikube
	6fc3f48fd9a57       registry.k8s.io/metrics-server/metrics-server@sha256:048bcf48fc2cce517a61777e22bac782ba59ea5e9b9a54bcb42dbee99566a91f        10 minutes ago      Running             metrics-server            0                   95e955c1b77e6       metrics-server-84c5f94fbc-bnjfn
	6e75514e9a125       2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4                                                             11 minutes ago      Running             coredns                   0                   d2e1e2c2a03e5       coredns-7c65d6cfc9-jcsz4
	f22feaa12d01b       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                                             11 minutes ago      Running             storage-provisioner       0                   e2518070e6a52       storage-provisioner
	3025434caf006       6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51                                                             11 minutes ago      Running             kindnet-cni               0                   265c0c18f131a       kindnet-crb6d
	feeee7ef089ea       24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d                                                             11 minutes ago      Running             kube-proxy                0                   4b6db7c6ec78d       kube-proxy-lpdls
	e38a88dde28e4       279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e                                                             11 minutes ago      Running             kube-controller-manager   0                   1f83731f5a636       kube-controller-manager-addons-949062
	91756d36809dd       27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da                                                             11 minutes ago      Running             etcd                      0                   027c4d4026357       etcd-addons-949062
	f01e8c743f9c3       d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853                                                             11 minutes ago      Running             kube-apiserver            0                   ec6544bfbe742       kube-apiserver-addons-949062
	4425a3b859567       7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d                                                             11 minutes ago      Running             kube-scheduler            0                   296ca53b7c96c       kube-scheduler-addons-949062
	
	
	==> coredns [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005] <==
	[INFO] 10.244.0.13:39517 - 58486 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000107471s
	[INFO] 10.244.0.13:35326 - 44451 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002495559s
	[INFO] 10.244.0.13:35326 - 36261 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002558525s
	[INFO] 10.244.0.13:33119 - 15751 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000152508s
	[INFO] 10.244.0.13:33119 - 50050 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000901823s
	[INFO] 10.244.0.13:51484 - 16281 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000118432s
	[INFO] 10.244.0.13:51484 - 52629 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000178765s
	[INFO] 10.244.0.13:37639 - 4554 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000062851s
	[INFO] 10.244.0.13:37639 - 7880 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000033707s
	[INFO] 10.244.0.13:48824 - 6614 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000057067s
	[INFO] 10.244.0.13:48824 - 54487 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000138067s
	[INFO] 10.244.0.13:45851 - 25610 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001436886s
	[INFO] 10.244.0.13:45851 - 776 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001622593s
	[INFO] 10.244.0.13:50334 - 53131 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000062096s
	[INFO] 10.244.0.13:50334 - 35725 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000052258s
	[INFO] 10.244.0.20:49801 - 18899 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000873327s
	[INFO] 10.244.0.20:52682 - 28540 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000920564s
	[INFO] 10.244.0.20:33285 - 61683 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000130067s
	[INFO] 10.244.0.20:41482 - 11675 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000134883s
	[INFO] 10.244.0.20:45942 - 52379 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000196562s
	[INFO] 10.244.0.20:47769 - 27652 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000183728s
	[INFO] 10.244.0.20:35099 - 8702 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003947223s
	[INFO] 10.244.0.20:46119 - 23575 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.004169196s
	[INFO] 10.244.0.20:37099 - 53691 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.001733846s
	[INFO] 10.244.0.20:56793 - 36966 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001769136s
	
	
	==> describe nodes <==
	Name:               addons-949062
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-949062
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=a36553b39c7bbbd910f6bfb97f7b698be94b4e6e
	                    minikube.k8s.io/name=addons-949062
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_09_23T11_47_20_0700
	                    minikube.k8s.io/version=v1.34.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-949062
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 23 Sep 2024 11:47:17 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-949062
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 23 Sep 2024 11:59:04 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 23 Sep 2024 11:58:24 +0000   Mon, 23 Sep 2024 11:47:14 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 23 Sep 2024 11:58:24 +0000   Mon, 23 Sep 2024 11:47:14 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 23 Sep 2024 11:58:24 +0000   Mon, 23 Sep 2024 11:47:14 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 23 Sep 2024 11:58:24 +0000   Mon, 23 Sep 2024 11:48:07 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-949062
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022300Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022300Ki
	  pods:               110
	System Info:
	  Machine ID:                 4fea63fffa1049769b4894f4f9d9f01c
	  System UUID:                b903b7cd-b68c-4881-b475-86a0d25c8063
	  Boot ID:                    a368a3b9-64b6-4915-adf4-926cc803503e
	  Kernel Version:             5.15.0-1070-aws
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               arm64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.31.1
	  Kube-Proxy Version:         v1.31.1
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (16 in total)
	  Namespace                   Name                                        CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                        ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         9m17s
	  default                     cloud-spanner-emulator-5b584cc74-tkw9m      0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  gadget                      gadget-jmdtd                                0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  gcp-auth                    gcp-auth-89d5ffd79-ngrj4                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  ingress-nginx               ingress-nginx-controller-bc57996ff-x7thd    100m (5%)     0 (0%)      90Mi (1%)        0 (0%)         11m
	  kube-system                 coredns-7c65d6cfc9-jcsz4                    100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     11m
	  kube-system                 etcd-addons-949062                          100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         11m
	  kube-system                 kindnet-crb6d                               100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      11m
	  kube-system                 kube-apiserver-addons-949062                250m (12%)    0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-controller-manager-addons-949062       200m (10%)    0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-ingress-dns-minikube                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-proxy-lpdls                            0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-scheduler-addons-949062                100m (5%)     0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 metrics-server-84c5f94fbc-bnjfn             100m (5%)     0 (0%)      200Mi (2%)       0 (0%)         11m
	  kube-system                 storage-provisioner                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  local-path-storage          local-path-provisioner-86d989889c-2lw8p     0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests     Limits
	  --------           --------     ------
	  cpu                1050m (52%)  100m (5%)
	  memory             510Mi (6%)   220Mi (2%)
	  ephemeral-storage  0 (0%)       0 (0%)
	  hugepages-1Gi      0 (0%)       0 (0%)
	  hugepages-2Mi      0 (0%)       0 (0%)
	  hugepages-32Mi     0 (0%)       0 (0%)
	  hugepages-64Ki     0 (0%)       0 (0%)
	Events:
	  Type     Reason                   Age   From             Message
	  ----     ------                   ----  ----             -------
	  Normal   Starting                 11m   kube-proxy       
	  Normal   Starting                 11m   kubelet          Starting kubelet.
	  Warning  CgroupV1                 11m   kubelet          Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
	  Normal   NodeHasSufficientMemory  11m   kubelet          Node addons-949062 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    11m   kubelet          Node addons-949062 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     11m   kubelet          Node addons-949062 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           11m   node-controller  Node addons-949062 event: Registered Node addons-949062 in Controller
	  Normal   NodeReady                11m   kubelet          Node addons-949062 status is now: NodeReady
	
	
	==> dmesg <==
	[Sep23 10:37] hrtimer: interrupt took 15299626 ns
	[Sep23 11:17] 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.
	[Sep23 11:18] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
	[  +0.008103] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
	[  +0.007654] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
	[  +0.118029] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
	
	
	==> etcd [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31] <==
	{"level":"info","ts":"2024-09-23T11:47:26.507722Z","caller":"traceutil/trace.go:171","msg":"trace[1819306561] transaction","detail":"{read_only:false; response_revision:335; number_of_response:1; }","duration":"354.534892ms","start":"2024-09-23T11:47:26.153173Z","end":"2024-09-23T11:47:26.507708Z","steps":["trace[1819306561] 'process raft request'  (duration: 173.427296ms)","trace[1819306561] 'compare'  (duration: 161.826424ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-23T11:47:26.507780Z","caller":"traceutil/trace.go:171","msg":"trace[294115114] transaction","detail":"{read_only:false; response_revision:336; number_of_response:1; }","duration":"354.528246ms","start":"2024-09-23T11:47:26.153246Z","end":"2024-09-23T11:47:26.507774Z","steps":["trace[294115114] 'process raft request'  (duration: 354.382146ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-23T11:47:26.507817Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-23T11:47:26.153239Z","time spent":"354.559031ms","remote":"127.0.0.1:44866","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":3505,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/pods/kube-system/coredns-7c65d6cfc9-qlrbm\" mod_revision:0 > success:<request_put:<key:\"/registry/pods/kube-system/coredns-7c65d6cfc9-qlrbm\" value_size:3446 >> failure:<>"}
	{"level":"warn","ts":"2024-09-23T11:47:26.507860Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-23T11:47:26.153152Z","time spent":"354.692036ms","remote":"127.0.0.1:44762","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":704,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/events/kube-system/coredns-7c65d6cfc9.17f7dd10a7aab59c\" mod_revision:0 > success:<request_put:<key:\"/registry/events/kube-system/coredns-7c65d6cfc9.17f7dd10a7aab59c\" value_size:622 lease:8128032088080808499 >> failure:<>"}
	{"level":"info","ts":"2024-09-23T11:47:26.718544Z","caller":"traceutil/trace.go:171","msg":"trace[1785803683] transaction","detail":"{read_only:false; response_revision:337; number_of_response:1; }","duration":"102.378317ms","start":"2024-09-23T11:47:26.614788Z","end":"2024-09-23T11:47:26.717166Z","steps":["trace[1785803683] 'process raft request'  (duration: 10.226861ms)","trace[1785803683] 'compare'  (duration: 91.878029ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-23T11:47:27.593162Z","caller":"traceutil/trace.go:171","msg":"trace[1882345274] transaction","detail":"{read_only:false; response_revision:345; number_of_response:1; }","duration":"106.60864ms","start":"2024-09-23T11:47:27.486535Z","end":"2024-09-23T11:47:27.593144Z","steps":["trace[1882345274] 'process raft request'  (duration: 86.614764ms)","trace[1882345274] 'compare'  (duration: 19.731658ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-23T11:47:27.791882Z","caller":"traceutil/trace.go:171","msg":"trace[138325997] transaction","detail":"{read_only:false; response_revision:347; number_of_response:1; }","duration":"137.905609ms","start":"2024-09-23T11:47:27.653957Z","end":"2024-09-23T11:47:27.791863Z","steps":["trace[138325997] 'process raft request'  (duration: 130.114877ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-23T11:47:29.300549Z","caller":"traceutil/trace.go:171","msg":"trace[2147342535] transaction","detail":"{read_only:false; response_revision:370; number_of_response:1; }","duration":"260.021943ms","start":"2024-09-23T11:47:29.040513Z","end":"2024-09-23T11:47:29.300535Z","steps":["trace[2147342535] 'process raft request'  (duration: 166.006836ms)","trace[2147342535] 'compare'  (duration: 93.412425ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-23T11:47:29.305330Z","caller":"traceutil/trace.go:171","msg":"trace[258696848] transaction","detail":"{read_only:false; response_revision:371; number_of_response:1; }","duration":"245.521582ms","start":"2024-09-23T11:47:29.059790Z","end":"2024-09-23T11:47:29.305311Z","steps":["trace[258696848] 'process raft request'  (duration: 240.218031ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-23T11:47:29.305483Z","caller":"traceutil/trace.go:171","msg":"trace[833664895] transaction","detail":"{read_only:false; response_revision:372; number_of_response:1; }","duration":"245.413776ms","start":"2024-09-23T11:47:29.060063Z","end":"2024-09-23T11:47:29.305476Z","steps":["trace[833664895] 'process raft request'  (duration: 239.977129ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-23T11:47:29.305506Z","caller":"traceutil/trace.go:171","msg":"trace[1679492280] linearizableReadLoop","detail":"{readStateIndex:382; appliedIndex:379; }","duration":"243.147738ms","start":"2024-09-23T11:47:29.062352Z","end":"2024-09-23T11:47:29.305500Z","steps":["trace[1679492280] 'read index received'  (duration: 127.062938ms)","trace[1679492280] 'applied index is now lower than readState.Index'  (duration: 116.084242ms)"],"step_count":2}
	{"level":"warn","ts":"2024-09-23T11:47:29.305561Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"243.187698ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/ranges/servicenodeports\" ","response":"range_response_count:1 size:118"}
	{"level":"info","ts":"2024-09-23T11:47:29.323187Z","caller":"traceutil/trace.go:171","msg":"trace[1959083122] range","detail":"{range_begin:/registry/ranges/servicenodeports; range_end:; response_count:1; response_revision:378; }","duration":"260.821211ms","start":"2024-09-23T11:47:29.062348Z","end":"2024-09-23T11:47:29.323169Z","steps":["trace[1959083122] 'agreement among raft nodes before linearized reading'  (duration: 243.168005ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-23T11:47:29.325435Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"227.89022ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/ranges/serviceips\" ","response":"range_response_count:1 size:5502"}
	{"level":"info","ts":"2024-09-23T11:47:29.325539Z","caller":"traceutil/trace.go:171","msg":"trace[998825978] range","detail":"{range_begin:/registry/ranges/serviceips; range_end:; response_count:1; response_revision:378; }","duration":"228.001226ms","start":"2024-09-23T11:47:29.097526Z","end":"2024-09-23T11:47:29.325528Z","steps":["trace[998825978] 'agreement among raft nodes before linearized reading'  (duration: 227.837682ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-23T11:47:29.305662Z","caller":"traceutil/trace.go:171","msg":"trace[1940082300] transaction","detail":"{read_only:false; response_revision:373; number_of_response:1; }","duration":"160.488319ms","start":"2024-09-23T11:47:29.145167Z","end":"2024-09-23T11:47:29.305655Z","steps":["trace[1940082300] 'process raft request'  (duration: 154.939525ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-23T11:47:29.326285Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"118.51832ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
	{"level":"info","ts":"2024-09-23T11:47:29.331495Z","caller":"traceutil/trace.go:171","msg":"trace[1681955623] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:378; }","duration":"123.713893ms","start":"2024-09-23T11:47:29.207753Z","end":"2024-09-23T11:47:29.331467Z","steps":["trace[1681955623] 'agreement among raft nodes before linearized reading'  (duration: 118.500573ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-23T11:47:29.331810Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"125.122094ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/registry\" ","response":"range_response_count:1 size:3351"}
	{"level":"info","ts":"2024-09-23T11:47:29.331978Z","caller":"traceutil/trace.go:171","msg":"trace[1090535919] range","detail":"{range_begin:/registry/deployments/kube-system/registry; range_end:; response_count:1; response_revision:378; }","duration":"125.298775ms","start":"2024-09-23T11:47:29.206670Z","end":"2024-09-23T11:47:29.331968Z","steps":["trace[1090535919] 'agreement among raft nodes before linearized reading'  (duration: 125.081766ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-23T11:47:29.332165Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"234.609119ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-23T11:47:29.332291Z","caller":"traceutil/trace.go:171","msg":"trace[303543787] range","detail":"{range_begin:/registry/serviceaccounts; range_end:; response_count:0; response_revision:378; }","duration":"234.738054ms","start":"2024-09-23T11:47:29.097544Z","end":"2024-09-23T11:47:29.332282Z","steps":["trace[303543787] 'agreement among raft nodes before linearized reading'  (duration: 234.592865ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-23T11:57:14.433189Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1531}
	{"level":"info","ts":"2024-09-23T11:57:14.462706Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1531,"took":"28.940304ms","hash":3244333237,"current-db-size-bytes":6201344,"current-db-size":"6.2 MB","current-db-size-in-use-bytes":3289088,"current-db-size-in-use":"3.3 MB"}
	{"level":"info","ts":"2024-09-23T11:57:14.462759Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":3244333237,"revision":1531,"compact-revision":-1}
	
	
	==> gcp-auth [5e66fdd30cb307eedadaee7ec875a36cfb388767297c5074b1808ec03dd20931] <==
	2024/09/23 11:49:10 GCP Auth Webhook started!
	2024/09/23 11:49:53 Ready to marshal response ...
	2024/09/23 11:49:53 Ready to write response ...
	2024/09/23 11:49:53 Ready to marshal response ...
	2024/09/23 11:49:53 Ready to write response ...
	2024/09/23 11:49:53 Ready to marshal response ...
	2024/09/23 11:49:53 Ready to write response ...
	2024/09/23 11:58:07 Ready to marshal response ...
	2024/09/23 11:58:07 Ready to write response ...
	2024/09/23 11:58:09 Ready to marshal response ...
	2024/09/23 11:58:09 Ready to write response ...
	2024/09/23 11:58:37 Ready to marshal response ...
	2024/09/23 11:58:37 Ready to write response ...
	2024/09/23 11:59:00 Ready to marshal response ...
	2024/09/23 11:59:00 Ready to write response ...
	2024/09/23 11:59:00 Ready to marshal response ...
	2024/09/23 11:59:00 Ready to write response ...
	2024/09/23 11:59:08 Ready to marshal response ...
	2024/09/23 11:59:08 Ready to write response ...
	
	
	==> kernel <==
	 11:59:10 up  1:41,  0 users,  load average: 1.66, 0.82, 1.72
	Linux addons-949062 5.15.0-1070-aws #76~20.04.1-Ubuntu SMP Mon Sep 2 12:20:48 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7] <==
	I0923 11:57:06.951135       1 main.go:299] handling current node
	I0923 11:57:16.952137       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 11:57:16.952175       1 main.go:299] handling current node
	I0923 11:57:26.951392       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 11:57:26.951427       1 main.go:299] handling current node
	I0923 11:57:36.956477       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 11:57:36.956509       1 main.go:299] handling current node
	I0923 11:57:46.950740       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 11:57:46.950772       1 main.go:299] handling current node
	I0923 11:57:56.955713       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 11:57:56.955746       1 main.go:299] handling current node
	I0923 11:58:06.950926       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 11:58:06.951051       1 main.go:299] handling current node
	I0923 11:58:16.951803       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 11:58:16.951838       1 main.go:299] handling current node
	I0923 11:58:26.950692       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 11:58:26.950733       1 main.go:299] handling current node
	I0923 11:58:36.950738       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 11:58:36.950772       1 main.go:299] handling current node
	I0923 11:58:46.951639       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 11:58:46.951679       1 main.go:299] handling current node
	I0923 11:58:56.952650       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 11:58:56.952797       1 main.go:299] handling current node
	I0923 11:59:06.950714       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 11:59:06.950854       1 main.go:299] handling current node
	
	
	==> kube-apiserver [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300] <==
	E0923 11:49:18.246111       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.99.123.245:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.99.123.245:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.99.123.245:443: connect: connection refused" logger="UnhandledError"
	W0923 11:49:18.246430       1 handler_proxy.go:99] no RequestInfo found in the context
	E0923 11:49:18.246506       1 controller.go:146] "Unhandled Error" err=<
		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]]
	 > logger="UnhandledError"
	E0923 11:49:18.248915       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.99.123.245:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.99.123.245:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.99.123.245:443: connect: connection refused" logger="UnhandledError"
	E0923 11:49:18.256446       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.99.123.245:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.99.123.245:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.99.123.245:443: connect: connection refused" logger="UnhandledError"
	E0923 11:49:18.266972       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.99.123.245:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.99.123.245:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.99.123.245:443: connect: connection refused" logger="UnhandledError"
	I0923 11:49:18.462459       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	I0923 11:58:19.914786       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	E0923 11:58:21.707588       1 watch.go:250] "Unhandled Error" err="http2: stream closed" logger="UnhandledError"
	I0923 11:58:53.162659       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 11:58:53.162791       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0923 11:58:53.187560       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 11:58:53.187742       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0923 11:58:53.217554       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 11:58:53.217812       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0923 11:58:53.312776       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 11:58:53.312890       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0923 11:58:53.323196       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 11:58:53.323233       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0923 11:58:54.313542       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0923 11:58:54.324111       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0923 11:58:54.413702       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	
	
	==> kube-controller-manager [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3] <==
	I0923 11:58:54.589731       1 shared_informer.go:320] Caches are synced for resource quota
	I0923 11:58:55.056065       1 shared_informer.go:313] Waiting for caches to sync for garbage collector
	I0923 11:58:55.056196       1 shared_informer.go:320] Caches are synced for garbage collector
	W0923 11:58:55.562791       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 11:58:55.562839       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 11:58:55.609170       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 11:58:55.609227       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 11:58:55.655254       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 11:58:55.655296       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 11:58:57.323218       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 11:58:57.323353       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 11:58:57.583299       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 11:58:57.583348       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 11:58:58.639578       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 11:58:58.639619       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 11:59:02.321243       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 11:59:02.321292       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 11:59:02.517239       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 11:59:02.517285       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 11:59:04.361529       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 11:59:04.361704       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	I0923 11:59:08.831127       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/registry-66c9cd494c" duration="4.439µs"
	I0923 11:59:09.770174       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="local-path-storage/local-path-provisioner-86d989889c" duration="7.754µs"
	W0923 11:59:10.700378       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 11:59:10.700436       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	
	
	==> kube-proxy [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4] <==
	I0923 11:47:29.758316       1 server_linux.go:66] "Using iptables proxy"
	I0923 11:47:30.543856       1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0923 11:47:30.543923       1 server.go:234] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0923 11:47:30.621898       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0923 11:47:30.621958       1 server_linux.go:169] "Using iptables Proxier"
	I0923 11:47:30.623684       1 proxier.go:255] "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" ipFamily="IPv4"
	I0923 11:47:30.624113       1 server.go:483] "Version info" version="v1.31.1"
	I0923 11:47:30.624128       1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0923 11:47:30.630896       1 config.go:199] "Starting service config controller"
	I0923 11:47:30.630927       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0923 11:47:30.630946       1 config.go:105] "Starting endpoint slice config controller"
	I0923 11:47:30.630951       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0923 11:47:30.631298       1 config.go:328] "Starting node config controller"
	I0923 11:47:30.631314       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0923 11:47:30.732015       1 shared_informer.go:320] Caches are synced for node config
	I0923 11:47:30.732063       1 shared_informer.go:320] Caches are synced for service config
	I0923 11:47:30.732105       1 shared_informer.go:320] Caches are synced for endpoint slice config
	
	
	==> kube-scheduler [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9] <==
	W0923 11:47:18.193333       1 reflector.go:561] runtime/asm_arm64.s:1222: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	E0923 11:47:18.194017       1 reflector.go:158] "Unhandled Error" err="runtime/asm_arm64.s:1222: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError"
	W0923 11:47:18.193471       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	E0923 11:47:18.194100       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.193509       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0923 11:47:18.194184       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.193678       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	E0923 11:47:18.194257       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.195096       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E0923 11:47:18.195175       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.195731       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	E0923 11:47:18.196000       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.195810       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
	E0923 11:47:18.196115       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.195847       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
	E0923 11:47:18.196211       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.195884       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	E0923 11:47:18.196314       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.198411       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0923 11:47:18.198651       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.198574       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E0923 11:47:18.198793       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.198617       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
	E0923 11:47:18.198897       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	I0923 11:47:19.686582       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Sep 23 11:59:09 addons-949062 kubelet[1483]: I0923 11:59:09.568582    1483 scope.go:117] "RemoveContainer" containerID="3fc5b859779638ca14e87b1170c99350b910bc178becc236697d41f3f096be57"
	Sep 23 11:59:09 addons-949062 kubelet[1483]: I0923 11:59:09.629197    1483 scope.go:117] "RemoveContainer" containerID="3fc5b859779638ca14e87b1170c99350b910bc178becc236697d41f3f096be57"
	Sep 23 11:59:09 addons-949062 kubelet[1483]: E0923 11:59:09.630129    1483 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"3fc5b859779638ca14e87b1170c99350b910bc178becc236697d41f3f096be57\": container with ID starting with 3fc5b859779638ca14e87b1170c99350b910bc178becc236697d41f3f096be57 not found: ID does not exist" containerID="3fc5b859779638ca14e87b1170c99350b910bc178becc236697d41f3f096be57"
	Sep 23 11:59:09 addons-949062 kubelet[1483]: I0923 11:59:09.630181    1483 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"3fc5b859779638ca14e87b1170c99350b910bc178becc236697d41f3f096be57"} err="failed to get container status \"3fc5b859779638ca14e87b1170c99350b910bc178becc236697d41f3f096be57\": rpc error: code = NotFound desc = could not find container \"3fc5b859779638ca14e87b1170c99350b910bc178becc236697d41f3f096be57\": container with ID starting with 3fc5b859779638ca14e87b1170c99350b910bc178becc236697d41f3f096be57 not found: ID does not exist"
	Sep 23 11:59:09 addons-949062 kubelet[1483]: I0923 11:59:09.868324    1483 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="054e4117-a309-4e89-afe0-a65369055074" path="/var/lib/kubelet/pods/054e4117-a309-4e89-afe0-a65369055074/volumes"
	Sep 23 11:59:09 addons-949062 kubelet[1483]: E0923 11:59:09.869333    1483 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="bf8113fa-3198-4bf0-ae25-3ee36d7d5474"
	Sep 23 11:59:09 addons-949062 kubelet[1483]: I0923 11:59:09.870919    1483 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="5a8cc18c-0aa9-4763-9714-d4ca4703f4bf" path="/var/lib/kubelet/pods/5a8cc18c-0aa9-4763-9714-d4ca4703f4bf/volumes"
	Sep 23 11:59:09 addons-949062 kubelet[1483]: I0923 11:59:09.871314    1483 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="888eb47e-107b-41d0-9fbf-e8434dc27eae" path="/var/lib/kubelet/pods/888eb47e-107b-41d0-9fbf-e8434dc27eae/volumes"
	Sep 23 11:59:09 addons-949062 kubelet[1483]: I0923 11:59:09.871816    1483 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="e46d96a1-6871-401a-a71d-00cd0539506c" path="/var/lib/kubelet/pods/e46d96a1-6871-401a-a71d-00cd0539506c/volumes"
	Sep 23 11:59:10 addons-949062 kubelet[1483]: E0923 11:59:10.213535    1483 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727092750213307506,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:517763,},InodesUsed:&UInt64Value{Value:201,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 23 11:59:10 addons-949062 kubelet[1483]: E0923 11:59:10.213568    1483 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727092750213307506,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:517763,},InodesUsed:&UInt64Value{Value:201,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 23 11:59:10 addons-949062 kubelet[1483]: I0923 11:59:10.729497    1483 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-975bm\" (UniqueName: \"kubernetes.io/projected/56db15e6-8ed1-4858-b9ef-670b8ad7fd9d-kube-api-access-975bm\") pod \"56db15e6-8ed1-4858-b9ef-670b8ad7fd9d\" (UID: \"56db15e6-8ed1-4858-b9ef-670b8ad7fd9d\") "
	Sep 23 11:59:10 addons-949062 kubelet[1483]: I0923 11:59:10.729577    1483 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/56db15e6-8ed1-4858-b9ef-670b8ad7fd9d-gcp-creds\") pod \"56db15e6-8ed1-4858-b9ef-670b8ad7fd9d\" (UID: \"56db15e6-8ed1-4858-b9ef-670b8ad7fd9d\") "
	Sep 23 11:59:10 addons-949062 kubelet[1483]: I0923 11:59:10.729599    1483 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"data\" (UniqueName: \"kubernetes.io/host-path/56db15e6-8ed1-4858-b9ef-670b8ad7fd9d-data\") pod \"56db15e6-8ed1-4858-b9ef-670b8ad7fd9d\" (UID: \"56db15e6-8ed1-4858-b9ef-670b8ad7fd9d\") "
	Sep 23 11:59:10 addons-949062 kubelet[1483]: I0923 11:59:10.729622    1483 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"script\" (UniqueName: \"kubernetes.io/configmap/56db15e6-8ed1-4858-b9ef-670b8ad7fd9d-script\") pod \"56db15e6-8ed1-4858-b9ef-670b8ad7fd9d\" (UID: \"56db15e6-8ed1-4858-b9ef-670b8ad7fd9d\") "
	Sep 23 11:59:10 addons-949062 kubelet[1483]: I0923 11:59:10.730050    1483 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/configmap/56db15e6-8ed1-4858-b9ef-670b8ad7fd9d-script" (OuterVolumeSpecName: "script") pod "56db15e6-8ed1-4858-b9ef-670b8ad7fd9d" (UID: "56db15e6-8ed1-4858-b9ef-670b8ad7fd9d"). InnerVolumeSpecName "script". PluginName "kubernetes.io/configmap", VolumeGidValue ""
	Sep 23 11:59:10 addons-949062 kubelet[1483]: I0923 11:59:10.730365    1483 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/56db15e6-8ed1-4858-b9ef-670b8ad7fd9d-gcp-creds" (OuterVolumeSpecName: "gcp-creds") pod "56db15e6-8ed1-4858-b9ef-670b8ad7fd9d" (UID: "56db15e6-8ed1-4858-b9ef-670b8ad7fd9d"). InnerVolumeSpecName "gcp-creds". PluginName "kubernetes.io/host-path", VolumeGidValue ""
	Sep 23 11:59:10 addons-949062 kubelet[1483]: I0923 11:59:10.730408    1483 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/56db15e6-8ed1-4858-b9ef-670b8ad7fd9d-data" (OuterVolumeSpecName: "data") pod "56db15e6-8ed1-4858-b9ef-670b8ad7fd9d" (UID: "56db15e6-8ed1-4858-b9ef-670b8ad7fd9d"). InnerVolumeSpecName "data". PluginName "kubernetes.io/host-path", VolumeGidValue ""
	Sep 23 11:59:10 addons-949062 kubelet[1483]: I0923 11:59:10.732498    1483 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/56db15e6-8ed1-4858-b9ef-670b8ad7fd9d-kube-api-access-975bm" (OuterVolumeSpecName: "kube-api-access-975bm") pod "56db15e6-8ed1-4858-b9ef-670b8ad7fd9d" (UID: "56db15e6-8ed1-4858-b9ef-670b8ad7fd9d"). InnerVolumeSpecName "kube-api-access-975bm". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 23 11:59:10 addons-949062 kubelet[1483]: I0923 11:59:10.830553    1483 reconciler_common.go:288] "Volume detached for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/56db15e6-8ed1-4858-b9ef-670b8ad7fd9d-gcp-creds\") on node \"addons-949062\" DevicePath \"\""
	Sep 23 11:59:10 addons-949062 kubelet[1483]: I0923 11:59:10.830588    1483 reconciler_common.go:288] "Volume detached for volume \"data\" (UniqueName: \"kubernetes.io/host-path/56db15e6-8ed1-4858-b9ef-670b8ad7fd9d-data\") on node \"addons-949062\" DevicePath \"\""
	Sep 23 11:59:10 addons-949062 kubelet[1483]: I0923 11:59:10.830599    1483 reconciler_common.go:288] "Volume detached for volume \"script\" (UniqueName: \"kubernetes.io/configmap/56db15e6-8ed1-4858-b9ef-670b8ad7fd9d-script\") on node \"addons-949062\" DevicePath \"\""
	Sep 23 11:59:10 addons-949062 kubelet[1483]: I0923 11:59:10.830609    1483 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-975bm\" (UniqueName: \"kubernetes.io/projected/56db15e6-8ed1-4858-b9ef-670b8ad7fd9d-kube-api-access-975bm\") on node \"addons-949062\" DevicePath \"\""
	Sep 23 11:59:10 addons-949062 kubelet[1483]: I0923 11:59:10.886973    1483 scope.go:117] "RemoveContainer" containerID="75b6cc5f59b5fe2374cac38ad2838ebf53c37bb5bd81e7efe26913e1800a2639"
	Sep 23 11:59:10 addons-949062 kubelet[1483]: E0923 11:59:10.887164    1483 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 5m0s restarting failed container=gadget pod=gadget-jmdtd_gadget(2ae42920-71b5-4136-b3ca-c2ea5fbe3768)\"" pod="gadget/gadget-jmdtd" podUID="2ae42920-71b5-4136-b3ca-c2ea5fbe3768"
	
	
	==> storage-provisioner [f22feaa12d01b9b59f02657ec4c931d6aaf39d341ad65db38462e67fafe90a1c] <==
	I0923 11:48:08.485067       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0923 11:48:08.500084       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0923 11:48:08.500215       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0923 11:48:08.527237       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0923 11:48:08.532688       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-949062_2b1d4212-8d85-44e0-9a4c-c4d2f8057ce4!
	I0923 11:48:08.534249       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"929d7d2f-847b-49ca-ba97-484181e758f5", APIVersion:"v1", ResourceVersion:"890", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-949062_2b1d4212-8d85-44e0-9a4c-c4d2f8057ce4 became leader
	I0923 11:48:08.633906       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-949062_2b1d4212-8d85-44e0-9a4c-c4d2f8057ce4!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-949062 -n addons-949062
helpers_test.go:261: (dbg) Run:  kubectl --context addons-949062 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: busybox ingress-nginx-admission-create-gbsch ingress-nginx-admission-patch-tr6mp helper-pod-delete-pvc-a360d212-2322-4a7c-8e95-840a1216a052
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Registry]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context addons-949062 describe pod busybox ingress-nginx-admission-create-gbsch ingress-nginx-admission-patch-tr6mp helper-pod-delete-pvc-a360d212-2322-4a7c-8e95-840a1216a052
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-949062 describe pod busybox ingress-nginx-admission-create-gbsch ingress-nginx-admission-patch-tr6mp helper-pod-delete-pvc-a360d212-2322-4a7c-8e95-840a1216a052: exit status 1 (108.445723ms)

                                                
                                                
-- stdout --
	Name:             busybox
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-949062/192.168.49.2
	Start Time:       Mon, 23 Sep 2024 11:49:53 +0000
	Labels:           integration-test=busybox
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.21
	IPs:
	  IP:  10.244.0.21
	Containers:
	  busybox:
	    Container ID:  
	    Image:         gcr.io/k8s-minikube/busybox:1.28.4-glibc
	    Image ID:      
	    Port:          <none>
	    Host Port:     <none>
	    Command:
	      sleep
	      3600
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:
	      GOOGLE_APPLICATION_CREDENTIALS:  /google-app-creds.json
	      PROJECT_ID:                      this_is_fake
	      GCP_PROJECT:                     this_is_fake
	      GCLOUD_PROJECT:                  this_is_fake
	      GOOGLE_CLOUD_PROJECT:            this_is_fake
	      CLOUDSDK_CORE_PROJECT:           this_is_fake
	    Mounts:
	      /google-app-creds.json from gcp-creds (ro)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-p8s9n (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-p8s9n:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	  gcp-creds:
	    Type:          HostPath (bare host directory volume)
	    Path:          /var/lib/minikube/google_application_credentials.json
	    HostPathType:  File
	QoS Class:         BestEffort
	Node-Selectors:    <none>
	Tolerations:       node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
	                   node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
	Events:
	  Type     Reason     Age                     From               Message
	  ----     ------     ----                    ----               -------
	  Normal   Scheduled  9m19s                   default-scheduler  Successfully assigned default/busybox to addons-949062
	  Normal   Pulling    7m57s (x4 over 9m19s)   kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Warning  Failed     7m56s (x4 over 9m19s)   kubelet            Failed to pull image "gcr.io/k8s-minikube/busybox:1.28.4-glibc": unable to retrieve auth token: invalid username/password: unauthorized: authentication failed
	  Warning  Failed     7m56s (x4 over 9m19s)   kubelet            Error: ErrImagePull
	  Warning  Failed     7m29s (x6 over 9m19s)   kubelet            Error: ImagePullBackOff
	  Normal   BackOff    4m13s (x20 over 9m19s)  kubelet            Back-off pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "ingress-nginx-admission-create-gbsch" not found
	Error from server (NotFound): pods "ingress-nginx-admission-patch-tr6mp" not found
	Error from server (NotFound): pods "helper-pod-delete-pvc-a360d212-2322-4a7c-8e95-840a1216a052" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context addons-949062 describe pod busybox ingress-nginx-admission-create-gbsch ingress-nginx-admission-patch-tr6mp helper-pod-delete-pvc-a360d212-2322-4a7c-8e95-840a1216a052: exit status 1
--- FAIL: TestAddons/parallel/Registry (75.40s)

                                                
                                    
x
+
TestAddons/parallel/Ingress (153.19s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:205: (dbg) Run:  kubectl --context addons-949062 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:230: (dbg) Run:  kubectl --context addons-949062 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:243: (dbg) Run:  kubectl --context addons-949062 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:248: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [c096d208-274f-4b4c-aa0a-c87b86440d91] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [c096d208-274f-4b4c-aa0a-c87b86440d91] Running
addons_test.go:248: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.003330076s
I0923 12:00:14.217374  444877 kapi.go:150] Service nginx in namespace default found.
addons_test.go:260: (dbg) Run:  out/minikube-linux-arm64 -p addons-949062 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:260: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-949062 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.878667077s)

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

                                                
                                                
** /stderr **
addons_test.go:276: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:284: (dbg) Run:  kubectl --context addons-949062 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:289: (dbg) Run:  out/minikube-linux-arm64 -p addons-949062 ip
addons_test.go:295: (dbg) Run:  nslookup hello-john.test 192.168.49.2
addons_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p addons-949062 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:304: (dbg) Done: out/minikube-linux-arm64 -p addons-949062 addons disable ingress-dns --alsologtostderr -v=1: (1.442382972s)
addons_test.go:309: (dbg) Run:  out/minikube-linux-arm64 -p addons-949062 addons disable ingress --alsologtostderr -v=1
addons_test.go:309: (dbg) Done: out/minikube-linux-arm64 -p addons-949062 addons disable ingress --alsologtostderr -v=1: (7.767057948s)
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-949062
helpers_test.go:235: (dbg) docker inspect addons-949062:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "15377d5b3403b003b9220d85b203641cfae669831acf9bb174a49e7f93ab8fbe",
	        "Created": "2024-09-23T11:46:59.221610581Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 446131,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-09-23T11:46:59.356533883Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:c94982da1293baee77c00993711af197ed62d6b1a4ee12c0caa4f57c70de4fdc",
	        "ResolvConfPath": "/var/lib/docker/containers/15377d5b3403b003b9220d85b203641cfae669831acf9bb174a49e7f93ab8fbe/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/15377d5b3403b003b9220d85b203641cfae669831acf9bb174a49e7f93ab8fbe/hostname",
	        "HostsPath": "/var/lib/docker/containers/15377d5b3403b003b9220d85b203641cfae669831acf9bb174a49e7f93ab8fbe/hosts",
	        "LogPath": "/var/lib/docker/containers/15377d5b3403b003b9220d85b203641cfae669831acf9bb174a49e7f93ab8fbe/15377d5b3403b003b9220d85b203641cfae669831acf9bb174a49e7f93ab8fbe-json.log",
	        "Name": "/addons-949062",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-949062:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-949062",
	            "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/47ff60ab67f6e0ed613956be9cd24339bb229d893331c322e62ece686adcffc6-init/diff:/var/lib/docker/overlay2/aa6506bfdcc3e3bf1c437c686d239838d975235b868c2cbec84eeddc6bd833d4/diff",
	                "MergedDir": "/var/lib/docker/overlay2/47ff60ab67f6e0ed613956be9cd24339bb229d893331c322e62ece686adcffc6/merged",
	                "UpperDir": "/var/lib/docker/overlay2/47ff60ab67f6e0ed613956be9cd24339bb229d893331c322e62ece686adcffc6/diff",
	                "WorkDir": "/var/lib/docker/overlay2/47ff60ab67f6e0ed613956be9cd24339bb229d893331c322e62ece686adcffc6/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-949062",
	                "Source": "/var/lib/docker/volumes/addons-949062/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-949062",
	            "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.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed",
	            "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-949062",
	                "name.minikube.sigs.k8s.io": "addons-949062",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "b9a3db319971ee150275d98d4d4e6692ceb4b645eb9a150083c950f32efc6b28",
	            "SandboxKey": "/var/run/docker/netns/b9a3db319971",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33163"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33164"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33167"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33165"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33166"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-949062": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "2309c2d65c459e6744e1b529df34e5691c44b134f4f578b100aab96df55838e7",
	                    "EndpointID": "49b6d49d44df3ec2e743a73988b79c91168870b0e0519ce1b11954f6163173af",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-949062",
	                        "15377d5b3403"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-949062 -n addons-949062
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-949062 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-949062 logs -n 25: (1.548460977s)
helpers_test.go:252: TestAddons/parallel/Ingress logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-only-411446                                                                     | download-only-411446   | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:46 UTC |
	| delete  | -p download-only-864108                                                                     | download-only-864108   | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:46 UTC |
	| start   | --download-only -p                                                                          | download-docker-299983 | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC |                     |
	|         | download-docker-299983                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-299983                                                                   | download-docker-299983 | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:46 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-264226   | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC |                     |
	|         | binary-mirror-264226                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:38673                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-264226                                                                     | binary-mirror-264226   | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:46 UTC |
	| addons  | disable dashboard -p                                                                        | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC |                     |
	|         | addons-949062                                                                               |                        |         |         |                     |                     |
	| addons  | enable dashboard -p                                                                         | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC |                     |
	|         | addons-949062                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-949062 --wait=true                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:49 UTC |
	|         | --memory=4000 --alsologtostderr                                                             |                        |         |         |                     |                     |
	|         | --addons=registry                                                                           |                        |         |         |                     |                     |
	|         | --addons=metrics-server                                                                     |                        |         |         |                     |                     |
	|         | --addons=volumesnapshots                                                                    |                        |         |         |                     |                     |
	|         | --addons=csi-hostpath-driver                                                                |                        |         |         |                     |                     |
	|         | --addons=gcp-auth                                                                           |                        |         |         |                     |                     |
	|         | --addons=cloud-spanner                                                                      |                        |         |         |                     |                     |
	|         | --addons=inspektor-gadget                                                                   |                        |         |         |                     |                     |
	|         | --addons=storage-provisioner-rancher                                                        |                        |         |         |                     |                     |
	|         | --addons=nvidia-device-plugin                                                               |                        |         |         |                     |                     |
	|         | --addons=yakd --addons=volcano                                                              |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	|         | --addons=ingress                                                                            |                        |         |         |                     |                     |
	|         | --addons=ingress-dns                                                                        |                        |         |         |                     |                     |
	| addons  | addons-949062 addons disable                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:58 UTC | 23 Sep 24 11:58 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| addons  | addons-949062 addons                                                                        | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:58 UTC | 23 Sep 24 11:58 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-949062 addons                                                                        | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:58 UTC | 23 Sep 24 11:58 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:58 UTC | 23 Sep 24 11:59 UTC |
	|         | -p addons-949062                                                                            |                        |         |         |                     |                     |
	| ip      | addons-949062 ip                                                                            | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC | 23 Sep 24 11:59 UTC |
	| addons  | addons-949062 addons disable                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC | 23 Sep 24 11:59 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| ssh     | addons-949062 ssh cat                                                                       | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC | 23 Sep 24 11:59 UTC |
	|         | /opt/local-path-provisioner/pvc-a360d212-2322-4a7c-8e95-840a1216a052_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-949062 addons disable                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC | 23 Sep 24 11:59 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable cloud-spanner -p                                                                    | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC | 23 Sep 24 11:59 UTC |
	|         | addons-949062                                                                               |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC | 23 Sep 24 11:59 UTC |
	|         | -p addons-949062                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-949062 addons disable                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC | 23 Sep 24 11:59 UTC |
	|         | headlamp --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p                                                                 | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC | 23 Sep 24 12:00 UTC |
	|         | addons-949062                                                                               |                        |         |         |                     |                     |
	| ssh     | addons-949062 ssh curl -s                                                                   | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 12:00 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| ip      | addons-949062 ip                                                                            | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 12:02 UTC | 23 Sep 24 12:02 UTC |
	| addons  | addons-949062 addons disable                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 12:02 UTC | 23 Sep 24 12:02 UTC |
	|         | ingress-dns --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-949062 addons disable                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 12:02 UTC | 23 Sep 24 12:02 UTC |
	|         | ingress --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/23 11:46:33
	Running on machine: ip-172-31-30-239
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0923 11:46:33.806242  445639 out.go:345] Setting OutFile to fd 1 ...
	I0923 11:46:33.806442  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 11:46:33.806468  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:46:33.806486  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 11:46:33.806782  445639 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19688-439483/.minikube/bin
	I0923 11:46:33.807245  445639 out.go:352] Setting JSON to false
	I0923 11:46:33.808197  445639 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":5342,"bootTime":1727086652,"procs":197,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0923 11:46:33.808293  445639 start.go:139] virtualization:  
	I0923 11:46:33.811286  445639 out.go:177] * [addons-949062] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0923 11:46:33.814525  445639 out.go:177]   - MINIKUBE_LOCATION=19688
	I0923 11:46:33.814586  445639 notify.go:220] Checking for updates...
	I0923 11:46:33.819769  445639 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0923 11:46:33.822494  445639 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19688-439483/kubeconfig
	I0923 11:46:33.824726  445639 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19688-439483/.minikube
	I0923 11:46:33.826872  445639 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0923 11:46:33.829164  445639 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0923 11:46:33.831738  445639 driver.go:394] Setting default libvirt URI to qemu:///system
	I0923 11:46:33.862660  445639 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0923 11:46:33.862790  445639 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 11:46:33.913858  445639 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-23 11:46:33.9044837 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-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:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridge
-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 11:46:33.913993  445639 docker.go:318] overlay module found
	I0923 11:46:33.918154  445639 out.go:177] * Using the docker driver based on user configuration
	I0923 11:46:33.920623  445639 start.go:297] selected driver: docker
	I0923 11:46:33.920644  445639 start.go:901] validating driver "docker" against <nil>
	I0923 11:46:33.920660  445639 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0923 11:46:33.921515  445639 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 11:46:33.973683  445639 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-23 11:46:33.96459562 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aa
rch64 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:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridg
e-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 11:46:33.973887  445639 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0923 11:46:33.974131  445639 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]
	I0923 11:46:33.976444  445639 out.go:177] * Using Docker driver with root privileges
	I0923 11:46:33.978428  445639 cni.go:84] Creating CNI manager for ""
	I0923 11:46:33.978496  445639 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0923 11:46:33.978510  445639 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0923 11:46:33.978609  445639 start.go:340] cluster config:
	{Name:addons-949062 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed 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.31.1 ClusterName:addons-949062 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.31.1 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}
	I0923 11:46:33.980741  445639 out.go:177] * Starting "addons-949062" primary control-plane node in "addons-949062" cluster
	I0923 11:46:33.983285  445639 cache.go:121] Beginning downloading kic base image for docker with crio
	I0923 11:46:33.985115  445639 out.go:177] * Pulling base image v0.0.45-1726784731-19672 ...
	I0923 11:46:33.986846  445639 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0923 11:46:33.986900  445639 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19688-439483/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
	I0923 11:46:33.986912  445639 cache.go:56] Caching tarball of preloaded images
	I0923 11:46:33.986910  445639 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local docker daemon
	I0923 11:46:33.986995  445639 preload.go:172] Found /home/jenkins/minikube-integration/19688-439483/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0923 11:46:33.987006  445639 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on crio
	I0923 11:46:33.987369  445639 profile.go:143] Saving config to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/config.json ...
	I0923 11:46:33.987401  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/config.json: {Name:mk0d39df56db07d691a4092c51c2eb5ba3e85bce Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:46:34.002596  445639 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed to local cache
	I0923 11:46:34.002738  445639 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory
	I0923 11:46:34.002759  445639 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory, skipping pull
	I0923 11:46:34.002765  445639 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed exists in cache, skipping pull
	I0923 11:46:34.002772  445639 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed as a tarball
	I0923 11:46:34.002778  445639 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed from local cache
	I0923 11:46:51.484890  445639 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed from cached tarball
	I0923 11:46:51.484930  445639 cache.go:194] Successfully downloaded all kic artifacts
	I0923 11:46:51.484976  445639 start.go:360] acquireMachinesLock for addons-949062: {Name:mkc7ffd2e305e02e09a3d93d768f3a214671463f Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0923 11:46:51.485106  445639 start.go:364] duration metric: took 110.391µs to acquireMachinesLock for "addons-949062"
	I0923 11:46:51.485132  445639 start.go:93] Provisioning new machine with config: &{Name:addons-949062 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed 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.31.1 ClusterName:addons-949062 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.31.1 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.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0923 11:46:51.485212  445639 start.go:125] createHost starting for "" (driver="docker")
	I0923 11:46:51.487846  445639 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0923 11:46:51.488111  445639 start.go:159] libmachine.API.Create for "addons-949062" (driver="docker")
	I0923 11:46:51.488149  445639 client.go:168] LocalClient.Create starting
	I0923 11:46:51.488270  445639 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca.pem
	I0923 11:46:52.371948  445639 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/cert.pem
	I0923 11:46:52.879396  445639 cli_runner.go:164] Run: docker network inspect addons-949062 --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}}]}"
	W0923 11:46:52.893480  445639 cli_runner.go:211] docker network inspect addons-949062 --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
	I0923 11:46:52.893566  445639 network_create.go:284] running [docker network inspect addons-949062] to gather additional debugging logs...
	I0923 11:46:52.893588  445639 cli_runner.go:164] Run: docker network inspect addons-949062
	W0923 11:46:52.908354  445639 cli_runner.go:211] docker network inspect addons-949062 returned with exit code 1
	I0923 11:46:52.908398  445639 network_create.go:287] error running [docker network inspect addons-949062]: docker network inspect addons-949062: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-949062 not found
	I0923 11:46:52.908413  445639 network_create.go:289] output of [docker network inspect addons-949062]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-949062 not found
	
	** /stderr **
	I0923 11:46:52.908531  445639 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}}]}"
	I0923 11:46:52.922509  445639 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:0x40018510e0}
	I0923 11:46:52.922550  445639 network_create.go:124] attempt to create docker network addons-949062 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0923 11:46:52.922607  445639 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-949062 addons-949062
	I0923 11:46:52.997670  445639 network_create.go:108] docker network addons-949062 192.168.49.0/24 created
	I0923 11:46:52.997704  445639 kic.go:121] calculated static IP "192.168.49.2" for the "addons-949062" container
	I0923 11:46:52.997787  445639 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0923 11:46:53.018534  445639 cli_runner.go:164] Run: docker volume create addons-949062 --label name.minikube.sigs.k8s.io=addons-949062 --label created_by.minikube.sigs.k8s.io=true
	I0923 11:46:53.039019  445639 oci.go:103] Successfully created a docker volume addons-949062
	I0923 11:46:53.039123  445639 cli_runner.go:164] Run: docker run --rm --name addons-949062-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-949062 --entrypoint /usr/bin/test -v addons-949062:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -d /var/lib
	I0923 11:46:55.052353  445639 cli_runner.go:217] Completed: docker run --rm --name addons-949062-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-949062 --entrypoint /usr/bin/test -v addons-949062:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -d /var/lib: (2.013181677s)
	I0923 11:46:55.052383  445639 oci.go:107] Successfully prepared a docker volume addons-949062
	I0923 11:46:55.052417  445639 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0923 11:46:55.052440  445639 kic.go:194] Starting extracting preloaded images to volume ...
	I0923 11:46:55.052508  445639 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19688-439483/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-949062:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -I lz4 -xf /preloaded.tar -C /extractDir
	I0923 11:46:59.152153  445639 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19688-439483/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-949062:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -I lz4 -xf /preloaded.tar -C /extractDir: (4.099605566s)
	I0923 11:46:59.152184  445639 kic.go:203] duration metric: took 4.099741205s to extract preloaded images to volume ...
	W0923 11:46:59.152322  445639 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0923 11:46:59.152435  445639 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0923 11:46:59.207392  445639 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-949062 --name addons-949062 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-949062 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-949062 --network addons-949062 --ip 192.168.49.2 --volume addons-949062:/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.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed
	I0923 11:46:59.511137  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Running}}
	I0923 11:46:59.540351  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:46:59.561206  445639 cli_runner.go:164] Run: docker exec addons-949062 stat /var/lib/dpkg/alternatives/iptables
	I0923 11:46:59.628365  445639 oci.go:144] the created container "addons-949062" has a running status.
	I0923 11:46:59.628392  445639 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa...
	I0923 11:47:00.584153  445639 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0923 11:47:00.614708  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:00.635614  445639 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0923 11:47:00.635634  445639 kic_runner.go:114] Args: [docker exec --privileged addons-949062 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0923 11:47:00.707595  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:00.728068  445639 machine.go:93] provisionDockerMachine start ...
	I0923 11:47:00.728175  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:00.747832  445639 main.go:141] libmachine: Using SSH client type: native
	I0923 11:47:00.748089  445639 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 33163 <nil> <nil>}
	I0923 11:47:00.748098  445639 main.go:141] libmachine: About to run SSH command:
	hostname
	I0923 11:47:00.881198  445639 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-949062
	
	I0923 11:47:00.881272  445639 ubuntu.go:169] provisioning hostname "addons-949062"
	I0923 11:47:00.881384  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:00.905400  445639 main.go:141] libmachine: Using SSH client type: native
	I0923 11:47:00.905670  445639 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 33163 <nil> <nil>}
	I0923 11:47:00.905691  445639 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-949062 && echo "addons-949062" | sudo tee /etc/hostname
	I0923 11:47:01.053111  445639 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-949062
	
	I0923 11:47:01.053233  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:01.071241  445639 main.go:141] libmachine: Using SSH client type: native
	I0923 11:47:01.071501  445639 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 33163 <nil> <nil>}
	I0923 11:47:01.071524  445639 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-949062' /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-949062/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-949062' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0923 11:47:01.205263  445639 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0923 11:47:01.205293  445639 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19688-439483/.minikube CaCertPath:/home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19688-439483/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19688-439483/.minikube}
	I0923 11:47:01.205324  445639 ubuntu.go:177] setting up certificates
	I0923 11:47:01.205333  445639 provision.go:84] configureAuth start
	I0923 11:47:01.205398  445639 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-949062
	I0923 11:47:01.223395  445639 provision.go:143] copyHostCerts
	I0923 11:47:01.223488  445639 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19688-439483/.minikube/key.pem (1679 bytes)
	I0923 11:47:01.223622  445639 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19688-439483/.minikube/ca.pem (1078 bytes)
	I0923 11:47:01.223699  445639 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19688-439483/.minikube/cert.pem (1123 bytes)
	I0923 11:47:01.223767  445639 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19688-439483/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca-key.pem org=jenkins.addons-949062 san=[127.0.0.1 192.168.49.2 addons-949062 localhost minikube]
	I0923 11:47:01.428380  445639 provision.go:177] copyRemoteCerts
	I0923 11:47:01.428463  445639 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0923 11:47:01.428508  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:01.445964  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:01.543128  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0923 11:47:01.567388  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I0923 11:47:01.592010  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0923 11:47:01.616592  445639 provision.go:87] duration metric: took 411.241552ms to configureAuth
	I0923 11:47:01.616664  445639 ubuntu.go:193] setting minikube options for container-runtime
	I0923 11:47:01.616925  445639 config.go:182] Loaded profile config "addons-949062": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0923 11:47:01.617110  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:01.644000  445639 main.go:141] libmachine: Using SSH client type: native
	I0923 11:47:01.644259  445639 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 33163 <nil> <nil>}
	I0923 11:47:01.644283  445639 main.go:141] libmachine: About to run SSH command:
	sudo mkdir -p /etc/sysconfig && printf %s "
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
	I0923 11:47:01.875783  445639 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0923 11:47:01.875848  445639 machine.go:96] duration metric: took 1.147759935s to provisionDockerMachine
	I0923 11:47:01.875872  445639 client.go:171] duration metric: took 10.387713659s to LocalClient.Create
	I0923 11:47:01.875897  445639 start.go:167] duration metric: took 10.387787087s to libmachine.API.Create "addons-949062"
	I0923 11:47:01.875930  445639 start.go:293] postStartSetup for "addons-949062" (driver="docker")
	I0923 11:47:01.875963  445639 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]
	I0923 11:47:01.876107  445639 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
	I0923 11:47:01.876171  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:01.893241  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:01.990441  445639 ssh_runner.go:195] Run: cat /etc/os-release
	I0923 11:47:01.994314  445639 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0923 11:47:01.994402  445639 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0923 11:47:01.994429  445639 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0923 11:47:01.994467  445639 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0923 11:47:01.994502  445639 filesync.go:126] Scanning /home/jenkins/minikube-integration/19688-439483/.minikube/addons for local assets ...
	I0923 11:47:01.994619  445639 filesync.go:126] Scanning /home/jenkins/minikube-integration/19688-439483/.minikube/files for local assets ...
	I0923 11:47:01.994664  445639 start.go:296] duration metric: took 118.707262ms for postStartSetup
	I0923 11:47:01.995051  445639 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-949062
	I0923 11:47:02.017608  445639 profile.go:143] Saving config to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/config.json ...
	I0923 11:47:02.017961  445639 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0923 11:47:02.018023  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:02.034879  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:02.125842  445639 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0923 11:47:02.130609  445639 start.go:128] duration metric: took 10.645382121s to createHost
	I0923 11:47:02.130633  445639 start.go:83] releasing machines lock for "addons-949062", held for 10.645517579s
	I0923 11:47:02.130704  445639 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-949062
	I0923 11:47:02.148529  445639 ssh_runner.go:195] Run: cat /version.json
	I0923 11:47:02.148547  445639 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0923 11:47:02.148585  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:02.148609  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:02.167265  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:02.182688  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:02.384384  445639 ssh_runner.go:195] Run: systemctl --version
	I0923 11:47:02.388723  445639 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0923 11:47:02.528417  445639 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0923 11:47:02.532805  445639 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" ;
	I0923 11:47:02.556131  445639 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0923 11:47:02.556234  445639 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, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0923 11:47:02.588285  445639 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0923 11:47:02.588310  445639 start.go:495] detecting cgroup driver to use...
	I0923 11:47:02.588365  445639 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0923 11:47:02.588440  445639 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0923 11:47:02.604456  445639 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0923 11:47:02.615691  445639 docker.go:217] disabling cri-docker service (if available) ...
	I0923 11:47:02.615818  445639 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0923 11:47:02.630311  445639 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0923 11:47:02.644691  445639 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0923 11:47:02.727643  445639 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0923 11:47:02.824898  445639 docker.go:233] disabling docker service ...
	I0923 11:47:02.825016  445639 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0923 11:47:02.844770  445639 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0923 11:47:02.857357  445639 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0923 11:47:02.948994  445639 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0923 11:47:03.055516  445639 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0923 11:47:03.069029  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/crio/crio.sock
	" | sudo tee /etc/crictl.yaml"
	I0923 11:47:03.086794  445639 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0923 11:47:03.086865  445639 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.10"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0923 11:47:03.097572  445639 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0923 11:47:03.097702  445639 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0923 11:47:03.108371  445639 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0923 11:47:03.124931  445639 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0923 11:47:03.135562  445639 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0923 11:47:03.145123  445639 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"
	I0923 11:47:03.155610  445639 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"
	I0923 11:47:03.172186  445639 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"
	I0923 11:47:03.182475  445639 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0923 11:47:03.191293  445639 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0923 11:47:03.199896  445639 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0923 11:47:03.288643  445639 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0923 11:47:03.414491  445639 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0923 11:47:03.414584  445639 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0923 11:47:03.418311  445639 start.go:563] Will wait 60s for crictl version
	I0923 11:47:03.418425  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:47:03.422311  445639 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0923 11:47:03.463261  445639 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0923 11:47:03.463365  445639 ssh_runner.go:195] Run: crio --version
	I0923 11:47:03.503697  445639 ssh_runner.go:195] Run: crio --version
	I0923 11:47:03.542394  445639 out.go:177] * Preparing Kubernetes v1.31.1 on CRI-O 1.24.6 ...
	I0923 11:47:03.544254  445639 cli_runner.go:164] Run: docker network inspect addons-949062 --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}}]}"
	I0923 11:47:03.559734  445639 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0923 11:47:03.563258  445639 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""
	I0923 11:47:03.573759  445639 kubeadm.go:883] updating cluster {Name:addons-949062 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed 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.31.1 ClusterName:addons-949062 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.31.1 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} ...
	I0923 11:47:03.573878  445639 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0923 11:47:03.573943  445639 ssh_runner.go:195] Run: sudo crictl images --output json
	I0923 11:47:03.645037  445639 crio.go:514] all images are preloaded for cri-o runtime.
	I0923 11:47:03.645062  445639 crio.go:433] Images already preloaded, skipping extraction
	I0923 11:47:03.645124  445639 ssh_runner.go:195] Run: sudo crictl images --output json
	I0923 11:47:03.682682  445639 crio.go:514] all images are preloaded for cri-o runtime.
	I0923 11:47:03.682708  445639 cache_images.go:84] Images are preloaded, skipping loading
	I0923 11:47:03.682717  445639 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 crio true true} ...
	I0923 11:47:03.682818  445639 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.31.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-949062 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.1 ClusterName:addons-949062 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:}
	I0923 11:47:03.682905  445639 ssh_runner.go:195] Run: crio config
	I0923 11:47:03.749558  445639 cni.go:84] Creating CNI manager for ""
	I0923 11:47:03.749582  445639 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0923 11:47:03.749592  445639 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0923 11:47:03.749615  445639 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.31.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-949062 NodeName:addons-949062 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}
	I0923 11:47:03.749758  445639 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-949062"
	  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.31.1
	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%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0923 11:47:03.749832  445639 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
	I0923 11:47:03.758754  445639 binaries.go:44] Found k8s binaries, skipping transfer
	I0923 11:47:03.758861  445639 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0923 11:47:03.767733  445639 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0923 11:47:03.785605  445639 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0923 11:47:03.804598  445639 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0923 11:47:03.823383  445639 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0923 11:47:03.826720  445639 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""
	I0923 11:47:03.837578  445639 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0923 11:47:03.920967  445639 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0923 11:47:03.935037  445639 certs.go:68] Setting up /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062 for IP: 192.168.49.2
	I0923 11:47:03.935108  445639 certs.go:194] generating shared ca certs ...
	I0923 11:47:03.935139  445639 certs.go:226] acquiring lock for ca certs: {Name:mk8886b7f4079fe3380ff87fbe608ebcf7a50150 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:03.935304  445639 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19688-439483/.minikube/ca.key
	I0923 11:47:04.300186  445639 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19688-439483/.minikube/ca.crt ...
	I0923 11:47:04.300217  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/ca.crt: {Name:mkc163e0736acb4ab6c90a2621714f039ca25eb5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:04.300418  445639 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19688-439483/.minikube/ca.key ...
	I0923 11:47:04.300430  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/ca.key: {Name:mk56c01250d89e3f2925baedaf4f263e4273477a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:04.301097  445639 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.key
	I0923 11:47:04.476043  445639 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.crt ...
	I0923 11:47:04.476077  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.crt: {Name:mk01bc672072174ac83940873f84c662f94dff46 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:04.476257  445639 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.key ...
	I0923 11:47:04.476270  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.key: {Name:mk315f2d14088a80003ac768611d4c83fa0f1c63 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:04.476354  445639 certs.go:256] generating profile certs ...
	I0923 11:47:04.476415  445639 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.key
	I0923 11:47:04.476435  445639 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt with IP's: []
	I0923 11:47:04.731481  445639 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt ...
	I0923 11:47:04.731513  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: {Name:mk1490c19f8381a64e99a74c5ee248576c5c2ee6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:04.731732  445639 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.key ...
	I0923 11:47:04.731745  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.key: {Name:mk2202fa1c77f046946637138cd739c4a47cd48e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:04.731836  445639 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.key.1c1dc788
	I0923 11:47:04.731858  445639 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.crt.1c1dc788 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0923 11:47:05.351108  445639 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.crt.1c1dc788 ...
	I0923 11:47:05.351141  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.crt.1c1dc788: {Name:mk4216f1f2c9fc1b684c441f57f188446c0621bb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:05.351325  445639 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.key.1c1dc788 ...
	I0923 11:47:05.351343  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.key.1c1dc788: {Name:mka3309cf97f0fe83bcf4d91386dffb2f810e96e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:05.351435  445639 certs.go:381] copying /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.crt.1c1dc788 -> /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.crt
	I0923 11:47:05.351526  445639 certs.go:385] copying /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.key.1c1dc788 -> /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.key
	I0923 11:47:05.351582  445639 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.key
	I0923 11:47:05.351603  445639 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.crt with IP's: []
	I0923 11:47:06.355674  445639 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.crt ...
	I0923 11:47:06.355710  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.crt: {Name:mkf53dbefd9f18b1111237760556a22457c94215 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:06.355906  445639 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.key ...
	I0923 11:47:06.355921  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.key: {Name:mk62014910fd4cb6698550052f021081d2979d56 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:06.356112  445639 certs.go:484] found cert: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca-key.pem (1679 bytes)
	I0923 11:47:06.356158  445639 certs.go:484] found cert: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca.pem (1078 bytes)
	I0923 11:47:06.356190  445639 certs.go:484] found cert: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/cert.pem (1123 bytes)
	I0923 11:47:06.356218  445639 certs.go:484] found cert: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/key.pem (1679 bytes)
	I0923 11:47:06.356896  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0923 11:47:06.382662  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0923 11:47:06.407659  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0923 11:47:06.432247  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0923 11:47:06.456893  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0923 11:47:06.481763  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0923 11:47:06.506778  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0923 11:47:06.532417  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I0923 11:47:06.559058  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0923 11:47:06.584012  445639 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0923 11:47:06.602857  445639 ssh_runner.go:195] Run: openssl version
	I0923 11:47:06.608334  445639 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"
	I0923 11:47:06.618136  445639 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0923 11:47:06.622439  445639 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 23 11:47 /usr/share/ca-certificates/minikubeCA.pem
	I0923 11:47:06.622511  445639 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0923 11:47:06.630121  445639 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"
	I0923 11:47:06.639633  445639 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0923 11:47:06.643153  445639 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
	I0923 11:47:06.643205  445639 kubeadm.go:392] StartCluster: {Name:addons-949062 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed 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.31.1 ClusterName:addons-949062 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.31.1 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}
	I0923 11:47:06.643283  445639 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0923 11:47:06.643339  445639 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0923 11:47:06.682408  445639 cri.go:89] found id: ""
	I0923 11:47:06.682536  445639 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0923 11:47:06.691370  445639 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0923 11:47:06.700129  445639 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0923 11:47:06.700223  445639 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
	I0923 11:47:06.709029  445639 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
	I0923 11:47:06.709100  445639 kubeadm.go:157] found existing configuration files:
	
	I0923 11:47:06.709158  445639 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0923 11:47:06.718007  445639 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
	I0923 11:47:06.718081  445639 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0923 11:47:06.727238  445639 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0923 11:47:06.736478  445639 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
	I0923 11:47:06.736569  445639 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0923 11:47:06.745179  445639 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0923 11:47:06.753869  445639 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
	I0923 11:47:06.753954  445639 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0923 11:47:06.762453  445639 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0923 11:47:06.771165  445639 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
	I0923 11:47:06.771254  445639 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0923 11:47:06.779956  445639 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.1:$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"
	I0923 11:47:06.818721  445639 kubeadm.go:310] W0923 11:47:06.817994    1185 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "ClusterConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0923 11:47:06.819537  445639 kubeadm.go:310] W0923 11:47:06.819007    1185 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "InitConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0923 11:47:06.853459  445639 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-1070-aws\n", err: exit status 1
	I0923 11:47:06.919288  445639 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0923 11:47:20.492137  445639 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
	I0923 11:47:20.492205  445639 kubeadm.go:310] [preflight] Running pre-flight checks
	I0923 11:47:20.492332  445639 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0923 11:47:20.492409  445639 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1070-aws
	I0923 11:47:20.492472  445639 kubeadm.go:310] OS: Linux
	I0923 11:47:20.492543  445639 kubeadm.go:310] CGROUPS_CPU: enabled
	I0923 11:47:20.492615  445639 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0923 11:47:20.492708  445639 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0923 11:47:20.492783  445639 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0923 11:47:20.492855  445639 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0923 11:47:20.493017  445639 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0923 11:47:20.493077  445639 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0923 11:47:20.493132  445639 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0923 11:47:20.493189  445639 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0923 11:47:20.493268  445639 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0923 11:47:20.493403  445639 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0923 11:47:20.493513  445639 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0923 11:47:20.493583  445639 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0923 11:47:20.497700  445639 out.go:235]   - Generating certificates and keys ...
	I0923 11:47:20.497807  445639 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0923 11:47:20.497883  445639 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0923 11:47:20.497961  445639 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0923 11:47:20.498023  445639 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0923 11:47:20.498087  445639 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0923 11:47:20.498166  445639 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0923 11:47:20.498247  445639 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0923 11:47:20.498380  445639 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-949062 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0923 11:47:20.498441  445639 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0923 11:47:20.498577  445639 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-949062 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0923 11:47:20.498649  445639 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0923 11:47:20.498745  445639 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0923 11:47:20.498806  445639 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0923 11:47:20.498868  445639 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0923 11:47:20.498924  445639 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0923 11:47:20.498990  445639 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0923 11:47:20.499056  445639 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0923 11:47:20.499133  445639 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0923 11:47:20.499193  445639 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0923 11:47:20.499293  445639 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0923 11:47:20.499379  445639 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0923 11:47:20.501872  445639 out.go:235]   - Booting up control plane ...
	I0923 11:47:20.501997  445639 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0923 11:47:20.502080  445639 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0923 11:47:20.502152  445639 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0923 11:47:20.502356  445639 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0923 11:47:20.502469  445639 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0923 11:47:20.502514  445639 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0923 11:47:20.502654  445639 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0923 11:47:20.502767  445639 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0923 11:47:20.502848  445639 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001623584s
	I0923 11:47:20.502986  445639 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0923 11:47:20.503064  445639 kubeadm.go:310] [api-check] The API server is healthy after 6.001467918s
	I0923 11:47:20.503185  445639 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0923 11:47:20.503325  445639 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0923 11:47:20.503396  445639 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0923 11:47:20.503594  445639 kubeadm.go:310] [mark-control-plane] Marking the node addons-949062 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0923 11:47:20.503657  445639 kubeadm.go:310] [bootstrap-token] Using token: 5hfhnb.yczp8avbg6zznrz5
	I0923 11:47:20.505826  445639 out.go:235]   - Configuring RBAC rules ...
	I0923 11:47:20.505951  445639 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0923 11:47:20.506040  445639 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0923 11:47:20.506183  445639 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
	I0923 11:47:20.506326  445639 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0923 11:47:20.506447  445639 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0923 11:47:20.506535  445639 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0923 11:47:20.506652  445639 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0923 11:47:20.506701  445639 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0923 11:47:20.506753  445639 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0923 11:47:20.506760  445639 kubeadm.go:310] 
	I0923 11:47:20.506823  445639 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0923 11:47:20.506832  445639 kubeadm.go:310] 
	I0923 11:47:20.506909  445639 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0923 11:47:20.506916  445639 kubeadm.go:310] 
	I0923 11:47:20.506942  445639 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0923 11:47:20.507003  445639 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0923 11:47:20.507056  445639 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0923 11:47:20.507064  445639 kubeadm.go:310] 
	I0923 11:47:20.507117  445639 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0923 11:47:20.507127  445639 kubeadm.go:310] 
	I0923 11:47:20.507175  445639 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0923 11:47:20.507183  445639 kubeadm.go:310] 
	I0923 11:47:20.507235  445639 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0923 11:47:20.507312  445639 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0923 11:47:20.507392  445639 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0923 11:47:20.507400  445639 kubeadm.go:310] 
	I0923 11:47:20.507483  445639 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0923 11:47:20.507564  445639 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0923 11:47:20.507572  445639 kubeadm.go:310] 
	I0923 11:47:20.507658  445639 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token 5hfhnb.yczp8avbg6zznrz5 \
	I0923 11:47:20.507762  445639 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:e56966a64450bab0610dd6243262c3db7cc7afb656414179dba6b1f3d6d53051 \
	I0923 11:47:20.507786  445639 kubeadm.go:310] 	--control-plane 
	I0923 11:47:20.507794  445639 kubeadm.go:310] 
	I0923 11:47:20.507878  445639 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0923 11:47:20.507886  445639 kubeadm.go:310] 
	I0923 11:47:20.507967  445639 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 5hfhnb.yczp8avbg6zznrz5 \
	I0923 11:47:20.508086  445639 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:e56966a64450bab0610dd6243262c3db7cc7afb656414179dba6b1f3d6d53051 
	I0923 11:47:20.508099  445639 cni.go:84] Creating CNI manager for ""
	I0923 11:47:20.508106  445639 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0923 11:47:20.510372  445639 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0923 11:47:20.512758  445639 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0923 11:47:20.516740  445639 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.1/kubectl ...
	I0923 11:47:20.516760  445639 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0923 11:47:20.537047  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0923 11:47:20.831795  445639 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0923 11:47:20.831931  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:20.832045  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-949062 minikube.k8s.io/updated_at=2024_09_23T11_47_20_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=a36553b39c7bbbd910f6bfb97f7b698be94b4e6e minikube.k8s.io/name=addons-949062 minikube.k8s.io/primary=true
	I0923 11:47:20.982024  445639 ops.go:34] apiserver oom_adj: -16
	I0923 11:47:20.982214  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:21.483054  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:21.982325  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:22.482326  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:22.983021  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:23.483095  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:23.983264  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:24.482361  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:24.982968  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:25.103477  445639 kubeadm.go:1113] duration metric: took 4.271592558s to wait for elevateKubeSystemPrivileges
	I0923 11:47:25.103516  445639 kubeadm.go:394] duration metric: took 18.460309427s to StartCluster
	I0923 11:47:25.103535  445639 settings.go:142] acquiring lock: {Name:mk02e1628c86a1770378892d7a3154d0c52b89bd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:25.103651  445639 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19688-439483/kubeconfig
	I0923 11:47:25.104105  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/kubeconfig: {Name:mk9e4fe276763425cb8cd915eff87c9d41b7f36a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:25.104994  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0923 11:47:25.105325  445639 config.go:182] Loaded profile config "addons-949062": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0923 11:47:25.105378  445639 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0923 11:47:25.105430  445639 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 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]
	I0923 11:47:25.105668  445639 addons.go:69] Setting yakd=true in profile "addons-949062"
	I0923 11:47:25.105690  445639 addons.go:234] Setting addon yakd=true in "addons-949062"
	I0923 11:47:25.105725  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.106229  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.106525  445639 addons.go:69] Setting inspektor-gadget=true in profile "addons-949062"
	I0923 11:47:25.106551  445639 addons.go:234] Setting addon inspektor-gadget=true in "addons-949062"
	I0923 11:47:25.106580  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.107017  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.107337  445639 addons.go:69] Setting metrics-server=true in profile "addons-949062"
	I0923 11:47:25.107400  445639 addons.go:234] Setting addon metrics-server=true in "addons-949062"
	I0923 11:47:25.107426  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.107516  445639 addons.go:69] Setting cloud-spanner=true in profile "addons-949062"
	I0923 11:47:25.107536  445639 addons.go:234] Setting addon cloud-spanner=true in "addons-949062"
	I0923 11:47:25.107564  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.107857  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.107980  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.109750  445639 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-949062"
	I0923 11:47:25.109794  445639 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-949062"
	I0923 11:47:25.109831  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.110346  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.117101  445639 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-949062"
	I0923 11:47:25.124804  445639 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-949062"
	I0923 11:47:25.124849  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.125415  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.125627  445639 out.go:177] * Verifying Kubernetes components...
	I0923 11:47:25.132722  445639 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0923 11:47:25.122697  445639 addons.go:69] Setting default-storageclass=true in profile "addons-949062"
	I0923 11:47:25.132904  445639 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-949062"
	I0923 11:47:25.134746  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.122717  445639 addons.go:69] Setting gcp-auth=true in profile "addons-949062"
	I0923 11:47:25.159391  445639 mustload.go:65] Loading cluster: addons-949062
	I0923 11:47:25.159657  445639 config.go:182] Loaded profile config "addons-949062": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0923 11:47:25.160039  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.122725  445639 addons.go:69] Setting ingress=true in profile "addons-949062"
	I0923 11:47:25.192430  445639 addons.go:234] Setting addon ingress=true in "addons-949062"
	I0923 11:47:25.192550  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.193087  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.122729  445639 addons.go:69] Setting ingress-dns=true in profile "addons-949062"
	I0923 11:47:25.200727  445639 addons.go:234] Setting addon ingress-dns=true in "addons-949062"
	I0923 11:47:25.200793  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.204525  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.124390  445639 addons.go:69] Setting registry=true in profile "addons-949062"
	I0923 11:47:25.214866  445639 addons.go:234] Setting addon registry=true in "addons-949062"
	I0923 11:47:25.214927  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.215432  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.222564  445639 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
	I0923 11:47:25.229932  445639 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0923 11:47:25.229960  445639 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0923 11:47:25.230032  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.124403  445639 addons.go:69] Setting storage-provisioner=true in profile "addons-949062"
	I0923 11:47:25.233168  445639 addons.go:234] Setting addon storage-provisioner=true in "addons-949062"
	I0923 11:47:25.233207  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.233668  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.124410  445639 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-949062"
	I0923 11:47:25.253054  445639 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-949062"
	I0923 11:47:25.253402  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.124414  445639 addons.go:69] Setting volcano=true in profile "addons-949062"
	I0923 11:47:25.277153  445639 addons.go:234] Setting addon volcano=true in "addons-949062"
	I0923 11:47:25.277207  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.124417  445639 addons.go:69] Setting volumesnapshots=true in profile "addons-949062"
	I0923 11:47:25.280439  445639 addons.go:234] Setting addon volumesnapshots=true in "addons-949062"
	I0923 11:47:25.280486  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.281006  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.307719  445639 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0923 11:47:25.309027  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.309206  445639 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0923 11:47:25.309379  445639 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.24
	I0923 11:47:25.338238  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0923 11:47:25.343217  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0923 11:47:25.344501  445639 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0923 11:47:25.344570  445639 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0923 11:47:25.344680  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.356992  445639 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0923 11:47:25.357028  445639 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0923 11:47:25.357144  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.371116  445639 addons.go:234] Setting addon default-storageclass=true in "addons-949062"
	I0923 11:47:25.371155  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.371683  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.394732  445639 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0923 11:47:25.394753  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0923 11:47:25.394814  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.397575  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0923 11:47:25.401411  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0923 11:47:25.404886  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0923 11:47:25.407403  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0923 11:47:25.411249  445639 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
	I0923 11:47:25.413278  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.420743  445639 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0923 11:47:25.420997  445639 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0923 11:47:25.421013  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0923 11:47:25.421076  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.421252  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0923 11:47:25.422140  445639 out.go:177]   - Using image docker.io/registry:2.8.3
	I0923 11:47:25.423221  445639 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0923 11:47:25.423241  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0923 11:47:25.423305  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.428654  445639 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-949062"
	I0923 11:47:25.428753  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.429162  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0923 11:47:25.431534  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0923 11:47:25.431605  445639 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0923 11:47:25.431710  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.438933  445639 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0923 11:47:25.446897  445639 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0923 11:47:25.446970  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0923 11:47:25.447065  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.461218  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.483251  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.492584  445639 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0923 11:47:25.492660  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0923 11:47:25.496621  445639 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0923 11:47:25.496650  445639 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0923 11:47:25.496744  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.498725  445639 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
	I0923 11:47:25.500629  445639 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0923 11:47:25.502963  445639 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0923 11:47:25.502988  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0923 11:47:25.503053  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.546113  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.556096  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.574587  445639 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0923 11:47:25.576812  445639 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0923 11:47:25.576836  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0923 11:47:25.576904  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	W0923 11:47:25.621946  445639 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0923 11:47:25.690616  445639 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0923 11:47:25.690641  445639 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0923 11:47:25.690705  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.712179  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.713170  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/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.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0923 11:47:25.725724  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.729261  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.729663  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.762635  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.770422  445639 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0923 11:47:25.773100  445639 out.go:177]   - Using image docker.io/busybox:stable
	I0923 11:47:25.775897  445639 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0923 11:47:25.775920  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0923 11:47:25.775999  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.780781  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.784006  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.788537  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.815383  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.821574  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.847524  445639 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0923 11:47:25.847545  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0923 11:47:25.864050  445639 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0923 11:47:25.894862  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0923 11:47:25.997125  445639 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0923 11:47:25.997199  445639 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0923 11:47:26.056246  445639 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0923 11:47:26.056322  445639 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0923 11:47:26.083696  445639 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0923 11:47:26.083778  445639 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0923 11:47:26.204465  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0923 11:47:26.204541  445639 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0923 11:47:26.210937  445639 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0923 11:47:26.211015  445639 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0923 11:47:26.219957  445639 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0923 11:47:26.220032  445639 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0923 11:47:26.223822  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0923 11:47:26.227123  445639 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0923 11:47:26.227195  445639 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0923 11:47:26.243917  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:26.265203  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0923 11:47:26.294961  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0923 11:47:26.325201  445639 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0923 11:47:26.325274  445639 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0923 11:47:26.331267  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0923 11:47:26.331462  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0923 11:47:26.403593  445639 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0923 11:47:26.403668  445639 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0923 11:47:26.444228  445639 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0923 11:47:26.444301  445639 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0923 11:47:26.447454  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0923 11:47:26.450185  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0923 11:47:26.450254  445639 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)
	I0923 11:47:26.463525  445639 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0923 11:47:26.463594  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0923 11:47:26.475971  445639 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0923 11:47:26.476047  445639 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0923 11:47:26.573336  445639 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0923 11:47:26.573414  445639 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0923 11:47:26.579252  445639 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0923 11:47:26.579335  445639 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0923 11:47:26.587100  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0923 11:47:26.587172  445639 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0923 11:47:26.591301  445639 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0923 11:47:26.591370  445639 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0923 11:47:26.678086  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0923 11:47:26.725108  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0923 11:47:26.725189  445639 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0923 11:47:26.748715  445639 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0923 11:47:26.748787  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0923 11:47:26.760455  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0923 11:47:26.760529  445639 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0923 11:47:26.777749  445639 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0923 11:47:26.777828  445639 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0923 11:47:26.920454  445639 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0923 11:47:26.920525  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0923 11:47:26.933107  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0923 11:47:26.933183  445639 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0923 11:47:26.939593  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:26.954672  445639 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0923 11:47:26.954745  445639 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0923 11:47:26.996992  445639 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0923 11:47:26.997067  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0923 11:47:27.035269  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:27.055321  445639 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0923 11:47:27.055403  445639 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0923 11:47:27.063115  445639 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0923 11:47:27.063189  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0923 11:47:27.155878  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:27.210096  445639 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0923 11:47:27.210170  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0923 11:47:27.313133  445639 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0923 11:47:27.313205  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0923 11:47:27.414647  445639 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0923 11:47:27.414724  445639 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0923 11:47:27.536958  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:28.576461  445639 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.7123482s)
	I0923 11:47:28.576721  445639 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/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.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.863525117s)
	I0923 11:47:28.576784  445639 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0923 11:47:28.578673  445639 node_ready.go:35] waiting up to 6m0s for node "addons-949062" to be "Ready" ...
	I0923 11:47:29.366984  445639 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-949062" context rescaled to 1 replicas
	I0923 11:47:29.608022  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.713053614s)
	I0923 11:47:29.853419  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.629515759s)
	I0923 11:47:30.463477  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (4.198189434s)
	I0923 11:47:30.463550  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.168517675s)
	I0923 11:47:30.463592  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.132256692s)
	I0923 11:47:30.463934  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.219941975s)
	I0923 11:47:30.463981  445639 addons.go:475] Verifying addon metrics-server=true in "addons-949062"
	I0923 11:47:30.602316  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:31.226978  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (4.895462339s)
	I0923 11:47:31.227059  445639 addons.go:475] Verifying addon ingress=true in "addons-949062"
	I0923 11:47:31.227422  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.287757679s)
	I0923 11:47:31.227207  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.779598683s)
	I0923 11:47:31.227255  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.549094678s)
	I0923 11:47:31.227779  445639 addons.go:475] Verifying addon registry=true in "addons-949062"
	I0923 11:47:31.229699  445639 out.go:177] * Verifying registry addon...
	I0923 11:47:31.229801  445639 out.go:177] * Verifying ingress addon...
	I0923 11:47:31.229846  445639 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-949062 service yakd-dashboard -n yakd-dashboard
	
	I0923 11:47:31.233265  445639 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0923 11:47:31.234332  445639 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0923 11:47:31.250191  445639 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0923 11:47:31.250280  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:31.275807  445639 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0923 11:47:31.275879  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:31.436196  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.400830271s)
	W0923 11:47:31.436281  445639 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:31.436339  445639 retry.go:31] will retry after 182.969163ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:31.436446  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (4.280489573s)
	I0923 11:47:31.620371  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:31.759277  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:31.773206  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:31.858963  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (4.321902611s)
	I0923 11:47:31.859046  445639 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-949062"
	I0923 11:47:31.865822  445639 out.go:177] * Verifying csi-hostpath-driver addon...
	I0923 11:47:31.869037  445639 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0923 11:47:31.912969  445639 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0923 11:47:31.912991  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:32.251090  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:32.252452  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:32.373204  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:32.739425  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:32.740447  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:32.873911  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:33.083808  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:33.241628  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:33.338821  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:33.373555  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:33.739639  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:33.741032  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:33.876015  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:34.239516  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:34.241410  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:34.387963  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:34.753957  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:34.754462  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:34.821576  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (3.201064593s)
	I0923 11:47:34.874034  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:35.087494  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:35.236329  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:35.239078  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:35.373115  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:35.738029  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:35.739680  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:35.844517  445639 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0923 11:47:35.844602  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:35.865028  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:35.874321  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:35.978873  445639 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0923 11:47:35.997265  445639 addons.go:234] Setting addon gcp-auth=true in "addons-949062"
	I0923 11:47:35.997317  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:35.997795  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:36.019821  445639 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0923 11:47:36.019901  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:36.039339  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:36.160367  445639 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0923 11:47:36.162350  445639 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0923 11:47:36.164274  445639 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0923 11:47:36.164306  445639 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0923 11:47:36.191375  445639 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0923 11:47:36.191404  445639 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0923 11:47:36.210745  445639 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0923 11:47:36.210770  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0923 11:47:36.233178  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:36.237921  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:36.244112  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:36.374376  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:36.742008  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:36.743471  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:36.875740  445639 addons.go:475] Verifying addon gcp-auth=true in "addons-949062"
	I0923 11:47:36.877861  445639 out.go:177] * Verifying gcp-auth addon...
	I0923 11:47:36.880821  445639 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0923 11:47:36.882673  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:36.990251  445639 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0923 11:47:36.990345  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:37.237425  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:37.238222  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:37.373425  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:37.384399  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:37.583461  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:37.737687  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:37.738911  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:37.872662  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:37.884681  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:38.236686  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:38.238137  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:38.372763  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:38.383816  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:38.737311  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:38.738305  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:38.872038  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:38.884316  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:39.237259  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:39.238077  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:39.372472  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:39.384642  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:39.736235  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:39.737651  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:39.872219  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:39.884073  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:40.082413  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:40.236640  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:40.238427  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:40.372869  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:40.383890  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:40.737593  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:40.738702  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:40.873082  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:40.884414  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:41.238710  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:41.240566  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:41.372880  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:41.383900  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:41.737050  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:41.738015  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:41.872513  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:41.884753  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:42.082755  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:42.236904  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:42.239321  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:42.373188  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:42.384506  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:42.737611  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:42.738231  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:42.873843  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:42.884134  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:43.236544  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:43.238842  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:43.373119  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:43.385043  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:43.736341  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:43.738186  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:43.873092  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:43.884010  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:44.236665  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:44.238294  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:44.372710  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:44.384169  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:44.582242  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:44.736346  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:44.738296  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:44.873223  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:44.884429  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:45.254432  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:45.256045  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:45.374232  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:45.385675  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:45.737168  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:45.738776  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:45.872483  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:45.885038  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:46.237413  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:46.238367  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:46.373296  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:46.384057  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:46.582633  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:46.736472  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:46.738928  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:46.872872  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:46.884683  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:47.237179  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:47.238377  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:47.372980  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:47.384413  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:47.737870  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:47.739341  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:47.873143  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:47.884615  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:48.237023  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:48.239390  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:48.373652  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:48.385114  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:48.737923  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:48.739279  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:48.873353  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:48.884809  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:49.082242  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:49.237510  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:49.238406  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:49.373189  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:49.384471  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:49.736829  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:49.738393  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:49.872880  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:49.884255  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:50.237738  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:50.238524  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:50.373612  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:50.384387  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:50.737703  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:50.738954  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:50.872513  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:50.885090  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:51.083052  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:51.236861  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:51.238472  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:51.373234  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:51.384869  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:51.737045  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:51.738848  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:51.872707  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:51.883990  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:52.236767  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:52.239142  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:52.372717  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:52.384797  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:52.737318  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:52.738016  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:52.872763  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:52.883676  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:53.238246  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:53.239287  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:53.372895  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:53.384510  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:53.582553  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:53.738166  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:53.738651  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:53.874600  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:53.884271  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:54.239246  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:54.240750  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:54.377222  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:54.387248  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:54.737766  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:54.739430  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:54.873269  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:54.885123  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:55.239216  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:55.239397  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:55.373113  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:55.384631  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:55.582894  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:55.737187  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:55.738936  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:55.872460  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:55.883952  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:56.237026  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:56.238037  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:56.372331  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:56.384674  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:56.737308  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:56.738033  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:56.872628  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:56.883894  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:57.236561  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:57.239007  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:57.372676  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:57.384244  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:57.582961  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:57.736851  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:57.738917  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:57.873176  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:57.884209  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:58.237760  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:58.238749  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:58.372330  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:58.384236  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:58.737782  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:58.738014  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:58.872781  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:58.886812  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:59.236474  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:59.238552  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:59.373060  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:59.384069  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:59.737992  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:59.738973  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:59.872638  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:59.884246  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:00.088146  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:48:00.242891  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:00.251897  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:00.408240  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:00.408764  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:00.736449  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:00.738431  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:00.874357  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:00.885104  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:01.236709  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:01.238869  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:01.373568  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:01.384030  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:01.737829  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:01.738765  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:01.873284  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:01.886016  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:02.238135  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:02.239058  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:02.373317  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:02.384626  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:02.582664  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:48:02.738305  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:02.738470  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:02.873100  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:02.884714  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:03.237489  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:03.239699  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:03.372977  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:03.384432  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:03.737260  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:03.738563  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:03.872510  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:03.883998  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:04.236847  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:04.238551  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:04.375576  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:04.384090  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:04.582804  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:48:04.737427  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:04.738947  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:04.872911  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:04.884145  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:05.236500  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:05.238455  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:05.373130  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:05.384492  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:05.737407  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:05.738220  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:05.872756  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:05.884497  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:06.237088  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:06.239369  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:06.373181  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:06.384245  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:06.582883  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:48:06.737765  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:06.738740  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:06.872306  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:06.884051  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:07.236609  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:07.238872  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:07.373309  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:07.384238  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:07.615041  445639 node_ready.go:49] node "addons-949062" has status "Ready":"True"
	I0923 11:48:07.615070  445639 node_ready.go:38] duration metric: took 39.036239338s for node "addons-949062" to be "Ready" ...
	I0923 11:48:07.615082  445639 pod_ready.go:36] 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" ...
	I0923 11:48:07.625604  445639 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-jcsz4" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:07.748130  445639 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0923 11:48:07.748156  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:07.749160  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:07.958610  445639 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0923 11:48:07.958763  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:07.958968  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:08.239254  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:08.240243  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:08.404389  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:08.406602  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:08.738178  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:08.739936  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:08.874318  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:08.889596  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:09.239826  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:09.241018  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:09.383976  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:09.385333  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:09.633691  445639 pod_ready.go:103] pod "coredns-7c65d6cfc9-jcsz4" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:09.749644  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:09.752426  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:09.874268  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:09.894683  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:10.244402  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:10.248337  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:10.378151  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:10.384017  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:10.632399  445639 pod_ready.go:93] pod "coredns-7c65d6cfc9-jcsz4" in "kube-system" namespace has status "Ready":"True"
	I0923 11:48:10.632424  445639 pod_ready.go:82] duration metric: took 3.006784184s for pod "coredns-7c65d6cfc9-jcsz4" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.632444  445639 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.640126  445639 pod_ready.go:93] pod "etcd-addons-949062" in "kube-system" namespace has status "Ready":"True"
	I0923 11:48:10.640151  445639 pod_ready.go:82] duration metric: took 7.698877ms for pod "etcd-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.640165  445639 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.645825  445639 pod_ready.go:93] pod "kube-apiserver-addons-949062" in "kube-system" namespace has status "Ready":"True"
	I0923 11:48:10.645853  445639 pod_ready.go:82] duration metric: took 5.678902ms for pod "kube-apiserver-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.645865  445639 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.651610  445639 pod_ready.go:93] pod "kube-controller-manager-addons-949062" in "kube-system" namespace has status "Ready":"True"
	I0923 11:48:10.651639  445639 pod_ready.go:82] duration metric: took 5.765844ms for pod "kube-controller-manager-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.651654  445639 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-lpdls" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.657159  445639 pod_ready.go:93] pod "kube-proxy-lpdls" in "kube-system" namespace has status "Ready":"True"
	I0923 11:48:10.657186  445639 pod_ready.go:82] duration metric: took 5.500351ms for pod "kube-proxy-lpdls" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.657198  445639 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.738959  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:10.740010  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:10.875406  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:10.884451  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:11.030576  445639 pod_ready.go:93] pod "kube-scheduler-addons-949062" in "kube-system" namespace has status "Ready":"True"
	I0923 11:48:11.030607  445639 pod_ready.go:82] duration metric: took 373.40035ms for pod "kube-scheduler-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:11.030620  445639 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:11.239591  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:11.242650  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:11.375673  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:11.384373  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:11.738608  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:11.741735  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:11.874416  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:11.884740  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:12.239162  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:12.241829  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:12.375811  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:12.475166  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:12.740241  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:12.742569  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:12.874607  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:12.884849  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:13.038524  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:13.240205  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:13.241801  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:13.377018  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:13.390238  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:13.748024  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:13.756302  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:13.880104  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:13.900900  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:14.239672  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:14.240640  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:14.376186  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:14.386769  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:14.742408  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:14.743361  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:14.874324  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:14.884383  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:15.040307  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:15.238331  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:15.239388  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:15.381540  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:15.384063  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:15.738025  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:15.738959  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:15.874276  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:15.884651  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:16.238614  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:16.248541  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:16.375022  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:16.384920  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:16.738664  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:16.739961  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:16.874687  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:16.884727  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:17.238651  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:17.239513  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:17.375305  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:17.384594  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:17.536836  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:17.737466  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:17.738775  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:17.874226  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:17.884503  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:18.236846  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:18.239313  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:18.374226  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:18.391595  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:18.738503  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:18.739894  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:18.873975  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:18.884589  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:19.238378  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:19.240215  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:19.373918  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:19.385097  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:19.537576  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:19.737569  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:19.742250  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:19.874625  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:19.884994  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:20.239578  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:20.241355  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:20.375448  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:20.385266  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:20.740221  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:20.741532  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:20.874332  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:20.884228  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:21.241562  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:21.241686  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:21.374941  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:21.385433  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:21.741228  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:21.742329  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:21.873739  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:21.885002  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:22.037528  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:22.237503  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:22.240194  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:22.375157  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:22.384808  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:22.739694  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:22.742204  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:22.875012  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:22.885128  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:23.239034  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:23.240246  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:23.374272  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:23.385168  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:23.739976  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:23.742821  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:23.873828  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:23.884086  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:24.038735  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:24.237617  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:24.239654  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:24.386591  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:24.394869  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:24.740517  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:24.742719  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:24.875574  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:24.885840  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:25.244167  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:25.244760  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:25.374397  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:25.384740  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:25.737927  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:25.740407  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:25.875754  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:25.883878  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:26.237920  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:26.238879  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:26.376466  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:26.384604  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:26.537250  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:26.744408  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:26.748067  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:26.873793  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:26.884243  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:27.240287  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:27.242089  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:27.375419  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:27.385290  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:27.738120  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:27.739379  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:27.874700  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:27.884546  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:28.238563  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:28.239896  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:28.374580  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:28.385275  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:28.537441  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:28.739113  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:28.740134  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:28.873976  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:28.886824  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:29.238458  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:29.239913  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:29.375380  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:29.384688  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:29.738347  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:29.739290  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:29.875516  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:29.885084  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:30.238842  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:30.241028  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:30.376535  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:30.386306  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:30.742581  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:30.743238  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:30.875021  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:30.889209  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:31.040582  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:31.238711  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:31.244239  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:31.376848  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:31.385574  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:31.767016  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:31.768422  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:31.874612  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:31.885229  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:32.240121  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:32.242822  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:32.375010  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:32.385700  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:32.737657  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:32.742607  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:32.880801  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:32.887602  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:33.041721  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:33.237117  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:33.241241  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:33.374103  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:33.384512  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:33.739059  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:33.740076  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:33.874272  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:33.884407  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:34.237443  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:34.239180  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:34.373662  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:34.384565  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:34.740803  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:34.741815  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:34.876049  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:34.885303  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:35.238759  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:35.240189  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:35.374463  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:35.385175  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:35.537459  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:35.739056  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:35.740256  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:35.874027  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:35.884838  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:36.252221  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:36.253420  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:36.374278  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:36.384693  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:36.738423  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:36.740023  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:36.874693  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:36.884806  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:37.238538  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:37.242551  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:37.375221  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:37.384625  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:37.540018  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:37.738923  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:37.739905  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:37.874602  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:37.885153  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:38.240127  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:38.240545  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:38.373842  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:38.384261  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:38.739174  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:38.739710  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:38.874196  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:38.883880  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:39.239398  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:39.240086  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:39.373949  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:39.384636  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:39.739216  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:39.740063  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:39.880563  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:39.884815  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:40.058905  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:40.237970  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:40.239334  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:40.375595  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:40.385916  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:40.754278  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:40.758759  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:40.876306  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:40.886814  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:41.240876  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:41.245089  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:41.375792  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:41.386228  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:41.740102  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:41.740443  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:41.874928  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:41.884566  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:42.063594  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:42.237586  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:42.240974  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:42.374551  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:42.385662  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:42.739360  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:42.740835  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:42.878275  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:42.885883  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:43.238551  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:43.241737  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:43.386566  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:43.388195  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:43.738913  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:43.740870  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:43.874995  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:43.885288  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:44.238821  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:44.240300  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:44.386841  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:44.394431  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:44.541353  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:44.740727  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:44.742088  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:44.877075  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:44.884723  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:45.248054  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:45.249800  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:45.377592  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:45.388398  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:45.739191  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:45.739572  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:45.874520  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:45.884595  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:46.237776  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:46.240236  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:46.382300  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:46.485683  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:46.738773  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:46.739736  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:46.874346  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:46.886721  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:47.042132  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:47.238832  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:47.239660  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:47.374360  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:47.384184  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:47.739115  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:47.739687  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:47.873717  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:47.884838  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:48.238399  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:48.239100  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:48.374001  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:48.386650  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:48.739201  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:48.740011  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:48.874891  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:48.884351  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:49.244185  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:49.247374  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:49.374557  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:49.386184  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:49.537511  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:49.739453  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:49.740039  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:49.873718  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:49.886213  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:50.238838  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:50.240058  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:50.374603  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:50.387818  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:50.738796  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:50.742114  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:50.874217  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:50.886690  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:51.239732  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:51.241483  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:51.375156  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:51.385790  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:51.538381  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:51.741356  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:51.744008  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:51.874453  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:51.884936  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:52.239658  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:52.240490  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:52.374467  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:52.385336  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:52.738479  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:52.738825  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:52.885842  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:52.887676  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:53.238908  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:53.239715  445639 kapi.go:107] duration metric: took 1m22.006449606s to wait for kubernetes.io/minikube-addons=registry ...
	I0923 11:48:53.374181  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:53.385597  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:53.539431  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:53.746680  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:53.874900  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:53.885462  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:54.238927  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:54.374393  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:54.384130  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:54.738960  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:54.873653  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:54.886029  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:55.239586  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:55.374250  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:55.384811  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:55.739059  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:55.876142  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:55.885550  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:56.038520  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:56.240258  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:56.380491  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:56.391936  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:56.739936  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:56.874579  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:56.885132  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:57.242272  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:57.376559  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:57.387030  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:57.738936  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:57.877313  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:57.884677  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:58.039877  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:58.239398  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:58.375819  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:58.385745  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:58.739155  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:58.873836  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:58.885904  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:59.238516  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:59.377235  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:59.392053  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:59.739920  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:59.875569  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:59.884587  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:00.052753  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:00.378261  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:00.448186  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:00.449254  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:00.739758  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:00.874222  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:00.884446  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:01.239481  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:01.374486  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:01.385708  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:01.739642  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:01.874511  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:01.885182  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:02.246502  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:02.378993  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:02.384890  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:02.538909  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:02.740486  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:02.876212  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:02.888458  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:03.241259  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:03.376141  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:03.388731  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:03.740382  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:03.876240  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:03.885036  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:04.238984  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:04.375160  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:04.384865  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:04.539090  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:04.740291  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:04.874556  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:04.885090  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:05.248215  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:05.375587  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:05.385715  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:05.740187  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:05.875663  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:05.901457  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:06.239455  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:06.374248  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:06.385979  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:06.546825  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:06.740097  445639 kapi.go:107] duration metric: took 1m35.505761343s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0923 11:49:06.876109  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:06.885568  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:07.375987  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:07.384752  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:07.874037  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:07.884776  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:08.374303  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:08.384391  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:08.874008  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:08.885955  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:09.041678  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:09.375279  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:09.384600  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:09.874440  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:09.885091  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:10.373729  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:10.384487  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:10.874375  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:10.884724  445639 kapi.go:107] duration metric: took 1m34.00389875s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0923 11:49:10.887410  445639 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-949062 cluster.
	I0923 11:49:10.890021  445639 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.
	I0923 11:49:10.892273  445639 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0923 11:49:11.375810  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:11.536927  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:11.874233  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:12.374650  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:12.874640  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:13.375274  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:13.539298  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:13.876748  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:14.375379  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:14.874127  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:15.376119  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:15.542628  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:15.875648  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:16.375209  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:16.874292  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:17.374242  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:17.874623  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:18.047166  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:18.393586  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:18.540594  445639 pod_ready.go:93] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"True"
	I0923 11:49:18.540627  445639 pod_ready.go:82] duration metric: took 1m7.50999316s for pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace to be "Ready" ...
	I0923 11:49:18.540663  445639 pod_ready.go:39] duration metric: took 1m10.925566484s 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" ...
	I0923 11:49:18.540686  445639 api_server.go:52] waiting for apiserver process to appear ...
	I0923 11:49:18.540736  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0923 11:49:18.540820  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0923 11:49:18.620691  445639 cri.go:89] found id: "f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300"
	I0923 11:49:18.620716  445639 cri.go:89] found id: ""
	I0923 11:49:18.620725  445639 logs.go:276] 1 containers: [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300]
	I0923 11:49:18.620816  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.624273  445639 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0923 11:49:18.624367  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0923 11:49:18.662744  445639 cri.go:89] found id: "91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31"
	I0923 11:49:18.662766  445639 cri.go:89] found id: ""
	I0923 11:49:18.662774  445639 logs.go:276] 1 containers: [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31]
	I0923 11:49:18.662861  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.666320  445639 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0923 11:49:18.666451  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0923 11:49:18.704630  445639 cri.go:89] found id: "6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005"
	I0923 11:49:18.704654  445639 cri.go:89] found id: ""
	I0923 11:49:18.704662  445639 logs.go:276] 1 containers: [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005]
	I0923 11:49:18.704744  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.708237  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0923 11:49:18.708339  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0923 11:49:18.757556  445639 cri.go:89] found id: "4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9"
	I0923 11:49:18.757581  445639 cri.go:89] found id: ""
	I0923 11:49:18.757590  445639 logs.go:276] 1 containers: [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9]
	I0923 11:49:18.757682  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.761164  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0923 11:49:18.761234  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0923 11:49:18.799012  445639 cri.go:89] found id: "feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4"
	I0923 11:49:18.799045  445639 cri.go:89] found id: ""
	I0923 11:49:18.799053  445639 logs.go:276] 1 containers: [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4]
	I0923 11:49:18.799132  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.802734  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0923 11:49:18.802817  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0923 11:49:18.846226  445639 cri.go:89] found id: "e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3"
	I0923 11:49:18.846251  445639 cri.go:89] found id: ""
	I0923 11:49:18.846272  445639 logs.go:276] 1 containers: [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3]
	I0923 11:49:18.846370  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.850038  445639 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0923 11:49:18.850142  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0923 11:49:18.879534  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:18.923519  445639 cri.go:89] found id: "3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7"
	I0923 11:49:18.923560  445639 cri.go:89] found id: ""
	I0923 11:49:18.923569  445639 logs.go:276] 1 containers: [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7]
	I0923 11:49:18.923691  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.928989  445639 logs.go:123] Gathering logs for CRI-O ...
	I0923 11:49:18.929061  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0923 11:49:19.041596  445639 logs.go:123] Gathering logs for container status ...
	I0923 11:49:19.041635  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0923 11:49:19.091158  445639 logs.go:123] Gathering logs for kubelet ...
	I0923 11:49:19.091196  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0923 11:49:19.135687  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.589914    1483 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.135947  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.589972    1483 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:19.136138  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.590020    1483 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-949062" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.136355  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.590034    1483 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:19.136545  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.608406    1483 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.136777  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.608455    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:19.136978  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.610454    1483 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.137211  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.610503    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:19.137396  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.612923    1483 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.137629  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.612992    1483 reflector.go:158] "Unhandled Error" err="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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	I0923 11:49:19.186886  445639 logs.go:123] Gathering logs for dmesg ...
	I0923 11:49:19.186924  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0923 11:49:19.203835  445639 logs.go:123] Gathering logs for describe nodes ...
	I0923 11:49:19.203866  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0923 11:49:19.376591  445639 kapi.go:107] duration metric: took 1m47.507549638s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0923 11:49:19.379518  445639 out.go:177] * Enabled addons: cloud-spanner, ingress-dns, nvidia-device-plugin, storage-provisioner, metrics-server, storage-provisioner-rancher, yakd, default-storageclass, inspektor-gadget, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
	I0923 11:49:19.382024  445639 addons.go:510] duration metric: took 1m54.276584476s for enable addons: enabled=[cloud-spanner ingress-dns nvidia-device-plugin storage-provisioner metrics-server storage-provisioner-rancher yakd default-storageclass inspektor-gadget volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
	I0923 11:49:19.406063  445639 logs.go:123] Gathering logs for coredns [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005] ...
	I0923 11:49:19.406093  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005"
	I0923 11:49:19.463679  445639 logs.go:123] Gathering logs for kube-scheduler [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9] ...
	I0923 11:49:19.463707  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9"
	I0923 11:49:19.507728  445639 logs.go:123] Gathering logs for kindnet [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7] ...
	I0923 11:49:19.507760  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7"
	I0923 11:49:19.551351  445639 logs.go:123] Gathering logs for kube-apiserver [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300] ...
	I0923 11:49:19.551385  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300"
	I0923 11:49:19.605539  445639 logs.go:123] Gathering logs for etcd [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31] ...
	I0923 11:49:19.605573  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31"
	I0923 11:49:19.657214  445639 logs.go:123] Gathering logs for kube-proxy [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4] ...
	I0923 11:49:19.657246  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4"
	I0923 11:49:19.705225  445639 logs.go:123] Gathering logs for kube-controller-manager [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3] ...
	I0923 11:49:19.705257  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3"
	I0923 11:49:19.814417  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:49:19.814447  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0923 11:49:19.814525  445639 out.go:270] X Problems detected in kubelet:
	W0923 11:49:19.814544  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.608455    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:19.814562  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.610454    1483 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.814576  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.610503    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:19.814583  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.612923    1483 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.814589  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.612992    1483 reflector.go:158] "Unhandled Error" err="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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	I0923 11:49:19.814598  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:49:19.814605  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 11:49:29.815362  445639 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0923 11:49:29.829344  445639 api_server.go:72] duration metric: took 2m4.723927549s to wait for apiserver process to appear ...
	I0923 11:49:29.829371  445639 api_server.go:88] waiting for apiserver healthz status ...
	I0923 11:49:29.829407  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0923 11:49:29.829467  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0923 11:49:29.871938  445639 cri.go:89] found id: "f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300"
	I0923 11:49:29.871962  445639 cri.go:89] found id: ""
	I0923 11:49:29.871970  445639 logs.go:276] 1 containers: [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300]
	I0923 11:49:29.872027  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:29.876064  445639 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0923 11:49:29.876137  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0923 11:49:29.918480  445639 cri.go:89] found id: "91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31"
	I0923 11:49:29.918500  445639 cri.go:89] found id: ""
	I0923 11:49:29.918508  445639 logs.go:276] 1 containers: [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31]
	I0923 11:49:29.918564  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:29.922149  445639 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0923 11:49:29.922226  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0923 11:49:29.961403  445639 cri.go:89] found id: "6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005"
	I0923 11:49:29.961427  445639 cri.go:89] found id: ""
	I0923 11:49:29.961435  445639 logs.go:276] 1 containers: [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005]
	I0923 11:49:29.961524  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:29.965267  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0923 11:49:29.965341  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0923 11:49:30.093489  445639 cri.go:89] found id: "4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9"
	I0923 11:49:30.093512  445639 cri.go:89] found id: ""
	I0923 11:49:30.093520  445639 logs.go:276] 1 containers: [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9]
	I0923 11:49:30.093592  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:30.124191  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0923 11:49:30.124280  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0923 11:49:30.186408  445639 cri.go:89] found id: "feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4"
	I0923 11:49:30.186436  445639 cri.go:89] found id: ""
	I0923 11:49:30.186447  445639 logs.go:276] 1 containers: [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4]
	I0923 11:49:30.186516  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:30.190974  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0923 11:49:30.191079  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0923 11:49:30.232732  445639 cri.go:89] found id: "e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3"
	I0923 11:49:30.232753  445639 cri.go:89] found id: ""
	I0923 11:49:30.232762  445639 logs.go:276] 1 containers: [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3]
	I0923 11:49:30.232828  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:30.237003  445639 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0923 11:49:30.237085  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0923 11:49:30.280016  445639 cri.go:89] found id: "3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7"
	I0923 11:49:30.280050  445639 cri.go:89] found id: ""
	I0923 11:49:30.280059  445639 logs.go:276] 1 containers: [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7]
	I0923 11:49:30.280120  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:30.284200  445639 logs.go:123] Gathering logs for kubelet ...
	I0923 11:49:30.284228  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0923 11:49:30.331412  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.589914    1483 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-949062' and this object
	W0923 11:49:30.331646  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.589972    1483 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:30.331822  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.590020    1483 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-949062" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-949062' and this object
	W0923 11:49:30.332036  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.590034    1483 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:30.332224  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.608406    1483 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:30.332453  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.608455    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:30.332638  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.610454    1483 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:30.332865  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.610503    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:30.333059  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.612923    1483 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-949062' and this object
	W0923 11:49:30.333284  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.612992    1483 reflector.go:158] "Unhandled Error" err="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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	I0923 11:49:30.384459  445639 logs.go:123] Gathering logs for kube-apiserver [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300] ...
	I0923 11:49:30.384498  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300"
	I0923 11:49:30.456588  445639 logs.go:123] Gathering logs for kube-proxy [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4] ...
	I0923 11:49:30.456627  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4"
	I0923 11:49:30.512746  445639 logs.go:123] Gathering logs for CRI-O ...
	I0923 11:49:30.512777  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0923 11:49:30.608657  445639 logs.go:123] Gathering logs for kube-scheduler [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9] ...
	I0923 11:49:30.608696  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9"
	I0923 11:49:30.657143  445639 logs.go:123] Gathering logs for kube-controller-manager [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3] ...
	I0923 11:49:30.657225  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3"
	I0923 11:49:30.728445  445639 logs.go:123] Gathering logs for kindnet [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7] ...
	I0923 11:49:30.728483  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7"
	I0923 11:49:30.778437  445639 logs.go:123] Gathering logs for container status ...
	I0923 11:49:30.778466  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0923 11:49:30.829608  445639 logs.go:123] Gathering logs for dmesg ...
	I0923 11:49:30.829638  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0923 11:49:30.845889  445639 logs.go:123] Gathering logs for describe nodes ...
	I0923 11:49:30.845924  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0923 11:49:30.988340  445639 logs.go:123] Gathering logs for etcd [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31] ...
	I0923 11:49:30.988374  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31"
	I0923 11:49:31.050164  445639 logs.go:123] Gathering logs for coredns [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005] ...
	I0923 11:49:31.050205  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005"
	I0923 11:49:31.096403  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:49:31.096432  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0923 11:49:31.096529  445639 out.go:270] X Problems detected in kubelet:
	W0923 11:49:31.096547  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.608455    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:31.096554  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.610454    1483 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:31.096590  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.610503    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:31.096600  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.612923    1483 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-949062' and this object
	W0923 11:49:31.096607  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.612992    1483 reflector.go:158] "Unhandled Error" err="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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	I0923 11:49:31.096618  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:49:31.096626  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 11:49:41.097506  445639 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0923 11:49:41.107305  445639 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0923 11:49:41.108323  445639 api_server.go:141] control plane version: v1.31.1
	I0923 11:49:41.108350  445639 api_server.go:131] duration metric: took 11.278970036s to wait for apiserver health ...
	I0923 11:49:41.108359  445639 system_pods.go:43] waiting for kube-system pods to appear ...
	I0923 11:49:41.108381  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0923 11:49:41.108449  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0923 11:49:41.192519  445639 cri.go:89] found id: "f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300"
	I0923 11:49:41.192547  445639 cri.go:89] found id: ""
	I0923 11:49:41.192555  445639 logs.go:276] 1 containers: [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300]
	I0923 11:49:41.192649  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.198871  445639 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0923 11:49:41.198966  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0923 11:49:41.252979  445639 cri.go:89] found id: "91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31"
	I0923 11:49:41.253004  445639 cri.go:89] found id: ""
	I0923 11:49:41.253013  445639 logs.go:276] 1 containers: [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31]
	I0923 11:49:41.253101  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.260324  445639 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0923 11:49:41.260419  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0923 11:49:41.323604  445639 cri.go:89] found id: "6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005"
	I0923 11:49:41.323625  445639 cri.go:89] found id: ""
	I0923 11:49:41.323633  445639 logs.go:276] 1 containers: [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005]
	I0923 11:49:41.323750  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.327871  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0923 11:49:41.328003  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0923 11:49:41.404566  445639 cri.go:89] found id: "4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9"
	I0923 11:49:41.404602  445639 cri.go:89] found id: ""
	I0923 11:49:41.404610  445639 logs.go:276] 1 containers: [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9]
	I0923 11:49:41.404694  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.411453  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0923 11:49:41.411556  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0923 11:49:41.467708  445639 cri.go:89] found id: "feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4"
	I0923 11:49:41.467729  445639 cri.go:89] found id: ""
	I0923 11:49:41.467737  445639 logs.go:276] 1 containers: [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4]
	I0923 11:49:41.467849  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.472127  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0923 11:49:41.472238  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0923 11:49:41.523925  445639 cri.go:89] found id: "e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3"
	I0923 11:49:41.523947  445639 cri.go:89] found id: ""
	I0923 11:49:41.523955  445639 logs.go:276] 1 containers: [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3]
	I0923 11:49:41.524039  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.531765  445639 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0923 11:49:41.531873  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0923 11:49:41.587514  445639 cri.go:89] found id: "3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7"
	I0923 11:49:41.587539  445639 cri.go:89] found id: ""
	I0923 11:49:41.587560  445639 logs.go:276] 1 containers: [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7]
	I0923 11:49:41.587658  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.594058  445639 logs.go:123] Gathering logs for kube-apiserver [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300] ...
	I0923 11:49:41.594083  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300"
	I0923 11:49:41.673536  445639 logs.go:123] Gathering logs for coredns [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005] ...
	I0923 11:49:41.673572  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005"
	I0923 11:49:41.738976  445639 logs.go:123] Gathering logs for kube-proxy [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4] ...
	I0923 11:49:41.739059  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4"
	I0923 11:49:41.797156  445639 logs.go:123] Gathering logs for kindnet [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7] ...
	I0923 11:49:41.797229  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7"
	I0923 11:49:41.838521  445639 logs.go:123] Gathering logs for CRI-O ...
	I0923 11:49:41.838611  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0923 11:49:41.936380  445639 logs.go:123] Gathering logs for kubelet ...
	I0923 11:49:41.936419  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0923 11:49:41.986339  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.589914    1483 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-949062' and this object
	W0923 11:49:41.986622  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.589972    1483 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:41.986815  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.590020    1483 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-949062" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-949062' and this object
	W0923 11:49:41.987032  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.590034    1483 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:41.987221  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.608406    1483 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:41.987452  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.608455    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:41.987638  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.610454    1483 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:41.988047  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.610503    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:41.988238  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.612923    1483 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-949062' and this object
	W0923 11:49:41.988464  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.612992    1483 reflector.go:158] "Unhandled Error" err="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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	I0923 11:49:42.047057  445639 logs.go:123] Gathering logs for dmesg ...
	I0923 11:49:42.047096  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0923 11:49:42.067948  445639 logs.go:123] Gathering logs for describe nodes ...
	I0923 11:49:42.068044  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0923 11:49:42.256749  445639 logs.go:123] Gathering logs for etcd [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31] ...
	I0923 11:49:42.256790  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31"
	I0923 11:49:42.339965  445639 logs.go:123] Gathering logs for kube-scheduler [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9] ...
	I0923 11:49:42.340011  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9"
	I0923 11:49:42.389979  445639 logs.go:123] Gathering logs for kube-controller-manager [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3] ...
	I0923 11:49:42.390021  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3"
	I0923 11:49:42.484551  445639 logs.go:123] Gathering logs for container status ...
	I0923 11:49:42.484591  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0923 11:49:42.535703  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:49:42.535731  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0923 11:49:42.535784  445639 out.go:270] X Problems detected in kubelet:
	W0923 11:49:42.535797  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.608455    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:42.535804  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.610454    1483 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:42.535811  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.610503    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:42.535823  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.612923    1483 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-949062' and this object
	W0923 11:49:42.535829  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.612992    1483 reflector.go:158] "Unhandled Error" err="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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	I0923 11:49:42.535835  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:49:42.535848  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 11:49:52.547782  445639 system_pods.go:59] 18 kube-system pods found
	I0923 11:49:52.547829  445639 system_pods.go:61] "coredns-7c65d6cfc9-jcsz4" [974756c3-74c7-4e77-843c-296ebdedac6e] Running
	I0923 11:49:52.547837  445639 system_pods.go:61] "csi-hostpath-attacher-0" [43344344-adbe-417a-a2af-3d01d115e233] Running
	I0923 11:49:52.547867  445639 system_pods.go:61] "csi-hostpath-resizer-0" [1447cf48-1b0b-4add-86de-f967a6b66e60] Running
	I0923 11:49:52.547876  445639 system_pods.go:61] "csi-hostpathplugin-nc48x" [07972406-a73a-453d-a5aa-c4502dc12257] Running
	I0923 11:49:52.547883  445639 system_pods.go:61] "etcd-addons-949062" [7dd20eb6-6bb8-46aa-8284-4bd18f454ced] Running
	I0923 11:49:52.547887  445639 system_pods.go:61] "kindnet-crb6d" [82dbd0f8-49fe-4cc5-afec-4fae54953851] Running
	I0923 11:49:52.547899  445639 system_pods.go:61] "kube-apiserver-addons-949062" [bbed76aa-7118-4b7e-aa17-8e6ad5f7c2f7] Running
	I0923 11:49:52.547903  445639 system_pods.go:61] "kube-controller-manager-addons-949062" [9c029cce-d54a-41ed-90a0-40af14721737] Running
	I0923 11:49:52.547908  445639 system_pods.go:61] "kube-ingress-dns-minikube" [fdbadef9-d6ba-4f4f-a38f-f8783cc02691] Running
	I0923 11:49:52.547915  445639 system_pods.go:61] "kube-proxy-lpdls" [57abcfe0-56c0-45c6-8311-079ba9375f34] Running
	I0923 11:49:52.547919  445639 system_pods.go:61] "kube-scheduler-addons-949062" [f0c11a1c-5069-4c0e-b6fb-fc34678e264c] Running
	I0923 11:49:52.547940  445639 system_pods.go:61] "metrics-server-84c5f94fbc-bnjfn" [b5eddef8-2c84-4c7e-aa81-1538cdd1737b] Running
	I0923 11:49:52.547954  445639 system_pods.go:61] "nvidia-device-plugin-daemonset-whvkq" [c0f4d7f5-47d2-4fb7-8174-7b04a7172064] Running
	I0923 11:49:52.547959  445639 system_pods.go:61] "registry-66c9cd494c-mft4z" [054e4117-a309-4e89-afe0-a65369055074] Running
	I0923 11:49:52.547974  445639 system_pods.go:61] "registry-proxy-5t6vq" [e46d96a1-6871-401a-a71d-00cd0539506c] Running
	I0923 11:49:52.547984  445639 system_pods.go:61] "snapshot-controller-56fcc65765-n696x" [4a6183d3-090c-468a-bc63-63def54751e8] Running
	I0923 11:49:52.547989  445639 system_pods.go:61] "snapshot-controller-56fcc65765-zwmp9" [f1ae6ae3-a860-4868-aa32-65f9422824cd] Running
	I0923 11:49:52.547992  445639 system_pods.go:61] "storage-provisioner" [a9cab2a6-87d9-418a-b2e7-9b31de2b1030] Running
	I0923 11:49:52.547998  445639 system_pods.go:74] duration metric: took 11.439632606s to wait for pod list to return data ...
	I0923 11:49:52.548010  445639 default_sa.go:34] waiting for default service account to be created ...
	I0923 11:49:52.550622  445639 default_sa.go:45] found service account: "default"
	I0923 11:49:52.550649  445639 default_sa.go:55] duration metric: took 2.632806ms for default service account to be created ...
	I0923 11:49:52.550658  445639 system_pods.go:116] waiting for k8s-apps to be running ...
	I0923 11:49:52.560605  445639 system_pods.go:86] 18 kube-system pods found
	I0923 11:49:52.560643  445639 system_pods.go:89] "coredns-7c65d6cfc9-jcsz4" [974756c3-74c7-4e77-843c-296ebdedac6e] Running
	I0923 11:49:52.560650  445639 system_pods.go:89] "csi-hostpath-attacher-0" [43344344-adbe-417a-a2af-3d01d115e233] Running
	I0923 11:49:52.560655  445639 system_pods.go:89] "csi-hostpath-resizer-0" [1447cf48-1b0b-4add-86de-f967a6b66e60] Running
	I0923 11:49:52.560660  445639 system_pods.go:89] "csi-hostpathplugin-nc48x" [07972406-a73a-453d-a5aa-c4502dc12257] Running
	I0923 11:49:52.560666  445639 system_pods.go:89] "etcd-addons-949062" [7dd20eb6-6bb8-46aa-8284-4bd18f454ced] Running
	I0923 11:49:52.560670  445639 system_pods.go:89] "kindnet-crb6d" [82dbd0f8-49fe-4cc5-afec-4fae54953851] Running
	I0923 11:49:52.560675  445639 system_pods.go:89] "kube-apiserver-addons-949062" [bbed76aa-7118-4b7e-aa17-8e6ad5f7c2f7] Running
	I0923 11:49:52.560679  445639 system_pods.go:89] "kube-controller-manager-addons-949062" [9c029cce-d54a-41ed-90a0-40af14721737] Running
	I0923 11:49:52.560684  445639 system_pods.go:89] "kube-ingress-dns-minikube" [fdbadef9-d6ba-4f4f-a38f-f8783cc02691] Running
	I0923 11:49:52.560688  445639 system_pods.go:89] "kube-proxy-lpdls" [57abcfe0-56c0-45c6-8311-079ba9375f34] Running
	I0923 11:49:52.560692  445639 system_pods.go:89] "kube-scheduler-addons-949062" [f0c11a1c-5069-4c0e-b6fb-fc34678e264c] Running
	I0923 11:49:52.560697  445639 system_pods.go:89] "metrics-server-84c5f94fbc-bnjfn" [b5eddef8-2c84-4c7e-aa81-1538cdd1737b] Running
	I0923 11:49:52.560702  445639 system_pods.go:89] "nvidia-device-plugin-daemonset-whvkq" [c0f4d7f5-47d2-4fb7-8174-7b04a7172064] Running
	I0923 11:49:52.560706  445639 system_pods.go:89] "registry-66c9cd494c-mft4z" [054e4117-a309-4e89-afe0-a65369055074] Running
	I0923 11:49:52.560710  445639 system_pods.go:89] "registry-proxy-5t6vq" [e46d96a1-6871-401a-a71d-00cd0539506c] Running
	I0923 11:49:52.560724  445639 system_pods.go:89] "snapshot-controller-56fcc65765-n696x" [4a6183d3-090c-468a-bc63-63def54751e8] Running
	I0923 11:49:52.560728  445639 system_pods.go:89] "snapshot-controller-56fcc65765-zwmp9" [f1ae6ae3-a860-4868-aa32-65f9422824cd] Running
	I0923 11:49:52.560732  445639 system_pods.go:89] "storage-provisioner" [a9cab2a6-87d9-418a-b2e7-9b31de2b1030] Running
	I0923 11:49:52.560746  445639 system_pods.go:126] duration metric: took 10.080845ms to wait for k8s-apps to be running ...
	I0923 11:49:52.560754  445639 system_svc.go:44] waiting for kubelet service to be running ....
	I0923 11:49:52.560816  445639 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0923 11:49:52.572825  445639 system_svc.go:56] duration metric: took 12.060623ms WaitForService to wait for kubelet
	I0923 11:49:52.572918  445639 kubeadm.go:582] duration metric: took 2m27.467496293s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0923 11:49:52.572989  445639 node_conditions.go:102] verifying NodePressure condition ...
	I0923 11:49:52.576297  445639 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0923 11:49:52.576333  445639 node_conditions.go:123] node cpu capacity is 2
	I0923 11:49:52.576345  445639 node_conditions.go:105] duration metric: took 3.349785ms to run NodePressure ...
	I0923 11:49:52.576358  445639 start.go:241] waiting for startup goroutines ...
	I0923 11:49:52.576366  445639 start.go:246] waiting for cluster config update ...
	I0923 11:49:52.576383  445639 start.go:255] writing updated cluster config ...
	I0923 11:49:52.576674  445639 ssh_runner.go:195] Run: rm -f paused
	I0923 11:49:52.902843  445639 start.go:600] kubectl: 1.31.1, cluster: 1.31.1 (minor skew: 0)
	I0923 11:49:52.906671  445639 out.go:177] * Done! kubectl is now configured to use "addons-949062" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Sep 23 12:02:26 addons-949062 crio[966]: time="2024-09-23 12:02:26.756527462Z" 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=d723b384-4469-404c-bdd6-ad17cb7945b7 name=/runtime.v1.ImageService/ImageStatus
	Sep 23 12:02:26 addons-949062 crio[966]: time="2024-09-23 12:02:26.758540010Z" level=info msg="Creating container: default/hello-world-app-55bf9c44b4-qxw4j/hello-world-app" id=eae60ae5-4748-4cec-acf7-55b446b03823 name=/runtime.v1.RuntimeService/CreateContainer
	Sep 23 12:02:26 addons-949062 crio[966]: time="2024-09-23 12:02:26.758736194Z" level=warning msg="Allowed annotations are specified for workload []"
	Sep 23 12:02:26 addons-949062 crio[966]: time="2024-09-23 12:02:26.779102353Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/18e95ebf96fe647d2e8a1356ec36ac6ce3a276e437fe3a6ee460aa66551ac24e/merged/etc/passwd: no such file or directory"
	Sep 23 12:02:26 addons-949062 crio[966]: time="2024-09-23 12:02:26.779294705Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/18e95ebf96fe647d2e8a1356ec36ac6ce3a276e437fe3a6ee460aa66551ac24e/merged/etc/group: no such file or directory"
	Sep 23 12:02:26 addons-949062 crio[966]: time="2024-09-23 12:02:26.820355063Z" level=info msg="Created container 5993306ed6a860a088f0634786eb16849fbc24a4fb1d0dbcc4a904d0afc7940b: default/hello-world-app-55bf9c44b4-qxw4j/hello-world-app" id=eae60ae5-4748-4cec-acf7-55b446b03823 name=/runtime.v1.RuntimeService/CreateContainer
	Sep 23 12:02:26 addons-949062 crio[966]: time="2024-09-23 12:02:26.821465197Z" level=info msg="Starting container: 5993306ed6a860a088f0634786eb16849fbc24a4fb1d0dbcc4a904d0afc7940b" id=dd25a499-2d32-491f-bd52-0125edf0e3f2 name=/runtime.v1.RuntimeService/StartContainer
	Sep 23 12:02:26 addons-949062 crio[966]: time="2024-09-23 12:02:26.828790443Z" level=info msg="Started container" PID=8997 containerID=5993306ed6a860a088f0634786eb16849fbc24a4fb1d0dbcc4a904d0afc7940b description=default/hello-world-app-55bf9c44b4-qxw4j/hello-world-app id=dd25a499-2d32-491f-bd52-0125edf0e3f2 name=/runtime.v1.RuntimeService/StartContainer sandboxID=0764e14377040d6862f252b5f3e1b7340f2caeb4ea1927d402f9e9a502f2141e
	Sep 23 12:02:27 addons-949062 crio[966]: time="2024-09-23 12:02:27.171389311Z" level=info msg="Removing container: 4f6b61fa3207efe002832da7c56d14eb73f0fd850622e8eae0d5112f69af066d" id=315209c9-de86-4023-90e3-32189ac200f4 name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 23 12:02:27 addons-949062 crio[966]: time="2024-09-23 12:02:27.194748232Z" level=info msg="Removed container 4f6b61fa3207efe002832da7c56d14eb73f0fd850622e8eae0d5112f69af066d: kube-system/kube-ingress-dns-minikube/minikube-ingress-dns" id=315209c9-de86-4023-90e3-32189ac200f4 name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 23 12:02:28 addons-949062 crio[966]: time="2024-09-23 12:02:28.920777316Z" level=info msg="Stopping container: d0726f8d2a428df8e5d46e3e8a97fd1890c0c7845ec8b29579b6fba7a09b30fe (timeout: 2s)" id=aa721067-cca5-4d16-9037-8de6ab62b0e4 name=/runtime.v1.RuntimeService/StopContainer
	Sep 23 12:02:30 addons-949062 crio[966]: time="2024-09-23 12:02:30.927278698Z" level=warning msg="Stopping container d0726f8d2a428df8e5d46e3e8a97fd1890c0c7845ec8b29579b6fba7a09b30fe with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=aa721067-cca5-4d16-9037-8de6ab62b0e4 name=/runtime.v1.RuntimeService/StopContainer
	Sep 23 12:02:30 addons-949062 conmon[4809]: conmon d0726f8d2a428df8e5d4 <ninfo>: container 4820 exited with status 137
	Sep 23 12:02:31 addons-949062 crio[966]: time="2024-09-23 12:02:31.069688951Z" level=info msg="Stopped container d0726f8d2a428df8e5d46e3e8a97fd1890c0c7845ec8b29579b6fba7a09b30fe: ingress-nginx/ingress-nginx-controller-bc57996ff-x7thd/controller" id=aa721067-cca5-4d16-9037-8de6ab62b0e4 name=/runtime.v1.RuntimeService/StopContainer
	Sep 23 12:02:31 addons-949062 crio[966]: time="2024-09-23 12:02:31.070251788Z" level=info msg="Stopping pod sandbox: 7731779e7a96bfdd101eec54c9a80631b3c966ccf5f44e8c04fc84654deafe9e" id=584295f7-b003-439e-8c74-07e118e37985 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 23 12:02:31 addons-949062 crio[966]: time="2024-09-23 12:02:31.073735396Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-ZU5J4ITKIQG4MSAM - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-NCJPZSSL4DVKVWNQ - [0:0]\n-X KUBE-HP-ZU5J4ITKIQG4MSAM\n-X KUBE-HP-NCJPZSSL4DVKVWNQ\nCOMMIT\n"
	Sep 23 12:02:31 addons-949062 crio[966]: time="2024-09-23 12:02:31.075679079Z" level=info msg="Closing host port tcp:80"
	Sep 23 12:02:31 addons-949062 crio[966]: time="2024-09-23 12:02:31.075742619Z" level=info msg="Closing host port tcp:443"
	Sep 23 12:02:31 addons-949062 crio[966]: time="2024-09-23 12:02:31.077239804Z" level=info msg="Host port tcp:80 does not have an open socket"
	Sep 23 12:02:31 addons-949062 crio[966]: time="2024-09-23 12:02:31.077280805Z" level=info msg="Host port tcp:443 does not have an open socket"
	Sep 23 12:02:31 addons-949062 crio[966]: time="2024-09-23 12:02:31.077473732Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-bc57996ff-x7thd Namespace:ingress-nginx ID:7731779e7a96bfdd101eec54c9a80631b3c966ccf5f44e8c04fc84654deafe9e UID:b2896d65-91cf-4e93-b5a0-f0b79c086a7d NetNS:/var/run/netns/8b254ea6-dbdb-4374-8063-2b2bc708ffa7 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Sep 23 12:02:31 addons-949062 crio[966]: time="2024-09-23 12:02:31.077615762Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-bc57996ff-x7thd from CNI network \"kindnet\" (type=ptp)"
	Sep 23 12:02:31 addons-949062 crio[966]: time="2024-09-23 12:02:31.102864598Z" level=info msg="Stopped pod sandbox: 7731779e7a96bfdd101eec54c9a80631b3c966ccf5f44e8c04fc84654deafe9e" id=584295f7-b003-439e-8c74-07e118e37985 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 23 12:02:31 addons-949062 crio[966]: time="2024-09-23 12:02:31.182375591Z" level=info msg="Removing container: d0726f8d2a428df8e5d46e3e8a97fd1890c0c7845ec8b29579b6fba7a09b30fe" id=5e53e1c5-6ecf-4789-86c5-fec7b7bb25c5 name=/runtime.v1.RuntimeService/RemoveContainer
	Sep 23 12:02:31 addons-949062 crio[966]: time="2024-09-23 12:02:31.198605566Z" level=info msg="Removed container d0726f8d2a428df8e5d46e3e8a97fd1890c0c7845ec8b29579b6fba7a09b30fe: ingress-nginx/ingress-nginx-controller-bc57996ff-x7thd/controller" id=5e53e1c5-6ecf-4789-86c5-fec7b7bb25c5 name=/runtime.v1.RuntimeService/RemoveContainer
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                        CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	5993306ed6a86       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6                        9 seconds ago       Running             hello-world-app           0                   0764e14377040       hello-world-app-55bf9c44b4-qxw4j
	6c586df566853       docker.io/library/nginx@sha256:19db381c08a95b2040d5637a65c7a59af6c2f21444b0c8730505280a0255fb53                              2 minutes ago       Running             nginx                     0                   ffb3d01a0c428       nginx
	5e66fdd30cb30       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69                 13 minutes ago      Running             gcp-auth                  0                   e2743dba6ce2f       gcp-auth-89d5ffd79-ngrj4
	74d5aa53486bd       420193b27261a8d37b9fb1faeed45094cefa47e72a7538fd5a6c05e8b5ce192e                                                             13 minutes ago      Exited              patch                     2                   5d8631b387c44       ingress-nginx-admission-patch-tr6mp
	5568505e831a6       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:7c4c1a6ca8855c524a64983eaf590e126a669ae12df83ad65de281c9beee13d3   14 minutes ago      Exited              create                    0                   027af99d19728       ingress-nginx-admission-create-gbsch
	6fc3f48fd9a57       registry.k8s.io/metrics-server/metrics-server@sha256:048bcf48fc2cce517a61777e22bac782ba59ea5e9b9a54bcb42dbee99566a91f        14 minutes ago      Running             metrics-server            0                   95e955c1b77e6       metrics-server-84c5f94fbc-bnjfn
	6e75514e9a125       2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4                                                             14 minutes ago      Running             coredns                   0                   d2e1e2c2a03e5       coredns-7c65d6cfc9-jcsz4
	f22feaa12d01b       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                                             14 minutes ago      Running             storage-provisioner       0                   e2518070e6a52       storage-provisioner
	3025434caf006       6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51                                                             15 minutes ago      Running             kindnet-cni               0                   265c0c18f131a       kindnet-crb6d
	feeee7ef089ea       24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d                                                             15 minutes ago      Running             kube-proxy                0                   4b6db7c6ec78d       kube-proxy-lpdls
	e38a88dde28e4       279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e                                                             15 minutes ago      Running             kube-controller-manager   0                   1f83731f5a636       kube-controller-manager-addons-949062
	91756d36809dd       27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da                                                             15 minutes ago      Running             etcd                      0                   027c4d4026357       etcd-addons-949062
	f01e8c743f9c3       d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853                                                             15 minutes ago      Running             kube-apiserver            0                   ec6544bfbe742       kube-apiserver-addons-949062
	4425a3b859567       7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d                                                             15 minutes ago      Running             kube-scheduler            0                   296ca53b7c96c       kube-scheduler-addons-949062
	
	
	==> coredns [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005] <==
	[INFO] 10.244.0.13:39517 - 58486 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000107471s
	[INFO] 10.244.0.13:35326 - 44451 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002495559s
	[INFO] 10.244.0.13:35326 - 36261 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002558525s
	[INFO] 10.244.0.13:33119 - 15751 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000152508s
	[INFO] 10.244.0.13:33119 - 50050 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000901823s
	[INFO] 10.244.0.13:51484 - 16281 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000118432s
	[INFO] 10.244.0.13:51484 - 52629 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000178765s
	[INFO] 10.244.0.13:37639 - 4554 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000062851s
	[INFO] 10.244.0.13:37639 - 7880 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000033707s
	[INFO] 10.244.0.13:48824 - 6614 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000057067s
	[INFO] 10.244.0.13:48824 - 54487 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000138067s
	[INFO] 10.244.0.13:45851 - 25610 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001436886s
	[INFO] 10.244.0.13:45851 - 776 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001622593s
	[INFO] 10.244.0.13:50334 - 53131 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000062096s
	[INFO] 10.244.0.13:50334 - 35725 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000052258s
	[INFO] 10.244.0.20:49801 - 18899 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000873327s
	[INFO] 10.244.0.20:52682 - 28540 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000920564s
	[INFO] 10.244.0.20:33285 - 61683 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000130067s
	[INFO] 10.244.0.20:41482 - 11675 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000134883s
	[INFO] 10.244.0.20:45942 - 52379 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000196562s
	[INFO] 10.244.0.20:47769 - 27652 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000183728s
	[INFO] 10.244.0.20:35099 - 8702 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003947223s
	[INFO] 10.244.0.20:46119 - 23575 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.004169196s
	[INFO] 10.244.0.20:37099 - 53691 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.001733846s
	[INFO] 10.244.0.20:56793 - 36966 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001769136s
	
	
	==> describe nodes <==
	Name:               addons-949062
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-949062
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=a36553b39c7bbbd910f6bfb97f7b698be94b4e6e
	                    minikube.k8s.io/name=addons-949062
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_09_23T11_47_20_0700
	                    minikube.k8s.io/version=v1.34.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-949062
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 23 Sep 2024 11:47:17 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-949062
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 23 Sep 2024 12:02:29 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 23 Sep 2024 12:00:26 +0000   Mon, 23 Sep 2024 11:47:14 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 23 Sep 2024 12:00:26 +0000   Mon, 23 Sep 2024 11:47:14 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 23 Sep 2024 12:00:26 +0000   Mon, 23 Sep 2024 11:47:14 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 23 Sep 2024 12:00:26 +0000   Mon, 23 Sep 2024 11:48:07 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-949062
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022300Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022300Ki
	  pods:               110
	System Info:
	  Machine ID:                 4fea63fffa1049769b4894f4f9d9f01c
	  System UUID:                b903b7cd-b68c-4881-b475-86a0d25c8063
	  Boot ID:                    a368a3b9-64b6-4915-adf4-926cc803503e
	  Kernel Version:             5.15.0-1070-aws
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               arm64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.31.1
	  Kube-Proxy Version:         v1.31.1
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (13 in total)
	  Namespace                   Name                                     CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                     ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                  0 (0%)        0 (0%)      0 (0%)           0 (0%)         12m
	  default                     hello-world-app-55bf9c44b4-qxw4j         0 (0%)        0 (0%)      0 (0%)           0 (0%)         11s
	  default                     nginx                                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m31s
	  gcp-auth                    gcp-auth-89d5ffd79-ngrj4                 0 (0%)        0 (0%)      0 (0%)           0 (0%)         15m
	  kube-system                 coredns-7c65d6cfc9-jcsz4                 100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     15m
	  kube-system                 etcd-addons-949062                       100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         15m
	  kube-system                 kindnet-crb6d                            100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      15m
	  kube-system                 kube-apiserver-addons-949062             250m (12%)    0 (0%)      0 (0%)           0 (0%)         15m
	  kube-system                 kube-controller-manager-addons-949062    200m (10%)    0 (0%)      0 (0%)           0 (0%)         15m
	  kube-system                 kube-proxy-lpdls                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         15m
	  kube-system                 kube-scheduler-addons-949062             100m (5%)     0 (0%)      0 (0%)           0 (0%)         15m
	  kube-system                 metrics-server-84c5f94fbc-bnjfn          100m (5%)     0 (0%)      200Mi (2%)       0 (0%)         15m
	  kube-system                 storage-provisioner                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         15m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (47%)  100m (5%)
	  memory             420Mi (5%)  220Mi (2%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	  hugepages-32Mi     0 (0%)      0 (0%)
	  hugepages-64Ki     0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age   From             Message
	  ----     ------                   ----  ----             -------
	  Normal   Starting                 15m   kube-proxy       
	  Normal   Starting                 15m   kubelet          Starting kubelet.
	  Warning  CgroupV1                 15m   kubelet          Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
	  Normal   NodeHasSufficientMemory  15m   kubelet          Node addons-949062 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    15m   kubelet          Node addons-949062 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     15m   kubelet          Node addons-949062 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           15m   node-controller  Node addons-949062 event: Registered Node addons-949062 in Controller
	  Normal   NodeReady                14m   kubelet          Node addons-949062 status is now: NodeReady
	
	
	==> dmesg <==
	[Sep23 10:37] hrtimer: interrupt took 15299626 ns
	[Sep23 11:17] 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.
	[Sep23 11:18] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
	[  +0.008103] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
	[  +0.007654] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
	[  +0.118029] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
	
	
	==> etcd [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31] <==
	{"level":"warn","ts":"2024-09-23T11:47:26.507860Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-23T11:47:26.153152Z","time spent":"354.692036ms","remote":"127.0.0.1:44762","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":704,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/events/kube-system/coredns-7c65d6cfc9.17f7dd10a7aab59c\" mod_revision:0 > success:<request_put:<key:\"/registry/events/kube-system/coredns-7c65d6cfc9.17f7dd10a7aab59c\" value_size:622 lease:8128032088080808499 >> failure:<>"}
	{"level":"info","ts":"2024-09-23T11:47:26.718544Z","caller":"traceutil/trace.go:171","msg":"trace[1785803683] transaction","detail":"{read_only:false; response_revision:337; number_of_response:1; }","duration":"102.378317ms","start":"2024-09-23T11:47:26.614788Z","end":"2024-09-23T11:47:26.717166Z","steps":["trace[1785803683] 'process raft request'  (duration: 10.226861ms)","trace[1785803683] 'compare'  (duration: 91.878029ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-23T11:47:27.593162Z","caller":"traceutil/trace.go:171","msg":"trace[1882345274] transaction","detail":"{read_only:false; response_revision:345; number_of_response:1; }","duration":"106.60864ms","start":"2024-09-23T11:47:27.486535Z","end":"2024-09-23T11:47:27.593144Z","steps":["trace[1882345274] 'process raft request'  (duration: 86.614764ms)","trace[1882345274] 'compare'  (duration: 19.731658ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-23T11:47:27.791882Z","caller":"traceutil/trace.go:171","msg":"trace[138325997] transaction","detail":"{read_only:false; response_revision:347; number_of_response:1; }","duration":"137.905609ms","start":"2024-09-23T11:47:27.653957Z","end":"2024-09-23T11:47:27.791863Z","steps":["trace[138325997] 'process raft request'  (duration: 130.114877ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-23T11:47:29.300549Z","caller":"traceutil/trace.go:171","msg":"trace[2147342535] transaction","detail":"{read_only:false; response_revision:370; number_of_response:1; }","duration":"260.021943ms","start":"2024-09-23T11:47:29.040513Z","end":"2024-09-23T11:47:29.300535Z","steps":["trace[2147342535] 'process raft request'  (duration: 166.006836ms)","trace[2147342535] 'compare'  (duration: 93.412425ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-23T11:47:29.305330Z","caller":"traceutil/trace.go:171","msg":"trace[258696848] transaction","detail":"{read_only:false; response_revision:371; number_of_response:1; }","duration":"245.521582ms","start":"2024-09-23T11:47:29.059790Z","end":"2024-09-23T11:47:29.305311Z","steps":["trace[258696848] 'process raft request'  (duration: 240.218031ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-23T11:47:29.305483Z","caller":"traceutil/trace.go:171","msg":"trace[833664895] transaction","detail":"{read_only:false; response_revision:372; number_of_response:1; }","duration":"245.413776ms","start":"2024-09-23T11:47:29.060063Z","end":"2024-09-23T11:47:29.305476Z","steps":["trace[833664895] 'process raft request'  (duration: 239.977129ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-23T11:47:29.305506Z","caller":"traceutil/trace.go:171","msg":"trace[1679492280] linearizableReadLoop","detail":"{readStateIndex:382; appliedIndex:379; }","duration":"243.147738ms","start":"2024-09-23T11:47:29.062352Z","end":"2024-09-23T11:47:29.305500Z","steps":["trace[1679492280] 'read index received'  (duration: 127.062938ms)","trace[1679492280] 'applied index is now lower than readState.Index'  (duration: 116.084242ms)"],"step_count":2}
	{"level":"warn","ts":"2024-09-23T11:47:29.305561Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"243.187698ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/ranges/servicenodeports\" ","response":"range_response_count:1 size:118"}
	{"level":"info","ts":"2024-09-23T11:47:29.323187Z","caller":"traceutil/trace.go:171","msg":"trace[1959083122] range","detail":"{range_begin:/registry/ranges/servicenodeports; range_end:; response_count:1; response_revision:378; }","duration":"260.821211ms","start":"2024-09-23T11:47:29.062348Z","end":"2024-09-23T11:47:29.323169Z","steps":["trace[1959083122] 'agreement among raft nodes before linearized reading'  (duration: 243.168005ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-23T11:47:29.325435Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"227.89022ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/ranges/serviceips\" ","response":"range_response_count:1 size:5502"}
	{"level":"info","ts":"2024-09-23T11:47:29.325539Z","caller":"traceutil/trace.go:171","msg":"trace[998825978] range","detail":"{range_begin:/registry/ranges/serviceips; range_end:; response_count:1; response_revision:378; }","duration":"228.001226ms","start":"2024-09-23T11:47:29.097526Z","end":"2024-09-23T11:47:29.325528Z","steps":["trace[998825978] 'agreement among raft nodes before linearized reading'  (duration: 227.837682ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-23T11:47:29.305662Z","caller":"traceutil/trace.go:171","msg":"trace[1940082300] transaction","detail":"{read_only:false; response_revision:373; number_of_response:1; }","duration":"160.488319ms","start":"2024-09-23T11:47:29.145167Z","end":"2024-09-23T11:47:29.305655Z","steps":["trace[1940082300] 'process raft request'  (duration: 154.939525ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-23T11:47:29.326285Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"118.51832ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
	{"level":"info","ts":"2024-09-23T11:47:29.331495Z","caller":"traceutil/trace.go:171","msg":"trace[1681955623] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:378; }","duration":"123.713893ms","start":"2024-09-23T11:47:29.207753Z","end":"2024-09-23T11:47:29.331467Z","steps":["trace[1681955623] 'agreement among raft nodes before linearized reading'  (duration: 118.500573ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-23T11:47:29.331810Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"125.122094ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/registry\" ","response":"range_response_count:1 size:3351"}
	{"level":"info","ts":"2024-09-23T11:47:29.331978Z","caller":"traceutil/trace.go:171","msg":"trace[1090535919] range","detail":"{range_begin:/registry/deployments/kube-system/registry; range_end:; response_count:1; response_revision:378; }","duration":"125.298775ms","start":"2024-09-23T11:47:29.206670Z","end":"2024-09-23T11:47:29.331968Z","steps":["trace[1090535919] 'agreement among raft nodes before linearized reading'  (duration: 125.081766ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-23T11:47:29.332165Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"234.609119ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-23T11:47:29.332291Z","caller":"traceutil/trace.go:171","msg":"trace[303543787] range","detail":"{range_begin:/registry/serviceaccounts; range_end:; response_count:0; response_revision:378; }","duration":"234.738054ms","start":"2024-09-23T11:47:29.097544Z","end":"2024-09-23T11:47:29.332282Z","steps":["trace[303543787] 'agreement among raft nodes before linearized reading'  (duration: 234.592865ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-23T11:57:14.433189Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1531}
	{"level":"info","ts":"2024-09-23T11:57:14.462706Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1531,"took":"28.940304ms","hash":3244333237,"current-db-size-bytes":6201344,"current-db-size":"6.2 MB","current-db-size-in-use-bytes":3289088,"current-db-size-in-use":"3.3 MB"}
	{"level":"info","ts":"2024-09-23T11:57:14.462759Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":3244333237,"revision":1531,"compact-revision":-1}
	{"level":"info","ts":"2024-09-23T12:02:14.439371Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1948}
	{"level":"info","ts":"2024-09-23T12:02:14.457040Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1948,"took":"16.795125ms","hash":3311503313,"current-db-size-bytes":6201344,"current-db-size":"6.2 MB","current-db-size-in-use-bytes":4227072,"current-db-size-in-use":"4.2 MB"}
	{"level":"info","ts":"2024-09-23T12:02:14.457094Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":3311503313,"revision":1948,"compact-revision":1531}
	
	
	==> gcp-auth [5e66fdd30cb307eedadaee7ec875a36cfb388767297c5074b1808ec03dd20931] <==
	2024/09/23 11:49:53 Ready to write response ...
	2024/09/23 11:49:53 Ready to marshal response ...
	2024/09/23 11:49:53 Ready to write response ...
	2024/09/23 11:58:07 Ready to marshal response ...
	2024/09/23 11:58:07 Ready to write response ...
	2024/09/23 11:58:09 Ready to marshal response ...
	2024/09/23 11:58:09 Ready to write response ...
	2024/09/23 11:58:37 Ready to marshal response ...
	2024/09/23 11:58:37 Ready to write response ...
	2024/09/23 11:59:00 Ready to marshal response ...
	2024/09/23 11:59:00 Ready to write response ...
	2024/09/23 11:59:00 Ready to marshal response ...
	2024/09/23 11:59:00 Ready to write response ...
	2024/09/23 11:59:08 Ready to marshal response ...
	2024/09/23 11:59:08 Ready to write response ...
	2024/09/23 11:59:19 Ready to marshal response ...
	2024/09/23 11:59:19 Ready to write response ...
	2024/09/23 11:59:19 Ready to marshal response ...
	2024/09/23 11:59:19 Ready to write response ...
	2024/09/23 11:59:19 Ready to marshal response ...
	2024/09/23 11:59:19 Ready to write response ...
	2024/09/23 12:00:05 Ready to marshal response ...
	2024/09/23 12:00:05 Ready to write response ...
	2024/09/23 12:02:25 Ready to marshal response ...
	2024/09/23 12:02:25 Ready to write response ...
	
	
	==> kernel <==
	 12:02:36 up  1:45,  0 users,  load average: 0.28, 0.50, 1.41
	Linux addons-949062 5.15.0-1070-aws #76~20.04.1-Ubuntu SMP Mon Sep 2 12:20:48 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7] <==
	I0923 12:00:26.951496       1 main.go:299] handling current node
	I0923 12:00:36.958487       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:00:36.958521       1 main.go:299] handling current node
	I0923 12:00:46.951672       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:00:46.951707       1 main.go:299] handling current node
	I0923 12:00:56.952251       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:00:56.952287       1 main.go:299] handling current node
	I0923 12:01:06.957685       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:01:06.957719       1 main.go:299] handling current node
	I0923 12:01:16.956999       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:01:16.957032       1 main.go:299] handling current node
	I0923 12:01:26.951247       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:01:26.951283       1 main.go:299] handling current node
	I0923 12:01:36.957342       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:01:36.957457       1 main.go:299] handling current node
	I0923 12:01:46.950710       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:01:46.950743       1 main.go:299] handling current node
	I0923 12:01:56.955117       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:01:56.955151       1 main.go:299] handling current node
	I0923 12:02:06.950900       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:02:06.950943       1 main.go:299] handling current node
	I0923 12:02:16.956232       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:02:16.956269       1 main.go:299] handling current node
	I0923 12:02:26.951045       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:02:26.951085       1 main.go:299] handling current node
	
	
	==> kube-apiserver [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300] <==
	E0923 11:49:18.266972       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.99.123.245:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.99.123.245:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.99.123.245:443: connect: connection refused" logger="UnhandledError"
	I0923 11:49:18.462459       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	I0923 11:58:19.914786       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	E0923 11:58:21.707588       1 watch.go:250] "Unhandled Error" err="http2: stream closed" logger="UnhandledError"
	I0923 11:58:53.162659       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 11:58:53.162791       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0923 11:58:53.187560       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 11:58:53.187742       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0923 11:58:53.217554       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 11:58:53.217812       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0923 11:58:53.312776       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 11:58:53.312890       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0923 11:58:53.323196       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 11:58:53.323233       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0923 11:58:54.313542       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0923 11:58:54.324111       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0923 11:58:54.413702       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0923 11:59:19.443327       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.96.62.130"}
	E0923 11:59:24.761108       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	I0923 11:59:59.254406       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0923 12:00:00.297026       1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0923 12:00:04.854410       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0923 12:00:05.203055       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.110.148.104"}
	I0923 12:02:25.503234       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.101.113.125"}
	E0923 12:02:27.959918       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
	
	
	==> kube-controller-manager [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3] <==
	W0923 12:01:20.429724       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:01:20.429767       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 12:01:33.412731       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:01:33.412773       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 12:01:45.269959       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:01:45.270145       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 12:01:54.700873       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:01:54.700916       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 12:02:16.226007       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:02:16.226052       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	I0923 12:02:25.286945       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="38.756751ms"
	I0923 12:02:25.330519       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="43.51041ms"
	I0923 12:02:25.330678       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="38.966µs"
	I0923 12:02:25.330778       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="25.042µs"
	I0923 12:02:27.207656       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="16.603028ms"
	I0923 12:02:27.207808       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="39.557µs"
	I0923 12:02:27.887992       1 job_controller.go:568] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create" delay="0s"
	I0923 12:02:27.894168       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-bc57996ff" duration="4.259µs"
	I0923 12:02:27.900644       1 job_controller.go:568] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch" delay="0s"
	W0923 12:02:28.402140       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:02:28.402265       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 12:02:32.598137       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:02:32.598179       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 12:02:33.537446       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:02:33.537492       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	
	
	==> kube-proxy [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4] <==
	I0923 11:47:29.758316       1 server_linux.go:66] "Using iptables proxy"
	I0923 11:47:30.543856       1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0923 11:47:30.543923       1 server.go:234] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0923 11:47:30.621898       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0923 11:47:30.621958       1 server_linux.go:169] "Using iptables Proxier"
	I0923 11:47:30.623684       1 proxier.go:255] "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" ipFamily="IPv4"
	I0923 11:47:30.624113       1 server.go:483] "Version info" version="v1.31.1"
	I0923 11:47:30.624128       1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0923 11:47:30.630896       1 config.go:199] "Starting service config controller"
	I0923 11:47:30.630927       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0923 11:47:30.630946       1 config.go:105] "Starting endpoint slice config controller"
	I0923 11:47:30.630951       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0923 11:47:30.631298       1 config.go:328] "Starting node config controller"
	I0923 11:47:30.631314       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0923 11:47:30.732015       1 shared_informer.go:320] Caches are synced for node config
	I0923 11:47:30.732063       1 shared_informer.go:320] Caches are synced for service config
	I0923 11:47:30.732105       1 shared_informer.go:320] Caches are synced for endpoint slice config
	
	
	==> kube-scheduler [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9] <==
	W0923 11:47:18.193333       1 reflector.go:561] runtime/asm_arm64.s:1222: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	E0923 11:47:18.194017       1 reflector.go:158] "Unhandled Error" err="runtime/asm_arm64.s:1222: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError"
	W0923 11:47:18.193471       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	E0923 11:47:18.194100       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.193509       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0923 11:47:18.194184       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.193678       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	E0923 11:47:18.194257       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.195096       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E0923 11:47:18.195175       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.195731       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	E0923 11:47:18.196000       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.195810       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
	E0923 11:47:18.196115       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.195847       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
	E0923 11:47:18.196211       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.195884       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	E0923 11:47:18.196314       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.198411       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0923 11:47:18.198651       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.198574       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E0923 11:47:18.198793       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.198617       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
	E0923 11:47:18.198897       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	I0923 11:47:19.686582       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Sep 23 12:02:25 addons-949062 kubelet[1483]: E0923 12:02:25.864826    1483 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="bf8113fa-3198-4bf0-ae25-3ee36d7d5474"
	Sep 23 12:02:26 addons-949062 kubelet[1483]: I0923 12:02:26.532510    1483 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-q265z\" (UniqueName: \"kubernetes.io/projected/fdbadef9-d6ba-4f4f-a38f-f8783cc02691-kube-api-access-q265z\") pod \"fdbadef9-d6ba-4f4f-a38f-f8783cc02691\" (UID: \"fdbadef9-d6ba-4f4f-a38f-f8783cc02691\") "
	Sep 23 12:02:26 addons-949062 kubelet[1483]: I0923 12:02:26.534807    1483 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/fdbadef9-d6ba-4f4f-a38f-f8783cc02691-kube-api-access-q265z" (OuterVolumeSpecName: "kube-api-access-q265z") pod "fdbadef9-d6ba-4f4f-a38f-f8783cc02691" (UID: "fdbadef9-d6ba-4f4f-a38f-f8783cc02691"). InnerVolumeSpecName "kube-api-access-q265z". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 23 12:02:26 addons-949062 kubelet[1483]: I0923 12:02:26.633064    1483 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-q265z\" (UniqueName: \"kubernetes.io/projected/fdbadef9-d6ba-4f4f-a38f-f8783cc02691-kube-api-access-q265z\") on node \"addons-949062\" DevicePath \"\""
	Sep 23 12:02:27 addons-949062 kubelet[1483]: I0923 12:02:27.169965    1483 scope.go:117] "RemoveContainer" containerID="4f6b61fa3207efe002832da7c56d14eb73f0fd850622e8eae0d5112f69af066d"
	Sep 23 12:02:27 addons-949062 kubelet[1483]: I0923 12:02:27.195199    1483 scope.go:117] "RemoveContainer" containerID="4f6b61fa3207efe002832da7c56d14eb73f0fd850622e8eae0d5112f69af066d"
	Sep 23 12:02:27 addons-949062 kubelet[1483]: E0923 12:02:27.195783    1483 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"4f6b61fa3207efe002832da7c56d14eb73f0fd850622e8eae0d5112f69af066d\": container with ID starting with 4f6b61fa3207efe002832da7c56d14eb73f0fd850622e8eae0d5112f69af066d not found: ID does not exist" containerID="4f6b61fa3207efe002832da7c56d14eb73f0fd850622e8eae0d5112f69af066d"
	Sep 23 12:02:27 addons-949062 kubelet[1483]: I0923 12:02:27.195821    1483 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"4f6b61fa3207efe002832da7c56d14eb73f0fd850622e8eae0d5112f69af066d"} err="failed to get container status \"4f6b61fa3207efe002832da7c56d14eb73f0fd850622e8eae0d5112f69af066d\": rpc error: code = NotFound desc = could not find container \"4f6b61fa3207efe002832da7c56d14eb73f0fd850622e8eae0d5112f69af066d\": container with ID starting with 4f6b61fa3207efe002832da7c56d14eb73f0fd850622e8eae0d5112f69af066d not found: ID does not exist"
	Sep 23 12:02:27 addons-949062 kubelet[1483]: I0923 12:02:27.222097    1483 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-55bf9c44b4-qxw4j" podStartSLOduration=1.109845175 podStartE2EDuration="2.222076192s" podCreationTimestamp="2024-09-23 12:02:25 +0000 UTC" firstStartedPulling="2024-09-23 12:02:25.643059452 +0000 UTC m=+905.929813684" lastFinishedPulling="2024-09-23 12:02:26.755290477 +0000 UTC m=+907.042044701" observedRunningTime="2024-09-23 12:02:27.186323748 +0000 UTC m=+907.473077981" watchObservedRunningTime="2024-09-23 12:02:27.222076192 +0000 UTC m=+907.508830424"
	Sep 23 12:02:27 addons-949062 kubelet[1483]: I0923 12:02:27.863657    1483 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="fdbadef9-d6ba-4f4f-a38f-f8783cc02691" path="/var/lib/kubelet/pods/fdbadef9-d6ba-4f4f-a38f-f8783cc02691/volumes"
	Sep 23 12:02:29 addons-949062 kubelet[1483]: I0923 12:02:29.863819    1483 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="62257bcd-91fa-4edf-9d7c-f74bf8ca2780" path="/var/lib/kubelet/pods/62257bcd-91fa-4edf-9d7c-f74bf8ca2780/volumes"
	Sep 23 12:02:29 addons-949062 kubelet[1483]: I0923 12:02:29.864265    1483 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="a904836f-6976-44a2-b473-90893f7cc44d" path="/var/lib/kubelet/pods/a904836f-6976-44a2-b473-90893f7cc44d/volumes"
	Sep 23 12:02:30 addons-949062 kubelet[1483]: E0923 12:02:30.323679    1483 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727092950323422912,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 23 12:02:30 addons-949062 kubelet[1483]: E0923 12:02:30.323712    1483 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727092950323422912,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 23 12:02:31 addons-949062 kubelet[1483]: I0923 12:02:31.163694    1483 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/b2896d65-91cf-4e93-b5a0-f0b79c086a7d-webhook-cert\") pod \"b2896d65-91cf-4e93-b5a0-f0b79c086a7d\" (UID: \"b2896d65-91cf-4e93-b5a0-f0b79c086a7d\") "
	Sep 23 12:02:31 addons-949062 kubelet[1483]: I0923 12:02:31.163759    1483 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-zn4b9\" (UniqueName: \"kubernetes.io/projected/b2896d65-91cf-4e93-b5a0-f0b79c086a7d-kube-api-access-zn4b9\") pod \"b2896d65-91cf-4e93-b5a0-f0b79c086a7d\" (UID: \"b2896d65-91cf-4e93-b5a0-f0b79c086a7d\") "
	Sep 23 12:02:31 addons-949062 kubelet[1483]: I0923 12:02:31.166666    1483 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/b2896d65-91cf-4e93-b5a0-f0b79c086a7d-kube-api-access-zn4b9" (OuterVolumeSpecName: "kube-api-access-zn4b9") pod "b2896d65-91cf-4e93-b5a0-f0b79c086a7d" (UID: "b2896d65-91cf-4e93-b5a0-f0b79c086a7d"). InnerVolumeSpecName "kube-api-access-zn4b9". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 23 12:02:31 addons-949062 kubelet[1483]: I0923 12:02:31.167097    1483 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/b2896d65-91cf-4e93-b5a0-f0b79c086a7d-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "b2896d65-91cf-4e93-b5a0-f0b79c086a7d" (UID: "b2896d65-91cf-4e93-b5a0-f0b79c086a7d"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
	Sep 23 12:02:31 addons-949062 kubelet[1483]: I0923 12:02:31.180825    1483 scope.go:117] "RemoveContainer" containerID="d0726f8d2a428df8e5d46e3e8a97fd1890c0c7845ec8b29579b6fba7a09b30fe"
	Sep 23 12:02:31 addons-949062 kubelet[1483]: I0923 12:02:31.198886    1483 scope.go:117] "RemoveContainer" containerID="d0726f8d2a428df8e5d46e3e8a97fd1890c0c7845ec8b29579b6fba7a09b30fe"
	Sep 23 12:02:31 addons-949062 kubelet[1483]: E0923 12:02:31.199328    1483 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"d0726f8d2a428df8e5d46e3e8a97fd1890c0c7845ec8b29579b6fba7a09b30fe\": container with ID starting with d0726f8d2a428df8e5d46e3e8a97fd1890c0c7845ec8b29579b6fba7a09b30fe not found: ID does not exist" containerID="d0726f8d2a428df8e5d46e3e8a97fd1890c0c7845ec8b29579b6fba7a09b30fe"
	Sep 23 12:02:31 addons-949062 kubelet[1483]: I0923 12:02:31.199375    1483 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"d0726f8d2a428df8e5d46e3e8a97fd1890c0c7845ec8b29579b6fba7a09b30fe"} err="failed to get container status \"d0726f8d2a428df8e5d46e3e8a97fd1890c0c7845ec8b29579b6fba7a09b30fe\": rpc error: code = NotFound desc = could not find container \"d0726f8d2a428df8e5d46e3e8a97fd1890c0c7845ec8b29579b6fba7a09b30fe\": container with ID starting with d0726f8d2a428df8e5d46e3e8a97fd1890c0c7845ec8b29579b6fba7a09b30fe not found: ID does not exist"
	Sep 23 12:02:31 addons-949062 kubelet[1483]: I0923 12:02:31.264917    1483 reconciler_common.go:288] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/b2896d65-91cf-4e93-b5a0-f0b79c086a7d-webhook-cert\") on node \"addons-949062\" DevicePath \"\""
	Sep 23 12:02:31 addons-949062 kubelet[1483]: I0923 12:02:31.264976    1483 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-zn4b9\" (UniqueName: \"kubernetes.io/projected/b2896d65-91cf-4e93-b5a0-f0b79c086a7d-kube-api-access-zn4b9\") on node \"addons-949062\" DevicePath \"\""
	Sep 23 12:02:31 addons-949062 kubelet[1483]: I0923 12:02:31.864514    1483 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="b2896d65-91cf-4e93-b5a0-f0b79c086a7d" path="/var/lib/kubelet/pods/b2896d65-91cf-4e93-b5a0-f0b79c086a7d/volumes"
	
	
	==> storage-provisioner [f22feaa12d01b9b59f02657ec4c931d6aaf39d341ad65db38462e67fafe90a1c] <==
	I0923 11:48:08.485067       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0923 11:48:08.500084       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0923 11:48:08.500215       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0923 11:48:08.527237       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0923 11:48:08.532688       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-949062_2b1d4212-8d85-44e0-9a4c-c4d2f8057ce4!
	I0923 11:48:08.534249       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"929d7d2f-847b-49ca-ba97-484181e758f5", APIVersion:"v1", ResourceVersion:"890", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-949062_2b1d4212-8d85-44e0-9a4c-c4d2f8057ce4 became leader
	I0923 11:48:08.633906       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-949062_2b1d4212-8d85-44e0-9a4c-c4d2f8057ce4!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-949062 -n addons-949062
helpers_test.go:261: (dbg) Run:  kubectl --context addons-949062 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: busybox
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context addons-949062 describe pod busybox
helpers_test.go:282: (dbg) kubectl --context addons-949062 describe pod busybox:

                                                
                                                
-- stdout --
	Name:             busybox
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-949062/192.168.49.2
	Start Time:       Mon, 23 Sep 2024 11:49:53 +0000
	Labels:           integration-test=busybox
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.21
	IPs:
	  IP:  10.244.0.21
	Containers:
	  busybox:
	    Container ID:  
	    Image:         gcr.io/k8s-minikube/busybox:1.28.4-glibc
	    Image ID:      
	    Port:          <none>
	    Host Port:     <none>
	    Command:
	      sleep
	      3600
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:
	      GOOGLE_APPLICATION_CREDENTIALS:  /google-app-creds.json
	      PROJECT_ID:                      this_is_fake
	      GCP_PROJECT:                     this_is_fake
	      GCLOUD_PROJECT:                  this_is_fake
	      GOOGLE_CLOUD_PROJECT:            this_is_fake
	      CLOUDSDK_CORE_PROJECT:           this_is_fake
	    Mounts:
	      /google-app-creds.json from gcp-creds (ro)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-p8s9n (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-p8s9n:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	  gcp-creds:
	    Type:          HostPath (bare host directory volume)
	    Path:          /var/lib/minikube/google_application_credentials.json
	    HostPathType:  File
	QoS Class:         BestEffort
	Node-Selectors:    <none>
	Tolerations:       node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
	                   node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
	Events:
	  Type     Reason     Age                   From               Message
	  ----     ------     ----                  ----               -------
	  Normal   Scheduled  12m                   default-scheduler  Successfully assigned default/busybox to addons-949062
	  Normal   Pulling    11m (x4 over 12m)     kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Warning  Failed     11m (x4 over 12m)     kubelet            Failed to pull image "gcr.io/k8s-minikube/busybox:1.28.4-glibc": unable to retrieve auth token: invalid username/password: unauthorized: authentication failed
	  Warning  Failed     11m (x4 over 12m)     kubelet            Error: ErrImagePull
	  Warning  Failed     10m (x6 over 12m)     kubelet            Error: ImagePullBackOff
	  Normal   BackOff    2m37s (x42 over 12m)  kubelet            Back-off pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"

                                                
                                                
-- /stdout --
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (153.19s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (334.29s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:405: metrics-server stabilized in 2.937537ms
addons_test.go:407: (dbg) TestAddons/parallel/MetricsServer: waiting 6m0s for pods matching "k8s-app=metrics-server" in namespace "kube-system" ...
helpers_test.go:344: "metrics-server-84c5f94fbc-bnjfn" [b5eddef8-2c84-4c7e-aa81-1538cdd1737b] Running
addons_test.go:407: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 6.004351074s
addons_test.go:413: (dbg) Run:  kubectl --context addons-949062 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-949062 top pods -n kube-system: exit status 1 (112.789444ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-jcsz4, age: 12m17.408742933s

                                                
                                                
** /stderr **
I0923 11:59:42.412052  444877 retry.go:31] will retry after 3.580051344s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-949062 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-949062 top pods -n kube-system: exit status 1 (92.304982ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-jcsz4, age: 12m21.083961928s

                                                
                                                
** /stderr **
I0923 11:59:46.086924  444877 retry.go:31] will retry after 5.225652053s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-949062 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-949062 top pods -n kube-system: exit status 1 (92.337015ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-jcsz4, age: 12m26.403865356s

                                                
                                                
** /stderr **
I0923 11:59:51.407953  444877 retry.go:31] will retry after 6.008964247s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-949062 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-949062 top pods -n kube-system: exit status 1 (93.625923ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-jcsz4, age: 12m32.507523184s

                                                
                                                
** /stderr **
I0923 11:59:57.510828  444877 retry.go:31] will retry after 11.386385862s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-949062 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-949062 top pods -n kube-system: exit status 1 (97.73894ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-jcsz4, age: 12m43.992931022s

                                                
                                                
** /stderr **
I0923 12:00:08.996091  444877 retry.go:31] will retry after 16.049243526s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-949062 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-949062 top pods -n kube-system: exit status 1 (95.86658ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-jcsz4, age: 13m0.138604568s

                                                
                                                
** /stderr **
I0923 12:00:25.142018  444877 retry.go:31] will retry after 23.635684049s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-949062 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-949062 top pods -n kube-system: exit status 1 (88.958881ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-jcsz4, age: 13m23.864646376s

                                                
                                                
** /stderr **
I0923 12:00:48.867882  444877 retry.go:31] will retry after 37.425387051s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-949062 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-949062 top pods -n kube-system: exit status 1 (89.258482ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-jcsz4, age: 14m1.382540632s

                                                
                                                
** /stderr **
I0923 12:01:26.385351  444877 retry.go:31] will retry after 26.041208532s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-949062 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-949062 top pods -n kube-system: exit status 1 (98.977185ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-jcsz4, age: 14m27.521661847s

                                                
                                                
** /stderr **
I0923 12:01:52.526074  444877 retry.go:31] will retry after 1m7.809010976s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-949062 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-949062 top pods -n kube-system: exit status 1 (208.584747ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-jcsz4, age: 15m35.543062726s

                                                
                                                
** /stderr **
I0923 12:03:00.546652  444877 retry.go:31] will retry after 47.448238918s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-949062 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-949062 top pods -n kube-system: exit status 1 (95.030959ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-jcsz4, age: 16m23.088884987s

                                                
                                                
** /stderr **
I0923 12:03:48.092323  444877 retry.go:31] will retry after 1m19.127399251s: exit status 1
addons_test.go:413: (dbg) Run:  kubectl --context addons-949062 top pods -n kube-system
addons_test.go:413: (dbg) Non-zero exit: kubectl --context addons-949062 top pods -n kube-system: exit status 1 (93.476037ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-7c65d6cfc9-jcsz4, age: 17m42.310769023s

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

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "15377d5b3403b003b9220d85b203641cfae669831acf9bb174a49e7f93ab8fbe",
	        "Created": "2024-09-23T11:46:59.221610581Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 446131,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-09-23T11:46:59.356533883Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:c94982da1293baee77c00993711af197ed62d6b1a4ee12c0caa4f57c70de4fdc",
	        "ResolvConfPath": "/var/lib/docker/containers/15377d5b3403b003b9220d85b203641cfae669831acf9bb174a49e7f93ab8fbe/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/15377d5b3403b003b9220d85b203641cfae669831acf9bb174a49e7f93ab8fbe/hostname",
	        "HostsPath": "/var/lib/docker/containers/15377d5b3403b003b9220d85b203641cfae669831acf9bb174a49e7f93ab8fbe/hosts",
	        "LogPath": "/var/lib/docker/containers/15377d5b3403b003b9220d85b203641cfae669831acf9bb174a49e7f93ab8fbe/15377d5b3403b003b9220d85b203641cfae669831acf9bb174a49e7f93ab8fbe-json.log",
	        "Name": "/addons-949062",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-949062:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-949062",
	            "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/47ff60ab67f6e0ed613956be9cd24339bb229d893331c322e62ece686adcffc6-init/diff:/var/lib/docker/overlay2/aa6506bfdcc3e3bf1c437c686d239838d975235b868c2cbec84eeddc6bd833d4/diff",
	                "MergedDir": "/var/lib/docker/overlay2/47ff60ab67f6e0ed613956be9cd24339bb229d893331c322e62ece686adcffc6/merged",
	                "UpperDir": "/var/lib/docker/overlay2/47ff60ab67f6e0ed613956be9cd24339bb229d893331c322e62ece686adcffc6/diff",
	                "WorkDir": "/var/lib/docker/overlay2/47ff60ab67f6e0ed613956be9cd24339bb229d893331c322e62ece686adcffc6/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-949062",
	                "Source": "/var/lib/docker/volumes/addons-949062/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-949062",
	            "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.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed",
	            "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-949062",
	                "name.minikube.sigs.k8s.io": "addons-949062",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "b9a3db319971ee150275d98d4d4e6692ceb4b645eb9a150083c950f32efc6b28",
	            "SandboxKey": "/var/run/docker/netns/b9a3db319971",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33163"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33164"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33167"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33165"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33166"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-949062": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "2309c2d65c459e6744e1b529df34e5691c44b134f4f578b100aab96df55838e7",
	                    "EndpointID": "49b6d49d44df3ec2e743a73988b79c91168870b0e0519ce1b11954f6163173af",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-949062",
	                        "15377d5b3403"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-949062 -n addons-949062
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-949062 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-949062 logs -n 25: (1.534207146s)
helpers_test.go:252: TestAddons/parallel/MetricsServer logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-only-864108                                                                     | download-only-864108   | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:46 UTC |
	| start   | --download-only -p                                                                          | download-docker-299983 | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC |                     |
	|         | download-docker-299983                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-299983                                                                   | download-docker-299983 | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:46 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-264226   | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC |                     |
	|         | binary-mirror-264226                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:38673                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-264226                                                                     | binary-mirror-264226   | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:46 UTC |
	| addons  | disable dashboard -p                                                                        | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC |                     |
	|         | addons-949062                                                                               |                        |         |         |                     |                     |
	| addons  | enable dashboard -p                                                                         | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC |                     |
	|         | addons-949062                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-949062 --wait=true                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:49 UTC |
	|         | --memory=4000 --alsologtostderr                                                             |                        |         |         |                     |                     |
	|         | --addons=registry                                                                           |                        |         |         |                     |                     |
	|         | --addons=metrics-server                                                                     |                        |         |         |                     |                     |
	|         | --addons=volumesnapshots                                                                    |                        |         |         |                     |                     |
	|         | --addons=csi-hostpath-driver                                                                |                        |         |         |                     |                     |
	|         | --addons=gcp-auth                                                                           |                        |         |         |                     |                     |
	|         | --addons=cloud-spanner                                                                      |                        |         |         |                     |                     |
	|         | --addons=inspektor-gadget                                                                   |                        |         |         |                     |                     |
	|         | --addons=storage-provisioner-rancher                                                        |                        |         |         |                     |                     |
	|         | --addons=nvidia-device-plugin                                                               |                        |         |         |                     |                     |
	|         | --addons=yakd --addons=volcano                                                              |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	|         | --addons=ingress                                                                            |                        |         |         |                     |                     |
	|         | --addons=ingress-dns                                                                        |                        |         |         |                     |                     |
	| addons  | addons-949062 addons disable                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:58 UTC | 23 Sep 24 11:58 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| addons  | addons-949062 addons                                                                        | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:58 UTC | 23 Sep 24 11:58 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-949062 addons                                                                        | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:58 UTC | 23 Sep 24 11:58 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:58 UTC | 23 Sep 24 11:59 UTC |
	|         | -p addons-949062                                                                            |                        |         |         |                     |                     |
	| ip      | addons-949062 ip                                                                            | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC | 23 Sep 24 11:59 UTC |
	| addons  | addons-949062 addons disable                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC | 23 Sep 24 11:59 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| ssh     | addons-949062 ssh cat                                                                       | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC | 23 Sep 24 11:59 UTC |
	|         | /opt/local-path-provisioner/pvc-a360d212-2322-4a7c-8e95-840a1216a052_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-949062 addons disable                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC | 23 Sep 24 11:59 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable cloud-spanner -p                                                                    | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC | 23 Sep 24 11:59 UTC |
	|         | addons-949062                                                                               |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC | 23 Sep 24 11:59 UTC |
	|         | -p addons-949062                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-949062 addons disable                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC | 23 Sep 24 11:59 UTC |
	|         | headlamp --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p                                                                 | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 11:59 UTC | 23 Sep 24 12:00 UTC |
	|         | addons-949062                                                                               |                        |         |         |                     |                     |
	| ssh     | addons-949062 ssh curl -s                                                                   | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 12:00 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| ip      | addons-949062 ip                                                                            | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 12:02 UTC | 23 Sep 24 12:02 UTC |
	| addons  | addons-949062 addons disable                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 12:02 UTC | 23 Sep 24 12:02 UTC |
	|         | ingress-dns --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-949062 addons disable                                                                | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 12:02 UTC | 23 Sep 24 12:02 UTC |
	|         | ingress --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	| addons  | addons-949062 addons                                                                        | addons-949062          | jenkins | v1.34.0 | 23 Sep 24 12:05 UTC | 23 Sep 24 12:05 UTC |
	|         | disable metrics-server                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/23 11:46:33
	Running on machine: ip-172-31-30-239
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0923 11:46:33.806242  445639 out.go:345] Setting OutFile to fd 1 ...
	I0923 11:46:33.806442  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 11:46:33.806468  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:46:33.806486  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 11:46:33.806782  445639 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19688-439483/.minikube/bin
	I0923 11:46:33.807245  445639 out.go:352] Setting JSON to false
	I0923 11:46:33.808197  445639 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":5342,"bootTime":1727086652,"procs":197,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0923 11:46:33.808293  445639 start.go:139] virtualization:  
	I0923 11:46:33.811286  445639 out.go:177] * [addons-949062] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0923 11:46:33.814525  445639 out.go:177]   - MINIKUBE_LOCATION=19688
	I0923 11:46:33.814586  445639 notify.go:220] Checking for updates...
	I0923 11:46:33.819769  445639 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0923 11:46:33.822494  445639 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19688-439483/kubeconfig
	I0923 11:46:33.824726  445639 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19688-439483/.minikube
	I0923 11:46:33.826872  445639 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0923 11:46:33.829164  445639 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0923 11:46:33.831738  445639 driver.go:394] Setting default libvirt URI to qemu:///system
	I0923 11:46:33.862660  445639 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0923 11:46:33.862790  445639 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 11:46:33.913858  445639 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-23 11:46:33.9044837 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-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:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridge
-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 11:46:33.913993  445639 docker.go:318] overlay module found
	I0923 11:46:33.918154  445639 out.go:177] * Using the docker driver based on user configuration
	I0923 11:46:33.920623  445639 start.go:297] selected driver: docker
	I0923 11:46:33.920644  445639 start.go:901] validating driver "docker" against <nil>
	I0923 11:46:33.920660  445639 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0923 11:46:33.921515  445639 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 11:46:33.973683  445639 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-09-23 11:46:33.96459562 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aa
rch64 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:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridg
e-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 11:46:33.973887  445639 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0923 11:46:33.974131  445639 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]
	I0923 11:46:33.976444  445639 out.go:177] * Using Docker driver with root privileges
	I0923 11:46:33.978428  445639 cni.go:84] Creating CNI manager for ""
	I0923 11:46:33.978496  445639 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0923 11:46:33.978510  445639 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0923 11:46:33.978609  445639 start.go:340] cluster config:
	{Name:addons-949062 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed 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.31.1 ClusterName:addons-949062 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.31.1 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}
	I0923 11:46:33.980741  445639 out.go:177] * Starting "addons-949062" primary control-plane node in "addons-949062" cluster
	I0923 11:46:33.983285  445639 cache.go:121] Beginning downloading kic base image for docker with crio
	I0923 11:46:33.985115  445639 out.go:177] * Pulling base image v0.0.45-1726784731-19672 ...
	I0923 11:46:33.986846  445639 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0923 11:46:33.986900  445639 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19688-439483/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
	I0923 11:46:33.986912  445639 cache.go:56] Caching tarball of preloaded images
	I0923 11:46:33.986910  445639 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local docker daemon
	I0923 11:46:33.986995  445639 preload.go:172] Found /home/jenkins/minikube-integration/19688-439483/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0923 11:46:33.987006  445639 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on crio
	I0923 11:46:33.987369  445639 profile.go:143] Saving config to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/config.json ...
	I0923 11:46:33.987401  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/config.json: {Name:mk0d39df56db07d691a4092c51c2eb5ba3e85bce Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:46:34.002596  445639 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed to local cache
	I0923 11:46:34.002738  445639 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory
	I0923 11:46:34.002759  445639 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory, skipping pull
	I0923 11:46:34.002765  445639 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed exists in cache, skipping pull
	I0923 11:46:34.002772  445639 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed as a tarball
	I0923 11:46:34.002778  445639 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed from local cache
	I0923 11:46:51.484890  445639 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed from cached tarball
	I0923 11:46:51.484930  445639 cache.go:194] Successfully downloaded all kic artifacts
	I0923 11:46:51.484976  445639 start.go:360] acquireMachinesLock for addons-949062: {Name:mkc7ffd2e305e02e09a3d93d768f3a214671463f Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0923 11:46:51.485106  445639 start.go:364] duration metric: took 110.391µs to acquireMachinesLock for "addons-949062"
	I0923 11:46:51.485132  445639 start.go:93] Provisioning new machine with config: &{Name:addons-949062 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed 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.31.1 ClusterName:addons-949062 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.31.1 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.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0923 11:46:51.485212  445639 start.go:125] createHost starting for "" (driver="docker")
	I0923 11:46:51.487846  445639 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0923 11:46:51.488111  445639 start.go:159] libmachine.API.Create for "addons-949062" (driver="docker")
	I0923 11:46:51.488149  445639 client.go:168] LocalClient.Create starting
	I0923 11:46:51.488270  445639 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca.pem
	I0923 11:46:52.371948  445639 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/cert.pem
	I0923 11:46:52.879396  445639 cli_runner.go:164] Run: docker network inspect addons-949062 --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}}]}"
	W0923 11:46:52.893480  445639 cli_runner.go:211] docker network inspect addons-949062 --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
	I0923 11:46:52.893566  445639 network_create.go:284] running [docker network inspect addons-949062] to gather additional debugging logs...
	I0923 11:46:52.893588  445639 cli_runner.go:164] Run: docker network inspect addons-949062
	W0923 11:46:52.908354  445639 cli_runner.go:211] docker network inspect addons-949062 returned with exit code 1
	I0923 11:46:52.908398  445639 network_create.go:287] error running [docker network inspect addons-949062]: docker network inspect addons-949062: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-949062 not found
	I0923 11:46:52.908413  445639 network_create.go:289] output of [docker network inspect addons-949062]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-949062 not found
	
	** /stderr **
	I0923 11:46:52.908531  445639 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}}]}"
	I0923 11:46:52.922509  445639 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:0x40018510e0}
	I0923 11:46:52.922550  445639 network_create.go:124] attempt to create docker network addons-949062 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0923 11:46:52.922607  445639 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-949062 addons-949062
	I0923 11:46:52.997670  445639 network_create.go:108] docker network addons-949062 192.168.49.0/24 created
	I0923 11:46:52.997704  445639 kic.go:121] calculated static IP "192.168.49.2" for the "addons-949062" container
	I0923 11:46:52.997787  445639 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0923 11:46:53.018534  445639 cli_runner.go:164] Run: docker volume create addons-949062 --label name.minikube.sigs.k8s.io=addons-949062 --label created_by.minikube.sigs.k8s.io=true
	I0923 11:46:53.039019  445639 oci.go:103] Successfully created a docker volume addons-949062
	I0923 11:46:53.039123  445639 cli_runner.go:164] Run: docker run --rm --name addons-949062-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-949062 --entrypoint /usr/bin/test -v addons-949062:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -d /var/lib
	I0923 11:46:55.052353  445639 cli_runner.go:217] Completed: docker run --rm --name addons-949062-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-949062 --entrypoint /usr/bin/test -v addons-949062:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -d /var/lib: (2.013181677s)
	I0923 11:46:55.052383  445639 oci.go:107] Successfully prepared a docker volume addons-949062
	I0923 11:46:55.052417  445639 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0923 11:46:55.052440  445639 kic.go:194] Starting extracting preloaded images to volume ...
	I0923 11:46:55.052508  445639 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19688-439483/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-949062:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -I lz4 -xf /preloaded.tar -C /extractDir
	I0923 11:46:59.152153  445639 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19688-439483/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-949062:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -I lz4 -xf /preloaded.tar -C /extractDir: (4.099605566s)
	I0923 11:46:59.152184  445639 kic.go:203] duration metric: took 4.099741205s to extract preloaded images to volume ...
	W0923 11:46:59.152322  445639 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0923 11:46:59.152435  445639 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0923 11:46:59.207392  445639 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-949062 --name addons-949062 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-949062 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-949062 --network addons-949062 --ip 192.168.49.2 --volume addons-949062:/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.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed
	I0923 11:46:59.511137  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Running}}
	I0923 11:46:59.540351  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:46:59.561206  445639 cli_runner.go:164] Run: docker exec addons-949062 stat /var/lib/dpkg/alternatives/iptables
	I0923 11:46:59.628365  445639 oci.go:144] the created container "addons-949062" has a running status.
	I0923 11:46:59.628392  445639 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa...
	I0923 11:47:00.584153  445639 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0923 11:47:00.614708  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:00.635614  445639 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0923 11:47:00.635634  445639 kic_runner.go:114] Args: [docker exec --privileged addons-949062 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0923 11:47:00.707595  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:00.728068  445639 machine.go:93] provisionDockerMachine start ...
	I0923 11:47:00.728175  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:00.747832  445639 main.go:141] libmachine: Using SSH client type: native
	I0923 11:47:00.748089  445639 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 33163 <nil> <nil>}
	I0923 11:47:00.748098  445639 main.go:141] libmachine: About to run SSH command:
	hostname
	I0923 11:47:00.881198  445639 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-949062
	
	I0923 11:47:00.881272  445639 ubuntu.go:169] provisioning hostname "addons-949062"
	I0923 11:47:00.881384  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:00.905400  445639 main.go:141] libmachine: Using SSH client type: native
	I0923 11:47:00.905670  445639 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 33163 <nil> <nil>}
	I0923 11:47:00.905691  445639 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-949062 && echo "addons-949062" | sudo tee /etc/hostname
	I0923 11:47:01.053111  445639 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-949062
	
	I0923 11:47:01.053233  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:01.071241  445639 main.go:141] libmachine: Using SSH client type: native
	I0923 11:47:01.071501  445639 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 33163 <nil> <nil>}
	I0923 11:47:01.071524  445639 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-949062' /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-949062/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-949062' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0923 11:47:01.205263  445639 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0923 11:47:01.205293  445639 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19688-439483/.minikube CaCertPath:/home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19688-439483/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19688-439483/.minikube}
	I0923 11:47:01.205324  445639 ubuntu.go:177] setting up certificates
	I0923 11:47:01.205333  445639 provision.go:84] configureAuth start
	I0923 11:47:01.205398  445639 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-949062
	I0923 11:47:01.223395  445639 provision.go:143] copyHostCerts
	I0923 11:47:01.223488  445639 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19688-439483/.minikube/key.pem (1679 bytes)
	I0923 11:47:01.223622  445639 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19688-439483/.minikube/ca.pem (1078 bytes)
	I0923 11:47:01.223699  445639 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19688-439483/.minikube/cert.pem (1123 bytes)
	I0923 11:47:01.223767  445639 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19688-439483/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca-key.pem org=jenkins.addons-949062 san=[127.0.0.1 192.168.49.2 addons-949062 localhost minikube]
	I0923 11:47:01.428380  445639 provision.go:177] copyRemoteCerts
	I0923 11:47:01.428463  445639 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0923 11:47:01.428508  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:01.445964  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:01.543128  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0923 11:47:01.567388  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I0923 11:47:01.592010  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0923 11:47:01.616592  445639 provision.go:87] duration metric: took 411.241552ms to configureAuth
	I0923 11:47:01.616664  445639 ubuntu.go:193] setting minikube options for container-runtime
	I0923 11:47:01.616925  445639 config.go:182] Loaded profile config "addons-949062": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0923 11:47:01.617110  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:01.644000  445639 main.go:141] libmachine: Using SSH client type: native
	I0923 11:47:01.644259  445639 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x413650] 0x415e90 <nil>  [] 0s} 127.0.0.1 33163 <nil> <nil>}
	I0923 11:47:01.644283  445639 main.go:141] libmachine: About to run SSH command:
	sudo mkdir -p /etc/sysconfig && printf %s "
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
	I0923 11:47:01.875783  445639 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0923 11:47:01.875848  445639 machine.go:96] duration metric: took 1.147759935s to provisionDockerMachine
	I0923 11:47:01.875872  445639 client.go:171] duration metric: took 10.387713659s to LocalClient.Create
	I0923 11:47:01.875897  445639 start.go:167] duration metric: took 10.387787087s to libmachine.API.Create "addons-949062"
	I0923 11:47:01.875930  445639 start.go:293] postStartSetup for "addons-949062" (driver="docker")
	I0923 11:47:01.875963  445639 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]
	I0923 11:47:01.876107  445639 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
	I0923 11:47:01.876171  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:01.893241  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:01.990441  445639 ssh_runner.go:195] Run: cat /etc/os-release
	I0923 11:47:01.994314  445639 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0923 11:47:01.994402  445639 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0923 11:47:01.994429  445639 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0923 11:47:01.994467  445639 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0923 11:47:01.994502  445639 filesync.go:126] Scanning /home/jenkins/minikube-integration/19688-439483/.minikube/addons for local assets ...
	I0923 11:47:01.994619  445639 filesync.go:126] Scanning /home/jenkins/minikube-integration/19688-439483/.minikube/files for local assets ...
	I0923 11:47:01.994664  445639 start.go:296] duration metric: took 118.707262ms for postStartSetup
	I0923 11:47:01.995051  445639 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-949062
	I0923 11:47:02.017608  445639 profile.go:143] Saving config to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/config.json ...
	I0923 11:47:02.017961  445639 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0923 11:47:02.018023  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:02.034879  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:02.125842  445639 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0923 11:47:02.130609  445639 start.go:128] duration metric: took 10.645382121s to createHost
	I0923 11:47:02.130633  445639 start.go:83] releasing machines lock for "addons-949062", held for 10.645517579s
	I0923 11:47:02.130704  445639 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-949062
	I0923 11:47:02.148529  445639 ssh_runner.go:195] Run: cat /version.json
	I0923 11:47:02.148547  445639 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0923 11:47:02.148585  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:02.148609  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:02.167265  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:02.182688  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:02.384384  445639 ssh_runner.go:195] Run: systemctl --version
	I0923 11:47:02.388723  445639 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0923 11:47:02.528417  445639 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0923 11:47:02.532805  445639 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" ;
	I0923 11:47:02.556131  445639 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0923 11:47:02.556234  445639 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, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0923 11:47:02.588285  445639 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0923 11:47:02.588310  445639 start.go:495] detecting cgroup driver to use...
	I0923 11:47:02.588365  445639 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0923 11:47:02.588440  445639 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0923 11:47:02.604456  445639 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0923 11:47:02.615691  445639 docker.go:217] disabling cri-docker service (if available) ...
	I0923 11:47:02.615818  445639 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0923 11:47:02.630311  445639 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0923 11:47:02.644691  445639 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0923 11:47:02.727643  445639 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0923 11:47:02.824898  445639 docker.go:233] disabling docker service ...
	I0923 11:47:02.825016  445639 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0923 11:47:02.844770  445639 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0923 11:47:02.857357  445639 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0923 11:47:02.948994  445639 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0923 11:47:03.055516  445639 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0923 11:47:03.069029  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/crio/crio.sock
	" | sudo tee /etc/crictl.yaml"
	I0923 11:47:03.086794  445639 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0923 11:47:03.086865  445639 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.10"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0923 11:47:03.097572  445639 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0923 11:47:03.097702  445639 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0923 11:47:03.108371  445639 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0923 11:47:03.124931  445639 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0923 11:47:03.135562  445639 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0923 11:47:03.145123  445639 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"
	I0923 11:47:03.155610  445639 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"
	I0923 11:47:03.172186  445639 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"
	I0923 11:47:03.182475  445639 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0923 11:47:03.191293  445639 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0923 11:47:03.199896  445639 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0923 11:47:03.288643  445639 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0923 11:47:03.414491  445639 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0923 11:47:03.414584  445639 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0923 11:47:03.418311  445639 start.go:563] Will wait 60s for crictl version
	I0923 11:47:03.418425  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:47:03.422311  445639 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0923 11:47:03.463261  445639 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0923 11:47:03.463365  445639 ssh_runner.go:195] Run: crio --version
	I0923 11:47:03.503697  445639 ssh_runner.go:195] Run: crio --version
	I0923 11:47:03.542394  445639 out.go:177] * Preparing Kubernetes v1.31.1 on CRI-O 1.24.6 ...
	I0923 11:47:03.544254  445639 cli_runner.go:164] Run: docker network inspect addons-949062 --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}}]}"
	I0923 11:47:03.559734  445639 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0923 11:47:03.563258  445639 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""
	I0923 11:47:03.573759  445639 kubeadm.go:883] updating cluster {Name:addons-949062 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed 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.31.1 ClusterName:addons-949062 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.31.1 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} ...
	I0923 11:47:03.573878  445639 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0923 11:47:03.573943  445639 ssh_runner.go:195] Run: sudo crictl images --output json
	I0923 11:47:03.645037  445639 crio.go:514] all images are preloaded for cri-o runtime.
	I0923 11:47:03.645062  445639 crio.go:433] Images already preloaded, skipping extraction
	I0923 11:47:03.645124  445639 ssh_runner.go:195] Run: sudo crictl images --output json
	I0923 11:47:03.682682  445639 crio.go:514] all images are preloaded for cri-o runtime.
	I0923 11:47:03.682708  445639 cache_images.go:84] Images are preloaded, skipping loading
	I0923 11:47:03.682717  445639 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 crio true true} ...
	I0923 11:47:03.682818  445639 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.31.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-949062 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.1 ClusterName:addons-949062 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:}
	I0923 11:47:03.682905  445639 ssh_runner.go:195] Run: crio config
	I0923 11:47:03.749558  445639 cni.go:84] Creating CNI manager for ""
	I0923 11:47:03.749582  445639 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0923 11:47:03.749592  445639 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0923 11:47:03.749615  445639 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.31.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-949062 NodeName:addons-949062 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}
	I0923 11:47:03.749758  445639 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-949062"
	  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.31.1
	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%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0923 11:47:03.749832  445639 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
	I0923 11:47:03.758754  445639 binaries.go:44] Found k8s binaries, skipping transfer
	I0923 11:47:03.758861  445639 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0923 11:47:03.767733  445639 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0923 11:47:03.785605  445639 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0923 11:47:03.804598  445639 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0923 11:47:03.823383  445639 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0923 11:47:03.826720  445639 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""
	I0923 11:47:03.837578  445639 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0923 11:47:03.920967  445639 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0923 11:47:03.935037  445639 certs.go:68] Setting up /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062 for IP: 192.168.49.2
	I0923 11:47:03.935108  445639 certs.go:194] generating shared ca certs ...
	I0923 11:47:03.935139  445639 certs.go:226] acquiring lock for ca certs: {Name:mk8886b7f4079fe3380ff87fbe608ebcf7a50150 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:03.935304  445639 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19688-439483/.minikube/ca.key
	I0923 11:47:04.300186  445639 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19688-439483/.minikube/ca.crt ...
	I0923 11:47:04.300217  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/ca.crt: {Name:mkc163e0736acb4ab6c90a2621714f039ca25eb5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:04.300418  445639 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19688-439483/.minikube/ca.key ...
	I0923 11:47:04.300430  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/ca.key: {Name:mk56c01250d89e3f2925baedaf4f263e4273477a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:04.301097  445639 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.key
	I0923 11:47:04.476043  445639 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.crt ...
	I0923 11:47:04.476077  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.crt: {Name:mk01bc672072174ac83940873f84c662f94dff46 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:04.476257  445639 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.key ...
	I0923 11:47:04.476270  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.key: {Name:mk315f2d14088a80003ac768611d4c83fa0f1c63 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:04.476354  445639 certs.go:256] generating profile certs ...
	I0923 11:47:04.476415  445639 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.key
	I0923 11:47:04.476435  445639 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt with IP's: []
	I0923 11:47:04.731481  445639 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt ...
	I0923 11:47:04.731513  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: {Name:mk1490c19f8381a64e99a74c5ee248576c5c2ee6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:04.731732  445639 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.key ...
	I0923 11:47:04.731745  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.key: {Name:mk2202fa1c77f046946637138cd739c4a47cd48e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:04.731836  445639 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.key.1c1dc788
	I0923 11:47:04.731858  445639 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.crt.1c1dc788 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0923 11:47:05.351108  445639 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.crt.1c1dc788 ...
	I0923 11:47:05.351141  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.crt.1c1dc788: {Name:mk4216f1f2c9fc1b684c441f57f188446c0621bb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:05.351325  445639 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.key.1c1dc788 ...
	I0923 11:47:05.351343  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.key.1c1dc788: {Name:mka3309cf97f0fe83bcf4d91386dffb2f810e96e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:05.351435  445639 certs.go:381] copying /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.crt.1c1dc788 -> /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.crt
	I0923 11:47:05.351526  445639 certs.go:385] copying /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.key.1c1dc788 -> /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.key
	I0923 11:47:05.351582  445639 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.key
	I0923 11:47:05.351603  445639 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.crt with IP's: []
	I0923 11:47:06.355674  445639 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.crt ...
	I0923 11:47:06.355710  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.crt: {Name:mkf53dbefd9f18b1111237760556a22457c94215 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:06.355906  445639 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.key ...
	I0923 11:47:06.355921  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.key: {Name:mk62014910fd4cb6698550052f021081d2979d56 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:06.356112  445639 certs.go:484] found cert: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca-key.pem (1679 bytes)
	I0923 11:47:06.356158  445639 certs.go:484] found cert: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/ca.pem (1078 bytes)
	I0923 11:47:06.356190  445639 certs.go:484] found cert: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/cert.pem (1123 bytes)
	I0923 11:47:06.356218  445639 certs.go:484] found cert: /home/jenkins/minikube-integration/19688-439483/.minikube/certs/key.pem (1679 bytes)
	I0923 11:47:06.356896  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0923 11:47:06.382662  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0923 11:47:06.407659  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0923 11:47:06.432247  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0923 11:47:06.456893  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0923 11:47:06.481763  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0923 11:47:06.506778  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0923 11:47:06.532417  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
	I0923 11:47:06.559058  445639 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19688-439483/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0923 11:47:06.584012  445639 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0923 11:47:06.602857  445639 ssh_runner.go:195] Run: openssl version
	I0923 11:47:06.608334  445639 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"
	I0923 11:47:06.618136  445639 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0923 11:47:06.622439  445639 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 23 11:47 /usr/share/ca-certificates/minikubeCA.pem
	I0923 11:47:06.622511  445639 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0923 11:47:06.630121  445639 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"
	I0923 11:47:06.639633  445639 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0923 11:47:06.643153  445639 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
	I0923 11:47:06.643205  445639 kubeadm.go:392] StartCluster: {Name:addons-949062 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed 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.31.1 ClusterName:addons-949062 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.31.1 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}
	I0923 11:47:06.643283  445639 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0923 11:47:06.643339  445639 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0923 11:47:06.682408  445639 cri.go:89] found id: ""
	I0923 11:47:06.682536  445639 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0923 11:47:06.691370  445639 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0923 11:47:06.700129  445639 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0923 11:47:06.700223  445639 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
	I0923 11:47:06.709029  445639 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
	I0923 11:47:06.709100  445639 kubeadm.go:157] found existing configuration files:
	
	I0923 11:47:06.709158  445639 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0923 11:47:06.718007  445639 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
	I0923 11:47:06.718081  445639 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0923 11:47:06.727238  445639 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0923 11:47:06.736478  445639 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
	I0923 11:47:06.736569  445639 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0923 11:47:06.745179  445639 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0923 11:47:06.753869  445639 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
	I0923 11:47:06.753954  445639 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0923 11:47:06.762453  445639 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0923 11:47:06.771165  445639 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
	I0923 11:47:06.771254  445639 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0923 11:47:06.779956  445639 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.1:$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"
	I0923 11:47:06.818721  445639 kubeadm.go:310] W0923 11:47:06.817994    1185 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "ClusterConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0923 11:47:06.819537  445639 kubeadm.go:310] W0923 11:47:06.819007    1185 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "InitConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
	I0923 11:47:06.853459  445639 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-1070-aws\n", err: exit status 1
	I0923 11:47:06.919288  445639 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0923 11:47:20.492137  445639 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
	I0923 11:47:20.492205  445639 kubeadm.go:310] [preflight] Running pre-flight checks
	I0923 11:47:20.492332  445639 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0923 11:47:20.492409  445639 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1070-aws
	I0923 11:47:20.492472  445639 kubeadm.go:310] OS: Linux
	I0923 11:47:20.492543  445639 kubeadm.go:310] CGROUPS_CPU: enabled
	I0923 11:47:20.492615  445639 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0923 11:47:20.492708  445639 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0923 11:47:20.492783  445639 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0923 11:47:20.492855  445639 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0923 11:47:20.493017  445639 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0923 11:47:20.493077  445639 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0923 11:47:20.493132  445639 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0923 11:47:20.493189  445639 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0923 11:47:20.493268  445639 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0923 11:47:20.493403  445639 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0923 11:47:20.493513  445639 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0923 11:47:20.493583  445639 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0923 11:47:20.497700  445639 out.go:235]   - Generating certificates and keys ...
	I0923 11:47:20.497807  445639 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0923 11:47:20.497883  445639 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0923 11:47:20.497961  445639 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0923 11:47:20.498023  445639 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0923 11:47:20.498087  445639 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0923 11:47:20.498166  445639 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0923 11:47:20.498247  445639 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0923 11:47:20.498380  445639 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-949062 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0923 11:47:20.498441  445639 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0923 11:47:20.498577  445639 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-949062 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0923 11:47:20.498649  445639 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0923 11:47:20.498745  445639 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0923 11:47:20.498806  445639 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0923 11:47:20.498868  445639 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0923 11:47:20.498924  445639 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0923 11:47:20.498990  445639 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0923 11:47:20.499056  445639 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0923 11:47:20.499133  445639 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0923 11:47:20.499193  445639 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0923 11:47:20.499293  445639 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0923 11:47:20.499379  445639 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0923 11:47:20.501872  445639 out.go:235]   - Booting up control plane ...
	I0923 11:47:20.501997  445639 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0923 11:47:20.502080  445639 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0923 11:47:20.502152  445639 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0923 11:47:20.502356  445639 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0923 11:47:20.502469  445639 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0923 11:47:20.502514  445639 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0923 11:47:20.502654  445639 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0923 11:47:20.502767  445639 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0923 11:47:20.502848  445639 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001623584s
	I0923 11:47:20.502986  445639 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0923 11:47:20.503064  445639 kubeadm.go:310] [api-check] The API server is healthy after 6.001467918s
	I0923 11:47:20.503185  445639 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0923 11:47:20.503325  445639 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0923 11:47:20.503396  445639 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0923 11:47:20.503594  445639 kubeadm.go:310] [mark-control-plane] Marking the node addons-949062 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0923 11:47:20.503657  445639 kubeadm.go:310] [bootstrap-token] Using token: 5hfhnb.yczp8avbg6zznrz5
	I0923 11:47:20.505826  445639 out.go:235]   - Configuring RBAC rules ...
	I0923 11:47:20.505951  445639 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0923 11:47:20.506040  445639 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0923 11:47:20.506183  445639 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
	I0923 11:47:20.506326  445639 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0923 11:47:20.506447  445639 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0923 11:47:20.506535  445639 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0923 11:47:20.506652  445639 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0923 11:47:20.506701  445639 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0923 11:47:20.506753  445639 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0923 11:47:20.506760  445639 kubeadm.go:310] 
	I0923 11:47:20.506823  445639 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0923 11:47:20.506832  445639 kubeadm.go:310] 
	I0923 11:47:20.506909  445639 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0923 11:47:20.506916  445639 kubeadm.go:310] 
	I0923 11:47:20.506942  445639 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0923 11:47:20.507003  445639 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0923 11:47:20.507056  445639 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0923 11:47:20.507064  445639 kubeadm.go:310] 
	I0923 11:47:20.507117  445639 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0923 11:47:20.507127  445639 kubeadm.go:310] 
	I0923 11:47:20.507175  445639 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0923 11:47:20.507183  445639 kubeadm.go:310] 
	I0923 11:47:20.507235  445639 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0923 11:47:20.507312  445639 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0923 11:47:20.507392  445639 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0923 11:47:20.507400  445639 kubeadm.go:310] 
	I0923 11:47:20.507483  445639 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0923 11:47:20.507564  445639 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0923 11:47:20.507572  445639 kubeadm.go:310] 
	I0923 11:47:20.507658  445639 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token 5hfhnb.yczp8avbg6zznrz5 \
	I0923 11:47:20.507762  445639 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:e56966a64450bab0610dd6243262c3db7cc7afb656414179dba6b1f3d6d53051 \
	I0923 11:47:20.507786  445639 kubeadm.go:310] 	--control-plane 
	I0923 11:47:20.507794  445639 kubeadm.go:310] 
	I0923 11:47:20.507878  445639 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0923 11:47:20.507886  445639 kubeadm.go:310] 
	I0923 11:47:20.507967  445639 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 5hfhnb.yczp8avbg6zznrz5 \
	I0923 11:47:20.508086  445639 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:e56966a64450bab0610dd6243262c3db7cc7afb656414179dba6b1f3d6d53051 
	I0923 11:47:20.508099  445639 cni.go:84] Creating CNI manager for ""
	I0923 11:47:20.508106  445639 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0923 11:47:20.510372  445639 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0923 11:47:20.512758  445639 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0923 11:47:20.516740  445639 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.1/kubectl ...
	I0923 11:47:20.516760  445639 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0923 11:47:20.537047  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0923 11:47:20.831795  445639 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0923 11:47:20.831931  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:20.832045  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-949062 minikube.k8s.io/updated_at=2024_09_23T11_47_20_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=a36553b39c7bbbd910f6bfb97f7b698be94b4e6e minikube.k8s.io/name=addons-949062 minikube.k8s.io/primary=true
	I0923 11:47:20.982024  445639 ops.go:34] apiserver oom_adj: -16
	I0923 11:47:20.982214  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:21.483054  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:21.982325  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:22.482326  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:22.983021  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:23.483095  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:23.983264  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:24.482361  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:24.982968  445639 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0923 11:47:25.103477  445639 kubeadm.go:1113] duration metric: took 4.271592558s to wait for elevateKubeSystemPrivileges
	I0923 11:47:25.103516  445639 kubeadm.go:394] duration metric: took 18.460309427s to StartCluster
	I0923 11:47:25.103535  445639 settings.go:142] acquiring lock: {Name:mk02e1628c86a1770378892d7a3154d0c52b89bd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:25.103651  445639 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19688-439483/kubeconfig
	I0923 11:47:25.104105  445639 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19688-439483/kubeconfig: {Name:mk9e4fe276763425cb8cd915eff87c9d41b7f36a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0923 11:47:25.104994  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0923 11:47:25.105325  445639 config.go:182] Loaded profile config "addons-949062": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0923 11:47:25.105378  445639 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0923 11:47:25.105430  445639 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 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]
	I0923 11:47:25.105668  445639 addons.go:69] Setting yakd=true in profile "addons-949062"
	I0923 11:47:25.105690  445639 addons.go:234] Setting addon yakd=true in "addons-949062"
	I0923 11:47:25.105725  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.106229  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.106525  445639 addons.go:69] Setting inspektor-gadget=true in profile "addons-949062"
	I0923 11:47:25.106551  445639 addons.go:234] Setting addon inspektor-gadget=true in "addons-949062"
	I0923 11:47:25.106580  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.107017  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.107337  445639 addons.go:69] Setting metrics-server=true in profile "addons-949062"
	I0923 11:47:25.107400  445639 addons.go:234] Setting addon metrics-server=true in "addons-949062"
	I0923 11:47:25.107426  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.107516  445639 addons.go:69] Setting cloud-spanner=true in profile "addons-949062"
	I0923 11:47:25.107536  445639 addons.go:234] Setting addon cloud-spanner=true in "addons-949062"
	I0923 11:47:25.107564  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.107857  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.107980  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.109750  445639 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-949062"
	I0923 11:47:25.109794  445639 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-949062"
	I0923 11:47:25.109831  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.110346  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.117101  445639 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-949062"
	I0923 11:47:25.124804  445639 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-949062"
	I0923 11:47:25.124849  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.125415  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.125627  445639 out.go:177] * Verifying Kubernetes components...
	I0923 11:47:25.132722  445639 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0923 11:47:25.122697  445639 addons.go:69] Setting default-storageclass=true in profile "addons-949062"
	I0923 11:47:25.132904  445639 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-949062"
	I0923 11:47:25.134746  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.122717  445639 addons.go:69] Setting gcp-auth=true in profile "addons-949062"
	I0923 11:47:25.159391  445639 mustload.go:65] Loading cluster: addons-949062
	I0923 11:47:25.159657  445639 config.go:182] Loaded profile config "addons-949062": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0923 11:47:25.160039  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.122725  445639 addons.go:69] Setting ingress=true in profile "addons-949062"
	I0923 11:47:25.192430  445639 addons.go:234] Setting addon ingress=true in "addons-949062"
	I0923 11:47:25.192550  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.193087  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.122729  445639 addons.go:69] Setting ingress-dns=true in profile "addons-949062"
	I0923 11:47:25.200727  445639 addons.go:234] Setting addon ingress-dns=true in "addons-949062"
	I0923 11:47:25.200793  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.204525  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.124390  445639 addons.go:69] Setting registry=true in profile "addons-949062"
	I0923 11:47:25.214866  445639 addons.go:234] Setting addon registry=true in "addons-949062"
	I0923 11:47:25.214927  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.215432  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.222564  445639 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
	I0923 11:47:25.229932  445639 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0923 11:47:25.229960  445639 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0923 11:47:25.230032  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.124403  445639 addons.go:69] Setting storage-provisioner=true in profile "addons-949062"
	I0923 11:47:25.233168  445639 addons.go:234] Setting addon storage-provisioner=true in "addons-949062"
	I0923 11:47:25.233207  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.233668  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.124410  445639 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-949062"
	I0923 11:47:25.253054  445639 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-949062"
	I0923 11:47:25.253402  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.124414  445639 addons.go:69] Setting volcano=true in profile "addons-949062"
	I0923 11:47:25.277153  445639 addons.go:234] Setting addon volcano=true in "addons-949062"
	I0923 11:47:25.277207  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.124417  445639 addons.go:69] Setting volumesnapshots=true in profile "addons-949062"
	I0923 11:47:25.280439  445639 addons.go:234] Setting addon volumesnapshots=true in "addons-949062"
	I0923 11:47:25.280486  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.281006  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.307719  445639 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0923 11:47:25.309027  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.309206  445639 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0923 11:47:25.309379  445639 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.24
	I0923 11:47:25.338238  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0923 11:47:25.343217  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0923 11:47:25.344501  445639 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0923 11:47:25.344570  445639 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0923 11:47:25.344680  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.356992  445639 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0923 11:47:25.357028  445639 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0923 11:47:25.357144  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.371116  445639 addons.go:234] Setting addon default-storageclass=true in "addons-949062"
	I0923 11:47:25.371155  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.371683  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.394732  445639 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0923 11:47:25.394753  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0923 11:47:25.394814  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.397575  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0923 11:47:25.401411  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0923 11:47:25.404886  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0923 11:47:25.407403  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0923 11:47:25.411249  445639 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
	I0923 11:47:25.413278  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.420743  445639 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0923 11:47:25.420997  445639 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0923 11:47:25.421013  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0923 11:47:25.421076  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.421252  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0923 11:47:25.422140  445639 out.go:177]   - Using image docker.io/registry:2.8.3
	I0923 11:47:25.423221  445639 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0923 11:47:25.423241  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0923 11:47:25.423305  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.428654  445639 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-949062"
	I0923 11:47:25.428753  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:25.429162  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0923 11:47:25.431534  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0923 11:47:25.431605  445639 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0923 11:47:25.431710  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.438933  445639 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0923 11:47:25.446897  445639 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0923 11:47:25.446970  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0923 11:47:25.447065  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.461218  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:25.483251  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.492584  445639 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0923 11:47:25.492660  445639 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0923 11:47:25.496621  445639 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0923 11:47:25.496650  445639 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0923 11:47:25.496744  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.498725  445639 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
	I0923 11:47:25.500629  445639 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0923 11:47:25.502963  445639 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0923 11:47:25.502988  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0923 11:47:25.503053  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.546113  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.556096  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.574587  445639 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0923 11:47:25.576812  445639 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0923 11:47:25.576836  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0923 11:47:25.576904  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	W0923 11:47:25.621946  445639 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0923 11:47:25.690616  445639 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0923 11:47:25.690641  445639 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0923 11:47:25.690705  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.712179  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.713170  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/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.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0923 11:47:25.725724  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.729261  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.729663  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.762635  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.770422  445639 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0923 11:47:25.773100  445639 out.go:177]   - Using image docker.io/busybox:stable
	I0923 11:47:25.775897  445639 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0923 11:47:25.775920  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0923 11:47:25.775999  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:25.780781  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.784006  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.788537  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.815383  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.821574  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:25.847524  445639 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0923 11:47:25.847545  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0923 11:47:25.864050  445639 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0923 11:47:25.894862  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0923 11:47:25.997125  445639 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0923 11:47:25.997199  445639 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0923 11:47:26.056246  445639 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0923 11:47:26.056322  445639 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0923 11:47:26.083696  445639 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0923 11:47:26.083778  445639 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0923 11:47:26.204465  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0923 11:47:26.204541  445639 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0923 11:47:26.210937  445639 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0923 11:47:26.211015  445639 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0923 11:47:26.219957  445639 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0923 11:47:26.220032  445639 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0923 11:47:26.223822  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0923 11:47:26.227123  445639 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0923 11:47:26.227195  445639 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0923 11:47:26.243917  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:26.265203  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0923 11:47:26.294961  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0923 11:47:26.325201  445639 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0923 11:47:26.325274  445639 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0923 11:47:26.331267  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0923 11:47:26.331462  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0923 11:47:26.403593  445639 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0923 11:47:26.403668  445639 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0923 11:47:26.444228  445639 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0923 11:47:26.444301  445639 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0923 11:47:26.447454  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0923 11:47:26.450185  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0923 11:47:26.450254  445639 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)
	I0923 11:47:26.463525  445639 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0923 11:47:26.463594  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0923 11:47:26.475971  445639 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0923 11:47:26.476047  445639 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0923 11:47:26.573336  445639 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0923 11:47:26.573414  445639 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0923 11:47:26.579252  445639 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0923 11:47:26.579335  445639 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0923 11:47:26.587100  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0923 11:47:26.587172  445639 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0923 11:47:26.591301  445639 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0923 11:47:26.591370  445639 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0923 11:47:26.678086  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0923 11:47:26.725108  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0923 11:47:26.725189  445639 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0923 11:47:26.748715  445639 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0923 11:47:26.748787  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0923 11:47:26.760455  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0923 11:47:26.760529  445639 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0923 11:47:26.777749  445639 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0923 11:47:26.777828  445639 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0923 11:47:26.920454  445639 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0923 11:47:26.920525  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0923 11:47:26.933107  445639 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0923 11:47:26.933183  445639 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0923 11:47:26.939593  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:26.954672  445639 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0923 11:47:26.954745  445639 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0923 11:47:26.996992  445639 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0923 11:47:26.997067  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0923 11:47:27.035269  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:27.055321  445639 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0923 11:47:27.055403  445639 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0923 11:47:27.063115  445639 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0923 11:47:27.063189  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0923 11:47:27.155878  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:27.210096  445639 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0923 11:47:27.210170  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0923 11:47:27.313133  445639 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0923 11:47:27.313205  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0923 11:47:27.414647  445639 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0923 11:47:27.414724  445639 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0923 11:47:27.536958  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:28.576461  445639 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.7123482s)
	I0923 11:47:28.576721  445639 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/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.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.863525117s)
	I0923 11:47:28.576784  445639 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0923 11:47:28.578673  445639 node_ready.go:35] waiting up to 6m0s for node "addons-949062" to be "Ready" ...
	I0923 11:47:29.366984  445639 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-949062" context rescaled to 1 replicas
	I0923 11:47:29.608022  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.713053614s)
	I0923 11:47:29.853419  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.629515759s)
	I0923 11:47:30.463477  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (4.198189434s)
	I0923 11:47:30.463550  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.168517675s)
	I0923 11:47:30.463592  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.132256692s)
	I0923 11:47:30.463934  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.219941975s)
	I0923 11:47:30.463981  445639 addons.go:475] Verifying addon metrics-server=true in "addons-949062"
	I0923 11:47:30.602316  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:31.226978  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (4.895462339s)
	I0923 11:47:31.227059  445639 addons.go:475] Verifying addon ingress=true in "addons-949062"
	I0923 11:47:31.227422  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.287757679s)
	I0923 11:47:31.227207  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.779598683s)
	I0923 11:47:31.227255  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.549094678s)
	I0923 11:47:31.227779  445639 addons.go:475] Verifying addon registry=true in "addons-949062"
	I0923 11:47:31.229699  445639 out.go:177] * Verifying registry addon...
	I0923 11:47:31.229801  445639 out.go:177] * Verifying ingress addon...
	I0923 11:47:31.229846  445639 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-949062 service yakd-dashboard -n yakd-dashboard
	
	I0923 11:47:31.233265  445639 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0923 11:47:31.234332  445639 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0923 11:47:31.250191  445639 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0923 11:47:31.250280  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:31.275807  445639 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0923 11:47:31.275879  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:31.436196  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.400830271s)
	W0923 11:47:31.436281  445639 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:31.436339  445639 retry.go:31] will retry after 182.969163ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:31.436446  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (4.280489573s)
	I0923 11:47:31.620371  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:31.759277  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:31.773206  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:31.858963  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (4.321902611s)
	I0923 11:47:31.859046  445639 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-949062"
	I0923 11:47:31.865822  445639 out.go:177] * Verifying csi-hostpath-driver addon...
	I0923 11:47:31.869037  445639 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0923 11:47:31.912969  445639 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0923 11:47:31.912991  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:32.251090  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:32.252452  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:32.373204  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:32.739425  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:32.740447  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:32.873911  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:33.083808  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:33.241628  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:33.338821  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:33.373555  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:33.739639  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:33.741032  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:33.876015  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:34.239516  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:34.241410  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:34.387963  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:34.753957  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:34.754462  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:34.821576  445639 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (3.201064593s)
	I0923 11:47:34.874034  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:35.087494  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:35.236329  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:35.239078  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:35.373115  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:35.738029  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:35.739680  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:35.844517  445639 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0923 11:47:35.844602  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:35.865028  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:35.874321  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:35.978873  445639 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0923 11:47:35.997265  445639 addons.go:234] Setting addon gcp-auth=true in "addons-949062"
	I0923 11:47:35.997317  445639 host.go:66] Checking if "addons-949062" exists ...
	I0923 11:47:35.997795  445639 cli_runner.go:164] Run: docker container inspect addons-949062 --format={{.State.Status}}
	I0923 11:47:36.019821  445639 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0923 11:47:36.019901  445639 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-949062
	I0923 11:47:36.039339  445639 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/addons-949062/id_rsa Username:docker}
	I0923 11:47:36.160367  445639 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0923 11:47:36.162350  445639 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0923 11:47:36.164274  445639 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0923 11:47:36.164306  445639 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0923 11:47:36.191375  445639 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0923 11:47:36.191404  445639 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0923 11:47:36.210745  445639 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0923 11:47:36.210770  445639 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0923 11:47:36.233178  445639 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
	I0923 11:47:36.237921  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:36.244112  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:36.374376  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:36.742008  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:36.743471  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:36.875740  445639 addons.go:475] Verifying addon gcp-auth=true in "addons-949062"
	I0923 11:47:36.877861  445639 out.go:177] * Verifying gcp-auth addon...
	I0923 11:47:36.880821  445639 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0923 11:47:36.882673  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:36.990251  445639 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0923 11:47:36.990345  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:37.237425  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:37.238222  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:37.373425  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:37.384399  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:37.583461  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:37.737687  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:37.738911  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:37.872662  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:37.884681  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:38.236686  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:38.238137  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:38.372763  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:38.383816  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:38.737311  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:38.738305  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:38.872038  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:38.884316  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:39.237259  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:39.238077  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:39.372472  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:39.384642  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:39.736235  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:39.737651  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:39.872219  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:39.884073  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:40.082413  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:40.236640  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:40.238427  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:40.372869  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:40.383890  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:40.737593  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:40.738702  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:40.873082  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:40.884414  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:41.238710  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:41.240566  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:41.372880  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:41.383900  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:41.737050  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:41.738015  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:41.872513  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:41.884753  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:42.082755  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:42.236904  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:42.239321  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:42.373188  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:42.384506  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:42.737611  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:42.738231  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:42.873843  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:42.884134  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:43.236544  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:43.238842  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:43.373119  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:43.385043  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:43.736341  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:43.738186  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:43.873092  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:43.884010  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:44.236665  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:44.238294  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:44.372710  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:44.384169  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:44.582242  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:44.736346  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:44.738296  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:44.873223  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:44.884429  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:45.254432  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:45.256045  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:45.374232  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:45.385675  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:45.737168  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:45.738776  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:45.872483  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:45.885038  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:46.237413  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:46.238367  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:46.373296  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:46.384057  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:46.582633  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:46.736472  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:46.738928  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:46.872872  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:46.884683  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:47.237179  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:47.238377  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:47.372980  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:47.384413  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:47.737870  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:47.739341  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:47.873143  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:47.884615  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:48.237023  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:48.239390  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:48.373652  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:48.385114  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:48.737923  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:48.739279  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:48.873353  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:48.884809  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:49.082242  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:49.237510  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:49.238406  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:49.373189  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:49.384471  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:49.736829  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:49.738393  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:49.872880  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:49.884255  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:50.237738  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:50.238524  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:50.373612  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:50.384387  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:50.737703  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:50.738954  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:50.872513  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:50.885090  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:51.083052  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:51.236861  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:51.238472  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:51.373234  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:51.384869  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:51.737045  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:51.738848  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:51.872707  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:51.883990  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:52.236767  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:52.239142  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:52.372717  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:52.384797  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:52.737318  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:52.738016  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:52.872763  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:52.883676  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:53.238246  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:53.239287  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:53.372895  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:53.384510  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:53.582553  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:53.738166  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:53.738651  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:53.874600  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:53.884271  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:54.239246  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:54.240750  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:54.377222  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:54.387248  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:54.737766  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:54.739430  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:54.873269  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:54.885123  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:55.239216  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:55.239397  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:55.373113  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:55.384631  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:55.582894  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:55.737187  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:55.738936  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:55.872460  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:55.883952  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:56.237026  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:56.238037  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:56.372331  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:56.384674  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:56.737308  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:56.738033  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:56.872628  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:56.883894  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:57.236561  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:57.239007  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:57.372676  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:57.384244  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:57.582961  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:47:57.736851  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:57.738917  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:57.873176  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:57.884209  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:58.237760  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:58.238749  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:58.372330  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:58.384236  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:58.737782  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:58.738014  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:58.872781  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:58.886812  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:59.236474  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:59.238552  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:59.373060  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:59.384069  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:47:59.737992  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:47:59.738973  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:47:59.872638  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:47:59.884246  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:00.088146  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:48:00.242891  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:00.251897  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:00.408240  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:00.408764  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:00.736449  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:00.738431  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:00.874357  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:00.885104  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:01.236709  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:01.238869  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:01.373568  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:01.384030  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:01.737829  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:01.738765  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:01.873284  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:01.886016  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:02.238135  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:02.239058  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:02.373317  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:02.384626  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:02.582664  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:48:02.738305  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:02.738470  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:02.873100  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:02.884714  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:03.237489  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:03.239699  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:03.372977  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:03.384432  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:03.737260  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:03.738563  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:03.872510  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:03.883998  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:04.236847  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:04.238551  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:04.375576  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:04.384090  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:04.582804  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:48:04.737427  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:04.738947  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:04.872911  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:04.884145  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:05.236500  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:05.238455  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:05.373130  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:05.384492  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:05.737407  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:05.738220  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:05.872756  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:05.884497  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:06.237088  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:06.239369  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:06.373181  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:06.384245  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:06.582883  445639 node_ready.go:53] node "addons-949062" has status "Ready":"False"
	I0923 11:48:06.737765  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:06.738740  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:06.872306  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:06.884051  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:07.236609  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:07.238872  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:07.373309  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:07.384238  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:07.615041  445639 node_ready.go:49] node "addons-949062" has status "Ready":"True"
	I0923 11:48:07.615070  445639 node_ready.go:38] duration metric: took 39.036239338s for node "addons-949062" to be "Ready" ...
	I0923 11:48:07.615082  445639 pod_ready.go:36] 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" ...
	I0923 11:48:07.625604  445639 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-jcsz4" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:07.748130  445639 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0923 11:48:07.748156  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:07.749160  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:07.958610  445639 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0923 11:48:07.958763  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:07.958968  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:08.239254  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:08.240243  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:08.404389  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:08.406602  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:08.738178  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:08.739936  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:08.874318  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:08.889596  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:09.239826  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:09.241018  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:09.383976  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:09.385333  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:09.633691  445639 pod_ready.go:103] pod "coredns-7c65d6cfc9-jcsz4" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:09.749644  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:09.752426  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:09.874268  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:09.894683  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:10.244402  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:10.248337  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:10.378151  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:10.384017  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:10.632399  445639 pod_ready.go:93] pod "coredns-7c65d6cfc9-jcsz4" in "kube-system" namespace has status "Ready":"True"
	I0923 11:48:10.632424  445639 pod_ready.go:82] duration metric: took 3.006784184s for pod "coredns-7c65d6cfc9-jcsz4" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.632444  445639 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.640126  445639 pod_ready.go:93] pod "etcd-addons-949062" in "kube-system" namespace has status "Ready":"True"
	I0923 11:48:10.640151  445639 pod_ready.go:82] duration metric: took 7.698877ms for pod "etcd-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.640165  445639 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.645825  445639 pod_ready.go:93] pod "kube-apiserver-addons-949062" in "kube-system" namespace has status "Ready":"True"
	I0923 11:48:10.645853  445639 pod_ready.go:82] duration metric: took 5.678902ms for pod "kube-apiserver-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.645865  445639 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.651610  445639 pod_ready.go:93] pod "kube-controller-manager-addons-949062" in "kube-system" namespace has status "Ready":"True"
	I0923 11:48:10.651639  445639 pod_ready.go:82] duration metric: took 5.765844ms for pod "kube-controller-manager-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.651654  445639 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-lpdls" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.657159  445639 pod_ready.go:93] pod "kube-proxy-lpdls" in "kube-system" namespace has status "Ready":"True"
	I0923 11:48:10.657186  445639 pod_ready.go:82] duration metric: took 5.500351ms for pod "kube-proxy-lpdls" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.657198  445639 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:10.738959  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:10.740010  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:10.875406  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:10.884451  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:11.030576  445639 pod_ready.go:93] pod "kube-scheduler-addons-949062" in "kube-system" namespace has status "Ready":"True"
	I0923 11:48:11.030607  445639 pod_ready.go:82] duration metric: took 373.40035ms for pod "kube-scheduler-addons-949062" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:11.030620  445639 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace to be "Ready" ...
	I0923 11:48:11.239591  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:11.242650  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:11.375673  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:11.384373  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:11.738608  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:11.741735  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:11.874416  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:11.884740  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:12.239162  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:12.241829  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:12.375811  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:12.475166  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:12.740241  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:12.742569  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:12.874607  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:12.884849  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:13.038524  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:13.240205  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:13.241801  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:13.377018  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:13.390238  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:13.748024  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:13.756302  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:13.880104  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:13.900900  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:14.239672  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:14.240640  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:14.376186  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:14.386769  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:14.742408  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:14.743361  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:14.874324  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:14.884383  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:15.040307  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:15.238331  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:15.239388  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:15.381540  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:15.384063  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:15.738025  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:15.738959  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:15.874276  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:15.884651  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:16.238614  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:16.248541  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:16.375022  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:16.384920  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:16.738664  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:16.739961  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:16.874687  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:16.884727  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:17.238651  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:17.239513  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:17.375305  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:17.384594  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:17.536836  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:17.737466  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:17.738775  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:17.874226  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:17.884503  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:18.236846  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:18.239313  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:18.374226  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:18.391595  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:18.738503  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:18.739894  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:18.873975  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:18.884589  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:19.238378  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:19.240215  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:19.373918  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:19.385097  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:19.537576  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:19.737569  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:19.742250  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:19.874625  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:19.884994  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:20.239578  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:20.241355  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:20.375448  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:20.385266  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:20.740221  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:20.741532  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:20.874332  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:20.884228  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:21.241562  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:21.241686  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:21.374941  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:21.385433  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:21.741228  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:21.742329  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:21.873739  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:21.885002  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:22.037528  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:22.237503  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:22.240194  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:22.375157  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:22.384808  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:22.739694  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:22.742204  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:22.875012  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:22.885128  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:23.239034  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:23.240246  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:23.374272  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:23.385168  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:23.739976  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:23.742821  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:23.873828  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:23.884086  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:24.038735  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:24.237617  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:24.239654  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:24.386591  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:24.394869  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:24.740517  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:24.742719  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:24.875574  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:24.885840  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:25.244167  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:25.244760  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:25.374397  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:25.384740  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:25.737927  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:25.740407  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:25.875754  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:25.883878  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:26.237920  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:26.238879  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:26.376466  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:26.384604  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:26.537250  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:26.744408  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:26.748067  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:26.873793  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:26.884243  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:27.240287  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:27.242089  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:27.375419  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:27.385290  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:27.738120  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:27.739379  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:27.874700  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:27.884546  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:28.238563  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:28.239896  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:28.374580  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:28.385275  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:28.537441  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:28.739113  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:28.740134  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:28.873976  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:28.886824  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:29.238458  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:29.239913  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:29.375380  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:29.384688  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:29.738347  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:29.739290  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:29.875516  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:29.885084  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:30.238842  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:30.241028  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:30.376535  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:30.386306  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:30.742581  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:30.743238  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:30.875021  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:30.889209  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:31.040582  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:31.238711  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:31.244239  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:31.376848  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:31.385574  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:31.767016  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:31.768422  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:31.874612  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:31.885229  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:32.240121  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:32.242822  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:32.375010  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:32.385700  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:32.737657  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:32.742607  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:32.880801  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:32.887602  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:33.041721  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:33.237117  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:33.241241  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:33.374103  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:33.384512  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:33.739059  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:33.740076  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:33.874272  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:33.884407  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:34.237443  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:34.239180  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:34.373662  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:34.384565  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:34.740803  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:34.741815  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:34.876049  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:34.885303  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:35.238759  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:35.240189  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:35.374463  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:35.385175  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:35.537459  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:35.739056  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:35.740256  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:35.874027  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:35.884838  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:36.252221  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:36.253420  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:36.374278  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:36.384693  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:36.738423  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:36.740023  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:36.874693  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:36.884806  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:37.238538  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:37.242551  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:37.375221  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:37.384625  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:37.540018  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:37.738923  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:37.739905  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:37.874602  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:37.885153  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:38.240127  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:38.240545  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:38.373842  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:38.384261  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:38.739174  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:38.739710  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:38.874196  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:38.883880  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:39.239398  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:39.240086  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:39.373949  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:39.384636  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:39.739216  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:39.740063  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:39.880563  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:39.884815  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:40.058905  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:40.237970  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:40.239334  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:40.375595  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:40.385916  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:40.754278  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:40.758759  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:40.876306  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:40.886814  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:41.240876  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:41.245089  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:41.375792  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:41.386228  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:41.740102  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:41.740443  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:41.874928  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:41.884566  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:42.063594  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:42.237586  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:42.240974  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:42.374551  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:42.385662  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:42.739360  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:42.740835  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:42.878275  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:42.885883  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:43.238551  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:43.241737  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:43.386566  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:43.388195  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:43.738913  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:43.740870  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:43.874995  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:43.885288  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:44.238821  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:44.240300  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:44.386841  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:44.394431  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:44.541353  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:44.740727  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:44.742088  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:44.877075  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:44.884723  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:45.248054  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:45.249800  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:45.377592  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:45.388398  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:45.739191  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:45.739572  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:45.874520  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:45.884595  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:46.237776  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:46.240236  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:46.382300  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:46.485683  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:46.738773  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:46.739736  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:46.874346  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:46.886721  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:47.042132  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:47.238832  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:47.239660  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:47.374360  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:47.384184  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:47.739115  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:47.739687  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:47.873717  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:47.884838  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:48.238399  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:48.239100  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:48.374001  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:48.386650  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:48.739201  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:48.740011  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:48.874891  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:48.884351  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:49.244185  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:49.247374  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:49.374557  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:49.386184  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:49.537511  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:49.739453  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:49.740039  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:49.873718  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:49.886213  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:50.238838  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:50.240058  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:50.374603  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:50.387818  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:50.738796  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:50.742114  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:50.874217  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:50.886690  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:51.239732  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:51.241483  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:51.375156  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:51.385790  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:51.538381  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:51.741356  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:51.744008  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:51.874453  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:51.884936  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:52.239658  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:52.240490  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:52.374467  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:52.385336  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:52.738479  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0923 11:48:52.738825  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:52.885842  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:52.887676  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:53.238908  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:53.239715  445639 kapi.go:107] duration metric: took 1m22.006449606s to wait for kubernetes.io/minikube-addons=registry ...
	I0923 11:48:53.374181  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:53.385597  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:53.539431  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:53.746680  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:53.874900  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:53.885462  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:54.238927  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:54.374393  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:54.384130  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:54.738960  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:54.873653  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:54.886029  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:55.239586  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:55.374250  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:55.384811  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:55.739059  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:55.876142  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:55.885550  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:56.038520  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:56.240258  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:56.380491  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:56.391936  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:56.739936  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:56.874579  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:56.885132  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:57.242272  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:57.376559  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:57.387030  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:57.738936  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:57.877313  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:57.884677  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:58.039877  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:48:58.239398  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:58.375819  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:58.385745  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:58.739155  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:58.873836  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:58.885904  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:59.238516  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:59.377235  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:59.392053  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:48:59.739920  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:48:59.875569  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:48:59.884587  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:00.052753  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:00.378261  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:00.448186  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:00.449254  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:00.739758  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:00.874222  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:00.884446  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:01.239481  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:01.374486  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:01.385708  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:01.739642  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:01.874511  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:01.885182  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:02.246502  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:02.378993  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:02.384890  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:02.538909  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:02.740486  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:02.876212  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:02.888458  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:03.241259  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:03.376141  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:03.388731  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:03.740382  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:03.876240  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:03.885036  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:04.238984  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:04.375160  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:04.384865  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:04.539090  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:04.740291  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:04.874556  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:04.885090  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:05.248215  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:05.375587  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:05.385715  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:05.740187  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:05.875663  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:05.901457  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:06.239455  445639 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0923 11:49:06.374248  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:06.385979  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:06.546825  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:06.740097  445639 kapi.go:107] duration metric: took 1m35.505761343s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0923 11:49:06.876109  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:06.885568  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:07.375987  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:07.384752  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:07.874037  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:07.884776  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:08.374303  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:08.384391  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:08.874008  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:08.885955  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:09.041678  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:09.375279  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:09.384600  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:09.874440  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:09.885091  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:10.373729  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:10.384487  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0923 11:49:10.874375  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:10.884724  445639 kapi.go:107] duration metric: took 1m34.00389875s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0923 11:49:10.887410  445639 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-949062 cluster.
	I0923 11:49:10.890021  445639 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.
	I0923 11:49:10.892273  445639 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0923 11:49:11.375810  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:11.536927  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:11.874233  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:12.374650  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:12.874640  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:13.375274  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:13.539298  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:13.876748  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:14.375379  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:14.874127  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:15.376119  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:15.542628  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:15.875648  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:16.375209  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:16.874292  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:17.374242  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:17.874623  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:18.047166  445639 pod_ready.go:103] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"False"
	I0923 11:49:18.393586  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:18.540594  445639 pod_ready.go:93] pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace has status "Ready":"True"
	I0923 11:49:18.540627  445639 pod_ready.go:82] duration metric: took 1m7.50999316s for pod "metrics-server-84c5f94fbc-bnjfn" in "kube-system" namespace to be "Ready" ...
	I0923 11:49:18.540663  445639 pod_ready.go:39] duration metric: took 1m10.925566484s 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" ...
	I0923 11:49:18.540686  445639 api_server.go:52] waiting for apiserver process to appear ...
	I0923 11:49:18.540736  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0923 11:49:18.540820  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0923 11:49:18.620691  445639 cri.go:89] found id: "f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300"
	I0923 11:49:18.620716  445639 cri.go:89] found id: ""
	I0923 11:49:18.620725  445639 logs.go:276] 1 containers: [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300]
	I0923 11:49:18.620816  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.624273  445639 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0923 11:49:18.624367  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0923 11:49:18.662744  445639 cri.go:89] found id: "91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31"
	I0923 11:49:18.662766  445639 cri.go:89] found id: ""
	I0923 11:49:18.662774  445639 logs.go:276] 1 containers: [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31]
	I0923 11:49:18.662861  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.666320  445639 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0923 11:49:18.666451  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0923 11:49:18.704630  445639 cri.go:89] found id: "6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005"
	I0923 11:49:18.704654  445639 cri.go:89] found id: ""
	I0923 11:49:18.704662  445639 logs.go:276] 1 containers: [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005]
	I0923 11:49:18.704744  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.708237  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0923 11:49:18.708339  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0923 11:49:18.757556  445639 cri.go:89] found id: "4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9"
	I0923 11:49:18.757581  445639 cri.go:89] found id: ""
	I0923 11:49:18.757590  445639 logs.go:276] 1 containers: [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9]
	I0923 11:49:18.757682  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.761164  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0923 11:49:18.761234  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0923 11:49:18.799012  445639 cri.go:89] found id: "feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4"
	I0923 11:49:18.799045  445639 cri.go:89] found id: ""
	I0923 11:49:18.799053  445639 logs.go:276] 1 containers: [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4]
	I0923 11:49:18.799132  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.802734  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0923 11:49:18.802817  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0923 11:49:18.846226  445639 cri.go:89] found id: "e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3"
	I0923 11:49:18.846251  445639 cri.go:89] found id: ""
	I0923 11:49:18.846272  445639 logs.go:276] 1 containers: [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3]
	I0923 11:49:18.846370  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.850038  445639 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0923 11:49:18.850142  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0923 11:49:18.879534  445639 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0923 11:49:18.923519  445639 cri.go:89] found id: "3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7"
	I0923 11:49:18.923560  445639 cri.go:89] found id: ""
	I0923 11:49:18.923569  445639 logs.go:276] 1 containers: [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7]
	I0923 11:49:18.923691  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:18.928989  445639 logs.go:123] Gathering logs for CRI-O ...
	I0923 11:49:18.929061  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0923 11:49:19.041596  445639 logs.go:123] Gathering logs for container status ...
	I0923 11:49:19.041635  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0923 11:49:19.091158  445639 logs.go:123] Gathering logs for kubelet ...
	I0923 11:49:19.091196  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0923 11:49:19.135687  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.589914    1483 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.135947  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.589972    1483 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:19.136138  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.590020    1483 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-949062" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.136355  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.590034    1483 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:19.136545  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.608406    1483 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.136777  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.608455    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:19.136978  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.610454    1483 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.137211  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.610503    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:19.137396  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.612923    1483 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.137629  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.612992    1483 reflector.go:158] "Unhandled Error" err="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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	I0923 11:49:19.186886  445639 logs.go:123] Gathering logs for dmesg ...
	I0923 11:49:19.186924  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0923 11:49:19.203835  445639 logs.go:123] Gathering logs for describe nodes ...
	I0923 11:49:19.203866  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0923 11:49:19.376591  445639 kapi.go:107] duration metric: took 1m47.507549638s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0923 11:49:19.379518  445639 out.go:177] * Enabled addons: cloud-spanner, ingress-dns, nvidia-device-plugin, storage-provisioner, metrics-server, storage-provisioner-rancher, yakd, default-storageclass, inspektor-gadget, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
	I0923 11:49:19.382024  445639 addons.go:510] duration metric: took 1m54.276584476s for enable addons: enabled=[cloud-spanner ingress-dns nvidia-device-plugin storage-provisioner metrics-server storage-provisioner-rancher yakd default-storageclass inspektor-gadget volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
	I0923 11:49:19.406063  445639 logs.go:123] Gathering logs for coredns [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005] ...
	I0923 11:49:19.406093  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005"
	I0923 11:49:19.463679  445639 logs.go:123] Gathering logs for kube-scheduler [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9] ...
	I0923 11:49:19.463707  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9"
	I0923 11:49:19.507728  445639 logs.go:123] Gathering logs for kindnet [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7] ...
	I0923 11:49:19.507760  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7"
	I0923 11:49:19.551351  445639 logs.go:123] Gathering logs for kube-apiserver [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300] ...
	I0923 11:49:19.551385  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300"
	I0923 11:49:19.605539  445639 logs.go:123] Gathering logs for etcd [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31] ...
	I0923 11:49:19.605573  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31"
	I0923 11:49:19.657214  445639 logs.go:123] Gathering logs for kube-proxy [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4] ...
	I0923 11:49:19.657246  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4"
	I0923 11:49:19.705225  445639 logs.go:123] Gathering logs for kube-controller-manager [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3] ...
	I0923 11:49:19.705257  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3"
	I0923 11:49:19.814417  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:49:19.814447  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0923 11:49:19.814525  445639 out.go:270] X Problems detected in kubelet:
	W0923 11:49:19.814544  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.608455    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:19.814562  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.610454    1483 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.814576  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.610503    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:19.814583  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.612923    1483 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-949062' and this object
	W0923 11:49:19.814589  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.612992    1483 reflector.go:158] "Unhandled Error" err="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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	I0923 11:49:19.814598  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:49:19.814605  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 11:49:29.815362  445639 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0923 11:49:29.829344  445639 api_server.go:72] duration metric: took 2m4.723927549s to wait for apiserver process to appear ...
	I0923 11:49:29.829371  445639 api_server.go:88] waiting for apiserver healthz status ...
	I0923 11:49:29.829407  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0923 11:49:29.829467  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0923 11:49:29.871938  445639 cri.go:89] found id: "f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300"
	I0923 11:49:29.871962  445639 cri.go:89] found id: ""
	I0923 11:49:29.871970  445639 logs.go:276] 1 containers: [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300]
	I0923 11:49:29.872027  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:29.876064  445639 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0923 11:49:29.876137  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0923 11:49:29.918480  445639 cri.go:89] found id: "91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31"
	I0923 11:49:29.918500  445639 cri.go:89] found id: ""
	I0923 11:49:29.918508  445639 logs.go:276] 1 containers: [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31]
	I0923 11:49:29.918564  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:29.922149  445639 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0923 11:49:29.922226  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0923 11:49:29.961403  445639 cri.go:89] found id: "6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005"
	I0923 11:49:29.961427  445639 cri.go:89] found id: ""
	I0923 11:49:29.961435  445639 logs.go:276] 1 containers: [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005]
	I0923 11:49:29.961524  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:29.965267  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0923 11:49:29.965341  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0923 11:49:30.093489  445639 cri.go:89] found id: "4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9"
	I0923 11:49:30.093512  445639 cri.go:89] found id: ""
	I0923 11:49:30.093520  445639 logs.go:276] 1 containers: [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9]
	I0923 11:49:30.093592  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:30.124191  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0923 11:49:30.124280  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0923 11:49:30.186408  445639 cri.go:89] found id: "feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4"
	I0923 11:49:30.186436  445639 cri.go:89] found id: ""
	I0923 11:49:30.186447  445639 logs.go:276] 1 containers: [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4]
	I0923 11:49:30.186516  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:30.190974  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0923 11:49:30.191079  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0923 11:49:30.232732  445639 cri.go:89] found id: "e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3"
	I0923 11:49:30.232753  445639 cri.go:89] found id: ""
	I0923 11:49:30.232762  445639 logs.go:276] 1 containers: [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3]
	I0923 11:49:30.232828  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:30.237003  445639 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0923 11:49:30.237085  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0923 11:49:30.280016  445639 cri.go:89] found id: "3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7"
	I0923 11:49:30.280050  445639 cri.go:89] found id: ""
	I0923 11:49:30.280059  445639 logs.go:276] 1 containers: [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7]
	I0923 11:49:30.280120  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:30.284200  445639 logs.go:123] Gathering logs for kubelet ...
	I0923 11:49:30.284228  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0923 11:49:30.331412  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.589914    1483 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-949062' and this object
	W0923 11:49:30.331646  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.589972    1483 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:30.331822  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.590020    1483 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-949062" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-949062' and this object
	W0923 11:49:30.332036  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.590034    1483 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:30.332224  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.608406    1483 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:30.332453  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.608455    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:30.332638  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.610454    1483 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:30.332865  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.610503    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:30.333059  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.612923    1483 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-949062' and this object
	W0923 11:49:30.333284  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.612992    1483 reflector.go:158] "Unhandled Error" err="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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	I0923 11:49:30.384459  445639 logs.go:123] Gathering logs for kube-apiserver [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300] ...
	I0923 11:49:30.384498  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300"
	I0923 11:49:30.456588  445639 logs.go:123] Gathering logs for kube-proxy [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4] ...
	I0923 11:49:30.456627  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4"
	I0923 11:49:30.512746  445639 logs.go:123] Gathering logs for CRI-O ...
	I0923 11:49:30.512777  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0923 11:49:30.608657  445639 logs.go:123] Gathering logs for kube-scheduler [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9] ...
	I0923 11:49:30.608696  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9"
	I0923 11:49:30.657143  445639 logs.go:123] Gathering logs for kube-controller-manager [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3] ...
	I0923 11:49:30.657225  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3"
	I0923 11:49:30.728445  445639 logs.go:123] Gathering logs for kindnet [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7] ...
	I0923 11:49:30.728483  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7"
	I0923 11:49:30.778437  445639 logs.go:123] Gathering logs for container status ...
	I0923 11:49:30.778466  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0923 11:49:30.829608  445639 logs.go:123] Gathering logs for dmesg ...
	I0923 11:49:30.829638  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0923 11:49:30.845889  445639 logs.go:123] Gathering logs for describe nodes ...
	I0923 11:49:30.845924  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0923 11:49:30.988340  445639 logs.go:123] Gathering logs for etcd [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31] ...
	I0923 11:49:30.988374  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31"
	I0923 11:49:31.050164  445639 logs.go:123] Gathering logs for coredns [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005] ...
	I0923 11:49:31.050205  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005"
	I0923 11:49:31.096403  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:49:31.096432  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0923 11:49:31.096529  445639 out.go:270] X Problems detected in kubelet:
	W0923 11:49:31.096547  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.608455    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:31.096554  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.610454    1483 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:31.096590  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.610503    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:31.096600  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.612923    1483 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-949062' and this object
	W0923 11:49:31.096607  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.612992    1483 reflector.go:158] "Unhandled Error" err="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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	I0923 11:49:31.096618  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:49:31.096626  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 11:49:41.097506  445639 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0923 11:49:41.107305  445639 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0923 11:49:41.108323  445639 api_server.go:141] control plane version: v1.31.1
	I0923 11:49:41.108350  445639 api_server.go:131] duration metric: took 11.278970036s to wait for apiserver health ...
	I0923 11:49:41.108359  445639 system_pods.go:43] waiting for kube-system pods to appear ...
	I0923 11:49:41.108381  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0923 11:49:41.108449  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0923 11:49:41.192519  445639 cri.go:89] found id: "f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300"
	I0923 11:49:41.192547  445639 cri.go:89] found id: ""
	I0923 11:49:41.192555  445639 logs.go:276] 1 containers: [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300]
	I0923 11:49:41.192649  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.198871  445639 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0923 11:49:41.198966  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0923 11:49:41.252979  445639 cri.go:89] found id: "91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31"
	I0923 11:49:41.253004  445639 cri.go:89] found id: ""
	I0923 11:49:41.253013  445639 logs.go:276] 1 containers: [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31]
	I0923 11:49:41.253101  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.260324  445639 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0923 11:49:41.260419  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0923 11:49:41.323604  445639 cri.go:89] found id: "6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005"
	I0923 11:49:41.323625  445639 cri.go:89] found id: ""
	I0923 11:49:41.323633  445639 logs.go:276] 1 containers: [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005]
	I0923 11:49:41.323750  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.327871  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0923 11:49:41.328003  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0923 11:49:41.404566  445639 cri.go:89] found id: "4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9"
	I0923 11:49:41.404602  445639 cri.go:89] found id: ""
	I0923 11:49:41.404610  445639 logs.go:276] 1 containers: [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9]
	I0923 11:49:41.404694  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.411453  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0923 11:49:41.411556  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0923 11:49:41.467708  445639 cri.go:89] found id: "feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4"
	I0923 11:49:41.467729  445639 cri.go:89] found id: ""
	I0923 11:49:41.467737  445639 logs.go:276] 1 containers: [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4]
	I0923 11:49:41.467849  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.472127  445639 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0923 11:49:41.472238  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0923 11:49:41.523925  445639 cri.go:89] found id: "e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3"
	I0923 11:49:41.523947  445639 cri.go:89] found id: ""
	I0923 11:49:41.523955  445639 logs.go:276] 1 containers: [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3]
	I0923 11:49:41.524039  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.531765  445639 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0923 11:49:41.531873  445639 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0923 11:49:41.587514  445639 cri.go:89] found id: "3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7"
	I0923 11:49:41.587539  445639 cri.go:89] found id: ""
	I0923 11:49:41.587560  445639 logs.go:276] 1 containers: [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7]
	I0923 11:49:41.587658  445639 ssh_runner.go:195] Run: which crictl
	I0923 11:49:41.594058  445639 logs.go:123] Gathering logs for kube-apiserver [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300] ...
	I0923 11:49:41.594083  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300"
	I0923 11:49:41.673536  445639 logs.go:123] Gathering logs for coredns [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005] ...
	I0923 11:49:41.673572  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005"
	I0923 11:49:41.738976  445639 logs.go:123] Gathering logs for kube-proxy [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4] ...
	I0923 11:49:41.739059  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4"
	I0923 11:49:41.797156  445639 logs.go:123] Gathering logs for kindnet [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7] ...
	I0923 11:49:41.797229  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7"
	I0923 11:49:41.838521  445639 logs.go:123] Gathering logs for CRI-O ...
	I0923 11:49:41.838611  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0923 11:49:41.936380  445639 logs.go:123] Gathering logs for kubelet ...
	I0923 11:49:41.936419  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0923 11:49:41.986339  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.589914    1483 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-949062' and this object
	W0923 11:49:41.986622  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.589972    1483 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:41.986815  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.590020    1483 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-949062" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-949062' and this object
	W0923 11:49:41.987032  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.590034    1483 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"gcp-auth-certs\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth-certs\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:41.987221  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.608406    1483 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:41.987452  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.608455    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:41.987638  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.610454    1483 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:41.988047  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.610503    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:41.988238  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.612923    1483 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-949062' and this object
	W0923 11:49:41.988464  445639 logs.go:138] Found kubelet problem: Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.612992    1483 reflector.go:158] "Unhandled Error" err="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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	I0923 11:49:42.047057  445639 logs.go:123] Gathering logs for dmesg ...
	I0923 11:49:42.047096  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0923 11:49:42.067948  445639 logs.go:123] Gathering logs for describe nodes ...
	I0923 11:49:42.068044  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0923 11:49:42.256749  445639 logs.go:123] Gathering logs for etcd [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31] ...
	I0923 11:49:42.256790  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31"
	I0923 11:49:42.339965  445639 logs.go:123] Gathering logs for kube-scheduler [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9] ...
	I0923 11:49:42.340011  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9"
	I0923 11:49:42.389979  445639 logs.go:123] Gathering logs for kube-controller-manager [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3] ...
	I0923 11:49:42.390021  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3"
	I0923 11:49:42.484551  445639 logs.go:123] Gathering logs for container status ...
	I0923 11:49:42.484591  445639 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0923 11:49:42.535703  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:49:42.535731  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0923 11:49:42.535784  445639 out.go:270] X Problems detected in kubelet:
	W0923 11:49:42.535797  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.608455    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:42.535804  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.610454    1483 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-949062' and this object
	W0923 11:49:42.535811  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.610503    1483 reflector.go:158] "Unhandled Error" err="object-\"local-path-storage\"/\"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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	W0923 11:49:42.535823  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: W0923 11:48:07.612923    1483 reflector.go:561] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-949062" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-949062' and this object
	W0923 11:49:42.535829  445639 out.go:270]   Sep 23 11:48:07 addons-949062 kubelet[1483]: E0923 11:48:07.612992    1483 reflector.go:158] "Unhandled Error" err="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-949062\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"yakd-dashboard\": no relationship found between node 'addons-949062' and this object" logger="UnhandledError"
	I0923 11:49:42.535835  445639 out.go:358] Setting ErrFile to fd 2...
	I0923 11:49:42.535848  445639 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 11:49:52.547782  445639 system_pods.go:59] 18 kube-system pods found
	I0923 11:49:52.547829  445639 system_pods.go:61] "coredns-7c65d6cfc9-jcsz4" [974756c3-74c7-4e77-843c-296ebdedac6e] Running
	I0923 11:49:52.547837  445639 system_pods.go:61] "csi-hostpath-attacher-0" [43344344-adbe-417a-a2af-3d01d115e233] Running
	I0923 11:49:52.547867  445639 system_pods.go:61] "csi-hostpath-resizer-0" [1447cf48-1b0b-4add-86de-f967a6b66e60] Running
	I0923 11:49:52.547876  445639 system_pods.go:61] "csi-hostpathplugin-nc48x" [07972406-a73a-453d-a5aa-c4502dc12257] Running
	I0923 11:49:52.547883  445639 system_pods.go:61] "etcd-addons-949062" [7dd20eb6-6bb8-46aa-8284-4bd18f454ced] Running
	I0923 11:49:52.547887  445639 system_pods.go:61] "kindnet-crb6d" [82dbd0f8-49fe-4cc5-afec-4fae54953851] Running
	I0923 11:49:52.547899  445639 system_pods.go:61] "kube-apiserver-addons-949062" [bbed76aa-7118-4b7e-aa17-8e6ad5f7c2f7] Running
	I0923 11:49:52.547903  445639 system_pods.go:61] "kube-controller-manager-addons-949062" [9c029cce-d54a-41ed-90a0-40af14721737] Running
	I0923 11:49:52.547908  445639 system_pods.go:61] "kube-ingress-dns-minikube" [fdbadef9-d6ba-4f4f-a38f-f8783cc02691] Running
	I0923 11:49:52.547915  445639 system_pods.go:61] "kube-proxy-lpdls" [57abcfe0-56c0-45c6-8311-079ba9375f34] Running
	I0923 11:49:52.547919  445639 system_pods.go:61] "kube-scheduler-addons-949062" [f0c11a1c-5069-4c0e-b6fb-fc34678e264c] Running
	I0923 11:49:52.547940  445639 system_pods.go:61] "metrics-server-84c5f94fbc-bnjfn" [b5eddef8-2c84-4c7e-aa81-1538cdd1737b] Running
	I0923 11:49:52.547954  445639 system_pods.go:61] "nvidia-device-plugin-daemonset-whvkq" [c0f4d7f5-47d2-4fb7-8174-7b04a7172064] Running
	I0923 11:49:52.547959  445639 system_pods.go:61] "registry-66c9cd494c-mft4z" [054e4117-a309-4e89-afe0-a65369055074] Running
	I0923 11:49:52.547974  445639 system_pods.go:61] "registry-proxy-5t6vq" [e46d96a1-6871-401a-a71d-00cd0539506c] Running
	I0923 11:49:52.547984  445639 system_pods.go:61] "snapshot-controller-56fcc65765-n696x" [4a6183d3-090c-468a-bc63-63def54751e8] Running
	I0923 11:49:52.547989  445639 system_pods.go:61] "snapshot-controller-56fcc65765-zwmp9" [f1ae6ae3-a860-4868-aa32-65f9422824cd] Running
	I0923 11:49:52.547992  445639 system_pods.go:61] "storage-provisioner" [a9cab2a6-87d9-418a-b2e7-9b31de2b1030] Running
	I0923 11:49:52.547998  445639 system_pods.go:74] duration metric: took 11.439632606s to wait for pod list to return data ...
	I0923 11:49:52.548010  445639 default_sa.go:34] waiting for default service account to be created ...
	I0923 11:49:52.550622  445639 default_sa.go:45] found service account: "default"
	I0923 11:49:52.550649  445639 default_sa.go:55] duration metric: took 2.632806ms for default service account to be created ...
	I0923 11:49:52.550658  445639 system_pods.go:116] waiting for k8s-apps to be running ...
	I0923 11:49:52.560605  445639 system_pods.go:86] 18 kube-system pods found
	I0923 11:49:52.560643  445639 system_pods.go:89] "coredns-7c65d6cfc9-jcsz4" [974756c3-74c7-4e77-843c-296ebdedac6e] Running
	I0923 11:49:52.560650  445639 system_pods.go:89] "csi-hostpath-attacher-0" [43344344-adbe-417a-a2af-3d01d115e233] Running
	I0923 11:49:52.560655  445639 system_pods.go:89] "csi-hostpath-resizer-0" [1447cf48-1b0b-4add-86de-f967a6b66e60] Running
	I0923 11:49:52.560660  445639 system_pods.go:89] "csi-hostpathplugin-nc48x" [07972406-a73a-453d-a5aa-c4502dc12257] Running
	I0923 11:49:52.560666  445639 system_pods.go:89] "etcd-addons-949062" [7dd20eb6-6bb8-46aa-8284-4bd18f454ced] Running
	I0923 11:49:52.560670  445639 system_pods.go:89] "kindnet-crb6d" [82dbd0f8-49fe-4cc5-afec-4fae54953851] Running
	I0923 11:49:52.560675  445639 system_pods.go:89] "kube-apiserver-addons-949062" [bbed76aa-7118-4b7e-aa17-8e6ad5f7c2f7] Running
	I0923 11:49:52.560679  445639 system_pods.go:89] "kube-controller-manager-addons-949062" [9c029cce-d54a-41ed-90a0-40af14721737] Running
	I0923 11:49:52.560684  445639 system_pods.go:89] "kube-ingress-dns-minikube" [fdbadef9-d6ba-4f4f-a38f-f8783cc02691] Running
	I0923 11:49:52.560688  445639 system_pods.go:89] "kube-proxy-lpdls" [57abcfe0-56c0-45c6-8311-079ba9375f34] Running
	I0923 11:49:52.560692  445639 system_pods.go:89] "kube-scheduler-addons-949062" [f0c11a1c-5069-4c0e-b6fb-fc34678e264c] Running
	I0923 11:49:52.560697  445639 system_pods.go:89] "metrics-server-84c5f94fbc-bnjfn" [b5eddef8-2c84-4c7e-aa81-1538cdd1737b] Running
	I0923 11:49:52.560702  445639 system_pods.go:89] "nvidia-device-plugin-daemonset-whvkq" [c0f4d7f5-47d2-4fb7-8174-7b04a7172064] Running
	I0923 11:49:52.560706  445639 system_pods.go:89] "registry-66c9cd494c-mft4z" [054e4117-a309-4e89-afe0-a65369055074] Running
	I0923 11:49:52.560710  445639 system_pods.go:89] "registry-proxy-5t6vq" [e46d96a1-6871-401a-a71d-00cd0539506c] Running
	I0923 11:49:52.560724  445639 system_pods.go:89] "snapshot-controller-56fcc65765-n696x" [4a6183d3-090c-468a-bc63-63def54751e8] Running
	I0923 11:49:52.560728  445639 system_pods.go:89] "snapshot-controller-56fcc65765-zwmp9" [f1ae6ae3-a860-4868-aa32-65f9422824cd] Running
	I0923 11:49:52.560732  445639 system_pods.go:89] "storage-provisioner" [a9cab2a6-87d9-418a-b2e7-9b31de2b1030] Running
	I0923 11:49:52.560746  445639 system_pods.go:126] duration metric: took 10.080845ms to wait for k8s-apps to be running ...
	I0923 11:49:52.560754  445639 system_svc.go:44] waiting for kubelet service to be running ....
	I0923 11:49:52.560816  445639 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0923 11:49:52.572825  445639 system_svc.go:56] duration metric: took 12.060623ms WaitForService to wait for kubelet
	I0923 11:49:52.572918  445639 kubeadm.go:582] duration metric: took 2m27.467496293s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0923 11:49:52.572989  445639 node_conditions.go:102] verifying NodePressure condition ...
	I0923 11:49:52.576297  445639 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0923 11:49:52.576333  445639 node_conditions.go:123] node cpu capacity is 2
	I0923 11:49:52.576345  445639 node_conditions.go:105] duration metric: took 3.349785ms to run NodePressure ...
	I0923 11:49:52.576358  445639 start.go:241] waiting for startup goroutines ...
	I0923 11:49:52.576366  445639 start.go:246] waiting for cluster config update ...
	I0923 11:49:52.576383  445639 start.go:255] writing updated cluster config ...
	I0923 11:49:52.576674  445639 ssh_runner.go:195] Run: rm -f paused
	I0923 11:49:52.902843  445639 start.go:600] kubectl: 1.31.1, cluster: 1.31.1 (minor skew: 0)
	I0923 11:49:52.906671  445639 out.go:177] * Done! kubectl is now configured to use "addons-949062" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Sep 23 12:03:20 addons-949062 crio[966]: time="2024-09-23 12:03:20.560629713Z" level=info msg="Stopped pod sandbox (already stopped): 7731779e7a96bfdd101eec54c9a80631b3c966ccf5f44e8c04fc84654deafe9e" id=eeb3feb2-2627-4081-97b4-7f39fd1624a1 name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 23 12:03:20 addons-949062 crio[966]: time="2024-09-23 12:03:20.560992255Z" level=info msg="Removing pod sandbox: 7731779e7a96bfdd101eec54c9a80631b3c966ccf5f44e8c04fc84654deafe9e" id=7e1ad722-b4af-43c9-a973-cce22b95558e name=/runtime.v1.RuntimeService/RemovePodSandbox
	Sep 23 12:03:20 addons-949062 crio[966]: time="2024-09-23 12:03:20.569986166Z" level=info msg="Removed pod sandbox: 7731779e7a96bfdd101eec54c9a80631b3c966ccf5f44e8c04fc84654deafe9e" id=7e1ad722-b4af-43c9-a973-cce22b95558e name=/runtime.v1.RuntimeService/RemovePodSandbox
	Sep 23 12:03:32 addons-949062 crio[966]: time="2024-09-23 12:03:32.863711240Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=7f0ab2c5-4386-4c24-8bc7-d29f4adff129 name=/runtime.v1.ImageService/ImageStatus
	Sep 23 12:03:32 addons-949062 crio[966]: time="2024-09-23 12:03:32.863961471Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=7f0ab2c5-4386-4c24-8bc7-d29f4adff129 name=/runtime.v1.ImageService/ImageStatus
	Sep 23 12:03:46 addons-949062 crio[966]: time="2024-09-23 12:03:46.863023267Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=7e2513bd-377a-4cc4-97e8-6a27ea35e6d9 name=/runtime.v1.ImageService/ImageStatus
	Sep 23 12:03:46 addons-949062 crio[966]: time="2024-09-23 12:03:46.863297088Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=7e2513bd-377a-4cc4-97e8-6a27ea35e6d9 name=/runtime.v1.ImageService/ImageStatus
	Sep 23 12:04:00 addons-949062 crio[966]: time="2024-09-23 12:04:00.862820556Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=402a27ae-4f29-4fa2-8d5b-c61fa5902880 name=/runtime.v1.ImageService/ImageStatus
	Sep 23 12:04:00 addons-949062 crio[966]: time="2024-09-23 12:04:00.863058257Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=402a27ae-4f29-4fa2-8d5b-c61fa5902880 name=/runtime.v1.ImageService/ImageStatus
	Sep 23 12:04:11 addons-949062 crio[966]: time="2024-09-23 12:04:11.863039699Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=c5120a3e-a226-4ce3-8174-3b1b48c79497 name=/runtime.v1.ImageService/ImageStatus
	Sep 23 12:04:11 addons-949062 crio[966]: time="2024-09-23 12:04:11.863265135Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=c5120a3e-a226-4ce3-8174-3b1b48c79497 name=/runtime.v1.ImageService/ImageStatus
	Sep 23 12:04:23 addons-949062 crio[966]: time="2024-09-23 12:04:23.863360185Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=52cdb1a5-449b-4ec8-adc2-5e34eac20ae1 name=/runtime.v1.ImageService/ImageStatus
	Sep 23 12:04:23 addons-949062 crio[966]: time="2024-09-23 12:04:23.863594129Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=52cdb1a5-449b-4ec8-adc2-5e34eac20ae1 name=/runtime.v1.ImageService/ImageStatus
	Sep 23 12:04:36 addons-949062 crio[966]: time="2024-09-23 12:04:36.863367161Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=2542a5ff-1083-4d24-980d-429691d6cca9 name=/runtime.v1.ImageService/ImageStatus
	Sep 23 12:04:36 addons-949062 crio[966]: time="2024-09-23 12:04:36.863604059Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=2542a5ff-1083-4d24-980d-429691d6cca9 name=/runtime.v1.ImageService/ImageStatus
	Sep 23 12:04:50 addons-949062 crio[966]: time="2024-09-23 12:04:50.863478192Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=3d1fbffb-e14c-4e47-8d29-669e3dbe71f4 name=/runtime.v1.ImageService/ImageStatus
	Sep 23 12:04:50 addons-949062 crio[966]: time="2024-09-23 12:04:50.863713580Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=3d1fbffb-e14c-4e47-8d29-669e3dbe71f4 name=/runtime.v1.ImageService/ImageStatus
	Sep 23 12:05:03 addons-949062 crio[966]: time="2024-09-23 12:05:03.863683874Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=bd304230-6800-496b-9707-8c3deed6fa63 name=/runtime.v1.ImageService/ImageStatus
	Sep 23 12:05:03 addons-949062 crio[966]: time="2024-09-23 12:05:03.863916948Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=bd304230-6800-496b-9707-8c3deed6fa63 name=/runtime.v1.ImageService/ImageStatus
	Sep 23 12:05:07 addons-949062 crio[966]: time="2024-09-23 12:05:07.836834741Z" level=info msg="Stopping container: 6fc3f48fd9a5789a1570ced73ea7e77ad7e272030a9a15703f4c1fe4fdb74b88 (timeout: 30s)" id=be573456-7a69-426c-885c-9115b4d74114 name=/runtime.v1.RuntimeService/StopContainer
	Sep 23 12:05:09 addons-949062 crio[966]: time="2024-09-23 12:05:09.008922683Z" level=info msg="Stopped container 6fc3f48fd9a5789a1570ced73ea7e77ad7e272030a9a15703f4c1fe4fdb74b88: kube-system/metrics-server-84c5f94fbc-bnjfn/metrics-server" id=be573456-7a69-426c-885c-9115b4d74114 name=/runtime.v1.RuntimeService/StopContainer
	Sep 23 12:05:09 addons-949062 crio[966]: time="2024-09-23 12:05:09.009922418Z" level=info msg="Stopping pod sandbox: 95e955c1b77e609a9b4d4aa620820221958c5a902eb6a40ceb79d9c9c126bf24" id=6a185d1e-cbfa-4ad2-8ce4-28969403b94f name=/runtime.v1.RuntimeService/StopPodSandbox
	Sep 23 12:05:09 addons-949062 crio[966]: time="2024-09-23 12:05:09.010196378Z" level=info msg="Got pod network &{Name:metrics-server-84c5f94fbc-bnjfn Namespace:kube-system ID:95e955c1b77e609a9b4d4aa620820221958c5a902eb6a40ceb79d9c9c126bf24 UID:b5eddef8-2c84-4c7e-aa81-1538cdd1737b NetNS:/var/run/netns/5f3da49d-0f65-41af-86c7-d6d7ac03a55a Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Sep 23 12:05:09 addons-949062 crio[966]: time="2024-09-23 12:05:09.010360243Z" level=info msg="Deleting pod kube-system_metrics-server-84c5f94fbc-bnjfn from CNI network \"kindnet\" (type=ptp)"
	Sep 23 12:05:09 addons-949062 crio[966]: time="2024-09-23 12:05:09.041785027Z" level=info msg="Stopped pod sandbox: 95e955c1b77e609a9b4d4aa620820221958c5a902eb6a40ceb79d9c9c126bf24" id=6a185d1e-cbfa-4ad2-8ce4-28969403b94f name=/runtime.v1.RuntimeService/StopPodSandbox
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                   CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	5993306ed6a86       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6                   2 minutes ago       Running             hello-world-app           0                   0764e14377040       hello-world-app-55bf9c44b4-qxw4j
	6c586df566853       docker.io/library/nginx@sha256:19db381c08a95b2040d5637a65c7a59af6c2f21444b0c8730505280a0255fb53                         5 minutes ago       Running             nginx                     0                   ffb3d01a0c428       nginx
	5e66fdd30cb30       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69            15 minutes ago      Running             gcp-auth                  0                   e2743dba6ce2f       gcp-auth-89d5ffd79-ngrj4
	6fc3f48fd9a57       registry.k8s.io/metrics-server/metrics-server@sha256:048bcf48fc2cce517a61777e22bac782ba59ea5e9b9a54bcb42dbee99566a91f   16 minutes ago      Exited              metrics-server            0                   95e955c1b77e6       metrics-server-84c5f94fbc-bnjfn
	6e75514e9a125       2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4                                                        16 minutes ago      Running             coredns                   0                   d2e1e2c2a03e5       coredns-7c65d6cfc9-jcsz4
	f22feaa12d01b       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                                        17 minutes ago      Running             storage-provisioner       0                   e2518070e6a52       storage-provisioner
	3025434caf006       6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51                                                        17 minutes ago      Running             kindnet-cni               0                   265c0c18f131a       kindnet-crb6d
	feeee7ef089ea       24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d                                                        17 minutes ago      Running             kube-proxy                0                   4b6db7c6ec78d       kube-proxy-lpdls
	e38a88dde28e4       279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e                                                        17 minutes ago      Running             kube-controller-manager   0                   1f83731f5a636       kube-controller-manager-addons-949062
	91756d36809dd       27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da                                                        17 minutes ago      Running             etcd                      0                   027c4d4026357       etcd-addons-949062
	f01e8c743f9c3       d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853                                                        17 minutes ago      Running             kube-apiserver            0                   ec6544bfbe742       kube-apiserver-addons-949062
	4425a3b859567       7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d                                                        17 minutes ago      Running             kube-scheduler            0                   296ca53b7c96c       kube-scheduler-addons-949062
	
	
	==> coredns [6e75514e9a125cad3d7d0f53041cd69f7134d95af21367e27986ef926903a005] <==
	[INFO] 10.244.0.13:39517 - 58486 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000107471s
	[INFO] 10.244.0.13:35326 - 44451 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002495559s
	[INFO] 10.244.0.13:35326 - 36261 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002558525s
	[INFO] 10.244.0.13:33119 - 15751 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000152508s
	[INFO] 10.244.0.13:33119 - 50050 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000901823s
	[INFO] 10.244.0.13:51484 - 16281 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000118432s
	[INFO] 10.244.0.13:51484 - 52629 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000178765s
	[INFO] 10.244.0.13:37639 - 4554 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000062851s
	[INFO] 10.244.0.13:37639 - 7880 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000033707s
	[INFO] 10.244.0.13:48824 - 6614 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000057067s
	[INFO] 10.244.0.13:48824 - 54487 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000138067s
	[INFO] 10.244.0.13:45851 - 25610 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001436886s
	[INFO] 10.244.0.13:45851 - 776 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001622593s
	[INFO] 10.244.0.13:50334 - 53131 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000062096s
	[INFO] 10.244.0.13:50334 - 35725 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000052258s
	[INFO] 10.244.0.20:49801 - 18899 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000873327s
	[INFO] 10.244.0.20:52682 - 28540 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000920564s
	[INFO] 10.244.0.20:33285 - 61683 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000130067s
	[INFO] 10.244.0.20:41482 - 11675 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000134883s
	[INFO] 10.244.0.20:45942 - 52379 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000196562s
	[INFO] 10.244.0.20:47769 - 27652 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000183728s
	[INFO] 10.244.0.20:35099 - 8702 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003947223s
	[INFO] 10.244.0.20:46119 - 23575 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.004169196s
	[INFO] 10.244.0.20:37099 - 53691 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.001733846s
	[INFO] 10.244.0.20:56793 - 36966 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001769136s
	
	
	==> describe nodes <==
	Name:               addons-949062
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-949062
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=a36553b39c7bbbd910f6bfb97f7b698be94b4e6e
	                    minikube.k8s.io/name=addons-949062
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_09_23T11_47_20_0700
	                    minikube.k8s.io/version=v1.34.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-949062
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 23 Sep 2024 11:47:17 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-949062
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 23 Sep 2024 12:05:03 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 23 Sep 2024 12:02:59 +0000   Mon, 23 Sep 2024 11:47:14 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 23 Sep 2024 12:02:59 +0000   Mon, 23 Sep 2024 11:47:14 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 23 Sep 2024 12:02:59 +0000   Mon, 23 Sep 2024 11:47:14 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 23 Sep 2024 12:02:59 +0000   Mon, 23 Sep 2024 11:48:07 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-949062
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022300Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022300Ki
	  pods:               110
	System Info:
	  Machine ID:                 4fea63fffa1049769b4894f4f9d9f01c
	  System UUID:                b903b7cd-b68c-4881-b475-86a0d25c8063
	  Boot ID:                    a368a3b9-64b6-4915-adf4-926cc803503e
	  Kernel Version:             5.15.0-1070-aws
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               arm64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.31.1
	  Kube-Proxy Version:         v1.31.1
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (12 in total)
	  Namespace                   Name                                     CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                     ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                  0 (0%)        0 (0%)      0 (0%)           0 (0%)         15m
	  default                     hello-world-app-55bf9c44b4-qxw4j         0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m44s
	  default                     nginx                                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m4s
	  gcp-auth                    gcp-auth-89d5ffd79-ngrj4                 0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 coredns-7c65d6cfc9-jcsz4                 100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     17m
	  kube-system                 etcd-addons-949062                       100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         17m
	  kube-system                 kindnet-crb6d                            100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      17m
	  kube-system                 kube-apiserver-addons-949062             250m (12%)    0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 kube-controller-manager-addons-949062    200m (10%)    0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 kube-proxy-lpdls                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 kube-scheduler-addons-949062             100m (5%)     0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 storage-provisioner                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                850m (42%)  100m (5%)
	  memory             220Mi (2%)  220Mi (2%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	  hugepages-32Mi     0 (0%)      0 (0%)
	  hugepages-64Ki     0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age   From             Message
	  ----     ------                   ----  ----             -------
	  Normal   Starting                 17m   kube-proxy       
	  Normal   Starting                 17m   kubelet          Starting kubelet.
	  Warning  CgroupV1                 17m   kubelet          Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
	  Normal   NodeHasSufficientMemory  17m   kubelet          Node addons-949062 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    17m   kubelet          Node addons-949062 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     17m   kubelet          Node addons-949062 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           17m   node-controller  Node addons-949062 event: Registered Node addons-949062 in Controller
	  Normal   NodeReady                17m   kubelet          Node addons-949062 status is now: NodeReady
	
	
	==> dmesg <==
	[Sep23 10:37] hrtimer: interrupt took 15299626 ns
	[Sep23 11:17] 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.
	[Sep23 11:18] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
	[  +0.008103] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
	[  +0.007654] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
	[  +0.118029] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
	
	
	==> etcd [91756d36809ddf111e1ea01a91afd27894111f8d88b30c1559789771044fdf31] <==
	{"level":"warn","ts":"2024-09-23T11:47:26.507860Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-23T11:47:26.153152Z","time spent":"354.692036ms","remote":"127.0.0.1:44762","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":704,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/events/kube-system/coredns-7c65d6cfc9.17f7dd10a7aab59c\" mod_revision:0 > success:<request_put:<key:\"/registry/events/kube-system/coredns-7c65d6cfc9.17f7dd10a7aab59c\" value_size:622 lease:8128032088080808499 >> failure:<>"}
	{"level":"info","ts":"2024-09-23T11:47:26.718544Z","caller":"traceutil/trace.go:171","msg":"trace[1785803683] transaction","detail":"{read_only:false; response_revision:337; number_of_response:1; }","duration":"102.378317ms","start":"2024-09-23T11:47:26.614788Z","end":"2024-09-23T11:47:26.717166Z","steps":["trace[1785803683] 'process raft request'  (duration: 10.226861ms)","trace[1785803683] 'compare'  (duration: 91.878029ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-23T11:47:27.593162Z","caller":"traceutil/trace.go:171","msg":"trace[1882345274] transaction","detail":"{read_only:false; response_revision:345; number_of_response:1; }","duration":"106.60864ms","start":"2024-09-23T11:47:27.486535Z","end":"2024-09-23T11:47:27.593144Z","steps":["trace[1882345274] 'process raft request'  (duration: 86.614764ms)","trace[1882345274] 'compare'  (duration: 19.731658ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-23T11:47:27.791882Z","caller":"traceutil/trace.go:171","msg":"trace[138325997] transaction","detail":"{read_only:false; response_revision:347; number_of_response:1; }","duration":"137.905609ms","start":"2024-09-23T11:47:27.653957Z","end":"2024-09-23T11:47:27.791863Z","steps":["trace[138325997] 'process raft request'  (duration: 130.114877ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-23T11:47:29.300549Z","caller":"traceutil/trace.go:171","msg":"trace[2147342535] transaction","detail":"{read_only:false; response_revision:370; number_of_response:1; }","duration":"260.021943ms","start":"2024-09-23T11:47:29.040513Z","end":"2024-09-23T11:47:29.300535Z","steps":["trace[2147342535] 'process raft request'  (duration: 166.006836ms)","trace[2147342535] 'compare'  (duration: 93.412425ms)"],"step_count":2}
	{"level":"info","ts":"2024-09-23T11:47:29.305330Z","caller":"traceutil/trace.go:171","msg":"trace[258696848] transaction","detail":"{read_only:false; response_revision:371; number_of_response:1; }","duration":"245.521582ms","start":"2024-09-23T11:47:29.059790Z","end":"2024-09-23T11:47:29.305311Z","steps":["trace[258696848] 'process raft request'  (duration: 240.218031ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-23T11:47:29.305483Z","caller":"traceutil/trace.go:171","msg":"trace[833664895] transaction","detail":"{read_only:false; response_revision:372; number_of_response:1; }","duration":"245.413776ms","start":"2024-09-23T11:47:29.060063Z","end":"2024-09-23T11:47:29.305476Z","steps":["trace[833664895] 'process raft request'  (duration: 239.977129ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-23T11:47:29.305506Z","caller":"traceutil/trace.go:171","msg":"trace[1679492280] linearizableReadLoop","detail":"{readStateIndex:382; appliedIndex:379; }","duration":"243.147738ms","start":"2024-09-23T11:47:29.062352Z","end":"2024-09-23T11:47:29.305500Z","steps":["trace[1679492280] 'read index received'  (duration: 127.062938ms)","trace[1679492280] 'applied index is now lower than readState.Index'  (duration: 116.084242ms)"],"step_count":2}
	{"level":"warn","ts":"2024-09-23T11:47:29.305561Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"243.187698ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/ranges/servicenodeports\" ","response":"range_response_count:1 size:118"}
	{"level":"info","ts":"2024-09-23T11:47:29.323187Z","caller":"traceutil/trace.go:171","msg":"trace[1959083122] range","detail":"{range_begin:/registry/ranges/servicenodeports; range_end:; response_count:1; response_revision:378; }","duration":"260.821211ms","start":"2024-09-23T11:47:29.062348Z","end":"2024-09-23T11:47:29.323169Z","steps":["trace[1959083122] 'agreement among raft nodes before linearized reading'  (duration: 243.168005ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-23T11:47:29.325435Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"227.89022ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/ranges/serviceips\" ","response":"range_response_count:1 size:5502"}
	{"level":"info","ts":"2024-09-23T11:47:29.325539Z","caller":"traceutil/trace.go:171","msg":"trace[998825978] range","detail":"{range_begin:/registry/ranges/serviceips; range_end:; response_count:1; response_revision:378; }","duration":"228.001226ms","start":"2024-09-23T11:47:29.097526Z","end":"2024-09-23T11:47:29.325528Z","steps":["trace[998825978] 'agreement among raft nodes before linearized reading'  (duration: 227.837682ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-23T11:47:29.305662Z","caller":"traceutil/trace.go:171","msg":"trace[1940082300] transaction","detail":"{read_only:false; response_revision:373; number_of_response:1; }","duration":"160.488319ms","start":"2024-09-23T11:47:29.145167Z","end":"2024-09-23T11:47:29.305655Z","steps":["trace[1940082300] 'process raft request'  (duration: 154.939525ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-23T11:47:29.326285Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"118.51832ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
	{"level":"info","ts":"2024-09-23T11:47:29.331495Z","caller":"traceutil/trace.go:171","msg":"trace[1681955623] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:378; }","duration":"123.713893ms","start":"2024-09-23T11:47:29.207753Z","end":"2024-09-23T11:47:29.331467Z","steps":["trace[1681955623] 'agreement among raft nodes before linearized reading'  (duration: 118.500573ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-23T11:47:29.331810Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"125.122094ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/registry\" ","response":"range_response_count:1 size:3351"}
	{"level":"info","ts":"2024-09-23T11:47:29.331978Z","caller":"traceutil/trace.go:171","msg":"trace[1090535919] range","detail":"{range_begin:/registry/deployments/kube-system/registry; range_end:; response_count:1; response_revision:378; }","duration":"125.298775ms","start":"2024-09-23T11:47:29.206670Z","end":"2024-09-23T11:47:29.331968Z","steps":["trace[1090535919] 'agreement among raft nodes before linearized reading'  (duration: 125.081766ms)"],"step_count":1}
	{"level":"warn","ts":"2024-09-23T11:47:29.332165Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"234.609119ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-09-23T11:47:29.332291Z","caller":"traceutil/trace.go:171","msg":"trace[303543787] range","detail":"{range_begin:/registry/serviceaccounts; range_end:; response_count:0; response_revision:378; }","duration":"234.738054ms","start":"2024-09-23T11:47:29.097544Z","end":"2024-09-23T11:47:29.332282Z","steps":["trace[303543787] 'agreement among raft nodes before linearized reading'  (duration: 234.592865ms)"],"step_count":1}
	{"level":"info","ts":"2024-09-23T11:57:14.433189Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1531}
	{"level":"info","ts":"2024-09-23T11:57:14.462706Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1531,"took":"28.940304ms","hash":3244333237,"current-db-size-bytes":6201344,"current-db-size":"6.2 MB","current-db-size-in-use-bytes":3289088,"current-db-size-in-use":"3.3 MB"}
	{"level":"info","ts":"2024-09-23T11:57:14.462759Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":3244333237,"revision":1531,"compact-revision":-1}
	{"level":"info","ts":"2024-09-23T12:02:14.439371Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1948}
	{"level":"info","ts":"2024-09-23T12:02:14.457040Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1948,"took":"16.795125ms","hash":3311503313,"current-db-size-bytes":6201344,"current-db-size":"6.2 MB","current-db-size-in-use-bytes":4227072,"current-db-size-in-use":"4.2 MB"}
	{"level":"info","ts":"2024-09-23T12:02:14.457094Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":3311503313,"revision":1948,"compact-revision":1531}
	
	
	==> gcp-auth [5e66fdd30cb307eedadaee7ec875a36cfb388767297c5074b1808ec03dd20931] <==
	2024/09/23 11:49:53 Ready to write response ...
	2024/09/23 11:49:53 Ready to marshal response ...
	2024/09/23 11:49:53 Ready to write response ...
	2024/09/23 11:58:07 Ready to marshal response ...
	2024/09/23 11:58:07 Ready to write response ...
	2024/09/23 11:58:09 Ready to marshal response ...
	2024/09/23 11:58:09 Ready to write response ...
	2024/09/23 11:58:37 Ready to marshal response ...
	2024/09/23 11:58:37 Ready to write response ...
	2024/09/23 11:59:00 Ready to marshal response ...
	2024/09/23 11:59:00 Ready to write response ...
	2024/09/23 11:59:00 Ready to marshal response ...
	2024/09/23 11:59:00 Ready to write response ...
	2024/09/23 11:59:08 Ready to marshal response ...
	2024/09/23 11:59:08 Ready to write response ...
	2024/09/23 11:59:19 Ready to marshal response ...
	2024/09/23 11:59:19 Ready to write response ...
	2024/09/23 11:59:19 Ready to marshal response ...
	2024/09/23 11:59:19 Ready to write response ...
	2024/09/23 11:59:19 Ready to marshal response ...
	2024/09/23 11:59:19 Ready to write response ...
	2024/09/23 12:00:05 Ready to marshal response ...
	2024/09/23 12:00:05 Ready to write response ...
	2024/09/23 12:02:25 Ready to marshal response ...
	2024/09/23 12:02:25 Ready to write response ...
	
	
	==> kernel <==
	 12:05:09 up  1:47,  0 users,  load average: 0.87, 0.49, 1.25
	Linux addons-949062 5.15.0-1070-aws #76~20.04.1-Ubuntu SMP Mon Sep 2 12:20:48 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [3025434caf0067f0c48f9d98e75ca5f22b91cffe56b857f46556c50c8619f1e7] <==
	I0923 12:03:06.956326       1 main.go:299] handling current node
	I0923 12:03:16.950698       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:03:16.950732       1 main.go:299] handling current node
	I0923 12:03:26.951123       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:03:26.951159       1 main.go:299] handling current node
	I0923 12:03:36.950696       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:03:36.950743       1 main.go:299] handling current node
	I0923 12:03:46.951683       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:03:46.951718       1 main.go:299] handling current node
	I0923 12:03:56.951066       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:03:56.951102       1 main.go:299] handling current node
	I0923 12:04:06.954485       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:04:06.954522       1 main.go:299] handling current node
	I0923 12:04:16.959851       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:04:16.959886       1 main.go:299] handling current node
	I0923 12:04:26.951079       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:04:26.951115       1 main.go:299] handling current node
	I0923 12:04:36.956897       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:04:36.957017       1 main.go:299] handling current node
	I0923 12:04:46.953909       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:04:46.954036       1 main.go:299] handling current node
	I0923 12:04:56.950861       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:04:56.950897       1 main.go:299] handling current node
	I0923 12:05:06.957735       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0923 12:05:06.957767       1 main.go:299] handling current node
	
	
	==> kube-apiserver [f01e8c743f9c393432831b5cf6a18d60aeec0b794af11cc59645f781ef744300] <==
	E0923 11:49:18.266972       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.99.123.245:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.99.123.245:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.99.123.245:443: connect: connection refused" logger="UnhandledError"
	I0923 11:49:18.462459       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	I0923 11:58:19.914786       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	E0923 11:58:21.707588       1 watch.go:250] "Unhandled Error" err="http2: stream closed" logger="UnhandledError"
	I0923 11:58:53.162659       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 11:58:53.162791       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0923 11:58:53.187560       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 11:58:53.187742       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0923 11:58:53.217554       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 11:58:53.217812       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0923 11:58:53.312776       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 11:58:53.312890       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0923 11:58:53.323196       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0923 11:58:53.323233       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0923 11:58:54.313542       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0923 11:58:54.324111       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0923 11:58:54.413702       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0923 11:59:19.443327       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.96.62.130"}
	E0923 11:59:24.761108       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	I0923 11:59:59.254406       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0923 12:00:00.297026       1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0923 12:00:04.854410       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0923 12:00:05.203055       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.110.148.104"}
	I0923 12:02:25.503234       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.101.113.125"}
	E0923 12:02:27.959918       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
	
	
	==> kube-controller-manager [e38a88dde28e49d61a5e1561cf3a2f4aa5b86823826c275210299874bb8e26f3] <==
	W0923 12:03:09.658524       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:03:09.658685       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 12:03:19.923863       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:03:19.923902       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 12:03:31.776221       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:03:31.776261       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 12:03:38.576809       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:03:38.576854       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 12:03:52.328349       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:03:52.328390       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 12:04:04.935377       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:04:04.935420       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 12:04:14.501146       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:04:14.501192       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 12:04:30.729093       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:04:30.729138       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 12:04:40.749845       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:04:40.749887       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 12:04:48.221223       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:04:48.221266       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 12:05:02.842522       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:05:02.842565       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	W0923 12:05:07.042401       1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0923 12:05:07.042447       1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
	I0923 12:05:07.806435       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/metrics-server-84c5f94fbc" duration="5.022µs"
	
	
	==> kube-proxy [feeee7ef089ea49ba13ba3dc06cb204e3d2595c1c0287cf25b1a00b016f93bc4] <==
	I0923 11:47:29.758316       1 server_linux.go:66] "Using iptables proxy"
	I0923 11:47:30.543856       1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0923 11:47:30.543923       1 server.go:234] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0923 11:47:30.621898       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0923 11:47:30.621958       1 server_linux.go:169] "Using iptables Proxier"
	I0923 11:47:30.623684       1 proxier.go:255] "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" ipFamily="IPv4"
	I0923 11:47:30.624113       1 server.go:483] "Version info" version="v1.31.1"
	I0923 11:47:30.624128       1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0923 11:47:30.630896       1 config.go:199] "Starting service config controller"
	I0923 11:47:30.630927       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0923 11:47:30.630946       1 config.go:105] "Starting endpoint slice config controller"
	I0923 11:47:30.630951       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0923 11:47:30.631298       1 config.go:328] "Starting node config controller"
	I0923 11:47:30.631314       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0923 11:47:30.732015       1 shared_informer.go:320] Caches are synced for node config
	I0923 11:47:30.732063       1 shared_informer.go:320] Caches are synced for service config
	I0923 11:47:30.732105       1 shared_informer.go:320] Caches are synced for endpoint slice config
	
	
	==> kube-scheduler [4425a3b8595675b0095ea3d707c89fd9884337c9f856bc18b89b109fcee52ee9] <==
	W0923 11:47:18.193333       1 reflector.go:561] runtime/asm_arm64.s:1222: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	E0923 11:47:18.194017       1 reflector.go:158] "Unhandled Error" err="runtime/asm_arm64.s:1222: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError"
	W0923 11:47:18.193471       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	E0923 11:47:18.194100       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.193509       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0923 11:47:18.194184       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.193678       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	E0923 11:47:18.194257       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.195096       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E0923 11:47:18.195175       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.195731       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	E0923 11:47:18.196000       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.195810       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
	E0923 11:47:18.196115       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.195847       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
	E0923 11:47:18.196211       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.195884       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	E0923 11:47:18.196314       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.198411       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0923 11:47:18.198651       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.198574       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E0923 11:47:18.198793       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0923 11:47:18.198617       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
	E0923 11:47:18.198897       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	I0923 11:47:19.686582       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Sep 23 12:04:11 addons-949062 kubelet[1483]: E0923 12:04:11.863502    1483 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="bf8113fa-3198-4bf0-ae25-3ee36d7d5474"
	Sep 23 12:04:20 addons-949062 kubelet[1483]: E0923 12:04:20.358565    1483 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727093060358273073,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 23 12:04:20 addons-949062 kubelet[1483]: E0923 12:04:20.358604    1483 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727093060358273073,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 23 12:04:23 addons-949062 kubelet[1483]: E0923 12:04:23.863790    1483 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="bf8113fa-3198-4bf0-ae25-3ee36d7d5474"
	Sep 23 12:04:30 addons-949062 kubelet[1483]: E0923 12:04:30.361384    1483 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727093070361130353,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 23 12:04:30 addons-949062 kubelet[1483]: E0923 12:04:30.361421    1483 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727093070361130353,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 23 12:04:36 addons-949062 kubelet[1483]: E0923 12:04:36.864048    1483 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="bf8113fa-3198-4bf0-ae25-3ee36d7d5474"
	Sep 23 12:04:40 addons-949062 kubelet[1483]: E0923 12:04:40.363651    1483 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727093080363379932,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 23 12:04:40 addons-949062 kubelet[1483]: E0923 12:04:40.363696    1483 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727093080363379932,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 23 12:04:50 addons-949062 kubelet[1483]: E0923 12:04:50.366395    1483 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727093090366145232,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 23 12:04:50 addons-949062 kubelet[1483]: E0923 12:04:50.366434    1483 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727093090366145232,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 23 12:04:50 addons-949062 kubelet[1483]: E0923 12:04:50.863940    1483 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="bf8113fa-3198-4bf0-ae25-3ee36d7d5474"
	Sep 23 12:05:00 addons-949062 kubelet[1483]: E0923 12:05:00.405889    1483 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727093100400368517,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 23 12:05:00 addons-949062 kubelet[1483]: E0923 12:05:00.406469    1483 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1727093100400368517,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:572294,},InodesUsed:&UInt64Value{Value:219,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Sep 23 12:05:03 addons-949062 kubelet[1483]: E0923 12:05:03.864284    1483 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="bf8113fa-3198-4bf0-ae25-3ee36d7d5474"
	Sep 23 12:05:09 addons-949062 kubelet[1483]: I0923 12:05:09.189303    1483 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/b5eddef8-2c84-4c7e-aa81-1538cdd1737b-tmp-dir\") pod \"b5eddef8-2c84-4c7e-aa81-1538cdd1737b\" (UID: \"b5eddef8-2c84-4c7e-aa81-1538cdd1737b\") "
	Sep 23 12:05:09 addons-949062 kubelet[1483]: I0923 12:05:09.189364    1483 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-jm7j7\" (UniqueName: \"kubernetes.io/projected/b5eddef8-2c84-4c7e-aa81-1538cdd1737b-kube-api-access-jm7j7\") pod \"b5eddef8-2c84-4c7e-aa81-1538cdd1737b\" (UID: \"b5eddef8-2c84-4c7e-aa81-1538cdd1737b\") "
	Sep 23 12:05:09 addons-949062 kubelet[1483]: I0923 12:05:09.189954    1483 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/empty-dir/b5eddef8-2c84-4c7e-aa81-1538cdd1737b-tmp-dir" (OuterVolumeSpecName: "tmp-dir") pod "b5eddef8-2c84-4c7e-aa81-1538cdd1737b" (UID: "b5eddef8-2c84-4c7e-aa81-1538cdd1737b"). InnerVolumeSpecName "tmp-dir". PluginName "kubernetes.io/empty-dir", VolumeGidValue ""
	Sep 23 12:05:09 addons-949062 kubelet[1483]: I0923 12:05:09.216131    1483 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/b5eddef8-2c84-4c7e-aa81-1538cdd1737b-kube-api-access-jm7j7" (OuterVolumeSpecName: "kube-api-access-jm7j7") pod "b5eddef8-2c84-4c7e-aa81-1538cdd1737b" (UID: "b5eddef8-2c84-4c7e-aa81-1538cdd1737b"). InnerVolumeSpecName "kube-api-access-jm7j7". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Sep 23 12:05:09 addons-949062 kubelet[1483]: I0923 12:05:09.291138    1483 reconciler_common.go:288] "Volume detached for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/b5eddef8-2c84-4c7e-aa81-1538cdd1737b-tmp-dir\") on node \"addons-949062\" DevicePath \"\""
	Sep 23 12:05:09 addons-949062 kubelet[1483]: I0923 12:05:09.291179    1483 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-jm7j7\" (UniqueName: \"kubernetes.io/projected/b5eddef8-2c84-4c7e-aa81-1538cdd1737b-kube-api-access-jm7j7\") on node \"addons-949062\" DevicePath \"\""
	Sep 23 12:05:09 addons-949062 kubelet[1483]: I0923 12:05:09.489888    1483 scope.go:117] "RemoveContainer" containerID="6fc3f48fd9a5789a1570ced73ea7e77ad7e272030a9a15703f4c1fe4fdb74b88"
	Sep 23 12:05:09 addons-949062 kubelet[1483]: I0923 12:05:09.527525    1483 scope.go:117] "RemoveContainer" containerID="6fc3f48fd9a5789a1570ced73ea7e77ad7e272030a9a15703f4c1fe4fdb74b88"
	Sep 23 12:05:09 addons-949062 kubelet[1483]: E0923 12:05:09.529632    1483 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"6fc3f48fd9a5789a1570ced73ea7e77ad7e272030a9a15703f4c1fe4fdb74b88\": container with ID starting with 6fc3f48fd9a5789a1570ced73ea7e77ad7e272030a9a15703f4c1fe4fdb74b88 not found: ID does not exist" containerID="6fc3f48fd9a5789a1570ced73ea7e77ad7e272030a9a15703f4c1fe4fdb74b88"
	Sep 23 12:05:09 addons-949062 kubelet[1483]: I0923 12:05:09.529673    1483 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"6fc3f48fd9a5789a1570ced73ea7e77ad7e272030a9a15703f4c1fe4fdb74b88"} err="failed to get container status \"6fc3f48fd9a5789a1570ced73ea7e77ad7e272030a9a15703f4c1fe4fdb74b88\": rpc error: code = NotFound desc = could not find container \"6fc3f48fd9a5789a1570ced73ea7e77ad7e272030a9a15703f4c1fe4fdb74b88\": container with ID starting with 6fc3f48fd9a5789a1570ced73ea7e77ad7e272030a9a15703f4c1fe4fdb74b88 not found: ID does not exist"
	
	
	==> storage-provisioner [f22feaa12d01b9b59f02657ec4c931d6aaf39d341ad65db38462e67fafe90a1c] <==
	I0923 11:48:08.485067       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0923 11:48:08.500084       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0923 11:48:08.500215       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0923 11:48:08.527237       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0923 11:48:08.532688       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-949062_2b1d4212-8d85-44e0-9a4c-c4d2f8057ce4!
	I0923 11:48:08.534249       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"929d7d2f-847b-49ca-ba97-484181e758f5", APIVersion:"v1", ResourceVersion:"890", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-949062_2b1d4212-8d85-44e0-9a4c-c4d2f8057ce4 became leader
	I0923 11:48:08.633906       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-949062_2b1d4212-8d85-44e0-9a4c-c4d2f8057ce4!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-949062 -n addons-949062
helpers_test.go:261: (dbg) Run:  kubectl --context addons-949062 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: busybox
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/MetricsServer]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context addons-949062 describe pod busybox
helpers_test.go:282: (dbg) kubectl --context addons-949062 describe pod busybox:

                                                
                                                
-- stdout --
	Name:             busybox
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-949062/192.168.49.2
	Start Time:       Mon, 23 Sep 2024 11:49:53 +0000
	Labels:           integration-test=busybox
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.21
	IPs:
	  IP:  10.244.0.21
	Containers:
	  busybox:
	    Container ID:  
	    Image:         gcr.io/k8s-minikube/busybox:1.28.4-glibc
	    Image ID:      
	    Port:          <none>
	    Host Port:     <none>
	    Command:
	      sleep
	      3600
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:
	      GOOGLE_APPLICATION_CREDENTIALS:  /google-app-creds.json
	      PROJECT_ID:                      this_is_fake
	      GCP_PROJECT:                     this_is_fake
	      GCLOUD_PROJECT:                  this_is_fake
	      GOOGLE_CLOUD_PROJECT:            this_is_fake
	      CLOUDSDK_CORE_PROJECT:           this_is_fake
	    Mounts:
	      /google-app-creds.json from gcp-creds (ro)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-p8s9n (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-p8s9n:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	  gcp-creds:
	    Type:          HostPath (bare host directory volume)
	    Path:          /var/lib/minikube/google_application_credentials.json
	    HostPathType:  File
	QoS Class:         BestEffort
	Node-Selectors:    <none>
	Tolerations:       node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
	                   node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
	Events:
	  Type     Reason     Age                From               Message
	  ----     ------     ----               ----               -------
	  Normal   Scheduled  15m                default-scheduler  Successfully assigned default/busybox to addons-949062
	  Normal   Pulling    13m (x4 over 15m)  kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Warning  Failed     13m (x4 over 15m)  kubelet            Failed to pull image "gcr.io/k8s-minikube/busybox:1.28.4-glibc": unable to retrieve auth token: invalid username/password: unauthorized: authentication failed
	  Warning  Failed     13m (x4 over 15m)  kubelet            Error: ErrImagePull
	  Warning  Failed     13m (x6 over 15m)  kubelet            Error: ImagePullBackOff
	  Normal   BackOff    7s (x64 over 15m)  kubelet            Back-off pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"

                                                
                                                
-- /stdout --
helpers_test.go:285: <<< TestAddons/parallel/MetricsServer FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/MetricsServer (334.29s)

                                                
                                    

Test pass (295/327)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 6.8
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.08
9 TestDownloadOnly/v1.20.0/DeleteAll 0.21
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.15
12 TestDownloadOnly/v1.31.1/json-events 6.43
13 TestDownloadOnly/v1.31.1/preload-exists 0
17 TestDownloadOnly/v1.31.1/LogsDuration 0.07
18 TestDownloadOnly/v1.31.1/DeleteAll 0.21
19 TestDownloadOnly/v1.31.1/DeleteAlwaysSucceeds 0.13
21 TestBinaryMirror 0.57
25 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.07
26 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.07
27 TestAddons/Setup 199.16
31 TestAddons/serial/GCPAuth/Namespaces 0.22
35 TestAddons/parallel/InspektorGadget 11.8
38 TestAddons/parallel/CSI 46.21
39 TestAddons/parallel/Headlamp 17.7
40 TestAddons/parallel/CloudSpanner 6.54
41 TestAddons/parallel/LocalPath 52.28
42 TestAddons/parallel/NvidiaDevicePlugin 6.84
43 TestAddons/parallel/Yakd 10.77
44 TestAddons/StoppedEnableDisable 6.28
45 TestCertOptions 34.9
46 TestCertExpiration 241.71
48 TestForceSystemdFlag 39.82
49 TestForceSystemdEnv 42.53
55 TestErrorSpam/setup 30.19
56 TestErrorSpam/start 0.73
57 TestErrorSpam/status 1.05
58 TestErrorSpam/pause 1.74
59 TestErrorSpam/unpause 1.75
60 TestErrorSpam/stop 1.72
63 TestFunctional/serial/CopySyncFile 0
64 TestFunctional/serial/StartWithProxy 49.29
65 TestFunctional/serial/AuditLog 0
66 TestFunctional/serial/SoftStart 15.68
67 TestFunctional/serial/KubeContext 0.07
68 TestFunctional/serial/KubectlGetPods 0.09
71 TestFunctional/serial/CacheCmd/cache/add_remote 4.49
72 TestFunctional/serial/CacheCmd/cache/add_local 1.31
73 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.06
74 TestFunctional/serial/CacheCmd/cache/list 0.06
75 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.29
76 TestFunctional/serial/CacheCmd/cache/cache_reload 2.18
77 TestFunctional/serial/CacheCmd/cache/delete 0.11
78 TestFunctional/serial/MinikubeKubectlCmd 0.14
79 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.13
80 TestFunctional/serial/ExtraConfig 40.49
81 TestFunctional/serial/ComponentHealth 0.1
82 TestFunctional/serial/LogsCmd 2.04
83 TestFunctional/serial/LogsFileCmd 1.7
84 TestFunctional/serial/InvalidService 4.04
86 TestFunctional/parallel/ConfigCmd 0.47
87 TestFunctional/parallel/DashboardCmd 19.21
88 TestFunctional/parallel/DryRun 0.39
89 TestFunctional/parallel/InternationalLanguage 0.2
90 TestFunctional/parallel/StatusCmd 1.13
94 TestFunctional/parallel/ServiceCmdConnect 13.75
95 TestFunctional/parallel/AddonsCmd 0.24
96 TestFunctional/parallel/PersistentVolumeClaim 25.48
98 TestFunctional/parallel/SSHCmd 0.68
99 TestFunctional/parallel/CpCmd 2.16
101 TestFunctional/parallel/FileSync 0.26
102 TestFunctional/parallel/CertSync 1.56
106 TestFunctional/parallel/NodeLabels 0.1
108 TestFunctional/parallel/NonActiveRuntimeDisabled 0.71
110 TestFunctional/parallel/License 0.3
112 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.71
113 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
115 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 8.44
116 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.11
117 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0.02
121 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
122 TestFunctional/parallel/ServiceCmd/DeployApp 6.24
123 TestFunctional/parallel/ProfileCmd/profile_not_create 0.45
124 TestFunctional/parallel/ProfileCmd/profile_list 0.41
125 TestFunctional/parallel/ProfileCmd/profile_json_output 0.41
126 TestFunctional/parallel/MountCmd/any-port 8.83
127 TestFunctional/parallel/ServiceCmd/List 0.54
128 TestFunctional/parallel/ServiceCmd/JSONOutput 0.49
129 TestFunctional/parallel/ServiceCmd/HTTPS 0.38
130 TestFunctional/parallel/ServiceCmd/Format 0.37
131 TestFunctional/parallel/ServiceCmd/URL 0.35
132 TestFunctional/parallel/MountCmd/specific-port 2.08
133 TestFunctional/parallel/MountCmd/VerifyCleanup 2.62
134 TestFunctional/parallel/Version/short 0.05
135 TestFunctional/parallel/Version/components 1.19
136 TestFunctional/parallel/ImageCommands/ImageListShort 0.25
137 TestFunctional/parallel/ImageCommands/ImageListTable 0.28
138 TestFunctional/parallel/ImageCommands/ImageListJson 0.27
139 TestFunctional/parallel/ImageCommands/ImageListYaml 0.3
140 TestFunctional/parallel/ImageCommands/ImageBuild 3.75
141 TestFunctional/parallel/ImageCommands/Setup 0.7
142 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 2.16
143 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 1.02
144 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 1.19
145 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.52
146 TestFunctional/parallel/ImageCommands/ImageRemove 0.54
147 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 0.82
148 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.59
149 TestFunctional/parallel/UpdateContextCmd/no_changes 0.16
150 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.16
151 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.14
152 TestFunctional/delete_echo-server_images 0.04
153 TestFunctional/delete_my-image_image 0.02
154 TestFunctional/delete_minikube_cached_images 0.02
158 TestMultiControlPlane/serial/StartCluster 173.7
159 TestMultiControlPlane/serial/DeployApp 7.51
160 TestMultiControlPlane/serial/PingHostFromPods 1.68
161 TestMultiControlPlane/serial/AddWorkerNode 36.04
162 TestMultiControlPlane/serial/NodeLabels 0.11
163 TestMultiControlPlane/serial/HAppyAfterClusterStart 0.98
164 TestMultiControlPlane/serial/CopyFile 18.6
165 TestMultiControlPlane/serial/StopSecondaryNode 12.73
166 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.74
167 TestMultiControlPlane/serial/RestartSecondaryNode 21.84
168 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 1.39
169 TestMultiControlPlane/serial/RestartClusterKeepsNodes 210.85
170 TestMultiControlPlane/serial/DeleteSecondaryNode 12.64
171 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.77
172 TestMultiControlPlane/serial/StopCluster 35.85
173 TestMultiControlPlane/serial/RestartCluster 62.94
174 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.75
175 TestMultiControlPlane/serial/AddSecondaryNode 70.45
176 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 1.01
180 TestJSONOutput/start/Command 78.95
181 TestJSONOutput/start/Audit 0
183 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
184 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
186 TestJSONOutput/pause/Command 0.75
187 TestJSONOutput/pause/Audit 0
189 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
190 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
192 TestJSONOutput/unpause/Command 0.66
193 TestJSONOutput/unpause/Audit 0
195 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
196 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
198 TestJSONOutput/stop/Command 5.86
199 TestJSONOutput/stop/Audit 0
201 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
202 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
203 TestErrorJSONOutput 0.22
205 TestKicCustomNetwork/create_custom_network 39.32
206 TestKicCustomNetwork/use_default_bridge_network 34.64
207 TestKicExistingNetwork 32.92
208 TestKicCustomSubnet 33.12
209 TestKicStaticIP 33.59
210 TestMainNoArgs 0.05
211 TestMinikubeProfile 67.93
214 TestMountStart/serial/StartWithMountFirst 9.9
215 TestMountStart/serial/VerifyMountFirst 0.26
216 TestMountStart/serial/StartWithMountSecond 7.28
217 TestMountStart/serial/VerifyMountSecond 0.27
218 TestMountStart/serial/DeleteFirst 1.62
219 TestMountStart/serial/VerifyMountPostDelete 0.26
220 TestMountStart/serial/Stop 1.2
221 TestMountStart/serial/RestartStopped 7.64
222 TestMountStart/serial/VerifyMountPostStop 0.28
225 TestMultiNode/serial/FreshStart2Nodes 109.84
226 TestMultiNode/serial/DeployApp2Nodes 6.38
227 TestMultiNode/serial/PingHostFrom2Pods 0.97
228 TestMultiNode/serial/AddNode 25.86
229 TestMultiNode/serial/MultiNodeLabels 0.09
230 TestMultiNode/serial/ProfileList 0.69
231 TestMultiNode/serial/CopyFile 10.12
232 TestMultiNode/serial/StopNode 2.26
233 TestMultiNode/serial/StartAfterStop 9.74
234 TestMultiNode/serial/RestartKeepsNodes 104.73
235 TestMultiNode/serial/DeleteNode 5.47
236 TestMultiNode/serial/StopMultiNode 23.88
237 TestMultiNode/serial/RestartMultiNode 49.46
238 TestMultiNode/serial/ValidateNameConflict 33.01
243 TestPreload 129.85
245 TestScheduledStopUnix 105.09
248 TestInsufficientStorage 10.68
249 TestRunningBinaryUpgrade 80.63
251 TestKubernetesUpgrade 399.5
252 TestMissingContainerUpgrade 171.3
254 TestNoKubernetes/serial/StartNoK8sWithVersion 0.08
255 TestNoKubernetes/serial/StartWithK8s 38.03
256 TestNoKubernetes/serial/StartWithStopK8s 8.44
257 TestNoKubernetes/serial/Start 9.04
258 TestNoKubernetes/serial/VerifyK8sNotRunning 0.33
259 TestNoKubernetes/serial/ProfileList 0.79
260 TestNoKubernetes/serial/Stop 3.01
261 TestNoKubernetes/serial/StartNoArgs 7.57
262 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.37
263 TestStoppedBinaryUpgrade/Setup 0.67
264 TestStoppedBinaryUpgrade/Upgrade 67.45
265 TestStoppedBinaryUpgrade/MinikubeLogs 1.13
274 TestPause/serial/Start 80.5
275 TestPause/serial/SecondStartNoReconfiguration 31.25
276 TestPause/serial/Pause 0.81
277 TestPause/serial/VerifyStatus 0.32
278 TestPause/serial/Unpause 0.71
279 TestPause/serial/PauseAgain 0.94
280 TestPause/serial/DeletePaused 2.73
281 TestPause/serial/VerifyDeletedResources 0.39
289 TestNetworkPlugins/group/false 5.6
294 TestStartStop/group/old-k8s-version/serial/FirstStart 147.43
295 TestStartStop/group/old-k8s-version/serial/DeployApp 10.95
296 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 1.87
297 TestStartStop/group/old-k8s-version/serial/Stop 13.29
299 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 54.13
300 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.32
301 TestStartStop/group/old-k8s-version/serial/SecondStart 130.49
302 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 9.46
303 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 1.72
304 TestStartStop/group/default-k8s-diff-port/serial/Stop 12.29
305 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.19
306 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 295.15
307 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 5.05
308 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 6.11
309 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.25
310 TestStartStop/group/old-k8s-version/serial/Pause 2.95
312 TestStartStop/group/embed-certs/serial/FirstStart 79.14
313 TestStartStop/group/embed-certs/serial/DeployApp 9.35
314 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 1.21
315 TestStartStop/group/embed-certs/serial/Stop 11.99
316 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.19
317 TestStartStop/group/embed-certs/serial/SecondStart 266.13
318 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6.01
319 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 5.11
320 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.25
321 TestStartStop/group/default-k8s-diff-port/serial/Pause 3.07
323 TestStartStop/group/no-preload/serial/FirstStart 66.5
324 TestStartStop/group/no-preload/serial/DeployApp 11.4
325 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 1.11
326 TestStartStop/group/no-preload/serial/Stop 11.96
327 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.18
328 TestStartStop/group/no-preload/serial/SecondStart 304.19
329 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.01
330 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.11
331 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.29
332 TestStartStop/group/embed-certs/serial/Pause 3.2
334 TestStartStop/group/newest-cni/serial/FirstStart 36.44
335 TestStartStop/group/newest-cni/serial/DeployApp 0
336 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 1.22
337 TestStartStop/group/newest-cni/serial/Stop 1.27
338 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.19
339 TestStartStop/group/newest-cni/serial/SecondStart 15.98
340 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
341 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
342 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.24
343 TestStartStop/group/newest-cni/serial/Pause 3.17
344 TestNetworkPlugins/group/auto/Start 79.1
345 TestNetworkPlugins/group/auto/KubeletFlags 0.29
346 TestNetworkPlugins/group/auto/NetCatPod 10.29
347 TestNetworkPlugins/group/auto/DNS 0.19
348 TestNetworkPlugins/group/auto/Localhost 0.16
349 TestNetworkPlugins/group/auto/HairPin 0.16
350 TestNetworkPlugins/group/kindnet/Start 81.43
351 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6.01
352 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 5.1
353 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
354 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.25
355 TestStartStop/group/no-preload/serial/Pause 3.32
356 TestNetworkPlugins/group/kindnet/KubeletFlags 0.38
357 TestNetworkPlugins/group/kindnet/NetCatPod 12.36
358 TestNetworkPlugins/group/calico/Start 68.87
359 TestNetworkPlugins/group/kindnet/DNS 0.29
360 TestNetworkPlugins/group/kindnet/Localhost 0.26
361 TestNetworkPlugins/group/kindnet/HairPin 0.2
362 TestNetworkPlugins/group/custom-flannel/Start 65.67
363 TestNetworkPlugins/group/calico/ControllerPod 6.01
364 TestNetworkPlugins/group/calico/KubeletFlags 0.42
365 TestNetworkPlugins/group/calico/NetCatPod 12.31
366 TestNetworkPlugins/group/calico/DNS 0.24
367 TestNetworkPlugins/group/calico/Localhost 0.17
368 TestNetworkPlugins/group/calico/HairPin 0.17
369 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.45
370 TestNetworkPlugins/group/custom-flannel/NetCatPod 11.41
371 TestNetworkPlugins/group/custom-flannel/DNS 0.2
372 TestNetworkPlugins/group/custom-flannel/Localhost 0.16
373 TestNetworkPlugins/group/custom-flannel/HairPin 0.16
374 TestNetworkPlugins/group/enable-default-cni/Start 83.06
375 TestNetworkPlugins/group/flannel/Start 58.46
376 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.35
377 TestNetworkPlugins/group/flannel/ControllerPod 6.01
378 TestNetworkPlugins/group/enable-default-cni/NetCatPod 10.28
379 TestNetworkPlugins/group/flannel/KubeletFlags 0.3
380 TestNetworkPlugins/group/flannel/NetCatPod 9.27
381 TestNetworkPlugins/group/enable-default-cni/DNS 0.19
382 TestNetworkPlugins/group/enable-default-cni/Localhost 0.15
383 TestNetworkPlugins/group/enable-default-cni/HairPin 0.16
384 TestNetworkPlugins/group/flannel/DNS 0.17
385 TestNetworkPlugins/group/flannel/Localhost 0.16
386 TestNetworkPlugins/group/flannel/HairPin 0.15
387 TestNetworkPlugins/group/bridge/Start 81.71
388 TestNetworkPlugins/group/bridge/KubeletFlags 0.3
389 TestNetworkPlugins/group/bridge/NetCatPod 11.26
390 TestNetworkPlugins/group/bridge/DNS 0.18
391 TestNetworkPlugins/group/bridge/Localhost 0.14
392 TestNetworkPlugins/group/bridge/HairPin 0.17
x
+
TestDownloadOnly/v1.20.0/json-events (6.8s)

                                                
                                                
=== 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-411446 --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-411446 --force --alsologtostderr --kubernetes-version=v1.20.0 --container-runtime=crio --driver=docker  --container-runtime=crio: (6.802862614s)
--- PASS: TestDownloadOnly/v1.20.0/json-events (6.80s)

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/preload-exists
I0923 11:46:25.011715  444877 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
I0923 11:46:25.011812  444877 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19688-439483/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4
--- PASS: TestDownloadOnly/v1.20.0/preload-exists (0.00s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-411446 | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC |          |
	|         | -p download-only-411446        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/23 11:46:18
	Running on machine: ip-172-31-30-239
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0923 11:46:18.252114  444882 out.go:345] Setting OutFile to fd 1 ...
	I0923 11:46:18.252683  444882 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 11:46:18.252702  444882 out.go:358] Setting ErrFile to fd 2...
	I0923 11:46:18.252707  444882 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 11:46:18.253025  444882 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19688-439483/.minikube/bin
	W0923 11:46:18.253167  444882 root.go:314] Error reading config file at /home/jenkins/minikube-integration/19688-439483/.minikube/config/config.json: open /home/jenkins/minikube-integration/19688-439483/.minikube/config/config.json: no such file or directory
	I0923 11:46:18.253568  444882 out.go:352] Setting JSON to true
	I0923 11:46:18.254417  444882 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":5326,"bootTime":1727086652,"procs":199,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0923 11:46:18.254489  444882 start.go:139] virtualization:  
	I0923 11:46:18.257945  444882 out.go:97] [download-only-411446] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	W0923 11:46:18.258124  444882 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/19688-439483/.minikube/cache/preloaded-tarball: no such file or directory
	I0923 11:46:18.258183  444882 notify.go:220] Checking for updates...
	I0923 11:46:18.260557  444882 out.go:169] MINIKUBE_LOCATION=19688
	I0923 11:46:18.262935  444882 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0923 11:46:18.265429  444882 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19688-439483/kubeconfig
	I0923 11:46:18.268005  444882 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19688-439483/.minikube
	I0923 11:46:18.269851  444882 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0923 11:46:18.275100  444882 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0923 11:46:18.275425  444882 driver.go:394] Setting default libvirt URI to qemu:///system
	I0923 11:46:18.298507  444882 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0923 11:46:18.298611  444882 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 11:46:18.359858  444882 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-23 11:46:18.349081332 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 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:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 11:46:18.359977  444882 docker.go:318] overlay module found
	I0923 11:46:18.362279  444882 out.go:97] Using the docker driver based on user configuration
	I0923 11:46:18.362308  444882 start.go:297] selected driver: docker
	I0923 11:46:18.362315  444882 start.go:901] validating driver "docker" against <nil>
	I0923 11:46:18.362433  444882 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 11:46:18.415163  444882 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-23 11:46:18.404666322 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 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:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 11:46:18.415359  444882 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0923 11:46:18.415653  444882 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0923 11:46:18.415820  444882 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0923 11:46:18.418497  444882 out.go:169] Using Docker driver with root privileges
	I0923 11:46:18.420667  444882 cni.go:84] Creating CNI manager for ""
	I0923 11:46:18.420743  444882 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0923 11:46:18.420757  444882 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0923 11:46:18.420858  444882 start.go:340] cluster config:
	{Name:download-only-411446 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed 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-411446 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}
	I0923 11:46:18.423223  444882 out.go:97] Starting "download-only-411446" primary control-plane node in "download-only-411446" cluster
	I0923 11:46:18.423253  444882 cache.go:121] Beginning downloading kic base image for docker with crio
	I0923 11:46:18.425717  444882 out.go:97] Pulling base image v0.0.45-1726784731-19672 ...
	I0923 11:46:18.425745  444882 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0923 11:46:18.425915  444882 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local docker daemon
	I0923 11:46:18.441497  444882 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed to local cache
	I0923 11:46:18.441681  444882 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory
	I0923 11:46:18.441780  444882 image.go:148] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed to local cache
	I0923 11:46:18.490116  444882 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
	I0923 11:46:18.490146  444882 cache.go:56] Caching tarball of preloaded images
	I0923 11:46:18.490300  444882 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0923 11:46:18.492932  444882 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I0923 11:46:18.492972  444882 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	I0923 11:46:18.572928  444882 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/19688-439483/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4
	I0923 11:46:23.202619  444882 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed as a tarball
	
	
	* The control-plane node download-only-411446 host does not exist
	  To start a cluster, run: "minikube start -p download-only-411446"

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.31.1/json-events (6.43s)

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.1/preload-exists
I0923 11:46:31.877412  444877 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
I0923 11:46:31.877453  444877 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19688-439483/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
--- PASS: TestDownloadOnly/v1.31.1/preload-exists (0.00s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-411446 | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC |                     |
	|         | -p download-only-411446        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:46 UTC |
	| delete  | -p download-only-411446        | download-only-411446 | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC | 23 Sep 24 11:46 UTC |
	| start   | -o=json --download-only        | download-only-864108 | jenkins | v1.34.0 | 23 Sep 24 11:46 UTC |                     |
	|         | -p download-only-864108        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.31.1   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/09/23 11:46:25
	Running on machine: ip-172-31-30-239
	Binary: Built with gc go1.23.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0923 11:46:25.489444  445083 out.go:345] Setting OutFile to fd 1 ...
	I0923 11:46:25.489656  445083 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 11:46:25.489684  445083 out.go:358] Setting ErrFile to fd 2...
	I0923 11:46:25.489703  445083 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 11:46:25.490009  445083 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19688-439483/.minikube/bin
	I0923 11:46:25.490468  445083 out.go:352] Setting JSON to true
	I0923 11:46:25.491459  445083 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":5333,"bootTime":1727086652,"procs":197,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0923 11:46:25.491562  445083 start.go:139] virtualization:  
	I0923 11:46:25.494634  445083 out.go:97] [download-only-864108] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0923 11:46:25.494929  445083 notify.go:220] Checking for updates...
	I0923 11:46:25.497632  445083 out.go:169] MINIKUBE_LOCATION=19688
	I0923 11:46:25.500056  445083 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0923 11:46:25.502488  445083 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19688-439483/kubeconfig
	I0923 11:46:25.504624  445083 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19688-439483/.minikube
	I0923 11:46:25.506842  445083 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0923 11:46:25.511516  445083 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0923 11:46:25.511781  445083 driver.go:394] Setting default libvirt URI to qemu:///system
	I0923 11:46:25.538680  445083 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0923 11:46:25.538800  445083 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 11:46:25.591177  445083 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-09-23 11:46:25.581373466 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 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:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 11:46:25.591290  445083 docker.go:318] overlay module found
	I0923 11:46:25.593882  445083 out.go:97] Using the docker driver based on user configuration
	I0923 11:46:25.593925  445083 start.go:297] selected driver: docker
	I0923 11:46:25.593934  445083 start.go:901] validating driver "docker" against <nil>
	I0923 11:46:25.594038  445083 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 11:46:25.652174  445083 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-09-23 11:46:25.642456681 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 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:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 11:46:25.652384  445083 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0923 11:46:25.652684  445083 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0923 11:46:25.652843  445083 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0923 11:46:25.655237  445083 out.go:169] Using Docker driver with root privileges
	I0923 11:46:25.657226  445083 cni.go:84] Creating CNI manager for ""
	I0923 11:46:25.657304  445083 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0923 11:46:25.657317  445083 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0923 11:46:25.657403  445083 start.go:340] cluster config:
	{Name:download-only-864108 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed 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.1 ClusterName:download-only-864108 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.31.1 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}
	I0923 11:46:25.660046  445083 out.go:97] Starting "download-only-864108" primary control-plane node in "download-only-864108" cluster
	I0923 11:46:25.660068  445083 cache.go:121] Beginning downloading kic base image for docker with crio
	I0923 11:46:25.662206  445083 out.go:97] Pulling base image v0.0.45-1726784731-19672 ...
	I0923 11:46:25.662230  445083 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0923 11:46:25.662277  445083 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local docker daemon
	I0923 11:46:25.678084  445083 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed to local cache
	I0923 11:46:25.678231  445083 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory
	I0923 11:46:25.678259  445083 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory, skipping pull
	I0923 11:46:25.678267  445083 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed exists in cache, skipping pull
	I0923 11:46:25.678276  445083 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed as a tarball
	I0923 11:46:25.714754  445083 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.31.1/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
	I0923 11:46:25.714781  445083 cache.go:56] Caching tarball of preloaded images
	I0923 11:46:25.715465  445083 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime crio
	I0923 11:46:25.717831  445083 out.go:97] Downloading Kubernetes v1.31.1 preload ...
	I0923 11:46:25.717855  445083 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 ...
	I0923 11:46:25.796836  445083 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.31.1/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4?checksum=md5:8285fc512c7462f100de137f91fcd0ae -> /home/jenkins/minikube-integration/19688-439483/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4
	I0923 11:46:30.419171  445083 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 ...
	I0923 11:46:30.419271  445083 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/19688-439483/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-cri-o-overlay-arm64.tar.lz4 ...
	
	
	* The control-plane node download-only-864108 host does not exist
	  To start a cluster, run: "minikube start -p download-only-864108"

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

                                                
                                    
x
+
TestDownloadOnly/v1.31.1/DeleteAll (0.21s)

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

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

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

                                                
                                    
x
+
TestBinaryMirror (0.57s)

                                                
                                                
=== RUN   TestBinaryMirror
I0923 11:46:33.122652  444877 binary.go:74] Not caching binary, using https://dl.k8s.io/release/v1.31.1/bin/linux/arm64/kubectl?checksum=file:https://dl.k8s.io/release/v1.31.1/bin/linux/arm64/kubectl.sha256
aaa_download_only_test.go:314: (dbg) Run:  out/minikube-linux-arm64 start --download-only -p binary-mirror-264226 --alsologtostderr --binary-mirror http://127.0.0.1:38673 --driver=docker  --container-runtime=crio
helpers_test.go:175: Cleaning up "binary-mirror-264226" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p binary-mirror-264226
--- PASS: TestBinaryMirror (0.57s)

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.07s)

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

                                                
                                                

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

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

                                                
                                                
-- /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:986: (dbg) Run:  out/minikube-linux-arm64 addons disable dashboard -p addons-949062
addons_test.go:986: (dbg) Non-zero exit: out/minikube-linux-arm64 addons disable dashboard -p addons-949062: exit status 85 (67.084054ms)

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

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

                                                
                                    
x
+
TestAddons/Setup (199.16s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:107: (dbg) Run:  out/minikube-linux-arm64 start -p addons-949062 --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:107: (dbg) Done: out/minikube-linux-arm64 start -p addons-949062 --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: (3m19.163110064s)
--- PASS: TestAddons/Setup (199.16s)

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/Namespaces
addons_test.go:594: (dbg) Run:  kubectl --context addons-949062 create ns new-namespace
addons_test.go:608: (dbg) Run:  kubectl --context addons-949062 get secret gcp-auth -n new-namespace
--- PASS: TestAddons/serial/GCPAuth/Namespaces (0.22s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (11.8s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/InspektorGadget
addons_test.go:786: (dbg) TestAddons/parallel/InspektorGadget: waiting 8m0s for pods matching "k8s-app=gadget" in namespace "gadget" ...
helpers_test.go:344: "gadget-jmdtd" [2ae42920-71b5-4136-b3ca-c2ea5fbe3768] Running / Ready:ContainersNotReady (containers with unready status: [gadget]) / ContainersReady:ContainersNotReady (containers with unready status: [gadget])
addons_test.go:786: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 6.004270704s
addons_test.go:789: (dbg) Run:  out/minikube-linux-arm64 addons disable inspektor-gadget -p addons-949062
addons_test.go:789: (dbg) Done: out/minikube-linux-arm64 addons disable inspektor-gadget -p addons-949062: (5.793059944s)
--- PASS: TestAddons/parallel/InspektorGadget (11.80s)

                                                
                                    
x
+
TestAddons/parallel/CSI (46.21s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
I0923 11:58:07.411988  444877 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0923 11:58:07.419908  444877 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0923 11:58:07.419953  444877 kapi.go:107] duration metric: took 7.975679ms to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
addons_test.go:505: csi-hostpath-driver pods stabilized in 7.989021ms
addons_test.go:508: (dbg) Run:  kubectl --context addons-949062 create -f testdata/csi-hostpath-driver/pvc.yaml
addons_test.go:513: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:518: (dbg) Run:  kubectl --context addons-949062 create -f testdata/csi-hostpath-driver/pv-pod.yaml
addons_test.go:523: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod" in namespace "default" ...
helpers_test.go:344: "task-pv-pod" [ebbabc74-b453-4994-96f4-63874996c081] Pending
helpers_test.go:344: "task-pv-pod" [ebbabc74-b453-4994-96f4-63874996c081] 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" [ebbabc74-b453-4994-96f4-63874996c081] Running
addons_test.go:523: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 10.004228884s
addons_test.go:528: (dbg) Run:  kubectl --context addons-949062 create -f testdata/csi-hostpath-driver/snapshot.yaml
addons_test.go:533: (dbg) TestAddons/parallel/CSI: waiting 6m0s for volume snapshot "new-snapshot-demo" in namespace "default" ...
helpers_test.go:419: (dbg) Run:  kubectl --context addons-949062 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-949062 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:538: (dbg) Run:  kubectl --context addons-949062 delete pod task-pv-pod
addons_test.go:544: (dbg) Run:  kubectl --context addons-949062 delete pvc hpvc
addons_test.go:550: (dbg) Run:  kubectl --context addons-949062 create -f testdata/csi-hostpath-driver/pvc-restore.yaml
addons_test.go:555: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc-restore" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:560: (dbg) Run:  kubectl --context addons-949062 create -f testdata/csi-hostpath-driver/pv-pod-restore.yaml
addons_test.go:565: (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" [b712cded-7758-4754-b4f5-517838fc4d98] Pending
helpers_test.go:344: "task-pv-pod-restore" [b712cded-7758-4754-b4f5-517838fc4d98] 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" [b712cded-7758-4754-b4f5-517838fc4d98] Running
addons_test.go:565: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 7.003704138s
addons_test.go:570: (dbg) Run:  kubectl --context addons-949062 delete pod task-pv-pod-restore
addons_test.go:570: (dbg) Done: kubectl --context addons-949062 delete pod task-pv-pod-restore: (1.157821493s)
addons_test.go:574: (dbg) Run:  kubectl --context addons-949062 delete pvc hpvc-restore
addons_test.go:578: (dbg) Run:  kubectl --context addons-949062 delete volumesnapshot new-snapshot-demo
addons_test.go:582: (dbg) Run:  out/minikube-linux-arm64 -p addons-949062 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:582: (dbg) Done: out/minikube-linux-arm64 -p addons-949062 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.778181071s)
addons_test.go:586: (dbg) Run:  out/minikube-linux-arm64 -p addons-949062 addons disable volumesnapshots --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CSI (46.21s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (17.7s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:768: (dbg) Run:  out/minikube-linux-arm64 addons enable headlamp -p addons-949062 --alsologtostderr -v=1
addons_test.go:773: (dbg) TestAddons/parallel/Headlamp: waiting 8m0s for pods matching "app.kubernetes.io/name=headlamp" in namespace "headlamp" ...
helpers_test.go:344: "headlamp-7b5c95b59d-rxvf2" [15472d81-2b7d-4b7d-aaa0-40146fa77439] Pending
helpers_test.go:344: "headlamp-7b5c95b59d-rxvf2" [15472d81-2b7d-4b7d-aaa0-40146fa77439] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-7b5c95b59d-rxvf2" [15472d81-2b7d-4b7d-aaa0-40146fa77439] Running
addons_test.go:773: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 11.004375311s
addons_test.go:777: (dbg) Run:  out/minikube-linux-arm64 -p addons-949062 addons disable headlamp --alsologtostderr -v=1
addons_test.go:777: (dbg) Done: out/minikube-linux-arm64 -p addons-949062 addons disable headlamp --alsologtostderr -v=1: (5.771645847s)
--- PASS: TestAddons/parallel/Headlamp (17.70s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (6.54s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CloudSpanner
addons_test.go:805: (dbg) TestAddons/parallel/CloudSpanner: waiting 6m0s for pods matching "app=cloud-spanner-emulator" in namespace "default" ...
helpers_test.go:344: "cloud-spanner-emulator-5b584cc74-tkw9m" [f004191c-0c78-41ff-aad2-2e574f04bead] Running
addons_test.go:805: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 6.004053376s
addons_test.go:808: (dbg) Run:  out/minikube-linux-arm64 addons disable cloud-spanner -p addons-949062
--- PASS: TestAddons/parallel/CloudSpanner (6.54s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (52.28s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:920: (dbg) Run:  kubectl --context addons-949062 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:926: (dbg) Run:  kubectl --context addons-949062 apply -f testdata/storage-provisioner-rancher/pod.yaml
addons_test.go:930: (dbg) TestAddons/parallel/LocalPath: waiting 5m0s for pvc "test-pvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-949062 get pvc test-pvc -o jsonpath={.status.phase} -n default
addons_test.go:933: (dbg) TestAddons/parallel/LocalPath: waiting 3m0s for pods matching "run=test-local-path" in namespace "default" ...
helpers_test.go:344: "test-local-path" [888eb47e-107b-41d0-9fbf-e8434dc27eae] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [888eb47e-107b-41d0-9fbf-e8434dc27eae] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [888eb47e-107b-41d0-9fbf-e8434dc27eae] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:933: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 3.00395644s
addons_test.go:938: (dbg) Run:  kubectl --context addons-949062 get pvc test-pvc -o=json
2024/09/23 11:59:08 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:947: (dbg) Run:  out/minikube-linux-arm64 -p addons-949062 ssh "cat /opt/local-path-provisioner/pvc-a360d212-2322-4a7c-8e95-840a1216a052_default_test-pvc/file1"
addons_test.go:959: (dbg) Run:  kubectl --context addons-949062 delete pod test-local-path
addons_test.go:963: (dbg) Run:  kubectl --context addons-949062 delete pvc test-pvc
addons_test.go:967: (dbg) Run:  out/minikube-linux-arm64 -p addons-949062 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:967: (dbg) Done: out/minikube-linux-arm64 -p addons-949062 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (43.946727366s)
--- PASS: TestAddons/parallel/LocalPath (52.28s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (6.84s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/NvidiaDevicePlugin
addons_test.go:999: (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-whvkq" [c0f4d7f5-47d2-4fb7-8174-7b04a7172064] Running
addons_test.go:999: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 6.004064643s
addons_test.go:1002: (dbg) Run:  out/minikube-linux-arm64 addons disable nvidia-device-plugin -p addons-949062
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (6.84s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (10.77s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Yakd
addons_test.go:1010: (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-67d98fc6b-lhrqt" [911b3120-8935-42a7-a42f-544470bbe6e2] Running
addons_test.go:1010: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 5.005317617s
addons_test.go:1014: (dbg) Run:  out/minikube-linux-arm64 -p addons-949062 addons disable yakd --alsologtostderr -v=1
addons_test.go:1014: (dbg) Done: out/minikube-linux-arm64 -p addons-949062 addons disable yakd --alsologtostderr -v=1: (5.760745244s)
--- PASS: TestAddons/parallel/Yakd (10.77s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (6.28s)

                                                
                                                
=== RUN   TestAddons/StoppedEnableDisable
addons_test.go:170: (dbg) Run:  out/minikube-linux-arm64 stop -p addons-949062
addons_test.go:170: (dbg) Done: out/minikube-linux-arm64 stop -p addons-949062: (6.007847164s)
addons_test.go:174: (dbg) Run:  out/minikube-linux-arm64 addons enable dashboard -p addons-949062
addons_test.go:178: (dbg) Run:  out/minikube-linux-arm64 addons disable dashboard -p addons-949062
addons_test.go:183: (dbg) Run:  out/minikube-linux-arm64 addons disable gvisor -p addons-949062
--- PASS: TestAddons/StoppedEnableDisable (6.28s)

                                                
                                    
x
+
TestCertOptions (34.9s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

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

                                                
                                    
x
+
TestCertExpiration (241.71s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Run:  out/minikube-linux-arm64 start -p cert-expiration-827770 --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-827770 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=crio: (41.485978567s)
E0923 12:46:11.962784  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
cert_options_test.go:131: (dbg) Run:  out/minikube-linux-arm64 start -p cert-expiration-827770 --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-827770 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=crio: (17.868481202s)
helpers_test.go:175: Cleaning up "cert-expiration-827770" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p cert-expiration-827770
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p cert-expiration-827770: (2.352311931s)
--- PASS: TestCertExpiration (241.71s)

                                                
                                    
x
+
TestForceSystemdFlag (39.82s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

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

                                                
                                    
x
+
TestForceSystemdEnv (42.53s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

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

                                                
                                    
x
+
TestErrorSpam/setup (30.19s)

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

                                                
                                    
x
+
TestErrorSpam/start (0.73s)

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

                                                
                                    
x
+
TestErrorSpam/status (1.05s)

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

                                                
                                    
x
+
TestErrorSpam/pause (1.74s)

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

                                                
                                    
x
+
TestErrorSpam/unpause (1.75s)

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

                                                
                                    
x
+
TestErrorSpam/stop (1.72s)

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

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

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

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (49.29s)

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

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (15.68s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
I0923 12:06:54.051281  444877 config.go:182] Loaded profile config "functional-770446": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
functional_test.go:659: (dbg) Run:  out/minikube-linux-arm64 start -p functional-770446 --alsologtostderr -v=8
functional_test.go:659: (dbg) Done: out/minikube-linux-arm64 start -p functional-770446 --alsologtostderr -v=8: (15.679679342s)
functional_test.go:663: soft start took 15.680212576s for "functional-770446" cluster.
I0923 12:07:09.731293  444877 config.go:182] Loaded profile config "functional-770446": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
--- PASS: TestFunctional/serial/SoftStart (15.68s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.07s)

                                                
                                                
=== RUN   TestFunctional/serial/KubeContext
functional_test.go:681: (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:696: (dbg) Run:  kubectl --context functional-770446 get po -A
--- PASS: TestFunctional/serial/KubectlGetPods (0.09s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 cache add registry.k8s.io/pause:3.1
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-770446 cache add registry.k8s.io/pause:3.1: (1.625775889s)
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 cache add registry.k8s.io/pause:3.3
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-770446 cache add registry.k8s.io/pause:3.3: (1.570735493s)
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 cache add registry.k8s.io/pause:latest
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-770446 cache add registry.k8s.io/pause:latest: (1.297093411s)
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (4.49s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.14s)

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.13s)

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

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (40.49s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:757: (dbg) Run:  out/minikube-linux-arm64 start -p functional-770446 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
functional_test.go:757: (dbg) Done: out/minikube-linux-arm64 start -p functional-770446 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (40.489258318s)
functional_test.go:761: restart took 40.489351668s for "functional-770446" cluster.
I0923 12:07:59.145252  444877 config.go:182] Loaded profile config "functional-770446": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
--- PASS: TestFunctional/serial/ExtraConfig (40.49s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.1s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (2.04s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsCmd
functional_test.go:1236: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 logs
functional_test.go:1236: (dbg) Done: out/minikube-linux-arm64 -p functional-770446 logs: (2.041934307s)
--- PASS: TestFunctional/serial/LogsCmd (2.04s)

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.7s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1250: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 logs --file /tmp/TestFunctionalserialLogsFileCmd3609032590/001/logs.txt
functional_test.go:1250: (dbg) Done: out/minikube-linux-arm64 -p functional-770446 logs --file /tmp/TestFunctionalserialLogsFileCmd3609032590/001/logs.txt: (1.701989604s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.70s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.04s)

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.47s)

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

                                                
                                                

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (19.21s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.39s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0923 12:08:41.307434  472621 out.go:345] Setting OutFile to fd 1 ...
	I0923 12:08:41.307645  472621 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 12:08:41.307657  472621 out.go:358] Setting ErrFile to fd 2...
	I0923 12:08:41.307663  472621 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 12:08:41.307976  472621 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19688-439483/.minikube/bin
	I0923 12:08:41.308482  472621 out.go:352] Setting JSON to false
	I0923 12:08:41.309811  472621 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":6669,"bootTime":1727086652,"procs":199,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0923 12:08:41.309939  472621 start.go:139] virtualization:  
	I0923 12:08:41.312628  472621 out.go:177] * [functional-770446] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0923 12:08:41.314930  472621 out.go:177]   - MINIKUBE_LOCATION=19688
	I0923 12:08:41.315015  472621 notify.go:220] Checking for updates...
	I0923 12:08:41.321774  472621 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0923 12:08:41.323753  472621 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19688-439483/kubeconfig
	I0923 12:08:41.326101  472621 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19688-439483/.minikube
	I0923 12:08:41.328417  472621 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0923 12:08:41.331515  472621 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0923 12:08:41.334713  472621 config.go:182] Loaded profile config "functional-770446": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0923 12:08:41.335367  472621 driver.go:394] Setting default libvirt URI to qemu:///system
	I0923 12:08:41.358618  472621 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0923 12:08:41.358781  472621 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 12:08:41.412410  472621 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:false BridgeNfIP6Tables:false Debug:false NFd:32 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-23 12:08:41.40223308 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aa
rch64 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:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: bridg
e-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 12:08:41.412559  472621 docker.go:318] overlay module found
	I0923 12:08:41.415302  472621 out.go:177] * Using the docker driver based on existing profile
	I0923 12:08:41.417539  472621 start.go:297] selected driver: docker
	I0923 12:08:41.417560  472621 start.go:901] validating driver "docker" against &{Name:functional-770446 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed 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.31.1 ClusterName:functional-770446 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.31.1 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}
	I0923 12:08:41.417680  472621 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0923 12:08:41.420357  472621 out.go:201] 
	W0923 12:08:41.422739  472621 out.go:270] 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
	I0923 12:08:41.424841  472621 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.2s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0923 12:08:41.143481  472556 out.go:345] Setting OutFile to fd 1 ...
	I0923 12:08:41.143619  472556 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 12:08:41.143639  472556 out.go:358] Setting ErrFile to fd 2...
	I0923 12:08:41.143645  472556 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 12:08:41.144013  472556 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19688-439483/.minikube/bin
	I0923 12:08:41.144381  472556 out.go:352] Setting JSON to false
	I0923 12:08:41.145501  472556 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":6669,"bootTime":1727086652,"procs":199,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0923 12:08:41.145600  472556 start.go:139] virtualization:  
	I0923 12:08:41.148992  472556 out.go:177] * [functional-770446] minikube v1.34.0 sur Ubuntu 20.04 (arm64)
	I0923 12:08:41.151947  472556 out.go:177]   - MINIKUBE_LOCATION=19688
	I0923 12:08:41.151979  472556 notify.go:220] Checking for updates...
	I0923 12:08:41.156255  472556 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0923 12:08:41.158683  472556 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19688-439483/kubeconfig
	I0923 12:08:41.160774  472556 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19688-439483/.minikube
	I0923 12:08:41.162733  472556 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0923 12:08:41.164824  472556 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0923 12:08:41.167457  472556 config.go:182] Loaded profile config "functional-770446": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0923 12:08:41.168015  472556 driver.go:394] Setting default libvirt URI to qemu:///system
	I0923 12:08:41.194548  472556 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0923 12:08:41.194676  472556 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 12:08:41.246112  472556 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:false BridgeNfIP6Tables:false Debug:false NFd:32 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-23 12:08:41.236132128 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 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:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 12:08:41.246256  472556 docker.go:318] overlay module found
	I0923 12:08:41.249502  472556 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0923 12:08:41.251415  472556 start.go:297] selected driver: docker
	I0923 12:08:41.251440  472556 start.go:901] validating driver "docker" against &{Name:functional-770446 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed 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.31.1 ClusterName:functional-770446 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.31.1 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}
	I0923 12:08:41.251565  472556 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0923 12:08:41.254236  472556 out.go:201] 
	W0923 12:08:41.256279  472556 out.go:270] 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
	I0923 12:08:41.257920  472556 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (1.13s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (13.75s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1627: (dbg) Run:  kubectl --context functional-770446 create deployment hello-node-connect --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1635: (dbg) Run:  kubectl --context functional-770446 expose deployment hello-node-connect --type=NodePort --port=8080
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: waiting 10m0s for pods matching "app=hello-node-connect" in namespace "default" ...
helpers_test.go:344: "hello-node-connect-65d86f57f4-nc2br" [82d6dd2d-a45e-4e2e-a086-ff400fb577a8] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver-arm]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver-arm])
helpers_test.go:344: "hello-node-connect-65d86f57f4-nc2br" [82d6dd2d-a45e-4e2e-a086-ff400fb577a8] Running
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 13.004031237s
functional_test.go:1649: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 service hello-node-connect --url
functional_test.go:1655: found endpoint for hello-node-connect: http://192.168.49.2:30338
functional_test.go:1675: http://192.168.49.2:30338: success! body:

                                                
                                                

                                                
                                                
Hostname: hello-node-connect-65d86f57f4-nc2br

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

                                                
                                                
Request Body:
	-no body in request-

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

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.24s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (25.48s)

                                                
                                                
=== 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" [dbaee175-f8a8-452e-8c2a-a7adf6bbae45] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 6.004389313s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-770446 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-770446 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-770446 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-770446 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" [ad15d8f9-c3cd-453d-a270-677dd9f2efff] Pending
helpers_test.go:344: "sp-pod" [ad15d8f9-c3cd-453d-a270-677dd9f2efff] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [ad15d8f9-c3cd-453d-a270-677dd9f2efff] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 12.003041612s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-770446 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-770446 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-770446 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" [f8befe4a-cfce-4744-b315-75a1a8763c37] Pending
helpers_test.go:344: "sp-pod" [f8befe4a-cfce-4744-b315-75a1a8763c37] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 6.005728219s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-770446 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (25.48s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.68s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (2.16s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.26s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CertSync (1.56s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.1s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.71s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.3s)

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

                                                
                                                

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-770446 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" [167353f4-d994-4572-a946-d1c5e6958f37] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [167353f4-d994-4572-a946-d1c5e6958f37] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 8.004625622s
I0923 12:08:17.329434  444877 kapi.go:150] Service nginx-svc in namespace default found.
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (8.44s)

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

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

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

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

                                                
                                    
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-770446 tunnel --alsologtostderr] ...
--- PASS: TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.11s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1437: (dbg) Run:  kubectl --context functional-770446 create deployment hello-node --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1445: (dbg) Run:  kubectl --context functional-770446 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:344: "hello-node-64b4f8f9ff-95ldc" [dc5c3663-276f-426b-9007-2b5ddf5ac6dd] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver-arm]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver-arm])
helpers_test.go:344: "hello-node-64b4f8f9ff-95ldc" [dc5c3663-276f-426b-9007-2b5ddf5ac6dd] Running
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 6.003338089s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (6.24s)

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

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

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

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

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

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

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

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

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

                                                
                                                
** /stderr **
I0923 12:08:36.272202  444877 retry.go:31] will retry after 475.262095ms: exit status 1
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 ssh -- ls -la /mount-9p
functional_test_mount_test.go:133: guest mount directory contents
total 2
-rw-r--r-- 1 docker docker 24 Sep 23 12:08 created-by-test
-rw-r--r-- 1 docker docker 24 Sep 23 12:08 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Sep 23 12:08 test-1727093315919749079
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 ssh cat /mount-9p/test-1727093315919749079
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-770446 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" [63223f80-9cd4-4e49-b005-aede0480bccb] Pending
helpers_test.go:344: "busybox-mount" [63223f80-9cd4-4e49-b005-aede0480bccb] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:344: "busybox-mount" [63223f80-9cd4-4e49-b005-aede0480bccb] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [63223f80-9cd4-4e49-b005-aede0480bccb] 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 6.004013457s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-770446 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-770446 /tmp/TestFunctionalparallelMountCmdany-port3412318413/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (8.83s)

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
** /stderr **
I0923 12:08:45.127426  444877 retry.go:31] will retry after 596.390984ms: exit status 1
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:257: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 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-770446 /tmp/TestFunctionalparallelMountCmdspecific-port2852522201/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-770446 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-770446 ssh "sudo umount -f /mount-9p": exit status 1 (328.66204ms)

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

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

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

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

                                                
                                                
** /stderr **
I0923 12:08:47.644419  444877 retry.go:31] will retry after 722.705961ms: exit status 1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 ssh "findmnt -T" /mount2
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 ssh "findmnt -T" /mount3
functional_test_mount_test.go:370: (dbg) Run:  out/minikube-linux-arm64 mount -p functional-770446 --kill=true
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-770446 /tmp/TestFunctionalparallelMountCmdVerifyCleanup1309276083/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-770446 /tmp/TestFunctionalparallelMountCmdVerifyCleanup1309276083/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-770446 /tmp/TestFunctionalparallelMountCmdVerifyCleanup1309276083/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.62s)

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

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

                                                
                                                

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

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/components
functional_test.go:2270: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 version -o=json --components
2024/09/23 12:09:00 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
functional_test.go:2270: (dbg) Done: out/minikube-linux-arm64 -p functional-770446 version -o=json --components: (1.19029021s)
--- PASS: TestFunctional/parallel/Version/components (1.19s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 image ls --format short --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-770446 image ls --format short --alsologtostderr:
registry.k8s.io/pause:latest
registry.k8s.io/pause:3.3
registry.k8s.io/pause:3.10
registry.k8s.io/pause:3.1
registry.k8s.io/kube-scheduler:v1.31.1
registry.k8s.io/kube-proxy:v1.31.1
registry.k8s.io/kube-controller-manager:v1.31.1
registry.k8s.io/kube-apiserver:v1.31.1
registry.k8s.io/etcd:3.5.15-0
registry.k8s.io/echoserver-arm:1.8
registry.k8s.io/coredns/coredns:v1.11.3
localhost/minikube-local-cache-test:functional-770446
localhost/kicbase/echo-server:functional-770446
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:v20240813-c6f155d6
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-770446 image ls --format short --alsologtostderr:
I0923 12:09:00.908832  475280 out.go:345] Setting OutFile to fd 1 ...
I0923 12:09:00.909059  475280 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 12:09:00.909087  475280 out.go:358] Setting ErrFile to fd 2...
I0923 12:09:00.909110  475280 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 12:09:00.909414  475280 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19688-439483/.minikube/bin
I0923 12:09:00.910177  475280 config.go:182] Loaded profile config "functional-770446": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0923 12:09:00.910367  475280 config.go:182] Loaded profile config "functional-770446": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0923 12:09:00.910976  475280 cli_runner.go:164] Run: docker container inspect functional-770446 --format={{.State.Status}}
I0923 12:09:00.943612  475280 ssh_runner.go:195] Run: systemctl --version
I0923 12:09:00.943667  475280 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-770446
I0923 12:09:00.966470  475280 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33173 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/functional-770446/id_rsa Username:docker}
I0923 12:09:01.061741  475280 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.25s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 image ls --format table --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-770446 image ls --format table --alsologtostderr:
|-----------------------------------------|--------------------|---------------|--------|
|                  Image                  |        Tag         |   Image ID    |  Size  |
|-----------------------------------------|--------------------|---------------|--------|
| registry.k8s.io/echoserver-arm          | 1.8                | 72565bf5bbedf | 87.5MB |
| docker.io/kindest/kindnetd              | v20240813-c6f155d6 | 6a23fa8fd2b78 | 90.3MB |
| gcr.io/k8s-minikube/busybox             | 1.28.4-glibc       | 1611cd07b61d5 | 3.77MB |
| localhost/minikube-local-cache-test     | functional-770446  | 855b0dbcd5ba9 | 3.33kB |
| registry.k8s.io/coredns/coredns         | v1.11.3            | 2f6c962e7b831 | 61.6MB |
| registry.k8s.io/kube-proxy              | v1.31.1            | 24a140c548c07 | 96MB   |
| registry.k8s.io/pause                   | 3.1                | 8057e0500773a | 529kB  |
| docker.io/library/nginx                 | alpine             | b887aca7aed61 | 48.4MB |
| registry.k8s.io/kube-controller-manager | v1.31.1            | 279f381cb3736 | 86.9MB |
| registry.k8s.io/kube-scheduler          | v1.31.1            | 7f8aa378bb47d | 67MB   |
| registry.k8s.io/pause                   | 3.10               | afb61768ce381 | 520kB  |
| registry.k8s.io/pause                   | 3.3                | 3d18732f8686c | 487kB  |
| docker.io/library/nginx                 | latest             | 195245f0c7927 | 197MB  |
| gcr.io/k8s-minikube/storage-provisioner | v5                 | ba04bb24b9575 | 29MB   |
| localhost/kicbase/echo-server           | functional-770446  | ce2d2cda2d858 | 4.79MB |
| registry.k8s.io/etcd                    | 3.5.15-0           | 27e3830e14027 | 140MB  |
| registry.k8s.io/kube-apiserver          | v1.31.1            | d3f53a98c0a9d | 92.6MB |
| registry.k8s.io/pause                   | latest             | 8cb2091f603e7 | 246kB  |
|-----------------------------------------|--------------------|---------------|--------|
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-770446 image ls --format table --alsologtostderr:
I0923 12:09:01.743463  475468 out.go:345] Setting OutFile to fd 1 ...
I0923 12:09:01.743698  475468 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 12:09:01.743727  475468 out.go:358] Setting ErrFile to fd 2...
I0923 12:09:01.743749  475468 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 12:09:01.744023  475468 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19688-439483/.minikube/bin
I0923 12:09:01.744768  475468 config.go:182] Loaded profile config "functional-770446": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0923 12:09:01.744971  475468 config.go:182] Loaded profile config "functional-770446": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0923 12:09:01.745525  475468 cli_runner.go:164] Run: docker container inspect functional-770446 --format={{.State.Status}}
I0923 12:09:01.771375  475468 ssh_runner.go:195] Run: systemctl --version
I0923 12:09:01.771428  475468 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-770446
I0923 12:09:01.804778  475468 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33173 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/functional-770446/id_rsa Username:docker}
I0923 12:09:01.901650  475468 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.28s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 image ls --format json --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-770446 image ls --format json --alsologtostderr:
[{"id":"2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4","repoDigests":["registry.k8s.io/coredns/coredns@sha256:31440a2bef59e2f1ffb600113b557103740ff851e27b0aef5b849f6e3ab994a6","registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e"],"repoTags":["registry.k8s.io/coredns/coredns:v1.11.3"],"size":"61647114"},{"id":"72565bf5bbedfb62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb","repoDigests":["registry.k8s.io/echoserver-arm@sha256:b33d4cdf6ed097f4e9b77b135d83a596ab73c6268b0342648818eb85f5edfdb5"],"repoTags":["registry.k8s.io/echoserver-arm:1.8"],"size":"87536549"},{"id":"24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d","repoDigests":["registry.k8s.io/kube-proxy@sha256:4ee50b00484d7f39a90fc4cda92251177ef5ad8fdf2f2a0c768f9e634b4c6d44","registry.k8s.io/kube-proxy@sha256:7b3bf9f1e260ccb1fd543570e1e9869a373f716fb050cd23a6a2771aa4e06ae9"],"repoTags":["registry.k8s.io/kube-proxy:v1.31.1"],"size":"95951255"},{"id":"20b332c9a7
0d8516d849d1ac23eff5800cbb2f263d379f0ec11ee908db6b25a8","repoDigests":["docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93","docker.io/kubernetesui/dashboard@sha256:5c52c60663b473628bd98e4ffee7a747ef1f88d8c7bcee957b089fb3f61bdedf"],"repoTags":[],"size":"247562353"},{"id":"195245f0c79279e8b8e012efa02c91dad4cf7d0e44c0f4382fea68cd93088e6c","repoDigests":["docker.io/library/nginx@sha256:04ba374043ccd2fc5c593885c0eacddebabd5ca375f9323666f28dfd5a9710e3","docker.io/library/nginx@sha256:9f661996f4d1cea788f329b8145660a1124a5a94eec8cea1dba0d564423ad171"],"repoTags":["docker.io/library/nginx:latest"],"size":"197172029"},{"id":"7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d","repoDigests":["registry.k8s.io/kube-scheduler@sha256:65212209347a96b08a97e679b98dca46885f09cf3a53e8d13b28d2c083a5b690","registry.k8s.io/kube-scheduler@sha256:969a7e96340f3a927b3d652582edec2d6d82a083871d81ef5064b7edaab430d0"],"repoTags":["registry.k8s.io/kube-scheduler:v1.31.1"],
"size":"67007814"},{"id":"8cb2091f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a","repoDigests":["registry.k8s.io/pause@sha256:f5e31d44aa14d5669e030380b656463a7e45934c03994e72e3dbf83d4a645cca"],"repoTags":["registry.k8s.io/pause:latest"],"size":"246070"},{"id":"a422e0e982356f6c1cf0e5bb7b733363caae3992a07c99951fbcc73e58ed656a","repoDigests":["docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c","docker.io/kubernetesui/metrics-scraper@sha256:853c43f3cced687cb211708aa0024304a5adb33ec45ebf5915d318358822e09a"],"repoTags":[],"size":"42263767"},{"id":"855b0dbcd5ba999f9d7ae57e1cc70448f3ec6061af52672dcf0bca09ec928a88","repoDigests":["localhost/minikube-local-cache-test@sha256:452c17516c83a93f3ba38a8dc917751977b6a1b12c12921a70a8ad583fd7a158"],"repoTags":["localhost/minikube-local-cache-test:functional-770446"],"size":"3330"},{"id":"ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17","repoDigests":["localhost/kicbase/echo-server@sha256:49
260110d6ce1914d3de292ed370ee11a2e34ab577b97e6011d795cb13534d4a"],"repoTags":["localhost/kicbase/echo-server:functional-770446"],"size":"4788229"},{"id":"d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853","repoDigests":["registry.k8s.io/kube-apiserver@sha256:2409c23dbb5a2b7a81adbb184d3eac43ac653e9b97a7c0ee121b89bb3ef61fdb","registry.k8s.io/kube-apiserver@sha256:e3a40e6c6e99ba4a4d72432b3eda702099a2926e49d4afeb6138f2d95e6371ef"],"repoTags":["registry.k8s.io/kube-apiserver:v1.31.1"],"size":"92632544"},{"id":"8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5","repoDigests":["registry.k8s.io/pause@sha256:b0602c9f938379133ff8017007894b48c1112681c9468f82a1e4cbf8a4498b67"],"repoTags":["registry.k8s.io/pause:3.1"],"size":"528622"},{"id":"afb61768ce381961ca0beff95337601f29dc70ff3ed14e5e4b3e5699057e6aa8","repoDigests":["registry.k8s.io/pause@sha256:e50b7059b633caf3c1449b8da680d11845cda4506b513ee7a2de00725f0a34a7","registry.k8s.io/pause@sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e
3c98fae8199917a"],"repoTags":["registry.k8s.io/pause:3.10"],"size":"519877"},{"id":"3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300","repoDigests":["registry.k8s.io/pause@sha256:e59730b14890252c14f85976e22ab1c47ec28b111ffed407f34bca1b44447476"],"repoTags":["registry.k8s.io/pause:3.3"],"size":"487479"},{"id":"6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51","repoDigests":["docker.io/kindest/kindnetd@sha256:4d39335073da9a0b82be8e01028f0aa75aff16caff2e2d8889d0effd579a6f64","docker.io/kindest/kindnetd@sha256:e59a687ca28ae274a2fc92f1e2f5f1c739f353178a43a23aafc71adb802ed166"],"repoTags":["docker.io/kindest/kindnetd:v20240813-c6f155d6"],"size":"90295858"},{"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":"27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da","repoDigests":["registry.k8s.io/etcd@sha256:a6dc63e6e8cfa0307d7851762fa6b629afb18f28d8aa3fab5a6e91b4af60026a","registry.k8s.io/etcd@sha256:e3ee3ca2dbaf511385000dbd54123629c71b6cfaabd469e658d76a116b7f43da"],"repoTags":["registry.k8s.io/etcd:3.5.15-0"],"size":"139912446"},{"id":"279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e","repoDigests":["registry.k8s.io/kube-controller-manager@sha256:9f9da5b27e03f89599cc40ba89150aebf3b4cff001e6db6d998674b34181e1a1","registry.k8s.io/kube-controller-manager@sha256:a9a0505b7d0caca0edd18e37bacc9425b2c8824546b26f5b286e8cb144669849"],"repoTags":["registry.k8s.io/kube-controller-manager:v1.31.1"],"size":"86930758"},{"id":"b887aca7aed6134b029401507d27ac9c8fbfc5a6cf510d254bdf4ac841cf1552","repoDigests":["docker.io/library/nginx@sha256:19db381c08a95b2040d5637a65c7a59af6c2f21444b0c8730505280a0255fb53","docker.io/library/nginx@sha256:a5
127daff3d6f4606be3100a252419bfa84fd6ee5cd74d0feaca1a5068f97dcf"],"repoTags":["docker.io/library/nginx:alpine"],"size":"48375489"},{"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"}]
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-770446 image ls --format json --alsologtostderr:
I0923 12:09:01.470036  475410 out.go:345] Setting OutFile to fd 1 ...
I0923 12:09:01.470246  475410 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 12:09:01.470274  475410 out.go:358] Setting ErrFile to fd 2...
I0923 12:09:01.470293  475410 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 12:09:01.470581  475410 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19688-439483/.minikube/bin
I0923 12:09:01.471281  475410 config.go:182] Loaded profile config "functional-770446": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0923 12:09:01.471512  475410 config.go:182] Loaded profile config "functional-770446": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0923 12:09:01.472098  475410 cli_runner.go:164] Run: docker container inspect functional-770446 --format={{.State.Status}}
I0923 12:09:01.500394  475410 ssh_runner.go:195] Run: systemctl --version
I0923 12:09:01.500449  475410 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-770446
I0923 12:09:01.518325  475410 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33173 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/functional-770446/id_rsa Username:docker}
I0923 12:09:01.617701  475410 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.27s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 image ls --format yaml --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-770446 image ls --format yaml --alsologtostderr:
- id: 7f8aa378bb47dffcf430f3a601abe39137e88aee0238e23ed8530fdd18dab82d
repoDigests:
- registry.k8s.io/kube-scheduler@sha256:65212209347a96b08a97e679b98dca46885f09cf3a53e8d13b28d2c083a5b690
- registry.k8s.io/kube-scheduler@sha256:969a7e96340f3a927b3d652582edec2d6d82a083871d81ef5064b7edaab430d0
repoTags:
- registry.k8s.io/kube-scheduler:v1.31.1
size: "67007814"
- id: 8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5
repoDigests:
- registry.k8s.io/pause@sha256:b0602c9f938379133ff8017007894b48c1112681c9468f82a1e4cbf8a4498b67
repoTags:
- registry.k8s.io/pause:3.1
size: "528622"
- id: 8cb2091f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a
repoDigests:
- registry.k8s.io/pause@sha256:f5e31d44aa14d5669e030380b656463a7e45934c03994e72e3dbf83d4a645cca
repoTags:
- registry.k8s.io/pause:latest
size: "246070"
- id: a422e0e982356f6c1cf0e5bb7b733363caae3992a07c99951fbcc73e58ed656a
repoDigests:
- docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c
- docker.io/kubernetesui/metrics-scraper@sha256:853c43f3cced687cb211708aa0024304a5adb33ec45ebf5915d318358822e09a
repoTags: []
size: "42263767"
- 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: ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17
repoDigests:
- localhost/kicbase/echo-server@sha256:49260110d6ce1914d3de292ed370ee11a2e34ab577b97e6011d795cb13534d4a
repoTags:
- localhost/kicbase/echo-server:functional-770446
size: "4788229"
- id: 855b0dbcd5ba999f9d7ae57e1cc70448f3ec6061af52672dcf0bca09ec928a88
repoDigests:
- localhost/minikube-local-cache-test@sha256:452c17516c83a93f3ba38a8dc917751977b6a1b12c12921a70a8ad583fd7a158
repoTags:
- localhost/minikube-local-cache-test:functional-770446
size: "3330"
- id: 72565bf5bbedfb62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb
repoDigests:
- registry.k8s.io/echoserver-arm@sha256:b33d4cdf6ed097f4e9b77b135d83a596ab73c6268b0342648818eb85f5edfdb5
repoTags:
- registry.k8s.io/echoserver-arm:1.8
size: "87536549"
- 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: d3f53a98c0a9d9163c4848bcf34b2d2f5e1e3691b79f3d1dd6d0206809e02853
repoDigests:
- registry.k8s.io/kube-apiserver@sha256:2409c23dbb5a2b7a81adbb184d3eac43ac653e9b97a7c0ee121b89bb3ef61fdb
- registry.k8s.io/kube-apiserver@sha256:e3a40e6c6e99ba4a4d72432b3eda702099a2926e49d4afeb6138f2d95e6371ef
repoTags:
- registry.k8s.io/kube-apiserver:v1.31.1
size: "92632544"
- id: 3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300
repoDigests:
- registry.k8s.io/pause@sha256:e59730b14890252c14f85976e22ab1c47ec28b111ffed407f34bca1b44447476
repoTags:
- registry.k8s.io/pause:3.3
size: "487479"
- id: b887aca7aed6134b029401507d27ac9c8fbfc5a6cf510d254bdf4ac841cf1552
repoDigests:
- docker.io/library/nginx@sha256:19db381c08a95b2040d5637a65c7a59af6c2f21444b0c8730505280a0255fb53
- docker.io/library/nginx@sha256:a5127daff3d6f4606be3100a252419bfa84fd6ee5cd74d0feaca1a5068f97dcf
repoTags:
- docker.io/library/nginx:alpine
size: "48375489"
- id: 195245f0c79279e8b8e012efa02c91dad4cf7d0e44c0f4382fea68cd93088e6c
repoDigests:
- docker.io/library/nginx@sha256:04ba374043ccd2fc5c593885c0eacddebabd5ca375f9323666f28dfd5a9710e3
- docker.io/library/nginx@sha256:9f661996f4d1cea788f329b8145660a1124a5a94eec8cea1dba0d564423ad171
repoTags:
- docker.io/library/nginx:latest
size: "197172029"
- id: 279f381cb37365bbbcd133c9531fba9c2beb0f38dbbe6ddfcd0b1b1643d3450e
repoDigests:
- registry.k8s.io/kube-controller-manager@sha256:9f9da5b27e03f89599cc40ba89150aebf3b4cff001e6db6d998674b34181e1a1
- registry.k8s.io/kube-controller-manager@sha256:a9a0505b7d0caca0edd18e37bacc9425b2c8824546b26f5b286e8cb144669849
repoTags:
- registry.k8s.io/kube-controller-manager:v1.31.1
size: "86930758"
- id: afb61768ce381961ca0beff95337601f29dc70ff3ed14e5e4b3e5699057e6aa8
repoDigests:
- registry.k8s.io/pause@sha256:e50b7059b633caf3c1449b8da680d11845cda4506b513ee7a2de00725f0a34a7
- registry.k8s.io/pause@sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e3c98fae8199917a
repoTags:
- registry.k8s.io/pause:3.10
size: "519877"
- id: 6a23fa8fd2b78ab58e42ba273808edc936a9c53d8ac4a919f6337be094843a51
repoDigests:
- docker.io/kindest/kindnetd@sha256:4d39335073da9a0b82be8e01028f0aa75aff16caff2e2d8889d0effd579a6f64
- docker.io/kindest/kindnetd@sha256:e59a687ca28ae274a2fc92f1e2f5f1c739f353178a43a23aafc71adb802ed166
repoTags:
- docker.io/kindest/kindnetd:v20240813-c6f155d6
size: "90295858"
- id: 2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4
repoDigests:
- registry.k8s.io/coredns/coredns@sha256:31440a2bef59e2f1ffb600113b557103740ff851e27b0aef5b849f6e3ab994a6
- registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e
repoTags:
- registry.k8s.io/coredns/coredns:v1.11.3
size: "61647114"
- id: 27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da
repoDigests:
- registry.k8s.io/etcd@sha256:a6dc63e6e8cfa0307d7851762fa6b629afb18f28d8aa3fab5a6e91b4af60026a
- registry.k8s.io/etcd@sha256:e3ee3ca2dbaf511385000dbd54123629c71b6cfaabd469e658d76a116b7f43da
repoTags:
- registry.k8s.io/etcd:3.5.15-0
size: "139912446"
- id: 24a140c548c075e487e45d0ee73b1aa89f8bfb40c08a57e05975559728822b1d
repoDigests:
- registry.k8s.io/kube-proxy@sha256:4ee50b00484d7f39a90fc4cda92251177ef5ad8fdf2f2a0c768f9e634b4c6d44
- registry.k8s.io/kube-proxy@sha256:7b3bf9f1e260ccb1fd543570e1e9869a373f716fb050cd23a6a2771aa4e06ae9
repoTags:
- registry.k8s.io/kube-proxy:v1.31.1
size: "95951255"

                                                
                                                
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-770446 image ls --format yaml --alsologtostderr:
I0923 12:09:01.186358  475319 out.go:345] Setting OutFile to fd 1 ...
I0923 12:09:01.186677  475319 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 12:09:01.186691  475319 out.go:358] Setting ErrFile to fd 2...
I0923 12:09:01.186697  475319 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 12:09:01.187023  475319 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19688-439483/.minikube/bin
I0923 12:09:01.191873  475319 config.go:182] Loaded profile config "functional-770446": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0923 12:09:01.192051  475319 config.go:182] Loaded profile config "functional-770446": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0923 12:09:01.192563  475319 cli_runner.go:164] Run: docker container inspect functional-770446 --format={{.State.Status}}
I0923 12:09:01.221669  475319 ssh_runner.go:195] Run: systemctl --version
I0923 12:09:01.221733  475319 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-770446
I0923 12:09:01.242039  475319 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33173 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/functional-770446/id_rsa Username:docker}
I0923 12:09:01.337790  475319 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.30s)

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

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

                                                
                                                

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

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

                                                
                                                
** /stderr **
functional_test.go:315: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 image build -t localhost/my-image:functional-770446 testdata/build --alsologtostderr
functional_test.go:315: (dbg) Done: out/minikube-linux-arm64 -p functional-770446 image build -t localhost/my-image:functional-770446 testdata/build --alsologtostderr: (3.178528305s)
functional_test.go:320: (dbg) Stdout: out/minikube-linux-arm64 -p functional-770446 image build -t localhost/my-image:functional-770446 testdata/build --alsologtostderr:
STEP 1/3: FROM gcr.io/k8s-minikube/busybox
STEP 2/3: RUN true
--> 22490ab113a
STEP 3/3: ADD content.txt /
COMMIT localhost/my-image:functional-770446
--> 0eb309eed56
Successfully tagged localhost/my-image:functional-770446
0eb309eed56e37d05126abb3f24e65fb8d524f7b77b2abef3754e8d9c417ad40
functional_test.go:323: (dbg) Stderr: out/minikube-linux-arm64 -p functional-770446 image build -t localhost/my-image:functional-770446 testdata/build --alsologtostderr:
I0923 12:09:01.555443  475424 out.go:345] Setting OutFile to fd 1 ...
I0923 12:09:01.556108  475424 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 12:09:01.556126  475424 out.go:358] Setting ErrFile to fd 2...
I0923 12:09:01.556144  475424 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 12:09:01.556493  475424 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19688-439483/.minikube/bin
I0923 12:09:01.557371  475424 config.go:182] Loaded profile config "functional-770446": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0923 12:09:01.558030  475424 config.go:182] Loaded profile config "functional-770446": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
I0923 12:09:01.559719  475424 cli_runner.go:164] Run: docker container inspect functional-770446 --format={{.State.Status}}
I0923 12:09:01.578775  475424 ssh_runner.go:195] Run: systemctl --version
I0923 12:09:01.578833  475424 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-770446
I0923 12:09:01.596226  475424 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33173 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/functional-770446/id_rsa Username:docker}
I0923 12:09:01.692832  475424 build_images.go:161] Building image from path: /tmp/build.3025957055.tar
I0923 12:09:01.692903  475424 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0923 12:09:01.703551  475424 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.3025957055.tar
I0923 12:09:01.707966  475424 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.3025957055.tar: stat -c "%s %y" /var/lib/minikube/build/build.3025957055.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.3025957055.tar': No such file or directory
I0923 12:09:01.707996  475424 ssh_runner.go:362] scp /tmp/build.3025957055.tar --> /var/lib/minikube/build/build.3025957055.tar (3072 bytes)
I0923 12:09:01.739446  475424 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.3025957055
I0923 12:09:01.749854  475424 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.3025957055 -xf /var/lib/minikube/build/build.3025957055.tar
I0923 12:09:01.760928  475424 crio.go:315] Building image: /var/lib/minikube/build/build.3025957055
I0923 12:09:01.761090  475424 ssh_runner.go:195] Run: sudo podman build -t localhost/my-image:functional-770446 /var/lib/minikube/build/build.3025957055 --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
I0923 12:09:04.641706  475424 ssh_runner.go:235] Completed: sudo podman build -t localhost/my-image:functional-770446 /var/lib/minikube/build/build.3025957055 --cgroup-manager=cgroupfs: (2.880583304s)
I0923 12:09:04.641776  475424 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.3025957055
I0923 12:09:04.650780  475424 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.3025957055.tar
I0923 12:09:04.659638  475424 build_images.go:217] Built localhost/my-image:functional-770446 from /tmp/build.3025957055.tar
I0923 12:09:04.659672  475424 build_images.go:133] succeeded building to: functional-770446
I0923 12:09:04.659678  475424 build_images.go:134] failed building to: 
functional_test.go:451: (dbg) Run:  out/minikube-linux-arm64 -p functional-770446 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (3.75s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.04s)

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

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.02s)

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

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.02s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (173.7s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-arm64 start -p ha-181693 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0923 12:09:53.423436  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:09:53.429844  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:09:53.441206  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:09:53.462563  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:09:53.503907  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:09:53.585299  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:09:53.746753  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:09:54.068363  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:09:54.710032  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:09:55.991993  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:09:58.553406  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:10:03.675294  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:10:13.917275  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:10:34.399395  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:11:15.360850  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:101: (dbg) Done: out/minikube-linux-arm64 start -p ha-181693 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (2m52.82841092s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-arm64 -p ha-181693 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/StartCluster (173.70s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (7.51s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.68s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/PingHostFromPods
ha_test.go:199: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-181693 -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:207: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-181693 -- exec busybox-7dff88458-d4bwn -- 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-181693 -- exec busybox-7dff88458-d4bwn -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-181693 -- exec busybox-7dff88458-m5pgw -- 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-181693 -- exec busybox-7dff88458-m5pgw -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-181693 -- exec busybox-7dff88458-p4jbv -- 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-181693 -- exec busybox-7dff88458-p4jbv -- sh -c "ping -c 1 192.168.49.1"
--- PASS: TestMultiControlPlane/serial/PingHostFromPods (1.68s)

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (36.04s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddWorkerNode
ha_test.go:228: (dbg) Run:  out/minikube-linux-arm64 node add -p ha-181693 -v=7 --alsologtostderr
E0923 12:12:37.282211  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:228: (dbg) Done: out/minikube-linux-arm64 node add -p ha-181693 -v=7 --alsologtostderr: (35.05867242s)
ha_test.go:234: (dbg) Run:  out/minikube-linux-arm64 -p ha-181693 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddWorkerNode (36.04s)

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.11s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (0.98s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (18.6s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (12.73s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopSecondaryNode
ha_test.go:363: (dbg) Run:  out/minikube-linux-arm64 -p ha-181693 node stop m02 -v=7 --alsologtostderr
E0923 12:13:08.895489  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:13:08.902127  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:13:08.913572  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:13:08.934996  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:13:08.976496  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:13:09.057901  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:13:09.219438  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:13:09.541237  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:13:10.183358  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:13:11.464765  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:13:14.026216  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:363: (dbg) Done: out/minikube-linux-arm64 -p ha-181693 node stop m02 -v=7 --alsologtostderr: (11.993911076s)
ha_test.go:369: (dbg) Run:  out/minikube-linux-arm64 -p ha-181693 status -v=7 --alsologtostderr
ha_test.go:369: (dbg) Non-zero exit: out/minikube-linux-arm64 -p ha-181693 status -v=7 --alsologtostderr: exit status 7 (739.682031ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0923 12:13:18.440628  491226 out.go:345] Setting OutFile to fd 1 ...
	I0923 12:13:18.440828  491226 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 12:13:18.440840  491226 out.go:358] Setting ErrFile to fd 2...
	I0923 12:13:18.440846  491226 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 12:13:18.441128  491226 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19688-439483/.minikube/bin
	I0923 12:13:18.441310  491226 out.go:352] Setting JSON to false
	I0923 12:13:18.441337  491226 mustload.go:65] Loading cluster: ha-181693
	I0923 12:13:18.441447  491226 notify.go:220] Checking for updates...
	I0923 12:13:18.441820  491226 config.go:182] Loaded profile config "ha-181693": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0923 12:13:18.441863  491226 status.go:174] checking status of ha-181693 ...
	I0923 12:13:18.442820  491226 cli_runner.go:164] Run: docker container inspect ha-181693 --format={{.State.Status}}
	I0923 12:13:18.463815  491226 status.go:364] ha-181693 host status = "Running" (err=<nil>)
	I0923 12:13:18.463842  491226 host.go:66] Checking if "ha-181693" exists ...
	I0923 12:13:18.464163  491226 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-181693
	I0923 12:13:18.481607  491226 host.go:66] Checking if "ha-181693" exists ...
	I0923 12:13:18.482006  491226 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0923 12:13:18.482068  491226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-181693
	I0923 12:13:18.505997  491226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33178 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/ha-181693/id_rsa Username:docker}
	I0923 12:13:18.602536  491226 ssh_runner.go:195] Run: systemctl --version
	I0923 12:13:18.607022  491226 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0923 12:13:18.618931  491226 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 12:13:18.676433  491226 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:false BridgeNfIP6Tables:false Debug:false NFd:53 OomKillDisable:true NGoroutines:71 SystemTime:2024-09-23 12:13:18.665729603 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 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:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 12:13:18.677286  491226 kubeconfig.go:125] found "ha-181693" server: "https://192.168.49.254:8443"
	I0923 12:13:18.677326  491226 api_server.go:166] Checking apiserver status ...
	I0923 12:13:18.677380  491226 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0923 12:13:18.689825  491226 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1423/cgroup
	I0923 12:13:18.699557  491226 api_server.go:182] apiserver freezer: "12:freezer:/docker/d7587017b10ad2451f4434c478911d7570f6e2a287c4c5808cc1b347d37d1633/crio/crio-9793fa404865a2b0325d56b416f7ea37d3fc05a4c165ad18bfb74fdedbaa99ba"
	I0923 12:13:18.699626  491226 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/d7587017b10ad2451f4434c478911d7570f6e2a287c4c5808cc1b347d37d1633/crio/crio-9793fa404865a2b0325d56b416f7ea37d3fc05a4c165ad18bfb74fdedbaa99ba/freezer.state
	I0923 12:13:18.708600  491226 api_server.go:204] freezer state: "THAWED"
	I0923 12:13:18.708627  491226 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0923 12:13:18.719081  491226 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0923 12:13:18.719111  491226 status.go:456] ha-181693 apiserver status = Running (err=<nil>)
	I0923 12:13:18.719122  491226 status.go:176] ha-181693 status: &{Name:ha-181693 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0923 12:13:18.719150  491226 status.go:174] checking status of ha-181693-m02 ...
	I0923 12:13:18.719460  491226 cli_runner.go:164] Run: docker container inspect ha-181693-m02 --format={{.State.Status}}
	I0923 12:13:18.738591  491226 status.go:364] ha-181693-m02 host status = "Stopped" (err=<nil>)
	I0923 12:13:18.738618  491226 status.go:377] host is not running, skipping remaining checks
	I0923 12:13:18.738625  491226 status.go:176] ha-181693-m02 status: &{Name:ha-181693-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0923 12:13:18.738652  491226 status.go:174] checking status of ha-181693-m03 ...
	I0923 12:13:18.738988  491226 cli_runner.go:164] Run: docker container inspect ha-181693-m03 --format={{.State.Status}}
	I0923 12:13:18.760262  491226 status.go:364] ha-181693-m03 host status = "Running" (err=<nil>)
	I0923 12:13:18.760286  491226 host.go:66] Checking if "ha-181693-m03" exists ...
	I0923 12:13:18.760592  491226 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-181693-m03
	I0923 12:13:18.779845  491226 host.go:66] Checking if "ha-181693-m03" exists ...
	I0923 12:13:18.780172  491226 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0923 12:13:18.780277  491226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-181693-m03
	I0923 12:13:18.799718  491226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33188 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/ha-181693-m03/id_rsa Username:docker}
	I0923 12:13:18.894772  491226 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0923 12:13:18.909684  491226 kubeconfig.go:125] found "ha-181693" server: "https://192.168.49.254:8443"
	I0923 12:13:18.909717  491226 api_server.go:166] Checking apiserver status ...
	I0923 12:13:18.909764  491226 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0923 12:13:18.920760  491226 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1329/cgroup
	I0923 12:13:18.931194  491226 api_server.go:182] apiserver freezer: "12:freezer:/docker/870bcf2185f7cfd3ea3eb76260236f51fa33b3c01e2b49428476262e461d1b66/crio/crio-3b491a317d020b760fcb9a5382f3bb687e8fad03b01cedd60fa1725643e02bef"
	I0923 12:13:18.931391  491226 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/870bcf2185f7cfd3ea3eb76260236f51fa33b3c01e2b49428476262e461d1b66/crio/crio-3b491a317d020b760fcb9a5382f3bb687e8fad03b01cedd60fa1725643e02bef/freezer.state
	I0923 12:13:18.940687  491226 api_server.go:204] freezer state: "THAWED"
	I0923 12:13:18.940732  491226 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0923 12:13:18.949118  491226 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0923 12:13:18.949191  491226 status.go:456] ha-181693-m03 apiserver status = Running (err=<nil>)
	I0923 12:13:18.949207  491226 status.go:176] ha-181693-m03 status: &{Name:ha-181693-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0923 12:13:18.949231  491226 status.go:174] checking status of ha-181693-m04 ...
	I0923 12:13:18.949594  491226 cli_runner.go:164] Run: docker container inspect ha-181693-m04 --format={{.State.Status}}
	I0923 12:13:18.968985  491226 status.go:364] ha-181693-m04 host status = "Running" (err=<nil>)
	I0923 12:13:18.969010  491226 host.go:66] Checking if "ha-181693-m04" exists ...
	I0923 12:13:18.969314  491226 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-181693-m04
	I0923 12:13:18.990596  491226 host.go:66] Checking if "ha-181693-m04" exists ...
	I0923 12:13:18.990907  491226 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0923 12:13:18.990952  491226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-181693-m04
	I0923 12:13:19.014876  491226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33193 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/ha-181693-m04/id_rsa Username:docker}
	I0923 12:13:19.110070  491226 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0923 12:13:19.126815  491226 status.go:176] ha-181693-m04 status: &{Name:ha-181693-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.74s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop
ha_test.go:390: (dbg) Run:  out/minikube-linux-arm64 profile list --output json
E0923 12:13:19.148411  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.74s)

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (21.84s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartSecondaryNode
ha_test.go:420: (dbg) Run:  out/minikube-linux-arm64 -p ha-181693 node start m02 -v=7 --alsologtostderr
E0923 12:13:29.390177  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:420: (dbg) Done: out/minikube-linux-arm64 -p ha-181693 node start m02 -v=7 --alsologtostderr: (20.040168871s)
ha_test.go:428: (dbg) Run:  out/minikube-linux-arm64 -p ha-181693 status -v=7 --alsologtostderr
ha_test.go:428: (dbg) Done: out/minikube-linux-arm64 -p ha-181693 status -v=7 --alsologtostderr: (1.626860009s)
ha_test.go:448: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiControlPlane/serial/RestartSecondaryNode (21.84s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (1.39s)

                                                
                                                
=== 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: (1.387582359s)
--- PASS: TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (1.39s)

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (210.85s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:456: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-181693 -v=7 --alsologtostderr
ha_test.go:462: (dbg) Run:  out/minikube-linux-arm64 stop -p ha-181693 -v=7 --alsologtostderr
E0923 12:13:49.872099  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:462: (dbg) Done: out/minikube-linux-arm64 stop -p ha-181693 -v=7 --alsologtostderr: (37.385297404s)
ha_test.go:467: (dbg) Run:  out/minikube-linux-arm64 start -p ha-181693 --wait=true -v=7 --alsologtostderr
E0923 12:14:30.833561  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:14:53.423738  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:15:21.124374  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:15:52.755063  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:467: (dbg) Done: out/minikube-linux-arm64 start -p ha-181693 --wait=true -v=7 --alsologtostderr: (2m53.277600104s)
ha_test.go:472: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-181693
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (210.85s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (12.64s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.77s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (35.85s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopCluster
ha_test.go:531: (dbg) Run:  out/minikube-linux-arm64 -p ha-181693 stop -v=7 --alsologtostderr
ha_test.go:531: (dbg) Done: out/minikube-linux-arm64 -p ha-181693 stop -v=7 --alsologtostderr: (35.731747697s)
ha_test.go:537: (dbg) Run:  out/minikube-linux-arm64 -p ha-181693 status -v=7 --alsologtostderr
ha_test.go:537: (dbg) Non-zero exit: out/minikube-linux-arm64 -p ha-181693 status -v=7 --alsologtostderr: exit status 7 (118.564547ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0923 12:18:03.135071  505824 out.go:345] Setting OutFile to fd 1 ...
	I0923 12:18:03.135319  505824 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 12:18:03.135349  505824 out.go:358] Setting ErrFile to fd 2...
	I0923 12:18:03.135372  505824 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 12:18:03.135754  505824 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19688-439483/.minikube/bin
	I0923 12:18:03.136026  505824 out.go:352] Setting JSON to false
	I0923 12:18:03.136071  505824 mustload.go:65] Loading cluster: ha-181693
	I0923 12:18:03.136796  505824 config.go:182] Loaded profile config "ha-181693": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0923 12:18:03.137109  505824 status.go:174] checking status of ha-181693 ...
	I0923 12:18:03.136883  505824 notify.go:220] Checking for updates...
	I0923 12:18:03.137820  505824 cli_runner.go:164] Run: docker container inspect ha-181693 --format={{.State.Status}}
	I0923 12:18:03.157007  505824 status.go:364] ha-181693 host status = "Stopped" (err=<nil>)
	I0923 12:18:03.157032  505824 status.go:377] host is not running, skipping remaining checks
	I0923 12:18:03.157039  505824 status.go:176] ha-181693 status: &{Name:ha-181693 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0923 12:18:03.157076  505824 status.go:174] checking status of ha-181693-m02 ...
	I0923 12:18:03.157397  505824 cli_runner.go:164] Run: docker container inspect ha-181693-m02 --format={{.State.Status}}
	I0923 12:18:03.183764  505824 status.go:364] ha-181693-m02 host status = "Stopped" (err=<nil>)
	I0923 12:18:03.183784  505824 status.go:377] host is not running, skipping remaining checks
	I0923 12:18:03.183791  505824 status.go:176] ha-181693-m02 status: &{Name:ha-181693-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0923 12:18:03.183810  505824 status.go:174] checking status of ha-181693-m04 ...
	I0923 12:18:03.184112  505824 cli_runner.go:164] Run: docker container inspect ha-181693-m04 --format={{.State.Status}}
	I0923 12:18:03.204448  505824 status.go:364] ha-181693-m04 host status = "Stopped" (err=<nil>)
	I0923 12:18:03.204467  505824 status.go:377] host is not running, skipping remaining checks
	I0923 12:18:03.204474  505824 status.go:176] ha-181693-m04 status: &{Name:ha-181693-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (62.94s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:560: (dbg) Run:  out/minikube-linux-arm64 start -p ha-181693 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0923 12:18:08.895115  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:18:36.597650  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:560: (dbg) Done: out/minikube-linux-arm64 start -p ha-181693 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (1m1.992253988s)
ha_test.go:566: (dbg) Run:  out/minikube-linux-arm64 -p ha-181693 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 (62.94s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.75s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (70.45s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:605: (dbg) Run:  out/minikube-linux-arm64 node add -p ha-181693 --control-plane -v=7 --alsologtostderr
E0923 12:19:53.423098  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:605: (dbg) Done: out/minikube-linux-arm64 node add -p ha-181693 --control-plane -v=7 --alsologtostderr: (1m9.420184116s)
ha_test.go:611: (dbg) Run:  out/minikube-linux-arm64 -p ha-181693 status -v=7 --alsologtostderr
ha_test.go:611: (dbg) Done: out/minikube-linux-arm64 -p ha-181693 status -v=7 --alsologtostderr: (1.032711647s)
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (70.45s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (1.01s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd
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: (1.010095836s)
--- PASS: TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (1.01s)

                                                
                                    
x
+
TestJSONOutput/start/Command (78.95s)

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-arm64 start -p json-output-786251 --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-786251 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=crio: (1m18.946264186s)
--- PASS: TestJSONOutput/start/Command (78.95s)

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

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

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

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

                                                
                                    
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-786251 --output=json --user=testUser
json_output_test.go:63: (dbg) Done: out/minikube-linux-arm64 stop -p json-output-786251 --output=json --user=testUser: (5.859817461s)
--- 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.22s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"3c3a87a7-a93f-400c-ae59-68de6f2de261","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-240207] minikube v1.34.0 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"b6e3f7fe-c3bc-43e2-936a-78c081cf488f","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19688"}}
	{"specversion":"1.0","id":"15610046-4823-4d5f-93d0-1d75e83da18b","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":"7fd6f44e-a5c3-4e5c-9245-16497d8be1c7","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19688-439483/kubeconfig"}}
	{"specversion":"1.0","id":"6b12000e-1a53-4954-aff9-39a5e85087ff","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19688-439483/.minikube"}}
	{"specversion":"1.0","id":"a96b0360-d7e9-4279-ad48-ec251b82829f","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":"e8da4340-4afe-4c91-87d1-6f78b9e61c0a","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"ff180a4a-f01c-439f-b392-f1f988b4f57d","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-240207" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p json-output-error-240207
--- PASS: TestErrorJSONOutput (0.22s)

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (39.32s)

                                                
                                                
=== RUN   TestKicCustomNetwork/create_custom_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-arm64 start -p docker-network-242908 --network=
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-arm64 start -p docker-network-242908 --network=: (37.538887068s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-242908" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p docker-network-242908
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p docker-network-242908: (1.755227928s)
--- PASS: TestKicCustomNetwork/create_custom_network (39.32s)

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (34.64s)

                                                
                                                
=== RUN   TestKicCustomNetwork/use_default_bridge_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-arm64 start -p docker-network-193508 --network=bridge
E0923 12:23:08.894673  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-arm64 start -p docker-network-193508 --network=bridge: (32.99916885s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-193508" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p docker-network-193508
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p docker-network-193508: (1.60778644s)
--- PASS: TestKicCustomNetwork/use_default_bridge_network (34.64s)

                                                
                                    
x
+
TestKicExistingNetwork (32.92s)

                                                
                                                
=== RUN   TestKicExistingNetwork
I0923 12:23:11.952260  444877 cli_runner.go:164] Run: docker network inspect existing-network --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
W0923 12:23:11.972590  444877 cli_runner.go:211] docker network inspect existing-network --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
I0923 12:23:11.972685  444877 network_create.go:284] running [docker network inspect existing-network] to gather additional debugging logs...
I0923 12:23:11.972704  444877 cli_runner.go:164] Run: docker network inspect existing-network
W0923 12:23:11.989014  444877 cli_runner.go:211] docker network inspect existing-network returned with exit code 1
I0923 12:23:11.989046  444877 network_create.go:287] error running [docker network inspect existing-network]: docker network inspect existing-network: exit status 1
stdout:
[]

                                                
                                                
stderr:
Error response from daemon: network existing-network not found
I0923 12:23:11.989063  444877 network_create.go:289] output of [docker network inspect existing-network]: -- stdout --
[]

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

                                                
                                                
** /stderr **
I0923 12:23:11.989844  444877 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}}]}"
I0923 12:23:12.014956  444877 network.go:211] skipping subnet 192.168.49.0/24 that is taken: &{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:br-af4f9f0ebcef IfaceIPv4:192.168.49.1 IfaceMTU:1500 IfaceMAC:02:42:b1:d7:ff:c1} reservation:<nil>}
I0923 12:23:12.015505  444877 network.go:206] using free private subnet 192.168.58.0/24: &{IP:192.168.58.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.58.0/24 Gateway:192.168.58.1 ClientMin:192.168.58.2 ClientMax:192.168.58.254 Broadcast:192.168.58.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0x4001c7f4a0}
I0923 12:23:12.015544  444877 network_create.go:124] attempt to create docker network existing-network 192.168.58.0/24 with gateway 192.168.58.1 and MTU of 1500 ...
I0923 12:23:12.015602  444877 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.58.0/24 --gateway=192.168.58.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=existing-network existing-network
I0923 12:23:12.096409  444877 network_create.go:108] docker network existing-network 192.168.58.0/24 created
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
kic_custom_network_test.go:93: (dbg) Run:  out/minikube-linux-arm64 start -p existing-network-432000 --network=existing-network
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-arm64 start -p existing-network-432000 --network=existing-network: (30.829182651s)
helpers_test.go:175: Cleaning up "existing-network-432000" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p existing-network-432000
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p existing-network-432000: (1.905998554s)
I0923 12:23:44.849972  444877 cli_runner.go:164] Run: docker network ls --filter=label=existing-network --format {{.Name}}
--- PASS: TestKicExistingNetwork (32.92s)

                                                
                                    
x
+
TestKicCustomSubnet (33.12s)

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

                                                
                                    
x
+
TestKicStaticIP (33.59s)

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

                                                
                                    
x
+
TestMainNoArgs (0.05s)

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

                                                
                                    
x
+
TestMinikubeProfile (67.93s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p first-262943 --driver=docker  --container-runtime=crio
E0923 12:24:53.422778  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p first-262943 --driver=docker  --container-runtime=crio: (30.611305586s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p second-265528 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p second-265528 --driver=docker  --container-runtime=crio: (32.009660232s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-arm64 profile first-262943
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-265528
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-arm64 profile list -ojson
helpers_test.go:175: Cleaning up "second-265528" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p second-265528
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p second-265528: (1.995906426s)
helpers_test.go:175: Cleaning up "first-262943" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p first-262943
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p first-262943: (1.921809015s)
--- PASS: TestMinikubeProfile (67.93s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (9.9s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountFirst
mount_start_test.go:98: (dbg) Run:  out/minikube-linux-arm64 start -p mount-start-1-163804 --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-163804 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=crio: (8.896656328s)
--- PASS: TestMountStart/serial/StartWithMountFirst (9.90s)

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

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (7.28s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountSecond
mount_start_test.go:98: (dbg) Run:  out/minikube-linux-arm64 start -p mount-start-2-165634 --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-165634 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=crio: (6.276240416s)
E0923 12:26:16.486083  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestMountStart/serial/StartWithMountSecond (7.28s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (0.27s)

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

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.62s)

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

                                                
                                    
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-165634 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-165634
mount_start_test.go:155: (dbg) Done: out/minikube-linux-arm64 stop -p mount-start-2-165634: (1.198394309s)
--- PASS: TestMountStart/serial/Stop (1.20s)

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (7.64s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (0.28s)

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

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (109.84s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-376871 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E0923 12:28:08.894844  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:96: (dbg) Done: out/minikube-linux-arm64 start -p multinode-376871 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (1m49.346567125s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-arm64 -p multinode-376871 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (109.84s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (6.38s)

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

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (0.97s)

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

                                                
                                    
x
+
TestMultiNode/serial/AddNode (25.86s)

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

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.09s)

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

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.69s)

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

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (10.12s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.26s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0923 12:29:05.795426  558916 out.go:345] Setting OutFile to fd 1 ...
	I0923 12:29:05.795643  558916 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 12:29:05.795671  558916 out.go:358] Setting ErrFile to fd 2...
	I0923 12:29:05.795690  558916 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 12:29:05.795985  558916 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19688-439483/.minikube/bin
	I0923 12:29:05.796210  558916 out.go:352] Setting JSON to false
	I0923 12:29:05.796267  558916 mustload.go:65] Loading cluster: multinode-376871
	I0923 12:29:05.796310  558916 notify.go:220] Checking for updates...
	I0923 12:29:05.796752  558916 config.go:182] Loaded profile config "multinode-376871": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0923 12:29:05.796782  558916 status.go:174] checking status of multinode-376871 ...
	I0923 12:29:05.797674  558916 cli_runner.go:164] Run: docker container inspect multinode-376871 --format={{.State.Status}}
	I0923 12:29:05.816423  558916 status.go:364] multinode-376871 host status = "Running" (err=<nil>)
	I0923 12:29:05.816451  558916 host.go:66] Checking if "multinode-376871" exists ...
	I0923 12:29:05.816824  558916 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-376871
	I0923 12:29:05.844349  558916 host.go:66] Checking if "multinode-376871" exists ...
	I0923 12:29:05.844662  558916 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0923 12:29:05.844708  558916 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-376871
	I0923 12:29:05.863798  558916 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33298 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/multinode-376871/id_rsa Username:docker}
	I0923 12:29:05.965688  558916 ssh_runner.go:195] Run: systemctl --version
	I0923 12:29:05.971899  558916 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0923 12:29:05.986119  558916 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 12:29:06.074236  558916 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:false BridgeNfIP6Tables:false Debug:false NFd:40 OomKillDisable:true NGoroutines:61 SystemTime:2024-09-23 12:29:06.062739565 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 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:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 12:29:06.074844  558916 kubeconfig.go:125] found "multinode-376871" server: "https://192.168.67.2:8443"
	I0923 12:29:06.074879  558916 api_server.go:166] Checking apiserver status ...
	I0923 12:29:06.074946  558916 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0923 12:29:06.086739  558916 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1415/cgroup
	I0923 12:29:06.097052  558916 api_server.go:182] apiserver freezer: "12:freezer:/docker/f2e7bf7ba729cd7fdf4dc697d2ff5e1ae58f992b54557eb0bf2a622770cb08f0/crio/crio-7c99e06cd0889189fba1ef3ca17dab265f82caaf942f1d1517b2e78f415aeb36"
	I0923 12:29:06.097135  558916 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/f2e7bf7ba729cd7fdf4dc697d2ff5e1ae58f992b54557eb0bf2a622770cb08f0/crio/crio-7c99e06cd0889189fba1ef3ca17dab265f82caaf942f1d1517b2e78f415aeb36/freezer.state
	I0923 12:29:06.107293  558916 api_server.go:204] freezer state: "THAWED"
	I0923 12:29:06.107342  558916 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I0923 12:29:06.115499  558916 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I0923 12:29:06.115536  558916 status.go:456] multinode-376871 apiserver status = Running (err=<nil>)
	I0923 12:29:06.115559  558916 status.go:176] multinode-376871 status: &{Name:multinode-376871 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0923 12:29:06.115580  558916 status.go:174] checking status of multinode-376871-m02 ...
	I0923 12:29:06.115918  558916 cli_runner.go:164] Run: docker container inspect multinode-376871-m02 --format={{.State.Status}}
	I0923 12:29:06.133914  558916 status.go:364] multinode-376871-m02 host status = "Running" (err=<nil>)
	I0923 12:29:06.133943  558916 host.go:66] Checking if "multinode-376871-m02" exists ...
	I0923 12:29:06.134290  558916 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-376871-m02
	I0923 12:29:06.150900  558916 host.go:66] Checking if "multinode-376871-m02" exists ...
	I0923 12:29:06.151227  558916 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0923 12:29:06.151267  558916 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-376871-m02
	I0923 12:29:06.169417  558916 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33303 SSHKeyPath:/home/jenkins/minikube-integration/19688-439483/.minikube/machines/multinode-376871-m02/id_rsa Username:docker}
	I0923 12:29:06.262336  558916 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0923 12:29:06.273984  558916 status.go:176] multinode-376871-m02 status: &{Name:multinode-376871-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0923 12:29:06.274051  558916 status.go:174] checking status of multinode-376871-m03 ...
	I0923 12:29:06.274371  558916 cli_runner.go:164] Run: docker container inspect multinode-376871-m03 --format={{.State.Status}}
	I0923 12:29:06.291676  558916 status.go:364] multinode-376871-m03 host status = "Stopped" (err=<nil>)
	I0923 12:29:06.291701  558916 status.go:377] host is not running, skipping remaining checks
	I0923 12:29:06.291708  558916 status.go:176] multinode-376871-m03 status: &{Name:multinode-376871-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (9.74s)

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

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (104.73s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-376871
multinode_test.go:321: (dbg) Run:  out/minikube-linux-arm64 stop -p multinode-376871
E0923 12:29:31.959131  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:321: (dbg) Done: out/minikube-linux-arm64 stop -p multinode-376871: (24.821986151s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-376871 --wait=true -v=8 --alsologtostderr
E0923 12:29:53.423434  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:326: (dbg) Done: out/minikube-linux-arm64 start -p multinode-376871 --wait=true -v=8 --alsologtostderr: (1m19.779849154s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-376871
--- PASS: TestMultiNode/serial/RestartKeepsNodes (104.73s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (5.47s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (23.88s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0923 12:31:30.042805  566685 out.go:345] Setting OutFile to fd 1 ...
	I0923 12:31:30.043020  566685 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 12:31:30.043048  566685 out.go:358] Setting ErrFile to fd 2...
	I0923 12:31:30.043068  566685 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 12:31:30.043369  566685 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19688-439483/.minikube/bin
	I0923 12:31:30.043626  566685 out.go:352] Setting JSON to false
	I0923 12:31:30.043684  566685 mustload.go:65] Loading cluster: multinode-376871
	I0923 12:31:30.044169  566685 config.go:182] Loaded profile config "multinode-376871": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0923 12:31:30.044224  566685 status.go:174] checking status of multinode-376871 ...
	I0923 12:31:30.044906  566685 cli_runner.go:164] Run: docker container inspect multinode-376871 --format={{.State.Status}}
	I0923 12:31:30.045027  566685 notify.go:220] Checking for updates...
	I0923 12:31:30.071671  566685 status.go:364] multinode-376871 host status = "Stopped" (err=<nil>)
	I0923 12:31:30.071699  566685 status.go:377] host is not running, skipping remaining checks
	I0923 12:31:30.071707  566685 status.go:176] multinode-376871 status: &{Name:multinode-376871 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0923 12:31:30.071745  566685 status.go:174] checking status of multinode-376871-m02 ...
	I0923 12:31:30.072102  566685 cli_runner.go:164] Run: docker container inspect multinode-376871-m02 --format={{.State.Status}}
	I0923 12:31:30.109959  566685 status.go:364] multinode-376871-m02 host status = "Stopped" (err=<nil>)
	I0923 12:31:30.109985  566685 status.go:377] host is not running, skipping remaining checks
	I0923 12:31:30.109993  566685 status.go:176] multinode-376871-m02 status: &{Name:multinode-376871-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (49.46s)

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

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (33.01s)

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

                                                
                                                
-- stdout --
	* [multinode-376871-m02] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19688
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19688-439483/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19688-439483/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

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

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

                                                
                                    
x
+
TestPreload (129.85s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-342953 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4
E0923 12:33:08.895131  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
preload_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-342953 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4: (1m36.457160408s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-342953 image pull gcr.io/k8s-minikube/busybox
preload_test.go:52: (dbg) Done: out/minikube-linux-arm64 -p test-preload-342953 image pull gcr.io/k8s-minikube/busybox: (3.248807596s)
preload_test.go:58: (dbg) Run:  out/minikube-linux-arm64 stop -p test-preload-342953
preload_test.go:58: (dbg) Done: out/minikube-linux-arm64 stop -p test-preload-342953: (5.876086902s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-342953 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio
E0923 12:34:53.423119  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
preload_test.go:66: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-342953 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio: (21.43372824s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-342953 image list
helpers_test.go:175: Cleaning up "test-preload-342953" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p test-preload-342953
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p test-preload-342953: (2.512184991s)
--- PASS: TestPreload (129.85s)

                                                
                                    
x
+
TestScheduledStopUnix (105.09s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-linux-arm64 start -p scheduled-stop-483783 --memory=2048 --driver=docker  --container-runtime=crio
scheduled_stop_test.go:128: (dbg) Done: out/minikube-linux-arm64 start -p scheduled-stop-483783 --memory=2048 --driver=docker  --container-runtime=crio: (28.874879333s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-483783 --schedule 5m
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-linux-arm64 status --format={{.TimeToStop}} -p scheduled-stop-483783 -n scheduled-stop-483783
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-483783 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
I0923 12:35:35.918557  444877 retry.go:31] will retry after 111.422µs: open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/scheduled-stop-483783/pid: no such file or directory
I0923 12:35:35.919728  444877 retry.go:31] will retry after 216.504µs: open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/scheduled-stop-483783/pid: no such file or directory
I0923 12:35:35.920879  444877 retry.go:31] will retry after 250.474µs: open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/scheduled-stop-483783/pid: no such file or directory
I0923 12:35:35.921986  444877 retry.go:31] will retry after 464.797µs: open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/scheduled-stop-483783/pid: no such file or directory
I0923 12:35:35.923094  444877 retry.go:31] will retry after 725.355µs: open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/scheduled-stop-483783/pid: no such file or directory
I0923 12:35:35.924198  444877 retry.go:31] will retry after 1.087423ms: open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/scheduled-stop-483783/pid: no such file or directory
I0923 12:35:35.925425  444877 retry.go:31] will retry after 638.6µs: open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/scheduled-stop-483783/pid: no such file or directory
I0923 12:35:35.926549  444877 retry.go:31] will retry after 2.226816ms: open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/scheduled-stop-483783/pid: no such file or directory
I0923 12:35:35.929774  444877 retry.go:31] will retry after 2.277641ms: open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/scheduled-stop-483783/pid: no such file or directory
I0923 12:35:35.933018  444877 retry.go:31] will retry after 4.573257ms: open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/scheduled-stop-483783/pid: no such file or directory
I0923 12:35:35.938258  444877 retry.go:31] will retry after 3.27432ms: open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/scheduled-stop-483783/pid: no such file or directory
I0923 12:35:35.942518  444877 retry.go:31] will retry after 4.821565ms: open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/scheduled-stop-483783/pid: no such file or directory
I0923 12:35:35.947805  444877 retry.go:31] will retry after 15.915636ms: open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/scheduled-stop-483783/pid: no such file or directory
I0923 12:35:35.964222  444877 retry.go:31] will retry after 17.073866ms: open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/scheduled-stop-483783/pid: no such file or directory
I0923 12:35:35.981392  444877 retry.go:31] will retry after 29.137263ms: open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/scheduled-stop-483783/pid: no such file or directory
I0923 12:35:36.012789  444877 retry.go:31] will retry after 37.840437ms: open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/scheduled-stop-483783/pid: no such file or directory
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-483783 --cancel-scheduled
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p scheduled-stop-483783 -n scheduled-stop-483783
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-arm64 status -p scheduled-stop-483783
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-483783 --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-483783
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-linux-arm64 status -p scheduled-stop-483783: exit status 7 (74.483721ms)

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestInsufficientStorage (10.68s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"f2f67fa8-16f1-4a6a-b04b-ee96cd2766b7","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-933180] minikube v1.34.0 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"3f7b749e-ef70-4091-8668-7db855caf1bb","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19688"}}
	{"specversion":"1.0","id":"ec3d4007-3596-4368-a329-4bc7830fb51c","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":"3eee1240-9922-467a-80fb-bd7923689bcc","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19688-439483/kubeconfig"}}
	{"specversion":"1.0","id":"4ca44f1f-3b6a-47a3-b41d-ea8e6a898141","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19688-439483/.minikube"}}
	{"specversion":"1.0","id":"e76c7435-ae60-4eb4-a9c0-a957bd947855","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":"49842f53-bb61-435c-8f77-1774b205b2b6","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"116e16f5-24e6-4346-b88c-f6eaaeda447b","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":"e186693e-bb5d-4f4c-97e1-3da46d44ca24","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":"ac493fed-ae4e-4b7b-912f-5e52de6f0d72","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":"78673c8e-c689-4817-bfa0-e7d08b077836","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":"80985c37-a8bf-4aba-af48-4940f0e8b68b","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-933180\" primary control-plane node in \"insufficient-storage-933180\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"2f85a970-6018-4021-8132-88c957ebff54","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image v0.0.45-1726784731-19672 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"e29d2be8-e6f5-457e-b7f0-6250a87732a0","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":"7a6f5fd7-1f1b-402d-a617-cb69ff444e13","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-933180 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-linux-arm64 status -p insufficient-storage-933180 --output=json --layout=cluster: exit status 7 (287.816888ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0923 12:36:59.782998  584413 status.go:451] kubeconfig endpoint: get endpoint: "insufficient-storage-933180" does not appear in /home/jenkins/minikube-integration/19688-439483/kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0923 12:37:00.223484  584474 status.go:451] kubeconfig endpoint: get endpoint: "insufficient-storage-933180" does not appear in /home/jenkins/minikube-integration/19688-439483/kubeconfig
	E0923 12:37:00.269898  584474 status.go:258] unable to read event log: stat: stat /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/insufficient-storage-933180/events.json: no such file or directory

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

                                                
                                    
x
+
TestRunningBinaryUpgrade (80.63s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.26.0.2256663704 start -p running-upgrade-485109 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.26.0.2256663704 start -p running-upgrade-485109 --memory=2200 --vm-driver=docker  --container-runtime=crio: (35.853187512s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-arm64 start -p running-upgrade-485109 --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-485109 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (41.122596973s)
helpers_test.go:175: Cleaning up "running-upgrade-485109" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p running-upgrade-485109
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p running-upgrade-485109: (2.869019796s)
--- PASS: TestRunningBinaryUpgrade (80.63s)

                                                
                                    
x
+
TestKubernetesUpgrade (399.5s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

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

                                                
                                                
-- 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-695011 --memory=2200 --kubernetes-version=v1.31.1 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:243: (dbg) Done: out/minikube-linux-arm64 start -p kubernetes-upgrade-695011 --memory=2200 --kubernetes-version=v1.31.1 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (4m40.504068115s)
version_upgrade_test.go:248: (dbg) Run:  kubectl --context kubernetes-upgrade-695011 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-695011 --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-695011 --memory=2200 --kubernetes-version=v1.20.0 --driver=docker  --container-runtime=crio: exit status 106 (90.860116ms)

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-695011] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19688
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19688-439483/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19688-439483/.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.1 cluster to v1.20.0
	* Suggestion: 
	
	    1) Recreate the cluster with Kubernetes 1.20.0, by running:
	    
	    minikube delete -p kubernetes-upgrade-695011
	    minikube start -p kubernetes-upgrade-695011 --kubernetes-version=v1.20.0
	    
	    2) Create a second cluster with Kubernetes 1.20.0, by running:
	    
	    minikube start -p kubernetes-upgrade-6950112 --kubernetes-version=v1.20.0
	    
	    3) Use the existing cluster at version Kubernetes 1.31.1, by running:
	    
	    minikube start -p kubernetes-upgrade-695011 --kubernetes-version=v1.31.1
	    

                                                
                                                
** /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-695011 --memory=2200 --kubernetes-version=v1.31.1 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:275: (dbg) Done: out/minikube-linux-arm64 start -p kubernetes-upgrade-695011 --memory=2200 --kubernetes-version=v1.31.1 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (37.282338839s)
helpers_test.go:175: Cleaning up "kubernetes-upgrade-695011" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p kubernetes-upgrade-695011
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p kubernetes-upgrade-695011: (2.711684509s)
--- PASS: TestKubernetesUpgrade (399.50s)

                                                
                                    
x
+
TestMissingContainerUpgrade (171.3s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.3170342649 start -p missing-upgrade-332011 --memory=2200 --driver=docker  --container-runtime=crio
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.3170342649 start -p missing-upgrade-332011 --memory=2200 --driver=docker  --container-runtime=crio: (1m33.65903443s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-332011
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-332011: (10.503935311s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-332011
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-arm64 start -p missing-upgrade-332011 --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-332011 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (1m2.873712021s)
helpers_test.go:175: Cleaning up "missing-upgrade-332011" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p missing-upgrade-332011
E0923 12:39:53.424686  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p missing-upgrade-332011: (3.345235983s)
--- PASS: TestMissingContainerUpgrade (171.30s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.08s)

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

                                                
                                                
-- stdout --
	* [NoKubernetes-384810] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19688
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19688-439483/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19688-439483/.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.08s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (38.03s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (8.44s)

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/Start (9.04s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.33s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (0.79s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (3.01s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (7.57s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoArgs
no_kubernetes_test.go:191: (dbg) Run:  out/minikube-linux-arm64 start -p NoKubernetes-384810 --driver=docker  --container-runtime=crio
E0923 12:38:08.895292  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
no_kubernetes_test.go:191: (dbg) Done: out/minikube-linux-arm64 start -p NoKubernetes-384810 --driver=docker  --container-runtime=crio: (7.569427396s)
--- PASS: TestNoKubernetes/serial/StartNoArgs (7.57s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.37s)

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

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (0.67s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (67.45s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.3089170641 start -p stopped-upgrade-926705 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.3089170641 start -p stopped-upgrade-926705 --memory=2200 --vm-driver=docker  --container-runtime=crio: (33.831396543s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.3089170641 -p stopped-upgrade-926705 stop
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.3089170641 -p stopped-upgrade-926705 stop: (2.784229529s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-arm64 start -p stopped-upgrade-926705 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:198: (dbg) Done: out/minikube-linux-arm64 start -p stopped-upgrade-926705 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (30.832123422s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (67.45s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (1.13s)

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

                                                
                                    
x
+
TestPause/serial/Start (80.5s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-linux-arm64 start -p pause-486857 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio
E0923 12:42:56.488230  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:43:08.895830  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
pause_test.go:80: (dbg) Done: out/minikube-linux-arm64 start -p pause-486857 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio: (1m20.502524275s)
--- PASS: TestPause/serial/Start (80.50s)

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (31.25s)

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

                                                
                                    
x
+
TestPause/serial/Pause (0.81s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.32s)

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

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

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

                                                
                                    
x
+
TestPause/serial/Unpause (0.71s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (0.94s)

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

                                                
                                    
x
+
TestPause/serial/DeletePaused (2.73s)

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

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (0.39s)

                                                
                                                
=== 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-486857
pause_test.go:173: (dbg) Non-zero exit: docker volume inspect pause-486857: exit status 1 (15.208242ms)

                                                
                                                
-- stdout --
	[]

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/false (5.6s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0923 12:44:56.350981  624283 out.go:345] Setting OutFile to fd 1 ...
	I0923 12:44:56.351131  624283 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 12:44:56.351136  624283 out.go:358] Setting ErrFile to fd 2...
	I0923 12:44:56.351141  624283 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0923 12:44:56.351404  624283 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19688-439483/.minikube/bin
	I0923 12:44:56.351811  624283 out.go:352] Setting JSON to false
	I0923 12:44:56.353210  624283 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":8844,"bootTime":1727086652,"procs":189,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1070-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0923 12:44:56.353288  624283 start.go:139] virtualization:  
	I0923 12:44:56.356340  624283 out.go:177] * [false-253066] minikube v1.34.0 on Ubuntu 20.04 (arm64)
	I0923 12:44:56.358872  624283 out.go:177]   - MINIKUBE_LOCATION=19688
	I0923 12:44:56.358926  624283 notify.go:220] Checking for updates...
	I0923 12:44:56.362822  624283 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0923 12:44:56.364901  624283 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19688-439483/kubeconfig
	I0923 12:44:56.366701  624283 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19688-439483/.minikube
	I0923 12:44:56.368174  624283 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0923 12:44:56.370066  624283 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0923 12:44:56.372722  624283 config.go:182] Loaded profile config "force-systemd-flag-175909": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
	I0923 12:44:56.372837  624283 driver.go:394] Setting default libvirt URI to qemu:///system
	I0923 12:44:56.414577  624283 docker.go:123] docker version: linux-27.3.1:Docker Engine - Community
	I0923 12:44:56.414702  624283 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0923 12:44:56.501734  624283 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR 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:false BridgeNfIP6Tables:false Debug:false NFd:33 OomKillDisable:true NGoroutines:52 SystemTime:2024-09-23 12:44:56.483682591 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1070-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 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:8214835200 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.3.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c Expected:7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:[WARNING: brid
ge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled] 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
	I0923 12:44:56.501843  624283 docker.go:318] overlay module found
	I0923 12:44:56.504476  624283 out.go:177] * Using the docker driver based on user configuration
	I0923 12:44:56.506273  624283 start.go:297] selected driver: docker
	I0923 12:44:56.506319  624283 start.go:901] validating driver "docker" against <nil>
	I0923 12:44:56.506353  624283 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0923 12:44:56.509015  624283 out.go:201] 
	W0923 12:44:56.511010  624283 out.go:270] X Exiting due to MK_USAGE: The "crio" container runtime requires CNI
	X Exiting due to MK_USAGE: The "crio" container runtime requires CNI
	I0923 12:44:56.513097  624283 out.go:201] 

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/19688-439483/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 23 Sep 2024 12:44:57 UTC
provider: minikube.sigs.k8s.io
version: v1.34.0
name: cluster_info
server: https://192.168.85.2:8443
name: force-systemd-flag-175909
contexts:
- context:
cluster: force-systemd-flag-175909
extensions:
- extension:
last-update: Mon, 23 Sep 2024 12:44:57 UTC
provider: minikube.sigs.k8s.io
version: v1.34.0
name: context_info
namespace: default
user: force-systemd-flag-175909
name: force-systemd-flag-175909
current-context: force-systemd-flag-175909
kind: Config
preferences: {}
users:
- name: force-systemd-flag-175909
user:
client-certificate: /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/force-systemd-flag-175909/client.crt
client-key: /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/force-systemd-flag-175909/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

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

                                                
                                                
=== 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-179584 --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
E0923 12:48:08.895348  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p old-k8s-version-179584 --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: (2m27.43324961s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (147.43s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-179584 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" [bc1f46ea-c1f5-400a-b285-da7d022523b5] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [bc1f46ea-c1f5-400a-b285-da7d022523b5] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 10.01977396s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-179584 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (10.95s)

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

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

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

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

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

                                                
                                                
=== 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-118058 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-118058 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (54.130657346s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (54.13s)

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

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

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

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

                                                
                                                
=== 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-179584 --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
E0923 12:49:53.422797  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p old-k8s-version-179584 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0: (2m10.123891435s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p old-k8s-version-179584 -n old-k8s-version-179584
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (130.49s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-118058 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" [2695336f-549e-4150-8639-1548be53a27b] Pending
helpers_test.go:344: "busybox" [2695336f-549e-4150-8639-1548be53a27b] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [2695336f-549e-4150-8639-1548be53a27b] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 9.004067879s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-118058 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (9.46s)

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

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

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

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

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

                                                
                                                
-- 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-118058 --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 (295.15s)

                                                
                                                
=== 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-118058 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-118058 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (4m54.7908305s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p default-k8s-diff-port-118058 -n default-k8s-diff-port-118058
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (295.15s)

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

                                                
                                                
=== 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-4fmkk" [4f5a8dcd-040f-43b5-a32a-349d2ba62ce9] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.052196931s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (5.05s)

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

                                                
                                                
=== 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-4fmkk" [4f5a8dcd-040f-43b5-a32a-349d2ba62ce9] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004510149s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context old-k8s-version-179584 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (6.11s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p old-k8s-version-179584 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240813-c6f155d6
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:v20240202-8f1494ea
--- PASS: TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (0.25s)

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

                                                
                                                
=== 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-179584 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p old-k8s-version-179584 -n old-k8s-version-179584
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.APIServer}} -p old-k8s-version-179584 -n old-k8s-version-179584: exit status 2 (326.64552ms)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-828025 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p embed-certs-828025 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (1m19.144218011s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (79.14s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-828025 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" [0f75903a-6642-472a-87ba-0f214bc480da] Pending
helpers_test.go:344: "busybox" [0f75903a-6642-472a-87ba-0f214bc480da] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [0f75903a-6642-472a-87ba-0f214bc480da] Running
E0923 12:53:08.895232  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 9.003833931s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-828025 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (9.35s)

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-828025 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
E0923 12:53:48.441353  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/old-k8s-version-179584/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:53:48.447866  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/old-k8s-version-179584/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:53:48.459330  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/old-k8s-version-179584/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:53:48.480703  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/old-k8s-version-179584/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:53:48.522187  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/old-k8s-version-179584/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:53:48.603570  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/old-k8s-version-179584/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:53:48.765053  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/old-k8s-version-179584/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:53:49.086851  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/old-k8s-version-179584/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:53:49.728437  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/old-k8s-version-179584/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:53:51.009854  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/old-k8s-version-179584/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:53:53.571652  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/old-k8s-version-179584/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:53:58.693618  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/old-k8s-version-179584/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:54:08.935984  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/old-k8s-version-179584/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:54:29.417553  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/old-k8s-version-179584/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:54:53.422854  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:55:10.379441  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/old-k8s-version-179584/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p embed-certs-828025 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (4m25.770319564s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p embed-certs-828025 -n embed-certs-828025
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (266.13s)

                                                
                                    
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-695b96c756-kjq8f" [db3e77b3-c615-4bec-af9d-0b8fc5b4ecb2] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004060001s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-695b96c756-kjq8f" [db3e77b3-c615-4bec-af9d-0b8fc5b4ecb2] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004443177s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context default-k8s-diff-port-118058 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (5.11s)

                                                
                                    
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-118058 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240813-c6f155d6
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.07s)

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p no-preload-067354 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
E0923 12:56:32.301188  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/old-k8s-version-179584/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p no-preload-067354 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (1m6.501090092s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (66.50s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-067354 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" [dacb3ef2-44c7-4eca-92c3-ca29bcac4eec] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [dacb3ef2-44c7-4eca-92c3-ca29bcac4eec] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 11.004095229s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-067354 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (11.40s)

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p no-preload-067354 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p no-preload-067354 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.1: (5m3.844412543s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p no-preload-067354 -n no-preload-067354
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (304.19s)

                                                
                                    
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-695b96c756-7dvd8" [23af0c4b-012a-4bca-8584-fde03b164f6e] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004382445s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-695b96c756-7dvd8" [23af0c4b-012a-4bca-8584-fde03b164f6e] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003950562s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context embed-certs-828025 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.11s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p embed-certs-828025 image list --format=json
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:v20240813-c6f155d6
--- PASS: TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (0.29s)

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-351232 --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.1
E0923 12:58:08.895325  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p newest-cni-351232 --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.1: (36.439486833s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (36.44s)

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-351232 --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.1
E0923 12:58:48.441414  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/old-k8s-version-179584/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p newest-cni-351232 --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.1: (15.627056923s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p newest-cni-351232 -n newest-cni-351232
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (15.98s)

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p auto-253066 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=crio
E0923 12:59:16.143297  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/old-k8s-version-179584/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:59:36.489649  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 12:59:53.423466  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:00:03.232326  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/default-k8s-diff-port-118058/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:00:03.238717  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/default-k8s-diff-port-118058/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:00:03.250177  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/default-k8s-diff-port-118058/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:00:03.271713  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/default-k8s-diff-port-118058/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:00:03.313166  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/default-k8s-diff-port-118058/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:00:03.394749  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/default-k8s-diff-port-118058/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:00:03.556526  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/default-k8s-diff-port-118058/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:00:03.878200  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/default-k8s-diff-port-118058/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:00:04.520528  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/default-k8s-diff-port-118058/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:00:05.802134  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/default-k8s-diff-port-118058/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:00:08.363945  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/default-k8s-diff-port-118058/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:00:13.486266  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/default-k8s-diff-port-118058/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:00:23.728585  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/default-k8s-diff-port-118058/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p auto-253066 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=crio: (1m19.096818422s)
--- PASS: TestNetworkPlugins/group/auto/Start (79.10s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p auto-253066 "pgrep -a kubelet"
I0923 13:00:28.430024  444877 config.go:182] Loaded profile config "auto-253066": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/auto/KubeletFlags (0.29s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-253066 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-6fc964789b-gfpdt" [c0e1f7d8-ef33-440d-b5d9-e0bfb458986a] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-gfpdt" [c0e1f7d8-ef33-440d-b5d9-e0bfb458986a] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 10.003849281s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (10.29s)

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/HairPin
net_test.go:264: (dbg) Run:  kubectl --context auto-253066 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 (81.43s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p kindnet-253066 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio
E0923 13:01:25.173406  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/default-k8s-diff-port-118058/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p kindnet-253066 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio: (1m21.425766331s)
--- PASS: TestNetworkPlugins/group/kindnet/Start (81.43s)

                                                
                                    
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-695b96c756-9x2sg" [29c8e21e-62d1-4cd0-94c3-3db64e5e3d85] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003811802s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6.01s)

                                                
                                    
x
+
TestStartStop/group/no-preload/serial/AddonExistsAfterStop (5.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-695b96c756-9x2sg" [29c8e21e-62d1-4cd0-94c3-3db64e5e3d85] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003946275s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context no-preload-067354 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (5.10s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/ControllerPod
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: waiting 10m0s for pods matching "app=kindnet" in namespace "kube-system" ...
helpers_test.go:344: "kindnet-nzttw" [8ba6d13d-99a5-4f4b-be40-184b2e76da6a] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.003899021s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p no-preload-067354 image list --format=json
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:v20240813-c6f155d6
--- PASS: TestStartStop/group/no-preload/serial/VerifyKubernetesImages (0.25s)

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

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

                                                
                                                
-- 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-067354 -n no-preload-067354
I0923 13:02:27.485887  444877 config.go:182] Loaded profile config "kindnet-253066": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.Kubelet}} -p no-preload-067354 -n no-preload-067354: exit status 2 (410.950407ms)

                                                
                                                
-- 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-067354 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p no-preload-067354 -n no-preload-067354
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p no-preload-067354 -n no-preload-067354
--- PASS: TestStartStop/group/no-preload/serial/Pause (3.32s)
E0923 13:06:46.084515  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/no-preload-067354/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:06:46.090974  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/no-preload-067354/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:06:46.102393  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/no-preload-067354/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:06:46.123825  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/no-preload-067354/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:06:46.165214  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/no-preload-067354/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:06:46.246635  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/no-preload-067354/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:06:46.408124  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/no-preload-067354/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:06:46.729842  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/no-preload-067354/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:06:47.371895  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/no-preload-067354/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:06:48.653692  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/no-preload-067354/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:06:50.637342  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/auto-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:06:51.215432  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/no-preload-067354/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:06:56.337546  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/no-preload-067354/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:07:06.578965  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/no-preload-067354/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:07:21.102695  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/kindnet-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:07:21.109116  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/kindnet-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:07:21.120540  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/kindnet-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:07:21.142002  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/kindnet-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:07:21.183545  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/kindnet-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:07:21.265062  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/kindnet-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:07:21.426672  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/kindnet-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:07:21.748604  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/kindnet-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:07:22.390936  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/kindnet-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:07:23.672656  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/kindnet-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:07:26.234539  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/kindnet-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:07:27.060663  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/no-preload-067354/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:07:31.356481  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/kindnet-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:07:41.598914  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/kindnet-253066/client.crt: no such file or directory" logger="UnhandledError"

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-253066 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-6fc964789b-d74jx" [cf5772ab-2435-40e0-86ab-3defe87caf8c] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-d74jx" [cf5772ab-2435-40e0-86ab-3defe87caf8c] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 12.005457682s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (12.36s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p custom-flannel-253066 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=crio
E0923 13:03:08.895490  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/functional-770446/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p custom-flannel-253066 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=crio: (1m5.668285562s)
--- PASS: TestNetworkPlugins/group/custom-flannel/Start (65.67s)

                                                
                                    
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-twjv6" [c0e02326-a53a-42db-a8f8-74c744271095] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.004558399s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p calico-253066 "pgrep -a kubelet"
I0923 13:03:48.400330  444877 config.go:182] Loaded profile config "calico-253066": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/calico/KubeletFlags (0.42s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-253066 replace --force -f testdata/netcat-deployment.yaml
E0923 13:03:48.441419  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/old-k8s-version-179584/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-6fc964789b-mlg6r" [e50ae2f1-36af-44aa-bad0-03582781dd81] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-mlg6r" [e50ae2f1-36af-44aa-bad0-03582781dd81] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 12.0042959s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (12.31s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p custom-flannel-253066 "pgrep -a kubelet"
I0923 13:04:11.177277  444877 config.go:182] Loaded profile config "custom-flannel-253066": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/custom-flannel/KubeletFlags (0.45s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-253066 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-6fc964789b-4xwm4" [006c13c9-23e4-46ff-8e21-cc894c83d79b] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-4xwm4" [006c13c9-23e4-46ff-8e21-cc894c83d79b] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 11.004645103s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (11.41s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p flannel-253066 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=crio
E0923 13:04:53.422817  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:05:03.232413  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/default-k8s-diff-port-118058/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:05:28.696914  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/auto-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:05:28.703405  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/auto-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:05:28.714772  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/auto-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:05:28.736269  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/auto-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:05:28.777735  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/auto-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:05:28.859160  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/auto-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:05:29.020822  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/auto-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:05:29.343040  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/auto-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:05:29.984477  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/auto-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:05:30.937098  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/default-k8s-diff-port-118058/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:05:31.266745  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/auto-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:05:33.828919  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/auto-253066/client.crt: no such file or directory" logger="UnhandledError"
E0923 13:05:38.951049  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/auto-253066/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p flannel-253066 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=crio: (58.459104795s)
--- PASS: TestNetworkPlugins/group/flannel/Start (58.46s)

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

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

                                                
                                    
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-nprdc" [c33d91af-01be-412d-8907-d78987586965] Running
I0923 13:05:47.950246  444877 config.go:182] Loaded profile config "enable-default-cni-253066": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.004257509s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-253066 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-6fc964789b-bb7qj" [038e882e-ff90-498d-97d9-144a5fb85ce1] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0923 13:05:49.193063  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/auto-253066/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-6fc964789b-bb7qj" [038e882e-ff90-498d-97d9-144a5fb85ce1] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 10.003885307s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (10.28s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p flannel-253066 "pgrep -a kubelet"
I0923 13:05:54.018577  444877 config.go:182] Loaded profile config "flannel-253066": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/flannel/KubeletFlags (0.30s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-253066 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-6fc964789b-mzg7v" [e63ad23b-4877-4d89-a320-10302b6192fd] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-mzg7v" [e63ad23b-4877-4d89-a320-10302b6192fd] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 9.004412951s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (9.27s)

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

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

                                                
                                    
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-253066 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.16s)

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p bridge-253066 "pgrep -a kubelet"
I0923 13:07:44.163004  444877 config.go:182] Loaded profile config "bridge-253066": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.1
--- PASS: TestNetworkPlugins/group/bridge/KubeletFlags (0.30s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-253066 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-6fc964789b-pcdz4" [20802426-a46a-475c-a615-61f69a350ec0] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-pcdz4" [20802426-a46a-475c-a615-61f69a350ec0] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 11.00318744s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (11.26s)

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

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

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

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

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

                                                
                                    

Test skip (29/327)

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.31.1/cached-images (0s)

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnlyKic (0.56s)

                                                
                                                
=== RUN   TestDownloadOnlyKic
aaa_download_only_test.go:232: (dbg) Run:  out/minikube-linux-arm64 start --download-only -p download-docker-299983 --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-299983" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p download-docker-299983
--- SKIP: TestDownloadOnlyKic (0.56s)

                                                
                                    
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/serial/Volcano (0s)

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

                                                
                                    
x
+
TestAddons/parallel/Olm (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestDockerFlags (0s)

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

                                                
                                    
x
+
TestDockerEnvContainerd (0s)

                                                
                                                
=== RUN   TestDockerEnvContainerd
docker_test.go:170: running with crio true linux 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:1787: 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:463: only validate docker env with docker container runtime, currently testing crio
--- SKIP: TestFunctional/parallel/DockerEnv (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/PodmanEnv (0s)

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

                                                
                                                

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

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

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

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

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

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

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

                                                
                                    
x
+
TestGvisorAddon (0s)

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

                                                
                                    
x
+
TestImageBuild (0s)

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

                                                
                                    
x
+
TestChangeNoneUser (0s)

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

                                                
                                    
x
+
TestScheduledStopWindows (0s)

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

                                                
                                    
x
+
TestSkaffold (0s)

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

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

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

                                                
                                                

                                                
                                                
=== CONT  TestStartStop/group/disable-driver-mounts
start_stop_delete_test.go:103: skipping TestStartStop/group/disable-driver-mounts - only runs on virtualbox
helpers_test.go:175: Cleaning up "disable-driver-mounts-214226" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p disable-driver-mounts-214226
--- SKIP: TestStartStop/group/disable-driver-mounts (0.15s)

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet (5.07s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet
net_test.go:93: Skipping the test as crio container runtimes requires CNI
E0923 12:44:53.423417  444877 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19688-439483/.minikube/profiles/addons-949062/client.crt: no such file or directory" logger="UnhandledError"
panic.go:629: 
----------------------- debugLogs start: kubenet-253066 [pass: true] --------------------------------
>>> netcat: nslookup kubernetes.default:
Error in configuration: context was not found for specified context: kubenet-253066

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (5.25s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                
----------------------- debugLogs end: cilium-253066 [took: 4.996013056s] --------------------------------
helpers_test.go:175: Cleaning up "cilium-253066" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p cilium-253066
--- SKIP: TestNetworkPlugins/group/cilium (5.25s)

                                                
                                    
Copied to clipboard