Test Report: Docker_Linux_crio 20345

                    
                      cc513754b073c495fe9720da434c9dc88a403a6c:2025-02-04:38213
                    
                

Test fail (1/19)

Order failed test Duration
36 TestAddons/parallel/Ingress 7200.055
x
+
TestAddons/parallel/Ingress (7200.055s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run:  kubectl --context addons-420690 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:232: (dbg) Run:  kubectl --context addons-420690 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run:  kubectl --context addons-420690 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [45480262-ecea-410e-ae46-a3e0c0d56f3b] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:329: TestAddons/parallel/Ingress: WARNING: pod list for "default" "run=nginx" returned: client rate limiter Wait returned an error: context deadline exceeded
addons_test.go:250: ***** TestAddons/parallel/Ingress: pod "run=nginx" failed to start within 8m0s: context deadline exceeded ****
addons_test.go:250: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-420690 -n addons-420690
addons_test.go:250: TestAddons/parallel/Ingress: showing logs for failed pods as of 2025-02-04 18:07:49.667253322 +0000 UTC m=+696.742522530
addons_test.go:250: (dbg) Run:  kubectl --context addons-420690 describe po nginx -n default
addons_test.go:250: (dbg) kubectl --context addons-420690 describe po nginx -n default:
Name:             nginx
Namespace:        default
Priority:         0
Service Account:  default
Node:             addons-420690/192.168.49.2
Start Time:       Tue, 04 Feb 2025 17:59:49 +0000
Labels:           run=nginx
Annotations:      <none>
Status:           Pending
IP:               10.244.0.30
IPs:
IP:  10.244.0.30
Containers:
nginx:
Container ID:   
Image:          docker.io/nginx:alpine
Image ID:       
Port:           80/TCP
Host Port:      0/TCP
State:          Waiting
Reason:       ImagePullBackOff
Ready:          False
Restart Count:  0
Environment:    <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-2g984 (ro)
Conditions:
Type                        Status
PodReadyToStartContainers   True 
Initialized                 True 
Ready                       False 
ContainersReady             False 
PodScheduled                True 
Volumes:
kube-api-access-2g984:
Type:                    Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds:  3607
ConfigMapName:           kube-root-ca.crt
ConfigMapOptional:       <nil>
DownwardAPI:             true
QoS Class:                   BestEffort
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type     Reason     Age                   From               Message
----     ------     ----                  ----               -------
Normal   Scheduled  8m                    default-scheduler  Successfully assigned default/nginx to addons-420690
Warning  Failed     7m22s                 kubelet            Failed to pull image "docker.io/nginx:alpine": determining manifest MIME type for docker://nginx:alpine: reading manifest sha256:679a5fd058f6ca754a561846fe27927e408074431d63556e8fc588fc38be6901 in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
Normal   Pulling    114s (x5 over 8m)     kubelet            Pulling image "docker.io/nginx:alpine"
Warning  Failed     82s (x5 over 7m22s)   kubelet            Error: ErrImagePull
Warning  Failed     82s (x4 over 6m19s)   kubelet            Failed to pull image "docker.io/nginx:alpine": reading manifest alpine in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
Warning  Failed     17s (x16 over 7m22s)  kubelet            Error: ImagePullBackOff
Normal   BackOff    3s (x17 over 7m22s)   kubelet            Back-off pulling image "docker.io/nginx:alpine"
addons_test.go:250: (dbg) Run:  kubectl --context addons-420690 logs nginx -n default
addons_test.go:250: (dbg) Non-zero exit: kubectl --context addons-420690 logs nginx -n default: exit status 1 (68.100087ms)

                                                
                                                
** stderr ** 
	Error from server (BadRequest): container "nginx" in pod "nginx" is waiting to start: trying and failing to pull image

                                                
                                                
** /stderr **
addons_test.go:250: kubectl --context addons-420690 logs nginx -n default: exit status 1
addons_test.go:251: failed waiting for ngnix pod: run=nginx within 8m0s: context deadline exceeded
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-420690
helpers_test.go:235: (dbg) docker inspect addons-420690:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "adb07775447d7edad8c0da7b49fe5366aeca7821e5df05f03357cf7caf04e0f0",
	        "Created": "2025-02-04T17:57:04.507238284Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 1176971,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-02-04T17:57:04.606352679Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:e72c4cbe9b296d8a58fbcae1a7b969fa1cee662cd7b86f2d4efc5e146519cf0a",
	        "ResolvConfPath": "/var/lib/docker/containers/adb07775447d7edad8c0da7b49fe5366aeca7821e5df05f03357cf7caf04e0f0/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/adb07775447d7edad8c0da7b49fe5366aeca7821e5df05f03357cf7caf04e0f0/hostname",
	        "HostsPath": "/var/lib/docker/containers/adb07775447d7edad8c0da7b49fe5366aeca7821e5df05f03357cf7caf04e0f0/hosts",
	        "LogPath": "/var/lib/docker/containers/adb07775447d7edad8c0da7b49fe5366aeca7821e5df05f03357cf7caf04e0f0/adb07775447d7edad8c0da7b49fe5366aeca7821e5df05f03357cf7caf04e0f0-json.log",
	        "Name": "/addons-420690",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-420690:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-420690",
	            "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/db4a87b45ee935081c6af3fff3d7a17936eb1fdf9a445b806cd97ddf1b288d4f-init/diff:/var/lib/docker/overlay2/6cf61c18b93eeb4a010e720c02a4beb06512e090893ee16b5550f63c84649f95/diff",
	                "MergedDir": "/var/lib/docker/overlay2/db4a87b45ee935081c6af3fff3d7a17936eb1fdf9a445b806cd97ddf1b288d4f/merged",
	                "UpperDir": "/var/lib/docker/overlay2/db4a87b45ee935081c6af3fff3d7a17936eb1fdf9a445b806cd97ddf1b288d4f/diff",
	                "WorkDir": "/var/lib/docker/overlay2/db4a87b45ee935081c6af3fff3d7a17936eb1fdf9a445b806cd97ddf1b288d4f/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-420690",
	                "Source": "/var/lib/docker/volumes/addons-420690/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-420690",
	            "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:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279",
	            "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-420690",
	                "name.minikube.sigs.k8s.io": "addons-420690",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "d467c13fd33ea64b3007807b1e4398cd5fe978a9c8ea219a3768b1571b16458f",
	            "SandboxKey": "/var/run/docker/netns/d467c13fd33e",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33895"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33896"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33899"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33897"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33898"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-420690": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "77079b5dda95531cbe008676917879ed79dca002bd5a5d5e23a18dc8d3651a56",
	                    "EndpointID": "4f239d48ea703a4475ba5308dd298c9e5b757da61ad612b2c5be6379bb520f50",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-420690",
	                        "adb07775447d"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-420690 -n addons-420690
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 -p addons-420690 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-420690 logs -n 25: (1.107261183s)
helpers_test.go:252: TestAddons/parallel/Ingress logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-only-444370                                                                     | download-only-444370   | jenkins | v1.35.0 | 04 Feb 25 17:56 UTC | 04 Feb 25 17:56 UTC |
	| delete  | -p download-only-341937                                                                     | download-only-341937   | jenkins | v1.35.0 | 04 Feb 25 17:56 UTC | 04 Feb 25 17:56 UTC |
	| delete  | -p download-only-444370                                                                     | download-only-444370   | jenkins | v1.35.0 | 04 Feb 25 17:56 UTC | 04 Feb 25 17:56 UTC |
	| start   | --download-only -p                                                                          | download-docker-336683 | jenkins | v1.35.0 | 04 Feb 25 17:56 UTC |                     |
	|         | download-docker-336683                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-336683                                                                   | download-docker-336683 | jenkins | v1.35.0 | 04 Feb 25 17:56 UTC | 04 Feb 25 17:56 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-275489   | jenkins | v1.35.0 | 04 Feb 25 17:56 UTC |                     |
	|         | binary-mirror-275489                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:34307                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-275489                                                                     | binary-mirror-275489   | jenkins | v1.35.0 | 04 Feb 25 17:56 UTC | 04 Feb 25 17:56 UTC |
	| addons  | disable dashboard -p                                                                        | addons-420690          | jenkins | v1.35.0 | 04 Feb 25 17:56 UTC |                     |
	|         | addons-420690                                                                               |                        |         |         |                     |                     |
	| addons  | enable dashboard -p                                                                         | addons-420690          | jenkins | v1.35.0 | 04 Feb 25 17:56 UTC |                     |
	|         | addons-420690                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-420690 --wait=true                                                                | addons-420690          | jenkins | v1.35.0 | 04 Feb 25 17:56 UTC | 04 Feb 25 17:58 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=nvidia-device-plugin                                                               |                        |         |         |                     |                     |
	|         | --addons=yakd --addons=volcano                                                              |                        |         |         |                     |                     |
	|         | --addons=amd-gpu-device-plugin                                                              |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	|         | --addons=ingress                                                                            |                        |         |         |                     |                     |
	|         | --addons=ingress-dns                                                                        |                        |         |         |                     |                     |
	|         | --addons=storage-provisioner-rancher                                                        |                        |         |         |                     |                     |
	| addons  | addons-420690 addons disable                                                                | addons-420690          | jenkins | v1.35.0 | 04 Feb 25 17:58 UTC | 04 Feb 25 17:58 UTC |
	|         | volcano --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	| addons  | addons-420690 addons disable                                                                | addons-420690          | jenkins | v1.35.0 | 04 Feb 25 17:59 UTC | 04 Feb 25 17:59 UTC |
	|         | gcp-auth --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-420690 addons disable                                                                | addons-420690          | jenkins | v1.35.0 | 04 Feb 25 17:59 UTC | 04 Feb 25 17:59 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| addons  | addons-420690 addons                                                                        | addons-420690          | jenkins | v1.35.0 | 04 Feb 25 17:59 UTC | 04 Feb 25 17:59 UTC |
	|         | disable nvidia-device-plugin                                                                |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-420690 addons disable                                                                | addons-420690          | jenkins | v1.35.0 | 04 Feb 25 17:59 UTC | 04 Feb 25 17:59 UTC |
	|         | amd-gpu-device-plugin                                                                       |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-420690          | jenkins | v1.35.0 | 04 Feb 25 17:59 UTC | 04 Feb 25 17:59 UTC |
	|         | -p addons-420690                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-420690 addons                                                                        | addons-420690          | jenkins | v1.35.0 | 04 Feb 25 17:59 UTC | 04 Feb 25 17:59 UTC |
	|         | disable cloud-spanner                                                                       |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-420690 ip                                                                            | addons-420690          | jenkins | v1.35.0 | 04 Feb 25 17:59 UTC | 04 Feb 25 17:59 UTC |
	| addons  | addons-420690 addons disable                                                                | addons-420690          | jenkins | v1.35.0 | 04 Feb 25 17:59 UTC | 04 Feb 25 17:59 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-420690 addons                                                                        | addons-420690          | jenkins | v1.35.0 | 04 Feb 25 17:59 UTC | 04 Feb 25 17:59 UTC |
	|         | disable metrics-server                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ssh     | addons-420690 ssh cat                                                                       | addons-420690          | jenkins | v1.35.0 | 04 Feb 25 17:59 UTC | 04 Feb 25 17:59 UTC |
	|         | /opt/local-path-provisioner/pvc-b6710c16-d41b-4f80-9127-d501d3ec7c59_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-420690 addons disable                                                                | addons-420690          | jenkins | v1.35.0 | 04 Feb 25 17:59 UTC | 04 Feb 25 18:00 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-420690 addons disable                                                                | addons-420690          | jenkins | v1.35.0 | 04 Feb 25 17:59 UTC | 04 Feb 25 17:59 UTC |
	|         | headlamp --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-420690 addons                                                                        | addons-420690          | jenkins | v1.35.0 | 04 Feb 25 17:59 UTC | 04 Feb 25 17:59 UTC |
	|         | disable inspektor-gadget                                                                    |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-420690 addons                                                                        | addons-420690          | jenkins | v1.35.0 | 04 Feb 25 18:06 UTC |                     |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/02/04 17:56:42
	Running on machine: ubuntu-20-agent-6
	Binary: Built with gc go1.23.4 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0204 17:56:42.140513 1176226 out.go:345] Setting OutFile to fd 1 ...
	I0204 17:56:42.140643 1176226 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0204 17:56:42.140654 1176226 out.go:358] Setting ErrFile to fd 2...
	I0204 17:56:42.140658 1176226 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0204 17:56:42.140876 1176226 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20345-1167988/.minikube/bin
	I0204 17:56:42.141507 1176226 out.go:352] Setting JSON to false
	I0204 17:56:42.142441 1176226 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-6","uptime":16742,"bootTime":1738675060,"procs":176,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1075-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0204 17:56:42.142546 1176226 start.go:139] virtualization: kvm guest
	I0204 17:56:42.144397 1176226 out.go:177] * [addons-420690] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	I0204 17:56:42.145472 1176226 out.go:177]   - MINIKUBE_LOCATION=20345
	I0204 17:56:42.145499 1176226 notify.go:220] Checking for updates...
	I0204 17:56:42.147467 1176226 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0204 17:56:42.148502 1176226 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20345-1167988/kubeconfig
	I0204 17:56:42.149522 1176226 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20345-1167988/.minikube
	I0204 17:56:42.150537 1176226 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0204 17:56:42.151490 1176226 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0204 17:56:42.152594 1176226 driver.go:394] Setting default libvirt URI to qemu:///system
	I0204 17:56:42.174497 1176226 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0204 17:56:42.174581 1176226 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0204 17:56:42.222950 1176226 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:47 SystemTime:2025-02-04 17:56:42.214433046 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647992832 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-6 Labels:[] ExperimentalBuild:false ServerVersion:27.5.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:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0204 17:56:42.223052 1176226 docker.go:318] overlay module found
	I0204 17:56:42.224680 1176226 out.go:177] * Using the docker driver based on user configuration
	I0204 17:56:42.225632 1176226 start.go:297] selected driver: docker
	I0204 17:56:42.225644 1176226 start.go:901] validating driver "docker" against <nil>
	I0204 17:56:42.225657 1176226 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0204 17:56:42.226443 1176226 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0204 17:56:42.269758 1176226 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:47 SystemTime:2025-02-04 17:56:42.261435067 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647992832 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-6 Labels:[] ExperimentalBuild:false ServerVersion:27.5.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:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0204 17:56:42.269953 1176226 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0204 17:56:42.270219 1176226 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]
	I0204 17:56:42.271671 1176226 out.go:177] * Using Docker driver with root privileges
	I0204 17:56:42.272901 1176226 cni.go:84] Creating CNI manager for ""
	I0204 17:56:42.272990 1176226 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0204 17:56:42.273005 1176226 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0204 17:56:42.273071 1176226 start.go:340] cluster config:
	{Name:addons-420690 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 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.32.1 ClusterName:addons-420690 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: Network
Plugin: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.32.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: SSHAgentPID:0 GPUs: AutoPau
seInterval:1m0s}
	I0204 17:56:42.274257 1176226 out.go:177] * Starting "addons-420690" primary control-plane node in "addons-420690" cluster
	I0204 17:56:42.275267 1176226 cache.go:121] Beginning downloading kic base image for docker with crio
	I0204 17:56:42.276244 1176226 out.go:177] * Pulling base image v0.0.46 ...
	I0204 17:56:42.277195 1176226 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0204 17:56:42.277234 1176226 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20345-1167988/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4
	I0204 17:56:42.277243 1176226 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local docker daemon
	I0204 17:56:42.277247 1176226 cache.go:56] Caching tarball of preloaded images
	I0204 17:56:42.277369 1176226 preload.go:172] Found /home/jenkins/minikube-integration/20345-1167988/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
	I0204 17:56:42.277385 1176226 cache.go:59] Finished verifying existence of preloaded tar for v1.32.1 on crio
	I0204 17:56:42.277748 1176226 profile.go:143] Saving config to /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/config.json ...
	I0204 17:56:42.277778 1176226 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/config.json: {Name:mk37accaaa2d3329e462267c4d359194845fb900 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0204 17:56:42.293048 1176226 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 to local cache
	I0204 17:56:42.293153 1176226 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory
	I0204 17:56:42.293169 1176226 image.go:68] Found gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory, skipping pull
	I0204 17:56:42.293174 1176226 image.go:137] gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 exists in cache, skipping pull
	I0204 17:56:42.293183 1176226 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 as a tarball
	I0204 17:56:42.293188 1176226 cache.go:163] Loading gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 from local cache
	I0204 17:56:54.550356 1176226 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 from cached tarball
	I0204 17:56:54.550407 1176226 cache.go:230] Successfully downloaded all kic artifacts
	I0204 17:56:54.550487 1176226 start.go:360] acquireMachinesLock for addons-420690: {Name:mk644942b242f37b386f559b0f66d8dac9bfc4c2 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0204 17:56:54.550610 1176226 start.go:364] duration metric: took 91.547µs to acquireMachinesLock for "addons-420690"
	I0204 17:56:54.550637 1176226 start.go:93] Provisioning new machine with config: &{Name:addons-420690 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 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.32.1 ClusterName:addons-420690 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.32.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: SocketVM
netClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0204 17:56:54.550743 1176226 start.go:125] createHost starting for "" (driver="docker")
	I0204 17:56:54.552271 1176226 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0204 17:56:54.552518 1176226 start.go:159] libmachine.API.Create for "addons-420690" (driver="docker")
	I0204 17:56:54.552561 1176226 client.go:168] LocalClient.Create starting
	I0204 17:56:54.552645 1176226 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/20345-1167988/.minikube/certs/ca.pem
	I0204 17:56:54.653984 1176226 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/20345-1167988/.minikube/certs/cert.pem
	I0204 17:56:54.822808 1176226 cli_runner.go:164] Run: docker network inspect addons-420690 --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}}]}"
	W0204 17:56:54.840192 1176226 cli_runner.go:211] docker network inspect addons-420690 --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
	I0204 17:56:54.840294 1176226 network_create.go:284] running [docker network inspect addons-420690] to gather additional debugging logs...
	I0204 17:56:54.840321 1176226 cli_runner.go:164] Run: docker network inspect addons-420690
	W0204 17:56:54.855562 1176226 cli_runner.go:211] docker network inspect addons-420690 returned with exit code 1
	I0204 17:56:54.855602 1176226 network_create.go:287] error running [docker network inspect addons-420690]: docker network inspect addons-420690: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-420690 not found
	I0204 17:56:54.855620 1176226 network_create.go:289] output of [docker network inspect addons-420690]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-420690 not found
	
	** /stderr **
	I0204 17:56:54.855715 1176226 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}}]}"
	I0204 17:56:54.871410 1176226 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:0xc001d12210}
	I0204 17:56:54.871447 1176226 network_create.go:124] attempt to create docker network addons-420690 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0204 17:56:54.871485 1176226 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-420690 addons-420690
	I0204 17:56:54.928613 1176226 network_create.go:108] docker network addons-420690 192.168.49.0/24 created
	I0204 17:56:54.928645 1176226 kic.go:121] calculated static IP "192.168.49.2" for the "addons-420690" container
	I0204 17:56:54.928708 1176226 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0204 17:56:54.943922 1176226 cli_runner.go:164] Run: docker volume create addons-420690 --label name.minikube.sigs.k8s.io=addons-420690 --label created_by.minikube.sigs.k8s.io=true
	I0204 17:56:54.960326 1176226 oci.go:103] Successfully created a docker volume addons-420690
	I0204 17:56:54.960414 1176226 cli_runner.go:164] Run: docker run --rm --name addons-420690-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-420690 --entrypoint /usr/bin/test -v addons-420690:/var gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -d /var/lib
	I0204 17:56:59.958572 1176226 cli_runner.go:217] Completed: docker run --rm --name addons-420690-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-420690 --entrypoint /usr/bin/test -v addons-420690:/var gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -d /var/lib: (4.998116282s)
	I0204 17:56:59.958605 1176226 oci.go:107] Successfully prepared a docker volume addons-420690
	I0204 17:56:59.958625 1176226 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0204 17:56:59.958647 1176226 kic.go:194] Starting extracting preloaded images to volume ...
	I0204 17:56:59.958719 1176226 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20345-1167988/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-420690:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -I lz4 -xf /preloaded.tar -C /extractDir
	I0204 17:57:04.448827 1176226 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20345-1167988/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-420690:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -I lz4 -xf /preloaded.tar -C /extractDir: (4.49005307s)
	I0204 17:57:04.448939 1176226 kic.go:203] duration metric: took 4.490279277s to extract preloaded images to volume ...
	W0204 17:57:04.449132 1176226 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0204 17:57:04.449229 1176226 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0204 17:57:04.492872 1176226 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-420690 --name addons-420690 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-420690 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-420690 --network addons-420690 --ip 192.168.49.2 --volume addons-420690:/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:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279
	I0204 17:57:04.767830 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Running}}
	I0204 17:57:04.784901 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:04.804219 1176226 cli_runner.go:164] Run: docker exec addons-420690 stat /var/lib/dpkg/alternatives/iptables
	I0204 17:57:04.842337 1176226 oci.go:144] the created container "addons-420690" has a running status.
	I0204 17:57:04.842373 1176226 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa...
	I0204 17:57:05.047665 1176226 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0204 17:57:05.069946 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:05.092953 1176226 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0204 17:57:05.092982 1176226 kic_runner.go:114] Args: [docker exec --privileged addons-420690 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0204 17:57:05.179295 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:05.201827 1176226 machine.go:93] provisionDockerMachine start ...
	I0204 17:57:05.201946 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:05.223858 1176226 main.go:141] libmachine: Using SSH client type: native
	I0204 17:57:05.224085 1176226 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x865360] 0x868040 <nil>  [] 0s} 127.0.0.1 33895 <nil> <nil>}
	I0204 17:57:05.224108 1176226 main.go:141] libmachine: About to run SSH command:
	hostname
	I0204 17:57:05.390756 1176226 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-420690
	
	I0204 17:57:05.390790 1176226 ubuntu.go:169] provisioning hostname "addons-420690"
	I0204 17:57:05.390856 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:05.409705 1176226 main.go:141] libmachine: Using SSH client type: native
	I0204 17:57:05.409890 1176226 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x865360] 0x868040 <nil>  [] 0s} 127.0.0.1 33895 <nil> <nil>}
	I0204 17:57:05.409905 1176226 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-420690 && echo "addons-420690" | sudo tee /etc/hostname
	I0204 17:57:05.545615 1176226 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-420690
	
	I0204 17:57:05.545718 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:05.562819 1176226 main.go:141] libmachine: Using SSH client type: native
	I0204 17:57:05.563016 1176226 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x865360] 0x868040 <nil>  [] 0s} 127.0.0.1 33895 <nil> <nil>}
	I0204 17:57:05.563034 1176226 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-420690' /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-420690/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-420690' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0204 17:57:05.687391 1176226 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0204 17:57:05.687429 1176226 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/20345-1167988/.minikube CaCertPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/20345-1167988/.minikube}
	I0204 17:57:05.687497 1176226 ubuntu.go:177] setting up certificates
	I0204 17:57:05.687516 1176226 provision.go:84] configureAuth start
	I0204 17:57:05.687578 1176226 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-420690
	I0204 17:57:05.704540 1176226 provision.go:143] copyHostCerts
	I0204 17:57:05.704628 1176226 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20345-1167988/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/20345-1167988/.minikube/key.pem (1675 bytes)
	I0204 17:57:05.704758 1176226 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20345-1167988/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/20345-1167988/.minikube/ca.pem (1078 bytes)
	I0204 17:57:05.704875 1176226 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20345-1167988/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/20345-1167988/.minikube/cert.pem (1123 bytes)
	I0204 17:57:05.704974 1176226 provision.go:117] generating server cert: /home/jenkins/minikube-integration/20345-1167988/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/20345-1167988/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/20345-1167988/.minikube/certs/ca-key.pem org=jenkins.addons-420690 san=[127.0.0.1 192.168.49.2 addons-420690 localhost minikube]
	I0204 17:57:05.889351 1176226 provision.go:177] copyRemoteCerts
	I0204 17:57:05.889415 1176226 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0204 17:57:05.889450 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:05.906647 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:05.999488 1176226 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20345-1167988/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0204 17:57:06.020806 1176226 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20345-1167988/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0204 17:57:06.041836 1176226 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20345-1167988/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I0204 17:57:06.062596 1176226 provision.go:87] duration metric: took 375.062788ms to configureAuth
	I0204 17:57:06.062624 1176226 ubuntu.go:193] setting minikube options for container-runtime
	I0204 17:57:06.062789 1176226 config.go:182] Loaded profile config "addons-420690": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0204 17:57:06.062890 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:06.079534 1176226 main.go:141] libmachine: Using SSH client type: native
	I0204 17:57:06.079755 1176226 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x865360] 0x868040 <nil>  [] 0s} 127.0.0.1 33895 <nil> <nil>}
	I0204 17:57:06.079781 1176226 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
	I0204 17:57:06.287592 1176226 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0204 17:57:06.287617 1176226 machine.go:96] duration metric: took 1.085765984s to provisionDockerMachine
	I0204 17:57:06.287630 1176226 client.go:171] duration metric: took 11.735059567s to LocalClient.Create
	I0204 17:57:06.287653 1176226 start.go:167] duration metric: took 11.735134979s to libmachine.API.Create "addons-420690"
	I0204 17:57:06.287662 1176226 start.go:293] postStartSetup for "addons-420690" (driver="docker")
	I0204 17:57:06.287675 1176226 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]
	I0204 17:57:06.287749 1176226 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
	I0204 17:57:06.287801 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:06.305285 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:06.395922 1176226 ssh_runner.go:195] Run: cat /etc/os-release
	I0204 17:57:06.398974 1176226 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0204 17:57:06.399007 1176226 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0204 17:57:06.399015 1176226 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0204 17:57:06.399021 1176226 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0204 17:57:06.399030 1176226 filesync.go:126] Scanning /home/jenkins/minikube-integration/20345-1167988/.minikube/addons for local assets ...
	I0204 17:57:06.399081 1176226 filesync.go:126] Scanning /home/jenkins/minikube-integration/20345-1167988/.minikube/files for local assets ...
	I0204 17:57:06.399104 1176226 start.go:296] duration metric: took 111.435361ms for postStartSetup
	I0204 17:57:06.399406 1176226 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-420690
	I0204 17:57:06.415796 1176226 profile.go:143] Saving config to /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/config.json ...
	I0204 17:57:06.416035 1176226 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0204 17:57:06.416081 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:06.432641 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:06.520153 1176226 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0204 17:57:06.524198 1176226 start.go:128] duration metric: took 11.973439171s to createHost
	I0204 17:57:06.524219 1176226 start.go:83] releasing machines lock for "addons-420690", held for 11.973596846s
	I0204 17:57:06.524274 1176226 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-420690
	I0204 17:57:06.540865 1176226 ssh_runner.go:195] Run: cat /version.json
	I0204 17:57:06.540914 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:06.540945 1176226 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0204 17:57:06.541002 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:06.558241 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:06.559097 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:06.646500 1176226 ssh_runner.go:195] Run: systemctl --version
	I0204 17:57:06.723653 1176226 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0204 17:57:06.861819 1176226 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0204 17:57:06.866231 1176226 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" ;
	I0204 17:57:06.883440 1176226 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0204 17:57:06.883523 1176226 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" ;
	I0204 17:57:06.908859 1176226 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0204 17:57:06.908885 1176226 start.go:495] detecting cgroup driver to use...
	I0204 17:57:06.908923 1176226 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0204 17:57:06.908970 1176226 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0204 17:57:06.922405 1176226 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0204 17:57:06.932039 1176226 docker.go:217] disabling cri-docker service (if available) ...
	I0204 17:57:06.932083 1176226 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0204 17:57:06.943537 1176226 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0204 17:57:06.955376 1176226 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0204 17:57:07.028464 1176226 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0204 17:57:07.108910 1176226 docker.go:233] disabling docker service ...
	I0204 17:57:07.108978 1176226 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0204 17:57:07.126390 1176226 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0204 17:57:07.136573 1176226 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0204 17:57:07.220761 1176226 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0204 17:57:07.300794 1176226 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0204 17:57:07.311430 1176226 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"
	I0204 17:57:07.326210 1176226 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0204 17:57:07.326266 1176226 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"
	I0204 17:57:07.335029 1176226 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0204 17:57:07.335092 1176226 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0204 17:57:07.343869 1176226 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0204 17:57:07.352551 1176226 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0204 17:57:07.361178 1176226 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0204 17:57:07.369728 1176226 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"
	I0204 17:57:07.378361 1176226 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"
	I0204 17:57:07.392107 1176226 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"
	I0204 17:57:07.401100 1176226 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0204 17:57:07.408793 1176226 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0204 17:57:07.416018 1176226 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0204 17:57:07.492470 1176226 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0204 17:57:07.595833 1176226 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0204 17:57:07.595918 1176226 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0204 17:57:07.599280 1176226 start.go:563] Will wait 60s for crictl version
	I0204 17:57:07.599337 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:57:07.602304 1176226 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0204 17:57:07.636638 1176226 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0204 17:57:07.636717 1176226 ssh_runner.go:195] Run: crio --version
	I0204 17:57:07.671545 1176226 ssh_runner.go:195] Run: crio --version
	I0204 17:57:07.707228 1176226 out.go:177] * Preparing Kubernetes v1.32.1 on CRI-O 1.24.6 ...
	I0204 17:57:07.708558 1176226 cli_runner.go:164] Run: docker network inspect addons-420690 --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}}]}"
	I0204 17:57:07.724918 1176226 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0204 17:57:07.728868 1176226 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""
	I0204 17:57:07.739506 1176226 kubeadm.go:883] updating cluster {Name:addons-420690 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 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.32.1 ClusterName:addons-420690 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] D
NSDomain: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.32.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: SocketVMnetClie
ntPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0204 17:57:07.739627 1176226 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0204 17:57:07.739674 1176226 ssh_runner.go:195] Run: sudo crictl images --output json
	I0204 17:57:07.805896 1176226 crio.go:514] all images are preloaded for cri-o runtime.
	I0204 17:57:07.805925 1176226 crio.go:433] Images already preloaded, skipping extraction
	I0204 17:57:07.805979 1176226 ssh_runner.go:195] Run: sudo crictl images --output json
	I0204 17:57:07.840054 1176226 crio.go:514] all images are preloaded for cri-o runtime.
	I0204 17:57:07.840080 1176226 cache_images.go:84] Images are preloaded, skipping loading
	I0204 17:57:07.840088 1176226 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.32.1 crio true true} ...
	I0204 17:57:07.840191 1176226 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.32.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-420690 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.32.1 ClusterName:addons-420690 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:}
	I0204 17:57:07.840264 1176226 ssh_runner.go:195] Run: crio config
	I0204 17:57:07.881049 1176226 cni.go:84] Creating CNI manager for ""
	I0204 17:57:07.881077 1176226 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0204 17:57:07.881088 1176226 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0204 17:57:07.881111 1176226 kubeadm.go:189] 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.32.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-420690 NodeName:addons-420690 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}
	I0204 17:57:07.881249 1176226 kubeadm.go:195] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta4
	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-420690"
	  kubeletExtraArgs:
	    - name: "node-ip"
	      value: "192.168.49.2"
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta4
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
	  extraArgs:
	    - name: "enable-admission-plugins"
	      value: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	controllerManager:
	  extraArgs:
	    - name: "allocate-node-cidrs"
	      value: "true"
	    - name: "leader-elect"
	      value: "false"
	scheduler:
	  extraArgs:
	    - name: "leader-elect"
	      value: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      - name: "proxy-refresh-interval"
	        value: "70000"
	kubernetesVersion: v1.32.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
	
	I0204 17:57:07.881322 1176226 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.32.1
	I0204 17:57:07.889580 1176226 binaries.go:44] Found k8s binaries, skipping transfer
	I0204 17:57:07.889638 1176226 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0204 17:57:07.897524 1176226 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0204 17:57:07.913306 1176226 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0204 17:57:07.929268 1176226 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2287 bytes)
	I0204 17:57:07.944799 1176226 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0204 17:57:07.948002 1176226 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""
	I0204 17:57:07.957585 1176226 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0204 17:57:08.029534 1176226 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0204 17:57:08.041786 1176226 certs.go:68] Setting up /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690 for IP: 192.168.49.2
	I0204 17:57:08.041817 1176226 certs.go:194] generating shared ca certs ...
	I0204 17:57:08.041840 1176226 certs.go:226] acquiring lock for ca certs: {Name:mk3d4332ccc4585d73fd71cad7f6d2e3c0093922 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0204 17:57:08.041977 1176226 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/20345-1167988/.minikube/ca.key
	I0204 17:57:08.214617 1176226 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20345-1167988/.minikube/ca.crt ...
	I0204 17:57:08.214653 1176226 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20345-1167988/.minikube/ca.crt: {Name:mkc268115cdb502e275b700164c59d98f4bcb447 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0204 17:57:08.214832 1176226 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20345-1167988/.minikube/ca.key ...
	I0204 17:57:08.214845 1176226 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20345-1167988/.minikube/ca.key: {Name:mkad5a2556e4c37b82b3235bbcccc020b2a1143e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0204 17:57:08.214923 1176226 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/20345-1167988/.minikube/proxy-client-ca.key
	I0204 17:57:08.309741 1176226 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20345-1167988/.minikube/proxy-client-ca.crt ...
	I0204 17:57:08.309775 1176226 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20345-1167988/.minikube/proxy-client-ca.crt: {Name:mkcd3ea1b1cb3275b269ebd877f211f722e5b9b5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0204 17:57:08.309957 1176226 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20345-1167988/.minikube/proxy-client-ca.key ...
	I0204 17:57:08.309968 1176226 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20345-1167988/.minikube/proxy-client-ca.key: {Name:mk87aa575bffbbacf51c2a85c6f180fdc2e775b1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0204 17:57:08.310039 1176226 certs.go:256] generating profile certs ...
	I0204 17:57:08.310103 1176226 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/client.key
	I0204 17:57:08.310120 1176226 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/client.crt with IP's: []
	I0204 17:57:08.419385 1176226 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/client.crt ...
	I0204 17:57:08.419421 1176226 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/client.crt: {Name:mk1d5df1d8af455f1baf39482b95de386e33a8b4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0204 17:57:08.419581 1176226 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/client.key ...
	I0204 17:57:08.419592 1176226 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/client.key: {Name:mkdcd5bcb7885ff5d3279f74b9745e757ddaf638 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0204 17:57:08.419657 1176226 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/apiserver.key.2a47f237
	I0204 17:57:08.419681 1176226 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/apiserver.crt.2a47f237 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0204 17:57:08.694400 1176226 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/apiserver.crt.2a47f237 ...
	I0204 17:57:08.694437 1176226 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/apiserver.crt.2a47f237: {Name:mkaf0eaed8bbfd15965662b02abd210688716436 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0204 17:57:08.694605 1176226 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/apiserver.key.2a47f237 ...
	I0204 17:57:08.694621 1176226 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/apiserver.key.2a47f237: {Name:mkb201ccb80e04345b256aa0286f07d97a299391 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0204 17:57:08.694694 1176226 certs.go:381] copying /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/apiserver.crt.2a47f237 -> /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/apiserver.crt
	I0204 17:57:08.694793 1176226 certs.go:385] copying /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/apiserver.key.2a47f237 -> /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/apiserver.key
	I0204 17:57:08.694843 1176226 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/proxy-client.key
	I0204 17:57:08.694861 1176226 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/proxy-client.crt with IP's: []
	I0204 17:57:08.888325 1176226 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/proxy-client.crt ...
	I0204 17:57:08.888360 1176226 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/proxy-client.crt: {Name:mk91250404bb390d45df134fefb902f63bfa1022 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0204 17:57:08.888539 1176226 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/proxy-client.key ...
	I0204 17:57:08.888552 1176226 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/proxy-client.key: {Name:mk4e8ae40d503331129f5705104b62ab6df29422 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0204 17:57:08.888730 1176226 certs.go:484] found cert: /home/jenkins/minikube-integration/20345-1167988/.minikube/certs/ca-key.pem (1679 bytes)
	I0204 17:57:08.888767 1176226 certs.go:484] found cert: /home/jenkins/minikube-integration/20345-1167988/.minikube/certs/ca.pem (1078 bytes)
	I0204 17:57:08.888793 1176226 certs.go:484] found cert: /home/jenkins/minikube-integration/20345-1167988/.minikube/certs/cert.pem (1123 bytes)
	I0204 17:57:08.888819 1176226 certs.go:484] found cert: /home/jenkins/minikube-integration/20345-1167988/.minikube/certs/key.pem (1675 bytes)
	I0204 17:57:08.889418 1176226 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20345-1167988/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0204 17:57:08.911696 1176226 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20345-1167988/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0204 17:57:08.933554 1176226 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20345-1167988/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0204 17:57:08.955334 1176226 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20345-1167988/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0204 17:57:08.976464 1176226 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0204 17:57:08.997883 1176226 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0204 17:57:09.019393 1176226 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0204 17:57:09.040734 1176226 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20345-1167988/.minikube/profiles/addons-420690/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0204 17:57:09.061969 1176226 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20345-1167988/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0204 17:57:09.083613 1176226 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0204 17:57:09.099670 1176226 ssh_runner.go:195] Run: openssl version
	I0204 17:57:09.104668 1176226 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"
	I0204 17:57:09.112957 1176226 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0204 17:57:09.116011 1176226 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Feb  4 17:57 /usr/share/ca-certificates/minikubeCA.pem
	I0204 17:57:09.116058 1176226 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0204 17:57:09.122384 1176226 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"
	I0204 17:57:09.130463 1176226 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0204 17:57:09.133255 1176226 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
	I0204 17:57:09.133302 1176226 kubeadm.go:392] StartCluster: {Name:addons-420690 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 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.32.1 ClusterName:addons-420690 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSD
omain: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.32.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: SocketVMnetClientP
ath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0204 17:57:09.133391 1176226 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0204 17:57:09.133430 1176226 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0204 17:57:09.165438 1176226 cri.go:89] found id: ""
	I0204 17:57:09.165506 1176226 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0204 17:57:09.173957 1176226 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0204 17:57:09.182172 1176226 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0204 17:57:09.182245 1176226 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
	I0204 17:57:09.190148 1176226 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
	I0204 17:57:09.190166 1176226 kubeadm.go:157] found existing configuration files:
	
	I0204 17:57:09.190215 1176226 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0204 17:57:09.197959 1176226 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
	I0204 17:57:09.198025 1176226 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0204 17:57:09.206073 1176226 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0204 17:57:09.213606 1176226 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
	I0204 17:57:09.213661 1176226 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0204 17:57:09.220902 1176226 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0204 17:57:09.228677 1176226 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
	I0204 17:57:09.228732 1176226 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0204 17:57:09.236082 1176226 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0204 17:57:09.243684 1176226 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
	I0204 17:57:09.243755 1176226 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0204 17:57:09.251210 1176226 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.32.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"
	I0204 17:57:09.303789 1176226 kubeadm.go:310] 	[WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
	I0204 17:57:09.304077 1176226 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-1075-gcp\n", err: exit status 1
	I0204 17:57:09.356825 1176226 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0204 17:57:18.437215 1176226 kubeadm.go:310] [init] Using Kubernetes version: v1.32.1
	I0204 17:57:18.437338 1176226 kubeadm.go:310] [preflight] Running pre-flight checks
	I0204 17:57:18.437460 1176226 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0204 17:57:18.437556 1176226 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1075-gcp
	I0204 17:57:18.437618 1176226 kubeadm.go:310] OS: Linux
	I0204 17:57:18.437691 1176226 kubeadm.go:310] CGROUPS_CPU: enabled
	I0204 17:57:18.437765 1176226 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0204 17:57:18.437840 1176226 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0204 17:57:18.437923 1176226 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0204 17:57:18.437983 1176226 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0204 17:57:18.438097 1176226 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0204 17:57:18.438177 1176226 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0204 17:57:18.438305 1176226 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0204 17:57:18.438397 1176226 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0204 17:57:18.438522 1176226 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0204 17:57:18.438651 1176226 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0204 17:57:18.438766 1176226 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0204 17:57:18.438850 1176226 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0204 17:57:18.440320 1176226 out.go:235]   - Generating certificates and keys ...
	I0204 17:57:18.440428 1176226 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0204 17:57:18.440510 1176226 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0204 17:57:18.440591 1176226 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0204 17:57:18.440668 1176226 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0204 17:57:18.440754 1176226 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0204 17:57:18.440819 1176226 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0204 17:57:18.440888 1176226 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0204 17:57:18.441036 1176226 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-420690 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0204 17:57:18.441087 1176226 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0204 17:57:18.441219 1176226 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-420690 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0204 17:57:18.441318 1176226 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0204 17:57:18.441409 1176226 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0204 17:57:18.441475 1176226 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0204 17:57:18.441552 1176226 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0204 17:57:18.441626 1176226 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0204 17:57:18.441704 1176226 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0204 17:57:18.441786 1176226 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0204 17:57:18.441973 1176226 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0204 17:57:18.442059 1176226 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0204 17:57:18.442159 1176226 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0204 17:57:18.442251 1176226 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0204 17:57:18.443696 1176226 out.go:235]   - Booting up control plane ...
	I0204 17:57:18.443789 1176226 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0204 17:57:18.443868 1176226 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0204 17:57:18.443929 1176226 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0204 17:57:18.444040 1176226 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0204 17:57:18.444139 1176226 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0204 17:57:18.444180 1176226 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0204 17:57:18.444291 1176226 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0204 17:57:18.444392 1176226 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0204 17:57:18.444444 1176226 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 502.094578ms
	I0204 17:57:18.444514 1176226 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0204 17:57:18.444563 1176226 kubeadm.go:310] [api-check] The API server is healthy after 4.501673361s
	I0204 17:57:18.444679 1176226 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0204 17:57:18.444813 1176226 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0204 17:57:18.444871 1176226 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0204 17:57:18.445015 1176226 kubeadm.go:310] [mark-control-plane] Marking the node addons-420690 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0204 17:57:18.445063 1176226 kubeadm.go:310] [bootstrap-token] Using token: vjf1ne.aeqnpjggwjydi3r5
	I0204 17:57:18.446405 1176226 out.go:235]   - Configuring RBAC rules ...
	I0204 17:57:18.446516 1176226 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0204 17:57:18.446589 1176226 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0204 17:57:18.446739 1176226 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
	I0204 17:57:18.446893 1176226 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0204 17:57:18.446983 1176226 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0204 17:57:18.447048 1176226 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0204 17:57:18.447148 1176226 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0204 17:57:18.447213 1176226 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0204 17:57:18.447255 1176226 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0204 17:57:18.447269 1176226 kubeadm.go:310] 
	I0204 17:57:18.447324 1176226 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0204 17:57:18.447330 1176226 kubeadm.go:310] 
	I0204 17:57:18.447402 1176226 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0204 17:57:18.447412 1176226 kubeadm.go:310] 
	I0204 17:57:18.447439 1176226 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0204 17:57:18.447488 1176226 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0204 17:57:18.447542 1176226 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0204 17:57:18.447548 1176226 kubeadm.go:310] 
	I0204 17:57:18.447592 1176226 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0204 17:57:18.447598 1176226 kubeadm.go:310] 
	I0204 17:57:18.447639 1176226 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0204 17:57:18.447645 1176226 kubeadm.go:310] 
	I0204 17:57:18.447692 1176226 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0204 17:57:18.447760 1176226 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0204 17:57:18.447833 1176226 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0204 17:57:18.447840 1176226 kubeadm.go:310] 
	I0204 17:57:18.447918 1176226 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0204 17:57:18.447986 1176226 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0204 17:57:18.447996 1176226 kubeadm.go:310] 
	I0204 17:57:18.448069 1176226 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token vjf1ne.aeqnpjggwjydi3r5 \
	I0204 17:57:18.448154 1176226 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:ae2f0a25a4b7f9b0b0a2276dfecd5f61cd8393c75f2ca174084c4232cf75988d \
	I0204 17:57:18.448174 1176226 kubeadm.go:310] 	--control-plane 
	I0204 17:57:18.448180 1176226 kubeadm.go:310] 
	I0204 17:57:18.448255 1176226 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0204 17:57:18.448263 1176226 kubeadm.go:310] 
	I0204 17:57:18.448331 1176226 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token vjf1ne.aeqnpjggwjydi3r5 \
	I0204 17:57:18.448421 1176226 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:ae2f0a25a4b7f9b0b0a2276dfecd5f61cd8393c75f2ca174084c4232cf75988d 
	I0204 17:57:18.448447 1176226 cni.go:84] Creating CNI manager for ""
	I0204 17:57:18.448456 1176226 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0204 17:57:18.449746 1176226 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0204 17:57:18.450855 1176226 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0204 17:57:18.454653 1176226 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.32.1/kubectl ...
	I0204 17:57:18.454673 1176226 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0204 17:57:18.471429 1176226 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0204 17:57:18.666363 1176226 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0204 17:57:18.666442 1176226 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0204 17:57:18.666482 1176226 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-420690 minikube.k8s.io/updated_at=2025_02_04T17_57_18_0700 minikube.k8s.io/version=v1.35.0 minikube.k8s.io/commit=2ad12868b53d667fdb2ff045ead964d3d2f95148 minikube.k8s.io/name=addons-420690 minikube.k8s.io/primary=true
	I0204 17:57:18.674442 1176226 ops.go:34] apiserver oom_adj: -16
	I0204 17:57:18.775032 1176226 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0204 17:57:19.275090 1176226 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0204 17:57:19.775320 1176226 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0204 17:57:20.275794 1176226 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0204 17:57:20.775678 1176226 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0204 17:57:21.275229 1176226 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0204 17:57:21.775349 1176226 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0204 17:57:22.276065 1176226 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0204 17:57:22.776008 1176226 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0204 17:57:22.840856 1176226 kubeadm.go:1113] duration metric: took 4.174479146s to wait for elevateKubeSystemPrivileges
	I0204 17:57:22.840912 1176226 kubeadm.go:394] duration metric: took 13.70761296s to StartCluster
	I0204 17:57:22.840938 1176226 settings.go:142] acquiring lock: {Name:mkeed7459383e56adc85a752e05edb4390ed08f5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0204 17:57:22.841064 1176226 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/20345-1167988/kubeconfig
	I0204 17:57:22.841601 1176226 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20345-1167988/kubeconfig: {Name:mkcc79b875f114d38109a7563bd0a2a0783de3c6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0204 17:57:22.841872 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0204 17:57:22.841888 1176226 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0204 17:57:22.841978 1176226 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:true 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 kubetail: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]
	I0204 17:57:22.842106 1176226 config.go:182] Loaded profile config "addons-420690": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0204 17:57:22.842173 1176226 addons.go:69] Setting ingress-dns=true in profile "addons-420690"
	I0204 17:57:22.842192 1176226 addons.go:69] Setting metrics-server=true in profile "addons-420690"
	I0204 17:57:22.842213 1176226 addons.go:238] Setting addon metrics-server=true in "addons-420690"
	I0204 17:57:22.842257 1176226 host.go:66] Checking if "addons-420690" exists ...
	I0204 17:57:22.842175 1176226 addons.go:69] Setting gcp-auth=true in profile "addons-420690"
	I0204 17:57:22.842324 1176226 mustload.go:65] Loading cluster: addons-420690
	I0204 17:57:22.842215 1176226 addons.go:238] Setting addon ingress-dns=true in "addons-420690"
	I0204 17:57:22.842458 1176226 host.go:66] Checking if "addons-420690" exists ...
	I0204 17:57:22.842134 1176226 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-420690"
	I0204 17:57:22.842524 1176226 config.go:182] Loaded profile config "addons-420690": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0204 17:57:22.842540 1176226 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-420690"
	I0204 17:57:22.842573 1176226 host.go:66] Checking if "addons-420690" exists ...
	I0204 17:57:22.842142 1176226 addons.go:69] Setting registry=true in profile "addons-420690"
	I0204 17:57:22.842651 1176226 addons.go:238] Setting addon registry=true in "addons-420690"
	I0204 17:57:22.842138 1176226 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-420690"
	I0204 17:57:22.842692 1176226 host.go:66] Checking if "addons-420690" exists ...
	I0204 17:57:22.842738 1176226 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-420690"
	I0204 17:57:22.842766 1176226 host.go:66] Checking if "addons-420690" exists ...
	I0204 17:57:22.842781 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:22.842862 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:22.842940 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:22.843060 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:22.843229 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:22.843229 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:22.842152 1176226 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-420690"
	I0204 17:57:22.843515 1176226 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-420690"
	I0204 17:57:22.843547 1176226 host.go:66] Checking if "addons-420690" exists ...
	I0204 17:57:22.844014 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:22.842158 1176226 addons.go:69] Setting volumesnapshots=true in profile "addons-420690"
	I0204 17:57:22.846729 1176226 addons.go:238] Setting addon volumesnapshots=true in "addons-420690"
	I0204 17:57:22.846809 1176226 host.go:66] Checking if "addons-420690" exists ...
	I0204 17:57:22.847421 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:22.849592 1176226 out.go:177] * Verifying Kubernetes components...
	I0204 17:57:22.842162 1176226 addons.go:69] Setting cloud-spanner=true in profile "addons-420690"
	I0204 17:57:22.855023 1176226 addons.go:238] Setting addon cloud-spanner=true in "addons-420690"
	I0204 17:57:22.855080 1176226 host.go:66] Checking if "addons-420690" exists ...
	I0204 17:57:22.842158 1176226 addons.go:69] Setting ingress=true in profile "addons-420690"
	I0204 17:57:22.855504 1176226 addons.go:238] Setting addon ingress=true in "addons-420690"
	I0204 17:57:22.855605 1176226 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0204 17:57:22.842161 1176226 addons.go:69] Setting volcano=true in profile "addons-420690"
	I0204 17:57:22.855655 1176226 addons.go:238] Setting addon volcano=true in "addons-420690"
	I0204 17:57:22.855683 1176226 host.go:66] Checking if "addons-420690" exists ...
	I0204 17:57:22.855882 1176226 host.go:66] Checking if "addons-420690" exists ...
	I0204 17:57:22.842168 1176226 addons.go:69] Setting default-storageclass=true in profile "addons-420690"
	I0204 17:57:22.856003 1176226 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-420690"
	I0204 17:57:22.856188 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:22.856314 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:22.842178 1176226 addons.go:69] Setting inspektor-gadget=true in profile "addons-420690"
	I0204 17:57:22.856617 1176226 addons.go:238] Setting addon inspektor-gadget=true in "addons-420690"
	I0204 17:57:22.856649 1176226 host.go:66] Checking if "addons-420690" exists ...
	I0204 17:57:22.857070 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:22.857704 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:22.860298 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:22.842178 1176226 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-420690"
	I0204 17:57:22.883568 1176226 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-420690"
	I0204 17:57:22.884011 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:22.842121 1176226 addons.go:69] Setting yakd=true in profile "addons-420690"
	I0204 17:57:22.842150 1176226 addons.go:69] Setting storage-provisioner=true in profile "addons-420690"
	I0204 17:57:22.885718 1176226 addons.go:238] Setting addon storage-provisioner=true in "addons-420690"
	I0204 17:57:22.885778 1176226 host.go:66] Checking if "addons-420690" exists ...
	I0204 17:57:22.885855 1176226 addons.go:238] Setting addon yakd=true in "addons-420690"
	I0204 17:57:22.885904 1176226 host.go:66] Checking if "addons-420690" exists ...
	I0204 17:57:22.886957 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:22.887004 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:22.889772 1176226 out.go:177]   - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
	I0204 17:57:22.891437 1176226 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0204 17:57:22.891503 1176226 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
	I0204 17:57:22.891627 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:22.899884 1176226 host.go:66] Checking if "addons-420690" exists ...
	I0204 17:57:22.900125 1176226 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	W0204 17:57:22.903540 1176226 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0204 17:57:22.904853 1176226 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0204 17:57:22.904966 1176226 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.8
	I0204 17:57:22.912096 1176226 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0204 17:57:22.914951 1176226 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.0
	I0204 17:57:22.915136 1176226 out.go:177]   - Using image docker.io/registry:2.8.3
	I0204 17:57:22.915708 1176226 addons.go:238] Setting addon default-storageclass=true in "addons-420690"
	I0204 17:57:22.915757 1176226 host.go:66] Checking if "addons-420690" exists ...
	I0204 17:57:22.916242 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:22.917121 1176226 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0204 17:57:22.917139 1176226 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0204 17:57:22.917191 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:22.917429 1176226 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0204 17:57:22.918737 1176226 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
	I0204 17:57:22.918754 1176226 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0204 17:57:22.918795 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:22.919346 1176226 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0204 17:57:22.922458 1176226 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0204 17:57:22.922479 1176226 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0204 17:57:22.922531 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:22.922714 1176226 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0204 17:57:22.924157 1176226 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0204 17:57:22.925342 1176226 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0204 17:57:22.926306 1176226 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0204 17:57:22.927429 1176226 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0204 17:57:22.927465 1176226 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0204 17:57:22.927474 1176226 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0204 17:57:22.927524 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:22.928515 1176226 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0204 17:57:22.928536 1176226 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0204 17:57:22.928594 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:22.928740 1176226 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.37.0
	I0204 17:57:22.929876 1176226 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
	I0204 17:57:22.929894 1176226 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
	I0204 17:57:22.929942 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:22.946688 1176226 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0204 17:57:22.947757 1176226 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0204 17:57:22.947781 1176226 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0204 17:57:22.947851 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:22.962863 1176226 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0204 17:57:22.963263 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:22.964047 1176226 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0204 17:57:22.964081 1176226 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0204 17:57:22.964142 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:22.966108 1176226 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.28
	I0204 17:57:22.966533 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:22.972864 1176226 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
	I0204 17:57:22.972888 1176226 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0204 17:57:22.972948 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:22.973108 1176226 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.3
	I0204 17:57:22.976604 1176226 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I0204 17:57:22.980424 1176226 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I0204 17:57:22.981827 1176226 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0204 17:57:22.981851 1176226 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0204 17:57:22.981927 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:22.982106 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:22.983976 1176226 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-420690"
	I0204 17:57:22.984026 1176226 host.go:66] Checking if "addons-420690" exists ...
	I0204 17:57:22.984510 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:22.999025 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:23.003341 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:23.011264 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:23.019969 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:23.023290 1176226 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0204 17:57:23.024680 1176226 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0204 17:57:23.024703 1176226 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0204 17:57:23.024764 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:23.029586 1176226 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
	I0204 17:57:23.029607 1176226 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0204 17:57:23.029663 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:23.029778 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:23.032402 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:23.034418 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:23.036270 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:23.036763 1176226 out.go:177]   - Using image docker.io/busybox:stable
	I0204 17:57:23.038044 1176226 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0204 17:57:23.039276 1176226 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0204 17:57:23.039296 1176226 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0204 17:57:23.039353 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:23.057111 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:23.061190 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:23.061878 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	W0204 17:57:23.071335 1176226 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0204 17:57:23.071374 1176226 retry.go:31] will retry after 254.633332ms: ssh: handshake failed: EOF
	W0204 17:57:23.071562 1176226 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0204 17:57:23.071587 1176226 retry.go:31] will retry after 314.214394ms: ssh: handshake failed: EOF
	I0204 17:57:23.172992 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.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.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0204 17:57:23.173130 1176226 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0204 17:57:23.380188 1176226 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0204 17:57:23.380270 1176226 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0204 17:57:23.382045 1176226 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0204 17:57:23.384681 1176226 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0204 17:57:23.384739 1176226 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0204 17:57:23.477136 1176226 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
	I0204 17:57:23.477165 1176226 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14539 bytes)
	I0204 17:57:23.491558 1176226 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0204 17:57:23.491591 1176226 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0204 17:57:23.576508 1176226 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0204 17:57:23.584937 1176226 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0204 17:57:23.586967 1176226 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0204 17:57:23.586993 1176226 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)
	I0204 17:57:23.588112 1176226 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
	I0204 17:57:23.588141 1176226 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0204 17:57:23.668362 1176226 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0204 17:57:23.669146 1176226 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0204 17:57:23.670144 1176226 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0204 17:57:23.670191 1176226 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0204 17:57:23.674188 1176226 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0204 17:57:23.680377 1176226 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0204 17:57:23.680441 1176226 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0204 17:57:23.767979 1176226 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0204 17:57:23.868768 1176226 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0204 17:57:23.868919 1176226 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0204 17:57:23.869858 1176226 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0204 17:57:23.869915 1176226 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0204 17:57:23.875156 1176226 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0204 17:57:23.875258 1176226 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0204 17:57:23.969212 1176226 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0204 17:57:23.969244 1176226 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0204 17:57:23.969301 1176226 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0204 17:57:23.969313 1176226 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0204 17:57:23.974770 1176226 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0204 17:57:24.076002 1176226 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0204 17:57:24.076103 1176226 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0204 17:57:24.076339 1176226 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0204 17:57:24.188009 1176226 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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
	I0204 17:57:24.270132 1176226 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0204 17:57:24.270221 1176226 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0204 17:57:24.281248 1176226 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0204 17:57:24.370095 1176226 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0204 17:57:24.370197 1176226 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0204 17:57:24.488728 1176226 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0204 17:57:24.488819 1176226 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0204 17:57:24.670333 1176226 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0204 17:57:24.670395 1176226 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0204 17:57:24.783898 1176226 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0204 17:57:24.783980 1176226 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0204 17:57:24.878970 1176226 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0204 17:57:24.879074 1176226 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0204 17:57:24.884403 1176226 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.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.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.711362856s)
	I0204 17:57:24.884513 1176226 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0204 17:57:24.884609 1176226 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.711453207s)
	I0204 17:57:24.886981 1176226 node_ready.go:35] waiting up to 6m0s for node "addons-420690" to be "Ready" ...
	I0204 17:57:25.071871 1176226 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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
	I0204 17:57:25.186521 1176226 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (1.804403501s)
	I0204 17:57:25.186450 1176226 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (1.609850253s)
	I0204 17:57:25.270744 1176226 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0204 17:57:25.270838 1176226 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0204 17:57:25.589969 1176226 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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
	I0204 17:57:25.679574 1176226 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-420690" context rescaled to 1 replicas
	I0204 17:57:25.776012 1176226 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0204 17:57:25.776115 1176226 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0204 17:57:25.988577 1176226 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0204 17:57:25.988674 1176226 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0204 17:57:26.474346 1176226 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0204 17:57:26.474397 1176226 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0204 17:57:26.584941 1176226 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0204 17:57:26.585035 1176226 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0204 17:57:26.769310 1176226 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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
	I0204 17:57:27.080689 1176226 node_ready.go:53] node "addons-420690" has status "Ready":"False"
	I0204 17:57:27.669163 1176226 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.084180642s)
	I0204 17:57:27.669294 1176226 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.000884105s)
	I0204 17:57:29.375432 1176226 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.706106721s)
	I0204 17:57:29.375482 1176226 addons.go:479] Verifying addon ingress=true in "addons-420690"
	I0204 17:57:29.375522 1176226 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (5.701264418s)
	I0204 17:57:29.375653 1176226 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (5.607586472s)
	I0204 17:57:29.375682 1176226 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.400883744s)
	I0204 17:57:29.375729 1176226 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.299326849s)
	I0204 17:57:29.375853 1176226 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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: (5.187751348s)
	I0204 17:57:29.375892 1176226 addons.go:479] Verifying addon metrics-server=true in "addons-420690"
	I0204 17:57:29.375957 1176226 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.094608763s)
	I0204 17:57:29.376005 1176226 addons.go:479] Verifying addon registry=true in "addons-420690"
	I0204 17:57:29.377099 1176226 out.go:177] * Verifying ingress addon...
	I0204 17:57:29.377097 1176226 out.go:177] * Verifying registry addon...
	I0204 17:57:29.380254 1176226 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0204 17:57:29.380254 1176226 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	W0204 17:57:29.385049 1176226 out.go:270] ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error while marking storage class local-path as non-default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
	I0204 17:57:29.387992 1176226 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0204 17:57:29.388048 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:29.388467 1176226 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0204 17:57:29.388489 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:29.390276 1176226 node_ready.go:53] node "addons-420690" has status "Ready":"False"
	I0204 17:57:29.884754 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:29.885251 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:29.973277 1176226 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0204 17:57:29.973368 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:30.008441 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:30.082682 1176226 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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: (5.010699947s)
	W0204 17:57:30.082737 1176226 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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
	I0204 17:57:30.082765 1176226 retry.go:31] will retry after 167.631197ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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
	I0204 17:57:30.082824 1176226 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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.492822817s)
	I0204 17:57:30.084132 1176226 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-420690 service yakd-dashboard -n yakd-dashboard
	
	I0204 17:57:30.251451 1176226 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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
	I0204 17:57:30.284982 1176226 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0204 17:57:30.307141 1176226 addons.go:238] Setting addon gcp-auth=true in "addons-420690"
	I0204 17:57:30.307226 1176226 host.go:66] Checking if "addons-420690" exists ...
	I0204 17:57:30.307594 1176226 cli_runner.go:164] Run: docker container inspect addons-420690 --format={{.State.Status}}
	I0204 17:57:30.324827 1176226 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0204 17:57:30.324888 1176226 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-420690
	I0204 17:57:30.342411 1176226 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33895 SSHKeyPath:/home/jenkins/minikube-integration/20345-1167988/.minikube/machines/addons-420690/id_rsa Username:docker}
	I0204 17:57:30.384507 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:30.385027 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:30.884659 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:30.887028 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:31.069092 1176226 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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.29965635s)
	I0204 17:57:31.069146 1176226 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-420690"
	I0204 17:57:31.070628 1176226 out.go:177] * Verifying csi-hostpath-driver addon...
	I0204 17:57:31.072630 1176226 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0204 17:57:31.075411 1176226 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0204 17:57:31.075435 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:31.384268 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:31.384834 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:31.576057 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:31.884449 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:31.884967 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:31.890195 1176226 node_ready.go:53] node "addons-420690" has status "Ready":"False"
	I0204 17:57:32.076582 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:32.383664 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:32.384106 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:32.576615 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:32.883291 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:32.883836 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:33.076747 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:33.221279 1176226 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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: (2.969781891s)
	I0204 17:57:33.221351 1176226 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.896490343s)
	I0204 17:57:33.223101 1176226 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I0204 17:57:33.224361 1176226 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
	I0204 17:57:33.225292 1176226 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0204 17:57:33.225305 1176226 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0204 17:57:33.242048 1176226 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0204 17:57:33.242071 1176226 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0204 17:57:33.258176 1176226 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0204 17:57:33.258197 1176226 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0204 17:57:33.274494 1176226 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.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
	I0204 17:57:33.383801 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:33.384751 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:33.576306 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:33.673401 1176226 addons.go:479] Verifying addon gcp-auth=true in "addons-420690"
	I0204 17:57:33.674793 1176226 out.go:177] * Verifying gcp-auth addon...
	I0204 17:57:33.676958 1176226 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0204 17:57:33.679496 1176226 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0204 17:57:33.679516 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:33.883706 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:33.884242 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:34.076443 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:34.180101 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:34.383955 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:34.384437 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:34.390218 1176226 node_ready.go:53] node "addons-420690" has status "Ready":"False"
	I0204 17:57:34.575984 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:34.680705 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:34.883401 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:34.883692 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:35.076593 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:35.179826 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:35.383748 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:35.384083 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:35.576845 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:35.680290 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:35.884587 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:35.885023 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:36.076635 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:36.180337 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:36.384529 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:36.385048 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:36.576683 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:36.680433 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:36.882920 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:36.883592 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:36.890332 1176226 node_ready.go:53] node "addons-420690" has status "Ready":"False"
	I0204 17:57:37.076029 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:37.182197 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:37.383927 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:37.384349 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:37.576505 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:37.680102 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:37.884080 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:37.884526 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:38.076232 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:38.182699 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:38.383987 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:38.384387 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:38.576020 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:38.680716 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:38.883986 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:38.885440 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:39.076783 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:39.180403 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:39.384044 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:39.384515 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:39.390040 1176226 node_ready.go:53] node "addons-420690" has status "Ready":"False"
	I0204 17:57:39.575948 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:39.680570 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:39.884019 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:39.884484 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:40.076052 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:40.180853 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:40.383581 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:40.384151 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:40.576464 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:40.680081 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:40.883889 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:40.884373 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:41.075582 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:41.180491 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:41.384363 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:41.384794 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:41.576288 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:41.680839 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:41.884338 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:41.884606 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:41.890237 1176226 node_ready.go:53] node "addons-420690" has status "Ready":"False"
	I0204 17:57:42.076252 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:42.185837 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:42.384669 1176226 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0204 17:57:42.384700 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:42.386336 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:42.390883 1176226 node_ready.go:49] node "addons-420690" has status "Ready":"True"
	I0204 17:57:42.390905 1176226 node_ready.go:38] duration metric: took 17.503766262s for node "addons-420690" to be "Ready" ...
	I0204 17:57:42.390914 1176226 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" ...
	I0204 17:57:42.400525 1176226 pod_ready.go:79] waiting up to 6m0s for pod "amd-gpu-device-plugin-7kbnz" in "kube-system" namespace to be "Ready" ...
	I0204 17:57:42.578730 1176226 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0204 17:57:42.578759 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:42.680678 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:42.885267 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:42.886338 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:43.081253 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:43.181405 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:43.384360 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:43.385097 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:43.577220 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:43.680433 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:43.885248 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:43.886378 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:44.078127 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:44.181868 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:44.383982 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:44.384277 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:44.406450 1176226 pod_ready.go:103] pod "amd-gpu-device-plugin-7kbnz" in "kube-system" namespace has status "Ready":"False"
	I0204 17:57:44.578166 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:44.680889 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:44.884496 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:44.884979 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:45.077607 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:45.181160 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:45.384515 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:45.384938 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:45.577263 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:45.681322 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:45.885853 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:45.886517 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:46.076798 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:46.183242 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:46.384195 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:46.384669 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:46.577113 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:46.680090 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:46.884708 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:46.885063 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:46.907760 1176226 pod_ready.go:103] pod "amd-gpu-device-plugin-7kbnz" in "kube-system" namespace has status "Ready":"False"
	I0204 17:57:47.078124 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:47.181479 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:47.383399 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:47.383922 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:47.577672 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:47.680162 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:47.884525 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:47.884993 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:48.076705 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:48.180701 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:48.383776 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:48.384470 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:48.577319 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:48.680662 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:48.884018 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:48.884395 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:49.077450 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:49.180740 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:49.383770 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:49.383949 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:49.405557 1176226 pod_ready.go:103] pod "amd-gpu-device-plugin-7kbnz" in "kube-system" namespace has status "Ready":"False"
	I0204 17:57:49.578401 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:49.681535 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:49.885326 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:49.885597 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:50.078195 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:50.181083 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:50.384654 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:50.385086 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:50.577933 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:50.680939 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:50.884250 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:50.884537 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:51.077829 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:51.184790 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:51.384004 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:51.384668 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:51.405900 1176226 pod_ready.go:103] pod "amd-gpu-device-plugin-7kbnz" in "kube-system" namespace has status "Ready":"False"
	I0204 17:57:51.577425 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:51.680358 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:51.884495 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:51.884815 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:52.076892 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:52.180904 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:52.384091 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:52.384385 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:52.577076 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:52.679965 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:52.883936 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:52.884551 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:53.077924 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:53.181220 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:53.384246 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:53.384596 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:53.405991 1176226 pod_ready.go:103] pod "amd-gpu-device-plugin-7kbnz" in "kube-system" namespace has status "Ready":"False"
	I0204 17:57:53.576718 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:53.680731 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:53.883956 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:53.884303 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:54.077271 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:54.182762 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:54.384141 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:54.384832 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:54.577437 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:54.680759 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:54.884203 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:54.885416 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:55.077444 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:55.180447 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:55.384412 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:55.386036 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:55.471699 1176226 pod_ready.go:103] pod "amd-gpu-device-plugin-7kbnz" in "kube-system" namespace has status "Ready":"False"
	I0204 17:57:55.578317 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:55.680326 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:55.884623 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:55.884993 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:56.077419 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:56.183302 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:56.385051 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:56.385428 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:56.578139 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:56.680893 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:56.884198 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:56.884764 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:57.077800 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:57.180870 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:57.385097 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:57.385216 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:57.577725 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:57.681295 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:57.885040 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:57.885527 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:57.908492 1176226 pod_ready.go:103] pod "amd-gpu-device-plugin-7kbnz" in "kube-system" namespace has status "Ready":"False"
	I0204 17:57:58.078688 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:58.181447 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:58.384738 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:58.385028 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:58.578497 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:58.680949 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:58.883954 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:58.884430 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:59.077789 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:59.180933 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:59.384437 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:59.384655 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:57:59.576874 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:57:59.680671 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:57:59.884014 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:57:59.884295 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:00.077317 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:00.182269 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:00.384530 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:00.384915 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:00.406516 1176226 pod_ready.go:103] pod "amd-gpu-device-plugin-7kbnz" in "kube-system" namespace has status "Ready":"False"
	I0204 17:58:00.577103 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:00.680401 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:00.884945 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:00.885181 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:01.077338 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:01.180261 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:01.384887 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:01.385527 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:01.577828 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:01.680755 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:01.886580 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:01.886877 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:02.078081 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:02.181142 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:02.384576 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:02.385111 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:02.407235 1176226 pod_ready.go:103] pod "amd-gpu-device-plugin-7kbnz" in "kube-system" namespace has status "Ready":"False"
	I0204 17:58:02.576720 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:02.680965 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:02.884341 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:02.884498 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:03.077387 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:03.180833 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:03.384637 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:03.384857 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:03.577446 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:03.680995 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:03.884444 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:03.884631 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:04.077529 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:04.181232 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:04.384484 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:04.384793 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:04.577425 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:04.680284 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:04.884382 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:04.884528 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:04.905311 1176226 pod_ready.go:103] pod "amd-gpu-device-plugin-7kbnz" in "kube-system" namespace has status "Ready":"False"
	I0204 17:58:05.077235 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:05.182852 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:05.383970 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:05.384390 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:05.577200 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:05.680201 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:05.884332 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:05.884614 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:06.076813 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:06.181354 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:06.384622 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:06.384715 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:06.577619 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:06.680258 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:06.885103 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:06.885737 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:06.906412 1176226 pod_ready.go:103] pod "amd-gpu-device-plugin-7kbnz" in "kube-system" namespace has status "Ready":"False"
	I0204 17:58:07.078192 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:07.180264 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:07.385314 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:07.385959 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:07.578188 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:07.680851 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:07.884304 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:07.884475 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:08.077156 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:08.182888 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:08.385075 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:08.385291 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:08.577054 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:08.680434 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:08.885161 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:08.885161 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:09.077532 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:09.180363 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:09.385170 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:09.385653 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:09.405291 1176226 pod_ready.go:103] pod "amd-gpu-device-plugin-7kbnz" in "kube-system" namespace has status "Ready":"False"
	I0204 17:58:09.576843 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:09.679776 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:09.884032 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:09.884413 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:10.076828 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:10.180567 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:10.384370 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:10.384875 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:10.578029 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:10.680858 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:10.884024 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:10.884130 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:11.077548 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:11.182718 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:11.384248 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:11.384551 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:11.405359 1176226 pod_ready.go:103] pod "amd-gpu-device-plugin-7kbnz" in "kube-system" namespace has status "Ready":"False"
	I0204 17:58:11.577000 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:11.681316 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:11.884819 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:11.885341 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:12.076814 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:12.180365 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:12.385080 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:12.385260 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:12.577643 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:12.681185 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:12.884836 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:12.885190 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:13.076855 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:13.180839 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:13.384537 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:13.385007 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:13.406051 1176226 pod_ready.go:103] pod "amd-gpu-device-plugin-7kbnz" in "kube-system" namespace has status "Ready":"False"
	I0204 17:58:13.577215 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:13.680980 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:13.884180 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:13.884542 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:14.078786 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:14.180326 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:14.384542 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:14.385056 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:14.576491 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:14.680633 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:14.883919 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:14.884323 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:15.077172 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:15.182806 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:15.384597 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:15.384916 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:15.406620 1176226 pod_ready.go:103] pod "amd-gpu-device-plugin-7kbnz" in "kube-system" namespace has status "Ready":"False"
	I0204 17:58:15.577816 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:15.680731 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:15.884070 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:15.884537 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:16.076676 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:16.182855 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:16.384308 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:16.384501 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:16.405794 1176226 pod_ready.go:93] pod "amd-gpu-device-plugin-7kbnz" in "kube-system" namespace has status "Ready":"True"
	I0204 17:58:16.405819 1176226 pod_ready.go:82] duration metric: took 34.005264197s for pod "amd-gpu-device-plugin-7kbnz" in "kube-system" namespace to be "Ready" ...
	I0204 17:58:16.405833 1176226 pod_ready.go:79] waiting up to 6m0s for pod "coredns-668d6bf9bc-xd2w4" in "kube-system" namespace to be "Ready" ...
	I0204 17:58:16.409996 1176226 pod_ready.go:93] pod "coredns-668d6bf9bc-xd2w4" in "kube-system" namespace has status "Ready":"True"
	I0204 17:58:16.410015 1176226 pod_ready.go:82] duration metric: took 4.17498ms for pod "coredns-668d6bf9bc-xd2w4" in "kube-system" namespace to be "Ready" ...
	I0204 17:58:16.410034 1176226 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-420690" in "kube-system" namespace to be "Ready" ...
	I0204 17:58:16.413861 1176226 pod_ready.go:93] pod "etcd-addons-420690" in "kube-system" namespace has status "Ready":"True"
	I0204 17:58:16.413876 1176226 pod_ready.go:82] duration metric: took 3.836687ms for pod "etcd-addons-420690" in "kube-system" namespace to be "Ready" ...
	I0204 17:58:16.413887 1176226 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-420690" in "kube-system" namespace to be "Ready" ...
	I0204 17:58:16.417672 1176226 pod_ready.go:93] pod "kube-apiserver-addons-420690" in "kube-system" namespace has status "Ready":"True"
	I0204 17:58:16.417687 1176226 pod_ready.go:82] duration metric: took 3.793037ms for pod "kube-apiserver-addons-420690" in "kube-system" namespace to be "Ready" ...
	I0204 17:58:16.417695 1176226 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-420690" in "kube-system" namespace to be "Ready" ...
	I0204 17:58:16.421492 1176226 pod_ready.go:93] pod "kube-controller-manager-addons-420690" in "kube-system" namespace has status "Ready":"True"
	I0204 17:58:16.421509 1176226 pod_ready.go:82] duration metric: took 3.807928ms for pod "kube-controller-manager-addons-420690" in "kube-system" namespace to be "Ready" ...
	I0204 17:58:16.421519 1176226 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-nfp5m" in "kube-system" namespace to be "Ready" ...
	I0204 17:58:16.577764 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:16.680604 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:16.804068 1176226 pod_ready.go:93] pod "kube-proxy-nfp5m" in "kube-system" namespace has status "Ready":"True"
	I0204 17:58:16.804093 1176226 pod_ready.go:82] duration metric: took 382.566413ms for pod "kube-proxy-nfp5m" in "kube-system" namespace to be "Ready" ...
	I0204 17:58:16.804114 1176226 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-420690" in "kube-system" namespace to be "Ready" ...
	I0204 17:58:16.884424 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:16.884891 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:17.076184 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:17.182764 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:17.204040 1176226 pod_ready.go:93] pod "kube-scheduler-addons-420690" in "kube-system" namespace has status "Ready":"True"
	I0204 17:58:17.204068 1176226 pod_ready.go:82] duration metric: took 399.945125ms for pod "kube-scheduler-addons-420690" in "kube-system" namespace to be "Ready" ...
	I0204 17:58:17.204082 1176226 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-7fbb699795-kbntp" in "kube-system" namespace to be "Ready" ...
	I0204 17:58:17.384641 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:17.384892 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:17.577332 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:17.604124 1176226 pod_ready.go:93] pod "metrics-server-7fbb699795-kbntp" in "kube-system" namespace has status "Ready":"True"
	I0204 17:58:17.604148 1176226 pod_ready.go:82] duration metric: took 400.058677ms for pod "metrics-server-7fbb699795-kbntp" in "kube-system" namespace to be "Ready" ...
	I0204 17:58:17.604158 1176226 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-glw5w" in "kube-system" namespace to be "Ready" ...
	I0204 17:58:17.681221 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:17.884480 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:17.884580 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:18.076574 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:18.181065 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:18.384509 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:18.384792 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:18.577187 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:18.680596 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:18.884856 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:18.885508 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:19.077809 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:19.183166 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:19.446441 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:19.446710 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:19.576594 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:19.609475 1176226 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-glw5w" in "kube-system" namespace has status "Ready":"False"
	I0204 17:58:19.679932 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:19.884336 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:19.884770 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:20.077117 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:20.180052 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:20.384648 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:20.384879 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:20.577072 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:20.679917 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:20.886530 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:20.887082 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:21.077754 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:21.180443 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:21.388499 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:21.389591 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:21.577148 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:21.611038 1176226 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-glw5w" in "kube-system" namespace has status "Ready":"False"
	I0204 17:58:21.680391 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:21.885207 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:21.886462 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:22.077732 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:22.180054 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:22.384794 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:22.385461 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:22.579785 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:22.681274 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:22.887478 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:22.889303 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:23.080044 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:23.184546 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:23.389464 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:23.393607 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:23.577325 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:23.611078 1176226 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-glw5w" in "kube-system" namespace has status "Ready":"False"
	I0204 17:58:23.680796 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:23.884077 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:23.884564 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:24.077845 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:24.180885 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:24.384342 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:24.384531 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:24.577057 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:24.680384 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:24.884855 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:24.885464 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:25.077779 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:25.181114 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:25.384468 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:25.385534 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:25.578812 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:25.680609 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:25.885024 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:25.885080 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:26.077884 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:26.110082 1176226 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-glw5w" in "kube-system" namespace has status "Ready":"False"
	I0204 17:58:26.183414 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:26.384467 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:26.385068 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:26.577204 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:26.680227 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:26.887622 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:26.888162 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:27.077078 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:27.183347 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:27.385124 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:27.385207 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:27.578241 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:27.680717 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:27.884675 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:27.885149 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:28.077464 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:28.110211 1176226 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-glw5w" in "kube-system" namespace has status "Ready":"False"
	I0204 17:58:28.181648 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:28.384240 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:28.384757 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:28.576846 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:28.681013 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:28.884552 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:28.884760 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:29.077317 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:29.181296 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:29.384892 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:29.385538 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:29.577443 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:29.680628 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:29.883551 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:29.883920 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:30.077618 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:30.110619 1176226 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-glw5w" in "kube-system" namespace has status "Ready":"False"
	I0204 17:58:30.183366 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:30.384480 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:30.384806 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:30.577481 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:30.610995 1176226 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-glw5w" in "kube-system" namespace has status "Ready":"True"
	I0204 17:58:30.611020 1176226 pod_ready.go:82] duration metric: took 13.006853533s for pod "nvidia-device-plugin-daemonset-glw5w" in "kube-system" namespace to be "Ready" ...
	I0204 17:58:30.611044 1176226 pod_ready.go:39] duration metric: took 48.220082526s 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" ...
	I0204 17:58:30.611067 1176226 api_server.go:52] waiting for apiserver process to appear ...
	I0204 17:58:30.611122 1176226 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0204 17:58:30.611205 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0204 17:58:30.673558 1176226 cri.go:89] found id: "e831bac2610f220ce37e923e5b3bea0fdc0796f45008e98b368133e53cee6848"
	I0204 17:58:30.673589 1176226 cri.go:89] found id: ""
	I0204 17:58:30.673601 1176226 logs.go:282] 1 containers: [e831bac2610f220ce37e923e5b3bea0fdc0796f45008e98b368133e53cee6848]
	I0204 17:58:30.673664 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:30.678192 1176226 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0204 17:58:30.678268 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0204 17:58:30.681310 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:30.715154 1176226 cri.go:89] found id: "e39ea12dee38b61cee74b7da0e5a202be497656f4fe8f20f2456f035d002248a"
	I0204 17:58:30.715196 1176226 cri.go:89] found id: ""
	I0204 17:58:30.715207 1176226 logs.go:282] 1 containers: [e39ea12dee38b61cee74b7da0e5a202be497656f4fe8f20f2456f035d002248a]
	I0204 17:58:30.715267 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:30.719402 1176226 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0204 17:58:30.719469 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0204 17:58:30.795157 1176226 cri.go:89] found id: "b3361a79bad5bdfd0c1c0c6626440bc35580a7561cfb48e275a4d6bc38ab65eb"
	I0204 17:58:30.795195 1176226 cri.go:89] found id: ""
	I0204 17:58:30.795205 1176226 logs.go:282] 1 containers: [b3361a79bad5bdfd0c1c0c6626440bc35580a7561cfb48e275a4d6bc38ab65eb]
	I0204 17:58:30.795263 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:30.798680 1176226 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0204 17:58:30.798740 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0204 17:58:30.876687 1176226 cri.go:89] found id: "a9c8e17e83ead1cfec7b1e6cca4aa3d7213b8eeaebf8f7bf47fdb8e0e6f5031f"
	I0204 17:58:30.876716 1176226 cri.go:89] found id: ""
	I0204 17:58:30.876728 1176226 logs.go:282] 1 containers: [a9c8e17e83ead1cfec7b1e6cca4aa3d7213b8eeaebf8f7bf47fdb8e0e6f5031f]
	I0204 17:58:30.876780 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:30.880332 1176226 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0204 17:58:30.880407 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0204 17:58:30.884918 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:30.885035 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:30.915943 1176226 cri.go:89] found id: "2cfe9a898518a16e776460086611087d318073fa0f993e28e47b153862b4c299"
	I0204 17:58:30.915970 1176226 cri.go:89] found id: ""
	I0204 17:58:30.915980 1176226 logs.go:282] 1 containers: [2cfe9a898518a16e776460086611087d318073fa0f993e28e47b153862b4c299]
	I0204 17:58:30.916043 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:30.919785 1176226 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0204 17:58:30.919862 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0204 17:58:31.000530 1176226 cri.go:89] found id: "6204d92f9b156911f06516cea43848719d5ce64803da39d0b8f39f11a28e497b"
	I0204 17:58:31.000552 1176226 cri.go:89] found id: ""
	I0204 17:58:31.000563 1176226 logs.go:282] 1 containers: [6204d92f9b156911f06516cea43848719d5ce64803da39d0b8f39f11a28e497b]
	I0204 17:58:31.000619 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:31.004679 1176226 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0204 17:58:31.004755 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0204 17:58:31.077164 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:31.089099 1176226 cri.go:89] found id: "064e6ba992d82c5c35b67a77b633c4cb42952e17946500ef851ef68a0f78c328"
	I0204 17:58:31.089126 1176226 cri.go:89] found id: ""
	I0204 17:58:31.089136 1176226 logs.go:282] 1 containers: [064e6ba992d82c5c35b67a77b633c4cb42952e17946500ef851ef68a0f78c328]
	I0204 17:58:31.089195 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:31.093250 1176226 logs.go:123] Gathering logs for coredns [b3361a79bad5bdfd0c1c0c6626440bc35580a7561cfb48e275a4d6bc38ab65eb] ...
	I0204 17:58:31.093281 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b3361a79bad5bdfd0c1c0c6626440bc35580a7561cfb48e275a4d6bc38ab65eb"
	I0204 17:58:31.180980 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:31.186847 1176226 logs.go:123] Gathering logs for kube-scheduler [a9c8e17e83ead1cfec7b1e6cca4aa3d7213b8eeaebf8f7bf47fdb8e0e6f5031f] ...
	I0204 17:58:31.186875 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a9c8e17e83ead1cfec7b1e6cca4aa3d7213b8eeaebf8f7bf47fdb8e0e6f5031f"
	I0204 17:58:31.232788 1176226 logs.go:123] Gathering logs for CRI-O ...
	I0204 17:58:31.232829 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0204 17:58:31.343424 1176226 logs.go:123] Gathering logs for kubelet ...
	I0204 17:58:31.343463 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0204 17:58:31.383868 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:31.384295 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:31.429959 1176226 logs.go:123] Gathering logs for kube-apiserver [e831bac2610f220ce37e923e5b3bea0fdc0796f45008e98b368133e53cee6848] ...
	I0204 17:58:31.429994 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e831bac2610f220ce37e923e5b3bea0fdc0796f45008e98b368133e53cee6848"
	I0204 17:58:31.476130 1176226 logs.go:123] Gathering logs for etcd [e39ea12dee38b61cee74b7da0e5a202be497656f4fe8f20f2456f035d002248a] ...
	I0204 17:58:31.476166 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e39ea12dee38b61cee74b7da0e5a202be497656f4fe8f20f2456f035d002248a"
	I0204 17:58:31.522254 1176226 logs.go:123] Gathering logs for kube-controller-manager [6204d92f9b156911f06516cea43848719d5ce64803da39d0b8f39f11a28e497b] ...
	I0204 17:58:31.522286 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6204d92f9b156911f06516cea43848719d5ce64803da39d0b8f39f11a28e497b"
	I0204 17:58:31.577034 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:31.578003 1176226 logs.go:123] Gathering logs for kindnet [064e6ba992d82c5c35b67a77b633c4cb42952e17946500ef851ef68a0f78c328] ...
	I0204 17:58:31.578029 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 064e6ba992d82c5c35b67a77b633c4cb42952e17946500ef851ef68a0f78c328"
	I0204 17:58:31.610471 1176226 logs.go:123] Gathering logs for container status ...
	I0204 17:58:31.610496 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0204 17:58:31.649798 1176226 logs.go:123] Gathering logs for dmesg ...
	I0204 17:58:31.649829 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0204 17:58:31.678030 1176226 logs.go:123] Gathering logs for describe nodes ...
	I0204 17:58:31.678062 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0204 17:58:31.680916 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:31.766468 1176226 logs.go:123] Gathering logs for kube-proxy [2cfe9a898518a16e776460086611087d318073fa0f993e28e47b153862b4c299] ...
	I0204 17:58:31.766497 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2cfe9a898518a16e776460086611087d318073fa0f993e28e47b153862b4c299"
	I0204 17:58:31.883546 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:31.883888 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:32.077294 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:32.181044 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:32.384790 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:32.385188 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:32.577825 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:32.680562 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:32.883980 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:32.884557 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:33.076364 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:33.180577 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:33.383871 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:33.384420 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:33.578385 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:33.680926 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:33.884197 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:33.884613 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:34.081027 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:34.180423 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:34.302259 1176226 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0204 17:58:34.315714 1176226 api_server.go:72] duration metric: took 1m11.473781442s to wait for apiserver process to appear ...
	I0204 17:58:34.315747 1176226 api_server.go:88] waiting for apiserver healthz status ...
	I0204 17:58:34.315786 1176226 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0204 17:58:34.315835 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0204 17:58:34.349019 1176226 cri.go:89] found id: "e831bac2610f220ce37e923e5b3bea0fdc0796f45008e98b368133e53cee6848"
	I0204 17:58:34.349048 1176226 cri.go:89] found id: ""
	I0204 17:58:34.349058 1176226 logs.go:282] 1 containers: [e831bac2610f220ce37e923e5b3bea0fdc0796f45008e98b368133e53cee6848]
	I0204 17:58:34.349111 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:34.352581 1176226 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0204 17:58:34.352651 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0204 17:58:34.384113 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:34.384691 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:34.386165 1176226 cri.go:89] found id: "e39ea12dee38b61cee74b7da0e5a202be497656f4fe8f20f2456f035d002248a"
	I0204 17:58:34.386183 1176226 cri.go:89] found id: ""
	I0204 17:58:34.386192 1176226 logs.go:282] 1 containers: [e39ea12dee38b61cee74b7da0e5a202be497656f4fe8f20f2456f035d002248a]
	I0204 17:58:34.386229 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:34.389651 1176226 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0204 17:58:34.389724 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0204 17:58:34.422472 1176226 cri.go:89] found id: "b3361a79bad5bdfd0c1c0c6626440bc35580a7561cfb48e275a4d6bc38ab65eb"
	I0204 17:58:34.422493 1176226 cri.go:89] found id: ""
	I0204 17:58:34.422503 1176226 logs.go:282] 1 containers: [b3361a79bad5bdfd0c1c0c6626440bc35580a7561cfb48e275a4d6bc38ab65eb]
	I0204 17:58:34.422556 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:34.425769 1176226 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0204 17:58:34.425831 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0204 17:58:34.458945 1176226 cri.go:89] found id: "a9c8e17e83ead1cfec7b1e6cca4aa3d7213b8eeaebf8f7bf47fdb8e0e6f5031f"
	I0204 17:58:34.458970 1176226 cri.go:89] found id: ""
	I0204 17:58:34.458978 1176226 logs.go:282] 1 containers: [a9c8e17e83ead1cfec7b1e6cca4aa3d7213b8eeaebf8f7bf47fdb8e0e6f5031f]
	I0204 17:58:34.459037 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:34.462089 1176226 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0204 17:58:34.462138 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0204 17:58:34.495413 1176226 cri.go:89] found id: "2cfe9a898518a16e776460086611087d318073fa0f993e28e47b153862b4c299"
	I0204 17:58:34.495439 1176226 cri.go:89] found id: ""
	I0204 17:58:34.495449 1176226 logs.go:282] 1 containers: [2cfe9a898518a16e776460086611087d318073fa0f993e28e47b153862b4c299]
	I0204 17:58:34.495498 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:34.498963 1176226 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0204 17:58:34.499027 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0204 17:58:34.531234 1176226 cri.go:89] found id: "6204d92f9b156911f06516cea43848719d5ce64803da39d0b8f39f11a28e497b"
	I0204 17:58:34.531256 1176226 cri.go:89] found id: ""
	I0204 17:58:34.531264 1176226 logs.go:282] 1 containers: [6204d92f9b156911f06516cea43848719d5ce64803da39d0b8f39f11a28e497b]
	I0204 17:58:34.531315 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:34.534569 1176226 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0204 17:58:34.534629 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0204 17:58:34.566322 1176226 cri.go:89] found id: "064e6ba992d82c5c35b67a77b633c4cb42952e17946500ef851ef68a0f78c328"
	I0204 17:58:34.566341 1176226 cri.go:89] found id: ""
	I0204 17:58:34.566348 1176226 logs.go:282] 1 containers: [064e6ba992d82c5c35b67a77b633c4cb42952e17946500ef851ef68a0f78c328]
	I0204 17:58:34.566388 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:34.569570 1176226 logs.go:123] Gathering logs for kube-scheduler [a9c8e17e83ead1cfec7b1e6cca4aa3d7213b8eeaebf8f7bf47fdb8e0e6f5031f] ...
	I0204 17:58:34.569594 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a9c8e17e83ead1cfec7b1e6cca4aa3d7213b8eeaebf8f7bf47fdb8e0e6f5031f"
	I0204 17:58:34.577787 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:34.607854 1176226 logs.go:123] Gathering logs for CRI-O ...
	I0204 17:58:34.607882 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0204 17:58:34.677056 1176226 logs.go:123] Gathering logs for container status ...
	I0204 17:58:34.677084 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0204 17:58:34.679867 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:34.716889 1176226 logs.go:123] Gathering logs for kubelet ...
	I0204 17:58:34.716916 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0204 17:58:34.804909 1176226 logs.go:123] Gathering logs for dmesg ...
	I0204 17:58:34.804944 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0204 17:58:34.833400 1176226 logs.go:123] Gathering logs for etcd [e39ea12dee38b61cee74b7da0e5a202be497656f4fe8f20f2456f035d002248a] ...
	I0204 17:58:34.833434 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e39ea12dee38b61cee74b7da0e5a202be497656f4fe8f20f2456f035d002248a"
	I0204 17:58:34.878437 1176226 logs.go:123] Gathering logs for coredns [b3361a79bad5bdfd0c1c0c6626440bc35580a7561cfb48e275a4d6bc38ab65eb] ...
	I0204 17:58:34.878466 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b3361a79bad5bdfd0c1c0c6626440bc35580a7561cfb48e275a4d6bc38ab65eb"
	I0204 17:58:34.883999 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:34.884374 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:34.911752 1176226 logs.go:123] Gathering logs for kube-proxy [2cfe9a898518a16e776460086611087d318073fa0f993e28e47b153862b4c299] ...
	I0204 17:58:34.911775 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2cfe9a898518a16e776460086611087d318073fa0f993e28e47b153862b4c299"
	I0204 17:58:34.944011 1176226 logs.go:123] Gathering logs for kube-controller-manager [6204d92f9b156911f06516cea43848719d5ce64803da39d0b8f39f11a28e497b] ...
	I0204 17:58:34.944046 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6204d92f9b156911f06516cea43848719d5ce64803da39d0b8f39f11a28e497b"
	I0204 17:58:34.996976 1176226 logs.go:123] Gathering logs for kindnet [064e6ba992d82c5c35b67a77b633c4cb42952e17946500ef851ef68a0f78c328] ...
	I0204 17:58:34.997007 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 064e6ba992d82c5c35b67a77b633c4cb42952e17946500ef851ef68a0f78c328"
	I0204 17:58:35.029839 1176226 logs.go:123] Gathering logs for describe nodes ...
	I0204 17:58:35.029874 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0204 17:58:35.077162 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:35.118910 1176226 logs.go:123] Gathering logs for kube-apiserver [e831bac2610f220ce37e923e5b3bea0fdc0796f45008e98b368133e53cee6848] ...
	I0204 17:58:35.118946 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e831bac2610f220ce37e923e5b3bea0fdc0796f45008e98b368133e53cee6848"
	I0204 17:58:35.180103 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:35.384464 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:35.384647 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:35.577052 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:35.680109 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:35.884498 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:35.884683 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:36.077100 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:36.180387 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:36.385204 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:36.385413 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:36.577703 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:36.681453 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:36.885716 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:36.886329 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:37.078035 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:37.183431 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:37.384541 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:37.384822 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:37.577812 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:37.663720 1176226 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0204 17:58:37.668063 1176226 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0204 17:58:37.669094 1176226 api_server.go:141] control plane version: v1.32.1
	I0204 17:58:37.669129 1176226 api_server.go:131] duration metric: took 3.353370278s to wait for apiserver health ...
	I0204 17:58:37.669140 1176226 system_pods.go:43] waiting for kube-system pods to appear ...
	I0204 17:58:37.669168 1176226 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0204 17:58:37.669223 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0204 17:58:37.680174 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:37.711440 1176226 cri.go:89] found id: "e831bac2610f220ce37e923e5b3bea0fdc0796f45008e98b368133e53cee6848"
	I0204 17:58:37.711467 1176226 cri.go:89] found id: ""
	I0204 17:58:37.711476 1176226 logs.go:282] 1 containers: [e831bac2610f220ce37e923e5b3bea0fdc0796f45008e98b368133e53cee6848]
	I0204 17:58:37.711518 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:37.715223 1176226 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0204 17:58:37.715300 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0204 17:58:37.753882 1176226 cri.go:89] found id: "e39ea12dee38b61cee74b7da0e5a202be497656f4fe8f20f2456f035d002248a"
	I0204 17:58:37.753914 1176226 cri.go:89] found id: ""
	I0204 17:58:37.753929 1176226 logs.go:282] 1 containers: [e39ea12dee38b61cee74b7da0e5a202be497656f4fe8f20f2456f035d002248a]
	I0204 17:58:37.753990 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:37.757491 1176226 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0204 17:58:37.757556 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0204 17:58:37.807590 1176226 cri.go:89] found id: "b3361a79bad5bdfd0c1c0c6626440bc35580a7561cfb48e275a4d6bc38ab65eb"
	I0204 17:58:37.807620 1176226 cri.go:89] found id: ""
	I0204 17:58:37.807632 1176226 logs.go:282] 1 containers: [b3361a79bad5bdfd0c1c0c6626440bc35580a7561cfb48e275a4d6bc38ab65eb]
	I0204 17:58:37.807684 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:37.811811 1176226 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0204 17:58:37.811875 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0204 17:58:37.885491 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0204 17:58:37.886766 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:37.894226 1176226 cri.go:89] found id: "a9c8e17e83ead1cfec7b1e6cca4aa3d7213b8eeaebf8f7bf47fdb8e0e6f5031f"
	I0204 17:58:37.894245 1176226 cri.go:89] found id: ""
	I0204 17:58:37.894254 1176226 logs.go:282] 1 containers: [a9c8e17e83ead1cfec7b1e6cca4aa3d7213b8eeaebf8f7bf47fdb8e0e6f5031f]
	I0204 17:58:37.894297 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:37.897942 1176226 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0204 17:58:37.898004 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0204 17:58:37.933051 1176226 cri.go:89] found id: "2cfe9a898518a16e776460086611087d318073fa0f993e28e47b153862b4c299"
	I0204 17:58:37.933087 1176226 cri.go:89] found id: ""
	I0204 17:58:37.933096 1176226 logs.go:282] 1 containers: [2cfe9a898518a16e776460086611087d318073fa0f993e28e47b153862b4c299]
	I0204 17:58:37.933159 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:37.936834 1176226 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0204 17:58:37.936904 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0204 17:58:38.001550 1176226 cri.go:89] found id: "6204d92f9b156911f06516cea43848719d5ce64803da39d0b8f39f11a28e497b"
	I0204 17:58:38.001578 1176226 cri.go:89] found id: ""
	I0204 17:58:38.001590 1176226 logs.go:282] 1 containers: [6204d92f9b156911f06516cea43848719d5ce64803da39d0b8f39f11a28e497b]
	I0204 17:58:38.001643 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:38.004925 1176226 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0204 17:58:38.004984 1176226 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0204 17:58:38.038003 1176226 cri.go:89] found id: "064e6ba992d82c5c35b67a77b633c4cb42952e17946500ef851ef68a0f78c328"
	I0204 17:58:38.038023 1176226 cri.go:89] found id: ""
	I0204 17:58:38.038031 1176226 logs.go:282] 1 containers: [064e6ba992d82c5c35b67a77b633c4cb42952e17946500ef851ef68a0f78c328]
	I0204 17:58:38.038074 1176226 ssh_runner.go:195] Run: which crictl
	I0204 17:58:38.041297 1176226 logs.go:123] Gathering logs for kubelet ...
	I0204 17:58:38.041319 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0204 17:58:38.077330 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:38.128558 1176226 logs.go:123] Gathering logs for dmesg ...
	I0204 17:58:38.128596 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0204 17:58:38.157951 1176226 logs.go:123] Gathering logs for describe nodes ...
	I0204 17:58:38.157984 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0204 17:58:38.182730 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:38.247001 1176226 logs.go:123] Gathering logs for kube-apiserver [e831bac2610f220ce37e923e5b3bea0fdc0796f45008e98b368133e53cee6848] ...
	I0204 17:58:38.247034 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e831bac2610f220ce37e923e5b3bea0fdc0796f45008e98b368133e53cee6848"
	I0204 17:58:38.291015 1176226 logs.go:123] Gathering logs for kindnet [064e6ba992d82c5c35b67a77b633c4cb42952e17946500ef851ef68a0f78c328] ...
	I0204 17:58:38.291050 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 064e6ba992d82c5c35b67a77b633c4cb42952e17946500ef851ef68a0f78c328"
	I0204 17:58:38.324299 1176226 logs.go:123] Gathering logs for container status ...
	I0204 17:58:38.324327 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0204 17:58:38.364361 1176226 logs.go:123] Gathering logs for etcd [e39ea12dee38b61cee74b7da0e5a202be497656f4fe8f20f2456f035d002248a] ...
	I0204 17:58:38.364398 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e39ea12dee38b61cee74b7da0e5a202be497656f4fe8f20f2456f035d002248a"
	I0204 17:58:38.384335 1176226 kapi.go:107] duration metric: took 1m9.004078799s to wait for kubernetes.io/minikube-addons=registry ...
	I0204 17:58:38.384725 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:38.410029 1176226 logs.go:123] Gathering logs for coredns [b3361a79bad5bdfd0c1c0c6626440bc35580a7561cfb48e275a4d6bc38ab65eb] ...
	I0204 17:58:38.410057 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b3361a79bad5bdfd0c1c0c6626440bc35580a7561cfb48e275a4d6bc38ab65eb"
	I0204 17:58:38.444477 1176226 logs.go:123] Gathering logs for kube-scheduler [a9c8e17e83ead1cfec7b1e6cca4aa3d7213b8eeaebf8f7bf47fdb8e0e6f5031f] ...
	I0204 17:58:38.444511 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a9c8e17e83ead1cfec7b1e6cca4aa3d7213b8eeaebf8f7bf47fdb8e0e6f5031f"
	I0204 17:58:38.480478 1176226 logs.go:123] Gathering logs for kube-proxy [2cfe9a898518a16e776460086611087d318073fa0f993e28e47b153862b4c299] ...
	I0204 17:58:38.480508 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2cfe9a898518a16e776460086611087d318073fa0f993e28e47b153862b4c299"
	I0204 17:58:38.512686 1176226 logs.go:123] Gathering logs for kube-controller-manager [6204d92f9b156911f06516cea43848719d5ce64803da39d0b8f39f11a28e497b] ...
	I0204 17:58:38.512715 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6204d92f9b156911f06516cea43848719d5ce64803da39d0b8f39f11a28e497b"
	I0204 17:58:38.566029 1176226 logs.go:123] Gathering logs for CRI-O ...
	I0204 17:58:38.566061 1176226 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0204 17:58:38.577363 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:38.680050 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:38.884525 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:39.077550 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:39.181358 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:39.385589 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:39.578002 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:39.680948 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:39.884795 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:40.076998 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:40.180099 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:40.386151 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:40.576976 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:40.680202 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:40.885071 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:41.077742 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:41.151933 1176226 system_pods.go:59] 19 kube-system pods found
	I0204 17:58:41.151970 1176226 system_pods.go:61] "amd-gpu-device-plugin-7kbnz" [89355933-e21b-48bf-9822-79009016d83e] Running
	I0204 17:58:41.151977 1176226 system_pods.go:61] "coredns-668d6bf9bc-xd2w4" [9fcf800a-20e5-4680-872f-9107b7a533bb] Running
	I0204 17:58:41.151983 1176226 system_pods.go:61] "csi-hostpath-attacher-0" [0fdd2ff5-921a-468c-8adc-c303a17760ab] Running
	I0204 17:58:41.151994 1176226 system_pods.go:61] "csi-hostpath-resizer-0" [47221fc3-e7e9-4089-b516-d79d84da9ba7] Running
	I0204 17:58:41.152009 1176226 system_pods.go:61] "csi-hostpathplugin-nv745" [3efc58c5-e115-48d3-95d2-cedc7ac832d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0204 17:58:41.152021 1176226 system_pods.go:61] "etcd-addons-420690" [f9cb8362-b225-45da-b19f-198c6253b06a] Running
	I0204 17:58:41.152032 1176226 system_pods.go:61] "kindnet-j9825" [798da630-d9f9-470c-ba97-f6c9b868ebf1] Running
	I0204 17:58:41.152041 1176226 system_pods.go:61] "kube-apiserver-addons-420690" [7760372e-5ffd-48f3-b565-60371467a393] Running
	I0204 17:58:41.152050 1176226 system_pods.go:61] "kube-controller-manager-addons-420690" [a180e893-9e8f-4a51-9629-32fc9ff7c702] Running
	I0204 17:58:41.152067 1176226 system_pods.go:61] "kube-ingress-dns-minikube" [6afc40c5-fc4c-4e95-8176-b8d428c57546] Running
	I0204 17:58:41.152075 1176226 system_pods.go:61] "kube-proxy-nfp5m" [5989a612-085b-4e85-a1c5-f2f0d2997a00] Running
	I0204 17:58:41.152082 1176226 system_pods.go:61] "kube-scheduler-addons-420690" [26782a5b-12e9-4371-b025-d60c23c87a6b] Running
	I0204 17:58:41.152091 1176226 system_pods.go:61] "metrics-server-7fbb699795-kbntp" [cf2b52a6-632c-4ea2-9110-0a00cc5ab107] Running
	I0204 17:58:41.152097 1176226 system_pods.go:61] "nvidia-device-plugin-daemonset-glw5w" [78bd70a1-c2bb-4da7-a329-98d40d0a0e48] Running
	I0204 17:58:41.152107 1176226 system_pods.go:61] "registry-6c88467877-mdpgt" [f35f8a01-15df-4529-9452-600d1f8d3672] Running
	I0204 17:58:41.152115 1176226 system_pods.go:61] "registry-proxy-9zq7z" [31ace4d1-6681-4e17-be77-6dd6983b8786] Running
	I0204 17:58:41.152122 1176226 system_pods.go:61] "snapshot-controller-68b874b76f-6lj44" [79e9b60c-914f-40c5-a84e-caf24655fe9c] Running
	I0204 17:58:41.152131 1176226 system_pods.go:61] "snapshot-controller-68b874b76f-h747r" [c17ef5f6-f812-4004-a5c1-12279c792568] Running
	I0204 17:58:41.152139 1176226 system_pods.go:61] "storage-provisioner" [81b71ece-9f71-4a33-bd86-9df144a8d94b] Running
	I0204 17:58:41.152150 1176226 system_pods.go:74] duration metric: took 3.48300181s to wait for pod list to return data ...
	I0204 17:58:41.152164 1176226 default_sa.go:34] waiting for default service account to be created ...
	I0204 17:58:41.154939 1176226 default_sa.go:45] found service account: "default"
	I0204 17:58:41.154962 1176226 default_sa.go:55] duration metric: took 2.789007ms for default service account to be created ...
	I0204 17:58:41.154976 1176226 system_pods.go:116] waiting for k8s-apps to be running ...
	I0204 17:58:41.164156 1176226 system_pods.go:86] 19 kube-system pods found
	I0204 17:58:41.164185 1176226 system_pods.go:89] "amd-gpu-device-plugin-7kbnz" [89355933-e21b-48bf-9822-79009016d83e] Running
	I0204 17:58:41.164194 1176226 system_pods.go:89] "coredns-668d6bf9bc-xd2w4" [9fcf800a-20e5-4680-872f-9107b7a533bb] Running
	I0204 17:58:41.164199 1176226 system_pods.go:89] "csi-hostpath-attacher-0" [0fdd2ff5-921a-468c-8adc-c303a17760ab] Running
	I0204 17:58:41.164205 1176226 system_pods.go:89] "csi-hostpath-resizer-0" [47221fc3-e7e9-4089-b516-d79d84da9ba7] Running
	I0204 17:58:41.164215 1176226 system_pods.go:89] "csi-hostpathplugin-nv745" [3efc58c5-e115-48d3-95d2-cedc7ac832d9] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0204 17:58:41.164221 1176226 system_pods.go:89] "etcd-addons-420690" [f9cb8362-b225-45da-b19f-198c6253b06a] Running
	I0204 17:58:41.164228 1176226 system_pods.go:89] "kindnet-j9825" [798da630-d9f9-470c-ba97-f6c9b868ebf1] Running
	I0204 17:58:41.164234 1176226 system_pods.go:89] "kube-apiserver-addons-420690" [7760372e-5ffd-48f3-b565-60371467a393] Running
	I0204 17:58:41.164241 1176226 system_pods.go:89] "kube-controller-manager-addons-420690" [a180e893-9e8f-4a51-9629-32fc9ff7c702] Running
	I0204 17:58:41.164250 1176226 system_pods.go:89] "kube-ingress-dns-minikube" [6afc40c5-fc4c-4e95-8176-b8d428c57546] Running
	I0204 17:58:41.164257 1176226 system_pods.go:89] "kube-proxy-nfp5m" [5989a612-085b-4e85-a1c5-f2f0d2997a00] Running
	I0204 17:58:41.164266 1176226 system_pods.go:89] "kube-scheduler-addons-420690" [26782a5b-12e9-4371-b025-d60c23c87a6b] Running
	I0204 17:58:41.164273 1176226 system_pods.go:89] "metrics-server-7fbb699795-kbntp" [cf2b52a6-632c-4ea2-9110-0a00cc5ab107] Running
	I0204 17:58:41.164285 1176226 system_pods.go:89] "nvidia-device-plugin-daemonset-glw5w" [78bd70a1-c2bb-4da7-a329-98d40d0a0e48] Running
	I0204 17:58:41.164292 1176226 system_pods.go:89] "registry-6c88467877-mdpgt" [f35f8a01-15df-4529-9452-600d1f8d3672] Running
	I0204 17:58:41.164300 1176226 system_pods.go:89] "registry-proxy-9zq7z" [31ace4d1-6681-4e17-be77-6dd6983b8786] Running
	I0204 17:58:41.164307 1176226 system_pods.go:89] "snapshot-controller-68b874b76f-6lj44" [79e9b60c-914f-40c5-a84e-caf24655fe9c] Running
	I0204 17:58:41.164315 1176226 system_pods.go:89] "snapshot-controller-68b874b76f-h747r" [c17ef5f6-f812-4004-a5c1-12279c792568] Running
	I0204 17:58:41.164322 1176226 system_pods.go:89] "storage-provisioner" [81b71ece-9f71-4a33-bd86-9df144a8d94b] Running
	I0204 17:58:41.164334 1176226 system_pods.go:126] duration metric: took 9.351875ms to wait for k8s-apps to be running ...
	I0204 17:58:41.164347 1176226 system_svc.go:44] waiting for kubelet service to be running ....
	I0204 17:58:41.164399 1176226 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0204 17:58:41.176437 1176226 system_svc.go:56] duration metric: took 12.083562ms WaitForService to wait for kubelet
	I0204 17:58:41.176465 1176226 kubeadm.go:582] duration metric: took 1m18.33454168s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0204 17:58:41.176494 1176226 node_conditions.go:102] verifying NodePressure condition ...
	I0204 17:58:41.179201 1176226 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0204 17:58:41.179229 1176226 node_conditions.go:123] node cpu capacity is 8
	I0204 17:58:41.179246 1176226 node_conditions.go:105] duration metric: took 2.74482ms to run NodePressure ...
	I0204 17:58:41.179260 1176226 start.go:241] waiting for startup goroutines ...
	I0204 17:58:41.180361 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:41.384665 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:41.578068 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:41.682834 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:41.884135 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:42.077774 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:42.180484 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:42.386057 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:42.579380 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:42.681290 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:42.885118 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:43.078268 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:43.181262 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:43.387861 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:43.586204 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:43.691136 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:43.886315 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:44.078036 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:44.184672 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:44.385547 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:44.577700 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:44.680177 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:44.885341 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:45.078249 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:45.182839 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:45.385463 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:45.577931 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:45.681402 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:45.885323 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:46.077888 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:46.180878 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:46.384808 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:46.576755 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:46.680770 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:46.884896 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:47.077337 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:47.180329 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:47.385228 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:47.594204 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:47.690070 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:47.885132 1176226 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0204 17:58:48.077329 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:48.180696 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:48.385203 1176226 kapi.go:107] duration metric: took 1m19.004946032s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0204 17:58:48.577317 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:48.680289 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:49.077575 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:49.180472 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:49.578171 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:49.680743 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:50.077725 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:50.183128 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:50.576666 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:50.680588 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:51.078908 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:51.183734 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0204 17:58:51.577833 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:51.681136 1176226 kapi.go:107] duration metric: took 1m18.004173894s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0204 17:58:51.682335 1176226 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-420690 cluster.
	I0204 17:58:51.683343 1176226 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.
	I0204 17:58:51.684312 1176226 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0204 17:58:52.077332 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:52.577890 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:53.077044 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:53.578188 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:54.078506 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:54.577265 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:55.076671 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:55.577741 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:56.077378 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:56.577800 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:57.077889 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:57.577938 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:58.084912 1176226 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0204 17:58:58.577162 1176226 kapi.go:107] duration metric: took 1m27.504528956s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0204 17:58:58.578849 1176226 out.go:177] * Enabled addons: amd-gpu-device-plugin, nvidia-device-plugin, storage-provisioner, ingress-dns, cloud-spanner, inspektor-gadget, metrics-server, storage-provisioner-rancher, yakd, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
	I0204 17:58:58.579993 1176226 addons.go:514] duration metric: took 1m35.738026166s for enable addons: enabled=[amd-gpu-device-plugin nvidia-device-plugin storage-provisioner ingress-dns cloud-spanner inspektor-gadget metrics-server storage-provisioner-rancher yakd volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
	I0204 17:58:58.580031 1176226 start.go:246] waiting for cluster config update ...
	I0204 17:58:58.580060 1176226 start.go:255] writing updated cluster config ...
	I0204 17:58:58.580336 1176226 ssh_runner.go:195] Run: rm -f paused
	I0204 17:58:58.629494 1176226 start.go:600] kubectl: 1.32.1, cluster: 1.32.1 (minor skew: 0)
	I0204 17:58:58.631128 1176226 out.go:177] * Done! kubectl is now configured to use "addons-420690" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Feb 04 18:06:09 addons-420690 crio[1040]: time="2025-02-04 18:06:09.512145482Z" level=info msg="Removed container 1c0b2992cab8bf8074ac3ee6c2a21dccb83fe3256945dddefc60f5f2c9e39981: kube-system/snapshot-controller-68b874b76f-h747r/volume-snapshot-controller" id=9f804c7e-755a-45cb-adbc-9658b995bc78 name=/runtime.v1.RuntimeService/RemoveContainer
	Feb 04 18:06:09 addons-420690 crio[1040]: time="2025-02-04 18:06:09.514212115Z" level=info msg="Removing container: b162769c55f6b1e6fa53777d638a72b9468b8d5eaaec57290dd03313ee9c18d3" id=888f0f3c-2ca4-4087-8741-738bf6e4399d name=/runtime.v1.RuntimeService/RemoveContainer
	Feb 04 18:06:09 addons-420690 crio[1040]: time="2025-02-04 18:06:09.530021042Z" level=info msg="Removed container b162769c55f6b1e6fa53777d638a72b9468b8d5eaaec57290dd03313ee9c18d3: kube-system/snapshot-controller-68b874b76f-6lj44/volume-snapshot-controller" id=888f0f3c-2ca4-4087-8741-738bf6e4399d name=/runtime.v1.RuntimeService/RemoveContainer
	Feb 04 18:06:17 addons-420690 crio[1040]: time="2025-02-04 18:06:17.969882648Z" level=info msg="Stopping pod sandbox: 38dc1c7fc6419704ac29288aad42fb8134c9128c1816e60b77f54f06ab8d1c77" id=2f4ce3a2-0c71-49dd-9778-c1ec7b2f774b name=/runtime.v1.RuntimeService/StopPodSandbox
	Feb 04 18:06:17 addons-420690 crio[1040]: time="2025-02-04 18:06:17.969938255Z" level=info msg="Stopped pod sandbox (already stopped): 38dc1c7fc6419704ac29288aad42fb8134c9128c1816e60b77f54f06ab8d1c77" id=2f4ce3a2-0c71-49dd-9778-c1ec7b2f774b name=/runtime.v1.RuntimeService/StopPodSandbox
	Feb 04 18:06:17 addons-420690 crio[1040]: time="2025-02-04 18:06:17.970289367Z" level=info msg="Removing pod sandbox: 38dc1c7fc6419704ac29288aad42fb8134c9128c1816e60b77f54f06ab8d1c77" id=b1da8a02-17a7-4e3d-a5e4-3550730c7d15 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Feb 04 18:06:17 addons-420690 crio[1040]: time="2025-02-04 18:06:17.976385440Z" level=info msg="Removed pod sandbox: 38dc1c7fc6419704ac29288aad42fb8134c9128c1816e60b77f54f06ab8d1c77" id=b1da8a02-17a7-4e3d-a5e4-3550730c7d15 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Feb 04 18:06:17 addons-420690 crio[1040]: time="2025-02-04 18:06:17.976717445Z" level=info msg="Stopping pod sandbox: 36f04904c1c23a6b86e948956c1fbaf411d96acb3a46fefd655f9c01b5043b35" id=14c4bd40-038c-4a18-85a8-36acaf63766b name=/runtime.v1.RuntimeService/StopPodSandbox
	Feb 04 18:06:17 addons-420690 crio[1040]: time="2025-02-04 18:06:17.976748237Z" level=info msg="Stopped pod sandbox (already stopped): 36f04904c1c23a6b86e948956c1fbaf411d96acb3a46fefd655f9c01b5043b35" id=14c4bd40-038c-4a18-85a8-36acaf63766b name=/runtime.v1.RuntimeService/StopPodSandbox
	Feb 04 18:06:17 addons-420690 crio[1040]: time="2025-02-04 18:06:17.977016356Z" level=info msg="Removing pod sandbox: 36f04904c1c23a6b86e948956c1fbaf411d96acb3a46fefd655f9c01b5043b35" id=dc70f9cd-f9f8-4adc-9121-3a6063c19033 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Feb 04 18:06:17 addons-420690 crio[1040]: time="2025-02-04 18:06:17.983166823Z" level=info msg="Removed pod sandbox: 36f04904c1c23a6b86e948956c1fbaf411d96acb3a46fefd655f9c01b5043b35" id=dc70f9cd-f9f8-4adc-9121-3a6063c19033 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Feb 04 18:06:42 addons-420690 crio[1040]: time="2025-02-04 18:06:42.778791453Z" level=info msg="Checking image status: docker.io/nginx:alpine" id=eaae24d0-9efd-4064-af02-c984467a9e1a name=/runtime.v1.ImageService/ImageStatus
	Feb 04 18:06:42 addons-420690 crio[1040]: time="2025-02-04 18:06:42.779144073Z" level=info msg="Image docker.io/nginx:alpine not found" id=eaae24d0-9efd-4064-af02-c984467a9e1a name=/runtime.v1.ImageService/ImageStatus
	Feb 04 18:06:50 addons-420690 crio[1040]: time="2025-02-04 18:06:50.778259339Z" level=info msg="Pulling image: docker.io/nginx:latest" id=89a12021-ee93-4e7a-baf4-2be40297699d name=/runtime.v1.ImageService/PullImage
	Feb 04 18:06:50 addons-420690 crio[1040]: time="2025-02-04 18:06:50.779523637Z" level=info msg="Trying to access \"docker.io/library/nginx:latest\""
	Feb 04 18:06:56 addons-420690 crio[1040]: time="2025-02-04 18:06:56.778804259Z" level=info msg="Checking image status: docker.io/nginx:alpine" id=af1d91e3-8096-4811-bf90-4af0aabc5fe0 name=/runtime.v1.ImageService/ImageStatus
	Feb 04 18:06:56 addons-420690 crio[1040]: time="2025-02-04 18:06:56.779029189Z" level=info msg="Image docker.io/nginx:alpine not found" id=af1d91e3-8096-4811-bf90-4af0aabc5fe0 name=/runtime.v1.ImageService/ImageStatus
	Feb 04 18:07:07 addons-420690 crio[1040]: time="2025-02-04 18:07:07.779154460Z" level=info msg="Checking image status: docker.io/nginx:alpine" id=18d8cc77-76d0-4a78-b5f4-40bbd8b09d4a name=/runtime.v1.ImageService/ImageStatus
	Feb 04 18:07:07 addons-420690 crio[1040]: time="2025-02-04 18:07:07.779402171Z" level=info msg="Image docker.io/nginx:alpine not found" id=18d8cc77-76d0-4a78-b5f4-40bbd8b09d4a name=/runtime.v1.ImageService/ImageStatus
	Feb 04 18:07:19 addons-420690 crio[1040]: time="2025-02-04 18:07:19.778594715Z" level=info msg="Checking image status: docker.io/nginx:alpine" id=2f111df8-0b58-4ffe-b01e-e98592917719 name=/runtime.v1.ImageService/ImageStatus
	Feb 04 18:07:19 addons-420690 crio[1040]: time="2025-02-04 18:07:19.778917878Z" level=info msg="Image docker.io/nginx:alpine not found" id=2f111df8-0b58-4ffe-b01e-e98592917719 name=/runtime.v1.ImageService/ImageStatus
	Feb 04 18:07:32 addons-420690 crio[1040]: time="2025-02-04 18:07:32.778198043Z" level=info msg="Checking image status: docker.io/nginx:alpine" id=bafa4bc2-1e3c-41fa-aad1-fe2d0501da84 name=/runtime.v1.ImageService/ImageStatus
	Feb 04 18:07:32 addons-420690 crio[1040]: time="2025-02-04 18:07:32.778415373Z" level=info msg="Image docker.io/nginx:alpine not found" id=bafa4bc2-1e3c-41fa-aad1-fe2d0501da84 name=/runtime.v1.ImageService/ImageStatus
	Feb 04 18:07:46 addons-420690 crio[1040]: time="2025-02-04 18:07:46.778439365Z" level=info msg="Checking image status: docker.io/nginx:alpine" id=293233db-0c7d-4536-b2fa-89a2776176fc name=/runtime.v1.ImageService/ImageStatus
	Feb 04 18:07:46 addons-420690 crio[1040]: time="2025-02-04 18:07:46.778752892Z" level=info msg="Image docker.io/nginx:alpine not found" id=293233db-0c7d-4536-b2fa-89a2776176fc name=/runtime.v1.ImageService/ImageStatus
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                                        CREATED             STATE               NAME                                     ATTEMPT             POD ID              POD
	c52ff789d705e       gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e                                          8 minutes ago       Running             busybox                                  0                   be5a40905bfa2       busybox
	a07f118cf8a4c       registry.k8s.io/sig-storage/csi-snapshotter@sha256:291334908ddf71a4661fd7f6d9d97274de8a5378a2b6fdfeb2ce73414a34f82f                          8 minutes ago       Running             csi-snapshotter                          0                   a9bb6e5ca8a63       csi-hostpathplugin-nv745
	ccb30d85b762e       registry.k8s.io/sig-storage/csi-provisioner@sha256:1bc653d13b27b8eefbba0799bdb5711819f8b987eaa6eb6750e8ef001958d5a7                          8 minutes ago       Running             csi-provisioner                          0                   a9bb6e5ca8a63       csi-hostpathplugin-nv745
	1245827a307cb       registry.k8s.io/sig-storage/livenessprobe@sha256:42bc492c3c65078b1ccda5dbc416abf0cefdba3e6317416cbc43344cf0ed09b6                            8 minutes ago       Running             liveness-probe                           0                   a9bb6e5ca8a63       csi-hostpathplugin-nv745
	58f6f16689829       registry.k8s.io/sig-storage/hostpathplugin@sha256:6fdad87766e53edf987545067e69a0dffb8485cccc546be4efbaa14c9b22ea11                           8 minutes ago       Running             hostpath                                 0                   a9bb6e5ca8a63       csi-hostpathplugin-nv745
	9b959793851eb       registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:7caa903cf3f8d1d70c3b7bb3e23223685b05e4f342665877eabe84ae38b92ecc                8 minutes ago       Running             node-driver-registrar                    0                   a9bb6e5ca8a63       csi-hostpathplugin-nv745
	0dc11b09449a0       registry.k8s.io/ingress-nginx/controller@sha256:62b61c42ec8dd877b85c0aa24c4744ce44d274bc16cc5d2364edfe67964ba55b                             9 minutes ago       Running             controller                               0                   ce23d06663f57       ingress-nginx-controller-56d7c84fd4-gkj7z
	4f59b9c9f76c7       registry.k8s.io/sig-storage/csi-resizer@sha256:0629447f7946e53df3ad775c5595888de1dae5a23bcaae8f68fdab0395af61a8                              9 minutes ago       Running             csi-resizer                              0                   d6e45742e9eb0       csi-hostpath-resizer-0
	765d45cd511ce       registry.k8s.io/sig-storage/csi-external-health-monitor-controller@sha256:317f43813e4e2c3e81823ff16041c8e0714fb80e6d040c6e6c799967ba27d864   9 minutes ago       Running             csi-external-health-monitor-controller   0                   a9bb6e5ca8a63       csi-hostpathplugin-nv745
	55002285cdaaa       registry.k8s.io/sig-storage/csi-attacher@sha256:66e4ecfa0ec50a88f9cd145e006805816f57040f40662d4cb9e31d10519d9bf0                             9 minutes ago       Running             csi-attacher                             0                   9685290d46fcb       csi-hostpath-attacher-0
	161e466a1a7d2       a62eeff05ba5194cac31b3f6180655290afa3ed3f2573bcd2aaff319416951eb                                                                             9 minutes ago       Exited              patch                                    1                   40ac18e9c1530       ingress-nginx-admission-patch-kfsrj
	e786ee5850f2d       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f                   9 minutes ago       Exited              create                                   0                   baac773186417       ingress-nginx-admission-create-9scz6
	a2c0d92b2532a       gcr.io/k8s-minikube/minikube-ingress-dns@sha256:07c8f5b205a3f8971bfc6d460978ae00de35f17e5d5392b1de8de02356f85dab                             9 minutes ago       Running             minikube-ingress-dns                     0                   b489acaf32204       kube-ingress-dns-minikube
	b3361a79bad5b       c69fa2e9cbf5f42dc48af631e956d3f95724c13f91596bc567591790e5e36db6                                                                             10 minutes ago      Running             coredns                                  0                   3a8d771f2e530       coredns-668d6bf9bc-xd2w4
	1367f2006fdb0       6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562                                                                             10 minutes ago      Running             storage-provisioner                      0                   bdbb161b62b32       storage-provisioner
	064e6ba992d82       docker.io/kindest/kindnetd@sha256:56ea59f77258052c4506076525318ffa66817500f68e94a50fdf7d600a280d26                                           10 minutes ago      Running             kindnet-cni                              0                   aab38bd8b4583       kindnet-j9825
	2cfe9a898518a       e29f9c7391fd92d96bc72026fc755b0f9589536e36ecd7102161f1ded087897a                                                                             10 minutes ago      Running             kube-proxy                               0                   605a761802059       kube-proxy-nfp5m
	e39ea12dee38b       a9e7e6b294baf1695fccb862d956c5d3ad8510e1e4ca1535f35dc09f247abbfc                                                                             10 minutes ago      Running             etcd                                     0                   a260d46e0f6d0       etcd-addons-420690
	a9c8e17e83ead       2b0d6572d062c0f590b08c3113e5d9a61e381b3da7845a0289bdbf1faa1b23d1                                                                             10 minutes ago      Running             kube-scheduler                           0                   5153c88f4caa5       kube-scheduler-addons-420690
	6204d92f9b156       019ee182b58e20da055b173dc0b598fbde321d4bf959e1c2a832908ed7642d35                                                                             10 minutes ago      Running             kube-controller-manager                  0                   4ae95ecefa972       kube-controller-manager-addons-420690
	e831bac2610f2       95c0bda56fc4dd44cf1876f15c04427feabe5556394553874934ffd2514eeb0a                                                                             10 minutes ago      Running             kube-apiserver                           0                   afa67210536ef       kube-apiserver-addons-420690
	
	
	==> coredns [b3361a79bad5bdfd0c1c0c6626440bc35580a7561cfb48e275a4d6bc38ab65eb] <==
	[INFO] 10.244.0.16:51467 - 19388 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000202805s
	[INFO] 10.244.0.16:46221 - 34077 "AAAA IN registry.kube-system.svc.cluster.local.europe-west2-a.c.k8s-minikube.internal. udp 95 false 512" NXDOMAIN qr,rd,ra 95 0.003864861s
	[INFO] 10.244.0.16:46221 - 33650 "A IN registry.kube-system.svc.cluster.local.europe-west2-a.c.k8s-minikube.internal. udp 95 false 512" NXDOMAIN qr,rd,ra 95 0.004371037s
	[INFO] 10.244.0.16:49649 - 36281 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.003854721s
	[INFO] 10.244.0.16:49649 - 35823 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.00451164s
	[INFO] 10.244.0.16:59026 - 14072 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.004667416s
	[INFO] 10.244.0.16:59026 - 14389 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.005031357s
	[INFO] 10.244.0.16:47404 - 60260 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.00016474s
	[INFO] 10.244.0.16:47404 - 60037 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000170689s
	[INFO] 10.244.0.22:43423 - 41414 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000240571s
	[INFO] 10.244.0.22:50161 - 62441 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000369143s
	[INFO] 10.244.0.22:39798 - 17220 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000150279s
	[INFO] 10.244.0.22:35804 - 34173 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000158538s
	[INFO] 10.244.0.22:35369 - 54757 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.0001205s
	[INFO] 10.244.0.22:38456 - 64507 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000157908s
	[INFO] 10.244.0.22:50763 - 3557 "AAAA IN storage.googleapis.com.europe-west2-a.c.k8s-minikube.internal. udp 90 false 1232" NXDOMAIN qr,rd,ra 79 0.006109317s
	[INFO] 10.244.0.22:50170 - 64165 "A IN storage.googleapis.com.europe-west2-a.c.k8s-minikube.internal. udp 90 false 1232" NXDOMAIN qr,rd,ra 79 0.006379948s
	[INFO] 10.244.0.22:47502 - 4429 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.004686854s
	[INFO] 10.244.0.22:38639 - 33624 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.007118008s
	[INFO] 10.244.0.22:39309 - 64012 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.005310102s
	[INFO] 10.244.0.22:56170 - 58356 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.005492946s
	[INFO] 10.244.0.22:55466 - 15520 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.000765939s
	[INFO] 10.244.0.22:44953 - 34423 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.000873852s
	[INFO] 10.244.0.25:43704 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000274938s
	[INFO] 10.244.0.25:43986 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000150708s
	
	
	==> describe nodes <==
	Name:               addons-420690
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-420690
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=2ad12868b53d667fdb2ff045ead964d3d2f95148
	                    minikube.k8s.io/name=addons-420690
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_02_04T17_57_18_0700
	                    minikube.k8s.io/version=v1.35.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-420690
	Annotations:        csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-420690"}
	                    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:  Tue, 04 Feb 2025 17:57:15 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-420690
	  AcquireTime:     <unset>
	  RenewTime:       Tue, 04 Feb 2025 18:07:40 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Tue, 04 Feb 2025 18:07:09 +0000   Tue, 04 Feb 2025 17:57:13 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Tue, 04 Feb 2025 18:07:09 +0000   Tue, 04 Feb 2025 17:57:13 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Tue, 04 Feb 2025 18:07:09 +0000   Tue, 04 Feb 2025 17:57:13 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Tue, 04 Feb 2025 18:07:09 +0000   Tue, 04 Feb 2025 17:57:42 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-420690
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859368Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859368Ki
	  pods:               110
	System Info:
	  Machine ID:                 a521e435ca5a4af68979a7272b37018f
	  System UUID:                0722bcea-83ca-41ca-9895-87b5458ab7ed
	  Boot ID:                    5aedb706-fd93-4042-a66b-b97ce063bc9b
	  Kernel Version:             5.15.0-1075-gcp
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               amd64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.32.1
	  Kube-Proxy Version:         v1.32.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%)         8m51s
	  default                     nginx                                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         8m1s
	  default                     task-pv-pod-restore                          0 (0%)        0 (0%)      0 (0%)           0 (0%)         7m44s
	  ingress-nginx               ingress-nginx-controller-56d7c84fd4-gkj7z    100m (1%)     0 (0%)      90Mi (0%)        0 (0%)         10m
	  kube-system                 coredns-668d6bf9bc-xd2w4                     100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     10m
	  kube-system                 csi-hostpath-attacher-0                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	  kube-system                 csi-hostpath-resizer-0                       0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	  kube-system                 csi-hostpathplugin-nv745                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	  kube-system                 etcd-addons-420690                           100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         10m
	  kube-system                 kindnet-j9825                                100m (1%)     100m (1%)   50Mi (0%)        50Mi (0%)      10m
	  kube-system                 kube-apiserver-addons-420690                 250m (3%)     0 (0%)      0 (0%)           0 (0%)         10m
	  kube-system                 kube-controller-manager-addons-420690        200m (2%)     0 (0%)      0 (0%)           0 (0%)         10m
	  kube-system                 kube-ingress-dns-minikube                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	  kube-system                 kube-proxy-nfp5m                             0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	  kube-system                 kube-scheduler-addons-420690                 100m (1%)     0 (0%)      0 (0%)           0 (0%)         10m
	  kube-system                 storage-provisioner                          0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (11%)  100m (1%)
	  memory             310Mi (0%)  220Mi (0%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age                From             Message
	  ----     ------                   ----               ----             -------
	  Normal   Starting                 10m                kube-proxy       
	  Normal   NodeHasSufficientMemory  10m (x8 over 10m)  kubelet          Node addons-420690 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    10m (x8 over 10m)  kubelet          Node addons-420690 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     10m (x8 over 10m)  kubelet          Node addons-420690 status is now: NodeHasSufficientPID
	  Normal   Starting                 10m                kubelet          Starting kubelet.
	  Warning  CgroupV1                 10m                kubelet          cgroup v1 support is in maintenance mode, please migrate to cgroup v2
	  Normal   NodeHasSufficientMemory  10m                kubelet          Node addons-420690 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    10m                kubelet          Node addons-420690 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     10m                kubelet          Node addons-420690 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           10m                node-controller  Node addons-420690 event: Registered Node addons-420690 in Controller
	  Normal   NodeReady                10m                kubelet          Node addons-420690 status is now: NodeReady
	
	
	==> dmesg <==
	[  +0.000008] ll header: 00000000: 02 42 b5 47 21 ea 02 42 c0 a8 67 02 08 00
	[  +0.000007] IPv4: martian source 10.96.0.1 from 10.244.0.2, on dev br-129885d59f7d
	[  +0.000002] ll header: 00000000: 02 42 b5 47 21 ea 02 42 c0 a8 67 02 08 00
	[  +0.000097] IPv4: martian source 10.96.0.1 from 10.244.0.2, on dev br-129885d59f7d
	[  +0.000004] ll header: 00000000: 02 42 b5 47 21 ea 02 42 c0 a8 67 02 08 00
	[  +1.034641] IPv4: martian source 10.96.0.1 from 10.244.0.2, on dev br-129885d59f7d
	[  +0.000003] IPv4: martian source 10.96.0.1 from 10.244.0.2, on dev br-129885d59f7d
	[  +0.000004] ll header: 00000000: 02 42 b5 47 21 ea 02 42 c0 a8 67 02 08 00
	[  +0.000000] ll header: 00000000: 02 42 b5 47 21 ea 02 42 c0 a8 67 02 08 00
	[  +0.000007] IPv4: martian source 10.96.0.1 from 10.244.0.2, on dev br-129885d59f7d
	[  +0.000002] ll header: 00000000: 02 42 b5 47 21 ea 02 42 c0 a8 67 02 08 00
	[  +2.011844] IPv4: martian source 10.96.0.1 from 10.244.0.2, on dev br-129885d59f7d
	[  +0.000004] IPv4: martian source 10.96.0.1 from 10.244.0.2, on dev br-129885d59f7d
	[  +0.000003] ll header: 00000000: 02 42 b5 47 21 ea 02 42 c0 a8 67 02 08 00
	[  +0.000000] ll header: 00000000: 02 42 b5 47 21 ea 02 42 c0 a8 67 02 08 00
	[  +4.259646] IPv4: martian source 10.96.0.1 from 10.244.0.2, on dev br-129885d59f7d
	[  +0.000001] IPv4: martian source 10.96.0.1 from 10.244.0.2, on dev br-129885d59f7d
	[  +0.000006] ll header: 00000000: 02 42 b5 47 21 ea 02 42 c0 a8 67 02 08 00
	[  +0.000000] ll header: 00000000: 02 42 b5 47 21 ea 02 42 c0 a8 67 02 08 00
	[  +0.000008] IPv4: martian source 10.96.0.1 from 10.244.0.2, on dev br-129885d59f7d
	[  +0.000002] ll header: 00000000: 02 42 b5 47 21 ea 02 42 c0 a8 67 02 08 00
	[  +8.191368] IPv4: martian source 10.96.0.1 from 10.244.0.2, on dev br-129885d59f7d
	[  +0.000008] ll header: 00000000: 02 42 b5 47 21 ea 02 42 c0 a8 67 02 08 00
	[  +0.000007] IPv4: martian source 10.96.0.1 from 10.244.0.2, on dev br-129885d59f7d
	[  +0.000001] ll header: 00000000: 02 42 b5 47 21 ea 02 42 c0 a8 67 02 08 00
	
	
	==> etcd [e39ea12dee38b61cee74b7da0e5a202be497656f4fe8f20f2456f035d002248a] <==
	{"level":"info","ts":"2025-02-04T17:57:26.472958Z","caller":"traceutil/trace.go:171","msg":"trace[17509534] transaction","detail":"{read_only:false; response_revision:422; number_of_response:1; }","duration":"204.69878ms","start":"2025-02-04T17:57:26.268251Z","end":"2025-02-04T17:57:26.472949Z","steps":["trace[17509534] 'process raft request'  (duration: 203.762629ms)"],"step_count":1}
	{"level":"info","ts":"2025-02-04T17:57:26.473136Z","caller":"traceutil/trace.go:171","msg":"trace[1411055717] transaction","detail":"{read_only:false; response_revision:423; number_of_response:1; }","duration":"202.191697ms","start":"2025-02-04T17:57:26.270936Z","end":"2025-02-04T17:57:26.473128Z","steps":["trace[1411055717] 'process raft request'  (duration: 201.119393ms)"],"step_count":1}
	{"level":"info","ts":"2025-02-04T17:57:26.473246Z","caller":"traceutil/trace.go:171","msg":"trace[1494923246] transaction","detail":"{read_only:false; response_revision:424; number_of_response:1; }","duration":"200.605425ms","start":"2025-02-04T17:57:26.272631Z","end":"2025-02-04T17:57:26.473237Z","steps":["trace[1494923246] 'process raft request'  (duration: 199.457638ms)"],"step_count":1}
	{"level":"info","ts":"2025-02-04T17:57:26.473349Z","caller":"traceutil/trace.go:171","msg":"trace[1512280584] linearizableReadLoop","detail":"{readStateIndex:431; appliedIndex:427; }","duration":"284.376793ms","start":"2025-02-04T17:57:26.188964Z","end":"2025-02-04T17:57:26.473341Z","steps":["trace[1512280584] 'read index received'  (duration: 180.142735ms)","trace[1512280584] 'applied index is now lower than readState.Index'  (duration: 104.233339ms)"],"step_count":2}
	{"level":"warn","ts":"2025-02-04T17:57:26.473669Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"284.685197ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/storage-provisioner\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-02-04T17:57:26.473713Z","caller":"traceutil/trace.go:171","msg":"trace[1415955394] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/storage-provisioner; range_end:; response_count:0; response_revision:425; }","duration":"284.745602ms","start":"2025-02-04T17:57:26.188959Z","end":"2025-02-04T17:57:26.473705Z","steps":["trace[1415955394] 'agreement among raft nodes before linearized reading'  (duration: 284.666349ms)"],"step_count":1}
	{"level":"warn","ts":"2025-02-04T17:57:26.474219Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"201.485376ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/ranges/serviceips\" limit:1 ","response":"range_response_count:1 size:116"}
	{"level":"warn","ts":"2025-02-04T17:57:26.474309Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"205.737545ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/limitranges\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-02-04T17:57:26.474364Z","caller":"traceutil/trace.go:171","msg":"trace[836829699] range","detail":"{range_begin:/registry/limitranges; range_end:; response_count:0; response_revision:425; }","duration":"205.820004ms","start":"2025-02-04T17:57:26.268533Z","end":"2025-02-04T17:57:26.474353Z","steps":["trace[836829699] 'agreement among raft nodes before linearized reading'  (duration: 205.732572ms)"],"step_count":1}
	{"level":"info","ts":"2025-02-04T17:57:26.474326Z","caller":"traceutil/trace.go:171","msg":"trace[1742634270] range","detail":"{range_begin:/registry/ranges/serviceips; range_end:; response_count:1; response_revision:425; }","duration":"201.615565ms","start":"2025-02-04T17:57:26.272700Z","end":"2025-02-04T17:57:26.474316Z","steps":["trace[1742634270] 'agreement among raft nodes before linearized reading'  (duration: 201.479316ms)"],"step_count":1}
	{"level":"info","ts":"2025-02-04T17:57:26.885003Z","caller":"traceutil/trace.go:171","msg":"trace[821500969] transaction","detail":"{read_only:false; response_revision:445; number_of_response:1; }","duration":"100.170416ms","start":"2025-02-04T17:57:26.784776Z","end":"2025-02-04T17:57:26.884946Z","steps":["trace[821500969] 'process raft request'  (duration: 99.991609ms)"],"step_count":1}
	{"level":"info","ts":"2025-02-04T17:57:26.885225Z","caller":"traceutil/trace.go:171","msg":"trace[1534387002] transaction","detail":"{read_only:false; response_revision:444; number_of_response:1; }","duration":"100.959121ms","start":"2025-02-04T17:57:26.784247Z","end":"2025-02-04T17:57:26.885206Z","steps":["trace[1534387002] 'process raft request'  (duration: 84.47135ms)","trace[1534387002] 'compare'  (duration: 15.887406ms)"],"step_count":2}
	{"level":"info","ts":"2025-02-04T17:57:28.383903Z","caller":"traceutil/trace.go:171","msg":"trace[1096804881] transaction","detail":"{read_only:false; response_revision:566; number_of_response:1; }","duration":"108.164942ms","start":"2025-02-04T17:57:28.275712Z","end":"2025-02-04T17:57:28.383877Z","steps":["trace[1096804881] 'process raft request'  (duration: 96.49353ms)","trace[1096804881] 'compare'  (duration: 11.422946ms)"],"step_count":2}
	{"level":"info","ts":"2025-02-04T17:57:28.384015Z","caller":"traceutil/trace.go:171","msg":"trace[52475701] transaction","detail":"{read_only:false; response_revision:567; number_of_response:1; }","duration":"107.276468ms","start":"2025-02-04T17:57:28.276726Z","end":"2025-02-04T17:57:28.384003Z","steps":["trace[52475701] 'process raft request'  (duration: 107.030483ms)"],"step_count":1}
	{"level":"info","ts":"2025-02-04T17:57:28.384304Z","caller":"traceutil/trace.go:171","msg":"trace[913082705] transaction","detail":"{read_only:false; response_revision:568; number_of_response:1; }","duration":"101.372956ms","start":"2025-02-04T17:57:28.282919Z","end":"2025-02-04T17:57:28.384292Z","steps":["trace[913082705] 'process raft request'  (duration: 100.947809ms)"],"step_count":1}
	{"level":"info","ts":"2025-02-04T17:57:28.384574Z","caller":"traceutil/trace.go:171","msg":"trace[1574971474] linearizableReadLoop","detail":"{readStateIndex:578; appliedIndex:577; }","duration":"107.612644ms","start":"2025-02-04T17:57:28.276948Z","end":"2025-02-04T17:57:28.384561Z","steps":["trace[1574971474] 'read index received'  (duration: 14.253347ms)","trace[1574971474] 'applied index is now lower than readState.Index'  (duration: 93.357973ms)"],"step_count":2}
	{"level":"warn","ts":"2025-02-04T17:57:28.384752Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"101.986881ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/ingress-nginx/ingress-nginx-admission\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"warn","ts":"2025-02-04T17:57:28.384760Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"107.794952ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/daemonsets/gadget/gadget\" limit:1 ","response":"range_response_count:1 size:10298"}
	{"level":"info","ts":"2025-02-04T17:57:28.384798Z","caller":"traceutil/trace.go:171","msg":"trace[2037288664] range","detail":"{range_begin:/registry/serviceaccounts/ingress-nginx/ingress-nginx-admission; range_end:; response_count:0; response_revision:571; }","duration":"102.067568ms","start":"2025-02-04T17:57:28.282715Z","end":"2025-02-04T17:57:28.384783Z","steps":["trace[2037288664] 'agreement among raft nodes before linearized reading'  (duration: 101.986138ms)"],"step_count":1}
	{"level":"info","ts":"2025-02-04T17:57:28.384813Z","caller":"traceutil/trace.go:171","msg":"trace[2066148395] range","detail":"{range_begin:/registry/daemonsets/gadget/gadget; range_end:; response_count:1; response_revision:571; }","duration":"107.877458ms","start":"2025-02-04T17:57:28.276921Z","end":"2025-02-04T17:57:28.384798Z","steps":["trace[2066148395] 'agreement among raft nodes before linearized reading'  (duration: 107.738369ms)"],"step_count":1}
	{"level":"info","ts":"2025-02-04T17:59:03.530822Z","caller":"traceutil/trace.go:171","msg":"trace[824136070] transaction","detail":"{read_only:false; response_revision:1278; number_of_response:1; }","duration":"111.88797ms","start":"2025-02-04T17:59:03.418904Z","end":"2025-02-04T17:59:03.530792Z","steps":["trace[824136070] 'process raft request'  (duration: 111.703683ms)"],"step_count":1}
	{"level":"info","ts":"2025-02-04T17:59:20.544488Z","caller":"traceutil/trace.go:171","msg":"trace[1004429151] transaction","detail":"{read_only:false; response_revision:1366; number_of_response:1; }","duration":"103.188847ms","start":"2025-02-04T17:59:20.441279Z","end":"2025-02-04T17:59:20.544468Z","steps":["trace[1004429151] 'process raft request'  (duration: 103.047906ms)"],"step_count":1}
	{"level":"info","ts":"2025-02-04T18:07:13.600316Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1977}
	{"level":"info","ts":"2025-02-04T18:07:13.615710Z","caller":"mvcc/kvstore_compaction.go:72","msg":"finished scheduled compaction","compact-revision":1977,"took":"14.770626ms","hash":2247132985,"current-db-size-bytes":7942144,"current-db-size":"7.9 MB","current-db-size-in-use-bytes":5099520,"current-db-size-in-use":"5.1 MB"}
	{"level":"info","ts":"2025-02-04T18:07:13.615749Z","caller":"mvcc/hash.go:151","msg":"storing new hash","hash":2247132985,"revision":1977,"compact-revision":-1}
	
	
	==> kernel <==
	 18:07:50 up  4:50,  0 users,  load average: 0.21, 0.64, 1.58
	Linux addons-420690 5.15.0-1075-gcp #84~20.04.1-Ubuntu SMP Thu Jan 16 20:44:47 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [064e6ba992d82c5c35b67a77b633c4cb42952e17946500ef851ef68a0f78c328] <==
	I0204 18:05:41.968409       1 main.go:301] handling current node
	I0204 18:05:51.968143       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0204 18:05:51.968178       1 main.go:301] handling current node
	I0204 18:06:01.968824       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0204 18:06:01.968886       1 main.go:301] handling current node
	I0204 18:06:11.967943       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0204 18:06:11.967976       1 main.go:301] handling current node
	I0204 18:06:21.968480       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0204 18:06:21.968529       1 main.go:301] handling current node
	I0204 18:06:31.968542       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0204 18:06:31.968590       1 main.go:301] handling current node
	I0204 18:06:41.968323       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0204 18:06:41.968363       1 main.go:301] handling current node
	I0204 18:06:51.968589       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0204 18:06:51.968623       1 main.go:301] handling current node
	I0204 18:07:01.968493       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0204 18:07:01.968527       1 main.go:301] handling current node
	I0204 18:07:11.968227       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0204 18:07:11.968280       1 main.go:301] handling current node
	I0204 18:07:21.968549       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0204 18:07:21.968584       1 main.go:301] handling current node
	I0204 18:07:31.968930       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0204 18:07:31.968964       1 main.go:301] handling current node
	I0204 18:07:41.967892       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0204 18:07:41.967940       1 main.go:301] handling current node
	
	
	==> kube-apiserver [e831bac2610f220ce37e923e5b3bea0fdc0796f45008e98b368133e53cee6848] <==
		, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
	 > logger="UnhandledError"
	I0204 17:57:48.047282       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	E0204 17:57:48.051310       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: Operation cannot be fulfilled on apiservices.apiregistration.k8s.io \"v1beta1.metrics.k8s.io\": the object has been modified; please apply your changes to the latest version and try again" logger="UnhandledError"
	E0204 17:59:09.321011       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:49096: use of closed network connection
	E0204 17:59:09.494757       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:49128: use of closed network connection
	I0204 17:59:30.234542       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.107.104.183"}
	I0204 17:59:47.170566       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0204 17:59:48.287882       1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0204 17:59:49.047975       1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
	I0204 17:59:49.170826       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0204 17:59:49.376145       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.104.217.37"}
	E0204 17:59:58.230782       1 authentication.go:74] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	I0204 18:00:01.256102       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I0204 18:06:09.030789       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0204 18:06:09.030847       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0204 18:06:09.043086       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0204 18:06:09.043140       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0204 18:06:09.045454       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0204 18:06:09.045495       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0204 18:06:09.054335       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0204 18:06:09.054383       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0204 18:06:10.046224       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	E0204 18:07:09.091825       1 crd_finalizer.go:302] "Unhandled Error" err="volumesnapshots.snapshot.storage.k8s.io failed with: timed out waiting for the condition" logger="UnhandledError"
	E0204 18:07:09.178616       1 crd_finalizer.go:302] "Unhandled Error" err="volumesnapshotcontents.snapshot.storage.k8s.io failed with: timed out waiting for the condition" logger="UnhandledError"
	
	
	==> kube-controller-manager [6204d92f9b156911f06516cea43848719d5ce64803da39d0b8f39f11a28e497b] <==
	I0204 18:06:23.244833       1 shared_informer.go:313] Waiting for caches to sync for resource quota
	I0204 18:06:23.244877       1 shared_informer.go:320] Caches are synced for resource quota
	I0204 18:06:23.244905       1 shared_informer.go:313] Waiting for caches to sync for garbage collector
	I0204 18:06:23.244938       1 shared_informer.go:320] Caches are synced for garbage collector
	W0204 18:06:28.575800       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0204 18:06:28.576772       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshotclasses"
	W0204 18:06:28.577769       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0204 18:06:28.577809       1 reflector.go:166] "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"
	W0204 18:06:48.622865       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0204 18:06:48.623872       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshotclasses"
	W0204 18:06:48.624718       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0204 18:06:48.624761       1 reflector.go:166] "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"
	W0204 18:06:51.010451       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0204 18:06:51.011447       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="gadget.kinvolk.io/v1alpha1, Resource=traces"
	W0204 18:06:51.012404       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0204 18:06:51.012443       1 reflector.go:166] "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"
	I0204 18:07:09.544862       1 range_allocator.go:247] "Successfully synced" logger="node-ipam-controller" key="addons-420690"
	W0204 18:07:21.537615       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0204 18:07:21.538637       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="gadget.kinvolk.io/v1alpha1, Resource=traces"
	W0204 18:07:21.539514       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0204 18:07:21.539554       1 reflector.go:166] "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"
	W0204 18:07:31.857307       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0204 18:07:31.858296       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshotclasses"
	W0204 18:07:31.859225       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0204 18:07:31.859268       1 reflector.go:166] "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 [2cfe9a898518a16e776460086611087d318073fa0f993e28e47b153862b4c299] <==
	I0204 17:57:26.590600       1 server_linux.go:66] "Using iptables proxy"
	I0204 17:57:27.389957       1 server.go:698] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0204 17:57:27.390046       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`"
	I0204 17:57:27.781523       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0204 17:57:27.781612       1 server_linux.go:170] "Using iptables Proxier"
	I0204 17:57:27.784204       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"
	I0204 17:57:27.784740       1 server.go:497] "Version info" version="v1.32.1"
	I0204 17:57:27.785939       1 server.go:499] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0204 17:57:27.788372       1 config.go:199] "Starting service config controller"
	I0204 17:57:27.788529       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0204 17:57:27.788460       1 config.go:105] "Starting endpoint slice config controller"
	I0204 17:57:27.788620       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0204 17:57:27.788930       1 config.go:329] "Starting node config controller"
	I0204 17:57:27.788986       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0204 17:57:27.969815       1 shared_informer.go:320] Caches are synced for node config
	I0204 17:57:27.969874       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0204 17:57:27.969887       1 shared_informer.go:320] Caches are synced for service config
	
	
	==> kube-scheduler [a9c8e17e83ead1cfec7b1e6cca4aa3d7213b8eeaebf8f7bf47fdb8e0e6f5031f] <==
	W0204 17:57:15.875026       1 reflector.go:569] 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
	E0204 17:57:15.875051       1 reflector.go:166] "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"
	W0204 17:57:15.875244       1 reflector.go:569] 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
	E0204 17:57:15.875277       1 reflector.go:166] "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"
	W0204 17:57:15.875337       1 reflector.go:569] 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
	E0204 17:57:15.875371       1 reflector.go:166] "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"
	W0204 17:57:15.875399       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
	E0204 17:57:15.875412       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0204 17:57:15.875692       1 reflector.go:569] 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
	E0204 17:57:15.875739       1 reflector.go:166] "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"
	W0204 17:57:15.875749       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	W0204 17:57:15.875822       1 reflector.go:569] 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
	E0204 17:57:15.875843       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0204 17:57:15.875868       1 reflector.go:569] 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
	E0204 17:57:15.875903       1 reflector.go:166] "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"
	W0204 17:57:15.875790       1 reflector.go:569] 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
	W0204 17:57:15.875922       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "volumeattachments" in API group "storage.k8s.io" at the cluster scope
	E0204 17:57:15.875868       1 reflector.go:166] "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"
	E0204 17:57:15.875942       1 reflector.go:166] "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"
	E0204 17:57:15.875949       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.VolumeAttachment: failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"volumeattachments\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0204 17:57:15.875800       1 reflector.go:569] 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
	E0204 17:57:15.875983       1 reflector.go:166] "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"
	W0204 17:57:15.875795       1 reflector.go:569] 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
	E0204 17:57:15.876009       1 reflector.go:166] "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"
	I0204 17:57:17.073758       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Feb 04 18:07:17 addons-420690 kubelet[1649]: E0204 18:07:17.855733    1649 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/90e89d1dee9d0a31fd97bd86ded3590fe5ce3d0534dc98a621af05c55f74dcad/diff" to get inode usage: stat /var/lib/containers/storage/overlay/90e89d1dee9d0a31fd97bd86ded3590fe5ce3d0534dc98a621af05c55f74dcad/diff: no such file or directory, extraDiskErr: <nil>
	Feb 04 18:07:17 addons-420690 kubelet[1649]: E0204 18:07:17.856814    1649 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/0b624a0fee4af455221aa32c6f78c0f92dc105bd445aaf7e171f7704ea6d564d/diff" to get inode usage: stat /var/lib/containers/storage/overlay/0b624a0fee4af455221aa32c6f78c0f92dc105bd445aaf7e171f7704ea6d564d/diff: no such file or directory, extraDiskErr: <nil>
	Feb 04 18:07:17 addons-420690 kubelet[1649]: E0204 18:07:17.865257    1649 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/cf34fb7e416b55729c79a172dfcd8bba151187f565c08f5623095b210083c361/diff" to get inode usage: stat /var/lib/containers/storage/overlay/cf34fb7e416b55729c79a172dfcd8bba151187f565c08f5623095b210083c361/diff: no such file or directory, extraDiskErr: <nil>
	Feb 04 18:07:17 addons-420690 kubelet[1649]: E0204 18:07:17.868487    1649 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/2d67d679bb22f3e822d0b0468b0ddc9af6617cb4815bbf96b0dab51b2db20b2d/diff" to get inode usage: stat /var/lib/containers/storage/overlay/2d67d679bb22f3e822d0b0468b0ddc9af6617cb4815bbf96b0dab51b2db20b2d/diff: no such file or directory, extraDiskErr: <nil>
	Feb 04 18:07:17 addons-420690 kubelet[1649]: E0204 18:07:17.869576    1649 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/17152f46d447d02380230579e7525611d4b3f877d14d3cfe59f55ac1d84cf035/diff" to get inode usage: stat /var/lib/containers/storage/overlay/17152f46d447d02380230579e7525611d4b3f877d14d3cfe59f55ac1d84cf035/diff: no such file or directory, extraDiskErr: <nil>
	Feb 04 18:07:17 addons-420690 kubelet[1649]: E0204 18:07:17.873925    1649 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/cf34fb7e416b55729c79a172dfcd8bba151187f565c08f5623095b210083c361/diff" to get inode usage: stat /var/lib/containers/storage/overlay/cf34fb7e416b55729c79a172dfcd8bba151187f565c08f5623095b210083c361/diff: no such file or directory, extraDiskErr: <nil>
	Feb 04 18:07:17 addons-420690 kubelet[1649]: E0204 18:07:17.878102    1649 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/86eb57764adb8a5b420f86be0194f139b70bdd8c174cff8bf78594e272cef07e/diff" to get inode usage: stat /var/lib/containers/storage/overlay/86eb57764adb8a5b420f86be0194f139b70bdd8c174cff8bf78594e272cef07e/diff: no such file or directory, extraDiskErr: <nil>
	Feb 04 18:07:17 addons-420690 kubelet[1649]: E0204 18:07:17.880277    1649 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/0b624a0fee4af455221aa32c6f78c0f92dc105bd445aaf7e171f7704ea6d564d/diff" to get inode usage: stat /var/lib/containers/storage/overlay/0b624a0fee4af455221aa32c6f78c0f92dc105bd445aaf7e171f7704ea6d564d/diff: no such file or directory, extraDiskErr: <nil>
	Feb 04 18:07:18 addons-420690 kubelet[1649]: E0204 18:07:18.022863    1649 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1738692438022647969,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:584721,},InodesUsed:&UInt64Value{Value:230,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Feb 04 18:07:18 addons-420690 kubelet[1649]: E0204 18:07:18.022894    1649 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1738692438022647969,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:584721,},InodesUsed:&UInt64Value{Value:230,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Feb 04 18:07:19 addons-420690 kubelet[1649]: E0204 18:07:19.779213    1649 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: reading manifest alpine in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="45480262-ecea-410e-ae46-a3e0c0d56f3b"
	Feb 04 18:07:22 addons-420690 kubelet[1649]: E0204 18:07:22.429648    1649 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = reading manifest latest in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" image="docker.io/nginx:latest"
	Feb 04 18:07:22 addons-420690 kubelet[1649]: E0204 18:07:22.429728    1649 kuberuntime_image.go:55] "Failed to pull image" err="reading manifest latest in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" image="docker.io/nginx:latest"
	Feb 04 18:07:22 addons-420690 kubelet[1649]: E0204 18:07:22.429839    1649 kuberuntime_manager.go:1341] "Unhandled Error" err="container &Container{Name:task-pv-container,Image:docker.io/nginx,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{ContainerPort{Name:http-server,HostPort:0,ContainerPort:80,Protocol:TCP,HostIP:,},},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:task-pv-storage,ReadOnly:false,MountPath:/usr/share/nginx/html,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},VolumeMount{Name:kube-api-access-hlnkl,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:Always,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationM
essagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,ResizePolicy:[]ContainerResizePolicy{},RestartPolicy:nil,} start failed in pod task-pv-pod-restore_default(03c574d6-8e7d-40c6-b28f-0200efe22758): ErrImagePull: reading manifest latest in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	Feb 04 18:07:22 addons-420690 kubelet[1649]: E0204 18:07:22.431042    1649 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ErrImagePull: \"reading manifest latest in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod-restore" podUID="03c574d6-8e7d-40c6-b28f-0200efe22758"
	Feb 04 18:07:28 addons-420690 kubelet[1649]: E0204 18:07:28.024938    1649 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1738692448024716539,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:584721,},InodesUsed:&UInt64Value{Value:230,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Feb 04 18:07:28 addons-420690 kubelet[1649]: E0204 18:07:28.024975    1649 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1738692448024716539,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:584721,},InodesUsed:&UInt64Value{Value:230,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Feb 04 18:07:32 addons-420690 kubelet[1649]: E0204 18:07:32.778669    1649 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: reading manifest alpine in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="45480262-ecea-410e-ae46-a3e0c0d56f3b"
	Feb 04 18:07:34 addons-420690 kubelet[1649]: E0204 18:07:34.777757    1649 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: reading manifest latest in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod-restore" podUID="03c574d6-8e7d-40c6-b28f-0200efe22758"
	Feb 04 18:07:38 addons-420690 kubelet[1649]: E0204 18:07:38.027688    1649 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1738692458027495992,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:584721,},InodesUsed:&UInt64Value{Value:230,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Feb 04 18:07:38 addons-420690 kubelet[1649]: E0204 18:07:38.027726    1649 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1738692458027495992,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:584721,},InodesUsed:&UInt64Value{Value:230,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Feb 04 18:07:46 addons-420690 kubelet[1649]: E0204 18:07:46.779075    1649 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: reading manifest alpine in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="45480262-ecea-410e-ae46-a3e0c0d56f3b"
	Feb 04 18:07:48 addons-420690 kubelet[1649]: E0204 18:07:48.030584    1649 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1738692468030364479,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:584721,},InodesUsed:&UInt64Value{Value:230,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Feb 04 18:07:48 addons-420690 kubelet[1649]: E0204 18:07:48.030622    1649 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1738692468030364479,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:584721,},InodesUsed:&UInt64Value{Value:230,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Feb 04 18:07:48 addons-420690 kubelet[1649]: E0204 18:07:48.778275    1649 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"task-pv-container\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: reading manifest latest in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"" pod="default/task-pv-pod-restore" podUID="03c574d6-8e7d-40c6-b28f-0200efe22758"
	
	
	==> storage-provisioner [1367f2006fdb099bd3734f473780ca53bb7bc3c7caff0c0c8e1b13d6a2459763] <==
	I0204 17:57:43.002913       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0204 17:57:43.010381       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0204 17:57:43.010418       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0204 17:57:43.074553       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0204 17:57:43.074714       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-420690_ffeb4f4d-84ce-4485-bd6d-42e7c6ef8249!
	I0204 17:57:43.075228       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"fc18fffa-cb25-4ab9-a18c-b4566db53596", APIVersion:"v1", ResourceVersion:"925", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-420690_ffeb4f4d-84ce-4485-bd6d-42e7c6ef8249 became leader
	I0204 17:57:43.175645       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-420690_ffeb4f4d-84ce-4485-bd6d-42e7c6ef8249!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-420690 -n addons-420690
helpers_test.go:261: (dbg) Run:  kubectl --context addons-420690 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: nginx task-pv-pod-restore ingress-nginx-admission-create-9scz6 ingress-nginx-admission-patch-kfsrj
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context addons-420690 describe pod nginx task-pv-pod-restore ingress-nginx-admission-create-9scz6 ingress-nginx-admission-patch-kfsrj
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-420690 describe pod nginx task-pv-pod-restore ingress-nginx-admission-create-9scz6 ingress-nginx-admission-patch-kfsrj: exit status 1 (88.852779ms)

                                                
                                                
-- stdout --
	Name:             nginx
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-420690/192.168.49.2
	Start Time:       Tue, 04 Feb 2025 17:59:49 +0000
	Labels:           run=nginx
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.30
	IPs:
	  IP:  10.244.0.30
	Containers:
	  nginx:
	    Container ID:   
	    Image:          docker.io/nginx:alpine
	    Image ID:       
	    Port:           80/TCP
	    Host Port:      0/TCP
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-2g984 (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-2g984:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	QoS Class:                   BestEffort
	Node-Selectors:              <none>
	Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
	                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
	Events:
	  Type     Reason     Age                   From               Message
	  ----     ------     ----                  ----               -------
	  Normal   Scheduled  8m2s                  default-scheduler  Successfully assigned default/nginx to addons-420690
	  Warning  Failed     7m24s                 kubelet            Failed to pull image "docker.io/nginx:alpine": determining manifest MIME type for docker://nginx:alpine: reading manifest sha256:679a5fd058f6ca754a561846fe27927e408074431d63556e8fc588fc38be6901 in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
	  Normal   Pulling    116s (x5 over 8m2s)   kubelet            Pulling image "docker.io/nginx:alpine"
	  Warning  Failed     84s (x5 over 7m24s)   kubelet            Error: ErrImagePull
	  Warning  Failed     84s (x4 over 6m21s)   kubelet            Failed to pull image "docker.io/nginx:alpine": reading manifest alpine in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
	  Warning  Failed     19s (x16 over 7m24s)  kubelet            Error: ImagePullBackOff
	  Normal   BackOff    5s (x17 over 7m24s)   kubelet            Back-off pulling image "docker.io/nginx:alpine"
	
	
	Name:             task-pv-pod-restore
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-420690/192.168.49.2
	Start Time:       Tue, 04 Feb 2025 18:00:06 +0000
	Labels:           app=task-pv-pod-restore
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.31
	IPs:
	  IP:  10.244.0.31
	Containers:
	  task-pv-container:
	    Container ID:   
	    Image:          docker.io/nginx
	    Image ID:       
	    Port:           80/TCP
	    Host Port:      0/TCP
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /usr/share/nginx/html from task-pv-storage (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-hlnkl (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  task-pv-storage:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  hpvc-restore
	    ReadOnly:   false
	  kube-api-access-hlnkl:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	QoS Class:                   BestEffort
	Node-Selectors:              <none>
	Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
	                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
	Events:
	  Type     Reason     Age                    From               Message
	  ----     ------     ----                   ----               -------
	  Normal   Scheduled  7m45s                  default-scheduler  Successfully assigned default/task-pv-pod-restore to addons-420690
	  Warning  Failed     2m21s (x2 over 5m18s)  kubelet            Failed to pull image "docker.io/nginx": loading manifest for target platform: reading manifest sha256:da837cfb72cb98fdd8efa8f2c8d3d29b89b327c07d45bf564d52835d787a0892 in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
	  Normal   Pulling    61s (x5 over 7m45s)    kubelet            Pulling image "docker.io/nginx"
	  Warning  Failed     29s (x3 over 6m53s)    kubelet            Failed to pull image "docker.io/nginx": reading manifest latest in docker.io/library/nginx: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
	  Warning  Failed     29s (x5 over 6m53s)    kubelet            Error: ErrImagePull
	  Normal   BackOff    3s (x11 over 6m53s)    kubelet            Back-off pulling image "docker.io/nginx"
	  Warning  Failed     3s (x11 over 6m53s)    kubelet            Error: ImagePullBackOff

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "ingress-nginx-admission-create-9scz6" not found
	Error from server (NotFound): pods "ingress-nginx-admission-patch-kfsrj" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context addons-420690 describe pod nginx task-pv-pod-restore ingress-nginx-admission-create-9scz6 ingress-nginx-admission-patch-kfsrj: exit status 1
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-420690 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-420690 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-420690 addons disable ingress --alsologtostderr -v=1: (7.748254467s)
panic: test timed out after 2h0m0s
	running tests:
		TestAddons (1h59m31s)
		TestAddons/parallel/CSI (1h56m42s)

                                                
                                                
goroutine 1390 [running]:
testing.(*M).startAlarm.func1()
	/usr/local/go/src/testing/testing.go:2373 +0x385
created by time.goFunc
	/usr/local/go/src/time/sleep.go:215 +0x2d

                                                
                                                
goroutine 1 [chan receive, 119 minutes]:
testing.(*T).Run(0xc00019e340, {0x2c89022?, 0x0?}, 0x3629880)
	/usr/local/go/src/testing/testing.go:1751 +0x3ab
testing.runTests.func1(0xc00019e340)
	/usr/local/go/src/testing/testing.go:2168 +0x37
testing.tRunner(0xc00019e340, 0xc000757bc8)
	/usr/local/go/src/testing/testing.go:1690 +0xf4
testing.runTests(0xc0001bc1c8, {0x532af80, 0x2c, 0x2c}, {0xffffffffffffffff?, 0x4113b0?, 0x5351440?})
	/usr/local/go/src/testing/testing.go:2166 +0x43d
testing.(*M).Run(0xc0005772c0)
	/usr/local/go/src/testing/testing.go:2034 +0x64a
k8s.io/minikube/test/integration.TestMain(0xc0005772c0)
	/home/jenkins/workspace/Build_Cross/test/integration/main_test.go:62 +0x8b
main.main()
	_testmain.go:133 +0xa8

                                                
                                                
goroutine 109 [chan receive, 119 minutes]:
testing.(*T).Parallel(0xc0008a29c0)
	/usr/local/go/src/testing/testing.go:1484 +0x215
k8s.io/minikube/test/integration.MaybeParallel(0xc0008a29c0)
	/home/jenkins/workspace/Build_Cross/test/integration/helpers_test.go:483 +0x34
k8s.io/minikube/test/integration.TestOffline(0xc0008a29c0)
	/home/jenkins/workspace/Build_Cross/test/integration/aab_offline_test.go:32 +0x39
testing.tRunner(0xc0008a29c0, 0x3629998)
	/usr/local/go/src/testing/testing.go:1690 +0xf4
created by testing.(*T).Run in goroutine 1
	/usr/local/go/src/testing/testing.go:1743 +0x390

                                                
                                                
goroutine 1246 [IO wait, 110 minutes]:
internal/poll.runtime_pollWait(0x7fd1088cf5c8, 0x72)
	/usr/local/go/src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0xc00195c540?, 0xc0017fd6d5?, 0x1)
	/usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27
internal/poll.(*pollDesc).waitRead(...)
	/usr/local/go/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc00195c540, {0xc0017fd6d5, 0x492b, 0x492b})
	/usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a
os.(*File).read(...)
	/usr/local/go/src/os/file_posix.go:29
os.(*File).Read(0xc0006acf98, {0xc0017fd6d5?, 0x0?, 0x10000?})
	/usr/local/go/src/os/file.go:124 +0x52
bytes.(*Buffer).ReadFrom(0xc0017d4390, {0x396ce40, 0xc00089c020})
	/usr/local/go/src/bytes/buffer.go:211 +0x98
io.copyBuffer({0x396cfc0, 0xc0017d4390}, {0x396ce40, 0xc00089c020}, {0x0, 0x0, 0x0})
	/usr/local/go/src/io/io.go:415 +0x151
io.Copy(...)
	/usr/local/go/src/io/io.go:388
os.genericWriteTo(0xc0006acf98?, {0x396cfc0, 0xc0017d4390})
	/usr/local/go/src/os/file.go:275 +0x4f
os.(*File).WriteTo(0xc0006acf98, {0x396cfc0, 0xc0017d4390})
	/usr/local/go/src/os/file.go:253 +0x9c
io.copyBuffer({0x396cfc0, 0xc0017d4390}, {0x396cec0, 0xc0006acf98}, {0x0, 0x0, 0x0})
	/usr/local/go/src/io/io.go:411 +0x9d
io.Copy(...)
	/usr/local/go/src/io/io.go:388
os/exec.(*Cmd).writerDescriptor.func1()
	/usr/local/go/src/os/exec/exec.go:580 +0x34
os/exec.(*Cmd).Start.func2(0x0?)
	/usr/local/go/src/os/exec/exec.go:733 +0x2c
created by os/exec.(*Cmd).Start in goroutine 226
	/usr/local/go/src/os/exec/exec.go:732 +0x98b

                                                
                                                
goroutine 165 [sync.Cond.Wait, 2 minutes]:
sync.runtime_notifyListWait(0xc000d0a410, 0x17)
	/usr/local/go/src/runtime/sema.go:587 +0x159
sync.(*Cond).Wait(0xc000755d80?)
	/usr/local/go/src/sync/cond.go:71 +0x85
k8s.io/client-go/util/workqueue.(*Typed[...]).Get(0x39c4040)
	/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.31.3/util/workqueue/queue.go:282 +0x8b
k8s.io/client-go/transport.(*dynamicClientCert).processNextWorkItem(0xc000d0a440)
	/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.31.3/transport/cert_rotation.go:159 +0x47
k8s.io/client-go/transport.(*dynamicClientCert).runWorker(...)
	/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.31.3/transport/cert_rotation.go:154
k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.0/pkg/util/wait/backoff.go:226 +0x33
k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000826730, {0x396e960, 0xc0007cc480}, 0x1, 0xc00051c2a0)
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.0/pkg/util/wait/backoff.go:227 +0xaf
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000826730, 0x3b9aca00, 0x0, 0x1, 0xc00051c2a0)
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.0/pkg/util/wait/backoff.go:204 +0x7f
k8s.io/apimachinery/pkg/util/wait.Until(...)
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.0/pkg/util/wait/backoff.go:161
created by k8s.io/client-go/transport.(*dynamicClientCert).Run in goroutine 154
	/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.31.3/transport/cert_rotation.go:143 +0x1cf

                                                
                                                
goroutine 183 [select, 117 minutes]:
net/http.(*persistConn).readLoop(0xc0007fc000)
	/usr/local/go/src/net/http/transport.go:2325 +0xca5
created by net/http.(*Transport).dialConn in goroutine 142
	/usr/local/go/src/net/http/transport.go:1874 +0x154f

                                                
                                                
goroutine 167 [select, 4 minutes]:
k8s.io/apimachinery/pkg/util/wait.PollImmediateUntilWithContext.poller.func1.1()
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.0/pkg/util/wait/poll.go:297 +0x19b
created by k8s.io/apimachinery/pkg/util/wait.PollImmediateUntilWithContext.poller.func1 in goroutine 166
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.0/pkg/util/wait/poll.go:280 +0xbb

                                                
                                                
goroutine 153 [select, 2 minutes]:
k8s.io/client-go/util/workqueue.(*delayingType[...]).waitingLoop(0x399ddc0)
	/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.31.3/util/workqueue/delaying_queue.go:304 +0x2ff
created by k8s.io/client-go/util/workqueue.newDelayingQueue[...] in goroutine 138
	/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.31.3/util/workqueue/delaying_queue.go:141 +0x238

                                                
                                                
goroutine 220 [chan receive, 108 minutes]:
testing.tRunner.func1()
	/usr/local/go/src/testing/testing.go:1651 +0x49b
testing.tRunner(0xc0008a2d00, 0xc0007cde90)
	/usr/local/go/src/testing/testing.go:1696 +0x12d
created by testing.(*T).Run in goroutine 110
	/usr/local/go/src/testing/testing.go:1743 +0x390

                                                
                                                
goroutine 110 [chan receive, 117 minutes]:
testing.(*T).Run(0xc0008a2b60, {0x2c84f12?, 0x22ecb25c000?}, 0xc0007cde90)
	/usr/local/go/src/testing/testing.go:1751 +0x3ab
k8s.io/minikube/test/integration.TestAddons(0xc0008a2b60)
	/home/jenkins/workspace/Build_Cross/test/integration/addons_test.go:140 +0x2f4
testing.tRunner(0xc0008a2b60, 0x3629880)
	/usr/local/go/src/testing/testing.go:1690 +0xf4
created by testing.(*T).Run in goroutine 1
	/usr/local/go/src/testing/testing.go:1743 +0x390

                                                
                                                
goroutine 166 [select, 4 minutes]:
k8s.io/apimachinery/pkg/util/wait.waitForWithContext({0x39a7bf0, 0xc00051c2a0}, 0xc001690f50, 0xc001690f98)
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.0/pkg/util/wait/wait.go:205 +0xd1
k8s.io/apimachinery/pkg/util/wait.poll({0x39a7bf0, 0xc00051c2a0}, 0x60?, 0xc001690f50, 0xc001690f98)
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.0/pkg/util/wait/poll.go:260 +0x89
k8s.io/apimachinery/pkg/util/wait.PollImmediateUntilWithContext({0x39a7bf0?, 0xc00051c2a0?}, 0x0?, 0x0?)
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.0/pkg/util/wait/poll.go:200 +0x45
k8s.io/apimachinery/pkg/util/wait.PollImmediateUntil(0x5942a5?, 0xc000029800?, 0xc000d2a460?)
	/home/jenkins/go/pkg/mod/k8s.io/apimachinery@v0.32.0/pkg/util/wait/poll.go:187 +0x36
created by k8s.io/client-go/transport.(*dynamicClientCert).Run in goroutine 154
	/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.31.3/transport/cert_rotation.go:145 +0x27a

                                                
                                                
goroutine 154 [chan receive, 117 minutes]:
k8s.io/client-go/transport.(*dynamicClientCert).Run(0xc000d0a440, 0xc00051c2a0)
	/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.31.3/transport/cert_rotation.go:150 +0x289
created by k8s.io/client-go/transport.(*tlsTransportCache).get in goroutine 138
	/home/jenkins/go/pkg/mod/k8s.io/client-go@v0.31.3/transport/cache.go:122 +0x569

                                                
                                                
goroutine 1245 [IO wait, 110 minutes]:
internal/poll.runtime_pollWait(0x7fd1088ced08, 0x72)
	/usr/local/go/src/runtime/netpoll.go:351 +0x85
internal/poll.(*pollDesc).wait(0xc00195c480?, 0xc000517c00?, 0x1)
	/usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27
internal/poll.(*pollDesc).waitRead(...)
	/usr/local/go/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc00195c480, {0xc000517c00, 0x200, 0x200})
	/usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a
os.(*File).read(...)
	/usr/local/go/src/os/file_posix.go:29
os.(*File).Read(0xc0006acf60, {0xc000517c00?, 0x0?, 0x0?})
	/usr/local/go/src/os/file.go:124 +0x52
bytes.(*Buffer).ReadFrom(0xc0017d4360, {0x396ce40, 0xc001940060})
	/usr/local/go/src/bytes/buffer.go:211 +0x98
io.copyBuffer({0x396cfc0, 0xc0017d4360}, {0x396ce40, 0xc001940060}, {0x0, 0x0, 0x0})
	/usr/local/go/src/io/io.go:415 +0x151
io.Copy(...)
	/usr/local/go/src/io/io.go:388
os.genericWriteTo(0xc0006acf60?, {0x396cfc0, 0xc0017d4360})
	/usr/local/go/src/os/file.go:275 +0x4f
os.(*File).WriteTo(0xc0006acf60, {0x396cfc0, 0xc0017d4360})
	/usr/local/go/src/os/file.go:253 +0x9c
io.copyBuffer({0x396cfc0, 0xc0017d4360}, {0x396cec0, 0xc0006acf60}, {0x0, 0x0, 0x0})
	/usr/local/go/src/io/io.go:411 +0x9d
io.Copy(...)
	/usr/local/go/src/io/io.go:388
os/exec.(*Cmd).writerDescriptor.func1()
	/usr/local/go/src/os/exec/exec.go:580 +0x34
os/exec.(*Cmd).Start.func2(0xc001744460?)
	/usr/local/go/src/os/exec/exec.go:733 +0x2c
created by os/exec.(*Cmd).Start in goroutine 226
	/usr/local/go/src/os/exec/exec.go:732 +0x98b

                                                
                                                
goroutine 184 [select, 117 minutes]:
net/http.(*persistConn).writeLoop(0xc0007fc000)
	/usr/local/go/src/net/http/transport.go:2519 +0xe7
created by net/http.(*Transport).dialConn in goroutine 142
	/usr/local/go/src/net/http/transport.go:1875 +0x15a5

                                                
                                                
goroutine 200 [select, 117 minutes]:
net/http.(*persistConn).writeLoop(0xc0007fc120)
	/usr/local/go/src/net/http/transport.go:2519 +0xe7
created by net/http.(*Transport).dialConn in goroutine 214
	/usr/local/go/src/net/http/transport.go:1875 +0x15a5

                                                
                                                
goroutine 199 [select, 117 minutes]:
net/http.(*persistConn).readLoop(0xc0007fc120)
	/usr/local/go/src/net/http/transport.go:2325 +0xca5
created by net/http.(*Transport).dialConn in goroutine 214
	/usr/local/go/src/net/http/transport.go:1874 +0x154f

                                                
                                                
goroutine 226 [syscall, 110 minutes]:
syscall.Syscall6(0xf7, 0x3, 0xf, 0xc0007596e8, 0x4, 0xc00008b3b0, 0x0)
	/usr/local/go/src/syscall/syscall_linux.go:95 +0x39
os.(*Process).pidfdWait(0xc001a6e180?)
	/usr/local/go/src/os/pidfd_linux.go:110 +0x236
os.(*Process).wait(0x30?)
	/usr/local/go/src/os/exec_unix.go:27 +0x25
os.(*Process).Wait(...)
	/usr/local/go/src/os/exec.go:358
os/exec.(*Cmd).Wait(0xc000029980)
	/usr/local/go/src/os/exec/exec.go:906 +0x45
os/exec.(*Cmd).Run(0xc000029980)
	/usr/local/go/src/os/exec/exec.go:610 +0x2d
k8s.io/minikube/test/integration.Run(0xc0008a3860, 0xc000029980)
	/home/jenkins/workspace/Build_Cross/test/integration/helpers_test.go:103 +0x1e5
k8s.io/minikube/test/integration.disableAddon(0xc0008a3860, {0x2c94731, 0xf}, {0xc000903510?, 0xc00169cc40?})
	/home/jenkins/workspace/Build_Cross/test/integration/addons_test.go:992 +0x12d
runtime.Goexit()
	/usr/local/go/src/runtime/panic.go:629 +0x5e
testing.(*common).FailNow(0xc0008a3860)
	/usr/local/go/src/testing/testing.go:1006 +0x4a
testing.(*common).Fatalf(0xc0008a3860, {0x2cfd901?, 0xc000442230?}, {0xc000543d90?, 0xc000903510?, 0xd?})
	/usr/local/go/src/testing/testing.go:1090 +0x5e
k8s.io/minikube/test/integration.validateCSIDriverAndSnapshots({0x39a78d8, 0xc000442230}, 0xc0008a3860, {0xc000903510, 0xd})
	/home/jenkins/workspace/Build_Cross/test/integration/addons_test.go:549 +0x1645
k8s.io/minikube/test/integration.TestAddons.func4.1(0xc0008a3860)
	/home/jenkins/workspace/Build_Cross/test/integration/addons_test.go:163 +0x6c
testing.tRunner(0xc0008a3860, 0xc000c128c0)
	/usr/local/go/src/testing/testing.go:1690 +0xf4
created by testing.(*T).Run in goroutine 220
	/usr/local/go/src/testing/testing.go:1743 +0x390

                                                
                                    

Test pass (12/19)

x
+
TestDownloadOnly/v1.20.0/json-events (13.9s)

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/preload-exists
I0204 17:56:26.863352 1174868 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
I0204 17:56:26.863558 1174868 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20345-1167988/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4
--- PASS: TestDownloadOnly/v1.20.0/preload-exists (0.00s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-341937 | jenkins | v1.35.0 | 04 Feb 25 17:56 UTC |          |
	|         | -p download-only-341937        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2025/02/04 17:56:13
	Running on machine: ubuntu-20-agent-6
	Binary: Built with gc go1.23.4 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0204 17:56:13.009484 1174896 out.go:345] Setting OutFile to fd 1 ...
	I0204 17:56:13.009629 1174896 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0204 17:56:13.009642 1174896 out.go:358] Setting ErrFile to fd 2...
	I0204 17:56:13.009649 1174896 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0204 17:56:13.009877 1174896 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20345-1167988/.minikube/bin
	W0204 17:56:13.009999 1174896 root.go:314] Error reading config file at /home/jenkins/minikube-integration/20345-1167988/.minikube/config/config.json: open /home/jenkins/minikube-integration/20345-1167988/.minikube/config/config.json: no such file or directory
	I0204 17:56:13.010550 1174896 out.go:352] Setting JSON to true
	I0204 17:56:13.011652 1174896 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-6","uptime":16713,"bootTime":1738675060,"procs":179,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1075-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0204 17:56:13.011760 1174896 start.go:139] virtualization: kvm guest
	I0204 17:56:13.013991 1174896 out.go:97] [download-only-341937] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	W0204 17:56:13.014121 1174896 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/20345-1167988/.minikube/cache/preloaded-tarball: no such file or directory
	I0204 17:56:13.014156 1174896 notify.go:220] Checking for updates...
	I0204 17:56:13.015358 1174896 out.go:169] MINIKUBE_LOCATION=20345
	I0204 17:56:13.016477 1174896 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0204 17:56:13.017491 1174896 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/20345-1167988/kubeconfig
	I0204 17:56:13.018518 1174896 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/20345-1167988/.minikube
	I0204 17:56:13.019603 1174896 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0204 17:56:13.021598 1174896 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0204 17:56:13.021800 1174896 driver.go:394] Setting default libvirt URI to qemu:///system
	I0204 17:56:13.043364 1174896 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0204 17:56:13.043460 1174896 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0204 17:56:13.092221 1174896 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:55 SystemTime:2025-02-04 17:56:13.0838525 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647992832 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-6 Labels:[] ExperimentalBuild:false ServerVersion:27.5.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:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerError
s:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0204 17:56:13.092339 1174896 docker.go:318] overlay module found
	I0204 17:56:13.093870 1174896 out.go:97] Using the docker driver based on user configuration
	I0204 17:56:13.093896 1174896 start.go:297] selected driver: docker
	I0204 17:56:13.093901 1174896 start.go:901] validating driver "docker" against <nil>
	I0204 17:56:13.093995 1174896 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0204 17:56:13.139264 1174896 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:55 SystemTime:2025-02-04 17:56:13.130488385 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647992832 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-6 Labels:[] ExperimentalBuild:false ServerVersion:27.5.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:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0204 17:56:13.139487 1174896 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0204 17:56:13.140076 1174896 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0204 17:56:13.140240 1174896 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0204 17:56:13.141955 1174896 out.go:169] Using Docker driver with root privileges
	I0204 17:56:13.143125 1174896 cni.go:84] Creating CNI manager for ""
	I0204 17:56:13.143218 1174896 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0204 17:56:13.143235 1174896 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0204 17:56:13.143325 1174896 start.go:340] cluster config:
	{Name:download-only-341937 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 Memory:8000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.20.0 ClusterName:download-only-341937 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRIS
ocket: 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}
	I0204 17:56:13.144637 1174896 out.go:97] Starting "download-only-341937" primary control-plane node in "download-only-341937" cluster
	I0204 17:56:13.144660 1174896 cache.go:121] Beginning downloading kic base image for docker with crio
	I0204 17:56:13.145752 1174896 out.go:97] Pulling base image v0.0.46 ...
	I0204 17:56:13.145783 1174896 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0204 17:56:13.145894 1174896 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local docker daemon
	I0204 17:56:13.162604 1174896 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 to local cache
	I0204 17:56:13.162765 1174896 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory
	I0204 17:56:13.162842 1174896 image.go:150] Writing gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 to local cache
	I0204 17:56:13.593773 1174896 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4
	I0204 17:56:13.593814 1174896 cache.go:56] Caching tarball of preloaded images
	I0204 17:56:13.594005 1174896 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0204 17:56:13.596031 1174896 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I0204 17:56:13.596080 1174896 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4 ...
	I0204 17:56:13.693329 1174896 download.go:108] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4?checksum=md5:f93b07cde9c3289306cbaeb7a1803c19 -> /home/jenkins/minikube-integration/20345-1167988/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4
	
	
	* The control-plane node download-only-341937 host does not exist
	  To start a cluster, run: "minikube start -p download-only-341937"

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.32.1/json-events (12.24s)

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.32.1/preload-exists
I0204 17:56:39.517308 1174868 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
I0204 17:56:39.517348 1174868 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20345-1167988/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4
--- PASS: TestDownloadOnly/v1.32.1/preload-exists (0.00s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-341937 | jenkins | v1.35.0 | 04 Feb 25 17:56 UTC |                     |
	|         | -p download-only-341937        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.35.0 | 04 Feb 25 17:56 UTC | 04 Feb 25 17:56 UTC |
	| delete  | -p download-only-341937        | download-only-341937 | jenkins | v1.35.0 | 04 Feb 25 17:56 UTC | 04 Feb 25 17:56 UTC |
	| start   | -o=json --download-only        | download-only-444370 | jenkins | v1.35.0 | 04 Feb 25 17:56 UTC |                     |
	|         | -p download-only-444370        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.32.1   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/02/04 17:56:27
	Running on machine: ubuntu-20-agent-6
	Binary: Built with gc go1.23.4 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0204 17:56:27.315389 1175258 out.go:345] Setting OutFile to fd 1 ...
	I0204 17:56:27.315496 1175258 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0204 17:56:27.315504 1175258 out.go:358] Setting ErrFile to fd 2...
	I0204 17:56:27.315508 1175258 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0204 17:56:27.315693 1175258 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20345-1167988/.minikube/bin
	I0204 17:56:27.316299 1175258 out.go:352] Setting JSON to true
	I0204 17:56:27.317274 1175258 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-6","uptime":16727,"bootTime":1738675060,"procs":176,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1075-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0204 17:56:27.317395 1175258 start.go:139] virtualization: kvm guest
	I0204 17:56:27.319853 1175258 out.go:97] [download-only-444370] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	I0204 17:56:27.320043 1175258 notify.go:220] Checking for updates...
	I0204 17:56:27.321303 1175258 out.go:169] MINIKUBE_LOCATION=20345
	I0204 17:56:27.322663 1175258 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0204 17:56:27.323988 1175258 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/20345-1167988/kubeconfig
	I0204 17:56:27.325301 1175258 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/20345-1167988/.minikube
	I0204 17:56:27.326467 1175258 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0204 17:56:27.328902 1175258 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0204 17:56:27.329172 1175258 driver.go:394] Setting default libvirt URI to qemu:///system
	I0204 17:56:27.351457 1175258 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0204 17:56:27.351574 1175258 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0204 17:56:27.397240 1175258 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:47 SystemTime:2025-02-04 17:56:27.388180295 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647992832 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-6 Labels:[] ExperimentalBuild:false ServerVersion:27.5.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:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0204 17:56:27.397355 1175258 docker.go:318] overlay module found
	I0204 17:56:27.398881 1175258 out.go:97] Using the docker driver based on user configuration
	I0204 17:56:27.398922 1175258 start.go:297] selected driver: docker
	I0204 17:56:27.398934 1175258 start.go:901] validating driver "docker" against <nil>
	I0204 17:56:27.399037 1175258 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0204 17:56:27.444473 1175258 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:47 SystemTime:2025-02-04 17:56:27.435889128 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647992832 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-6 Labels:[] ExperimentalBuild:false ServerVersion:27.5.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:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0204 17:56:27.444634 1175258 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0204 17:56:27.445174 1175258 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0204 17:56:27.445319 1175258 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0204 17:56:27.447099 1175258 out.go:169] Using Docker driver with root privileges
	I0204 17:56:27.448416 1175258 cni.go:84] Creating CNI manager for ""
	I0204 17:56:27.448487 1175258 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0204 17:56:27.448498 1175258 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0204 17:56:27.448576 1175258 start.go:340] cluster config:
	{Name:download-only-444370 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 Memory:8000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.1 ClusterName:download-only-444370 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRIS
ocket: 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.32.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}
	I0204 17:56:27.449965 1175258 out.go:97] Starting "download-only-444370" primary control-plane node in "download-only-444370" cluster
	I0204 17:56:27.449985 1175258 cache.go:121] Beginning downloading kic base image for docker with crio
	I0204 17:56:27.451095 1175258 out.go:97] Pulling base image v0.0.46 ...
	I0204 17:56:27.451125 1175258 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0204 17:56:27.451224 1175258 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local docker daemon
	I0204 17:56:27.467263 1175258 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 to local cache
	I0204 17:56:27.467409 1175258 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory
	I0204 17:56:27.467433 1175258 image.go:68] Found gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory, skipping pull
	I0204 17:56:27.467445 1175258 image.go:137] gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 exists in cache, skipping pull
	I0204 17:56:27.467474 1175258 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 as a tarball
	I0204 17:56:27.885293 1175258 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.32.1/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4
	I0204 17:56:27.885340 1175258 cache.go:56] Caching tarball of preloaded images
	I0204 17:56:27.885515 1175258 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0204 17:56:27.887273 1175258 out.go:97] Downloading Kubernetes v1.32.1 preload ...
	I0204 17:56:27.887291 1175258 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4 ...
	I0204 17:56:27.985500 1175258 download.go:108] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.32.1/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4?checksum=md5:b2af56a340efcc3949401b47b9a5d537 -> /home/jenkins/minikube-integration/20345-1167988/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-amd64.tar.lz4
	
	
	* The control-plane node download-only-444370 host does not exist
	  To start a cluster, run: "minikube start -p download-only-444370"

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnlyKic (1.12s)

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

                                                
                                    
x
+
TestBinaryMirror (0.76s)

                                                
                                                
=== RUN   TestBinaryMirror
I0204 17:56:41.287800 1174868 binary.go:74] Not caching binary, using https://dl.k8s.io/release/v1.32.1/bin/linux/amd64/kubectl?checksum=file:https://dl.k8s.io/release/v1.32.1/bin/linux/amd64/kubectl.sha256
aaa_download_only_test.go:314: (dbg) Run:  out/minikube-linux-amd64 start --download-only -p binary-mirror-275489 --alsologtostderr --binary-mirror http://127.0.0.1:34307 --driver=docker  --container-runtime=crio
helpers_test.go:175: Cleaning up "binary-mirror-275489" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p binary-mirror-275489
--- PASS: TestBinaryMirror (0.76s)

                                                
                                    

Test skip (6/19)

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

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

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

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

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

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

                                                
                                    
Copied to clipboard