Test Report: Docker_Linux_crio_arm64 20390

                    
                      1f24ff7f1f35c751c6a992fe7f61f220cc357745:2025-02-10:38293
                    
                

Test fail (1/331)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run:  kubectl --context addons-602470 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-602470 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run:  kubectl --context addons-602470 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" [e3c5a8a2-6328-4373-a65a-8dd92988ab8d] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [e3c5a8a2-6328-4373-a65a-8dd92988ab8d] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 15.00438749s
I0210 12:56:00.398509  889987 kapi.go:150] Service nginx in namespace default found.
addons_test.go:262: (dbg) Run:  out/minikube-linux-arm64 -p addons-602470 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:262: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-602470 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m9.52471619s)

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

                                                
                                                
** /stderr **
addons_test.go:278: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:286: (dbg) Run:  kubectl --context addons-602470 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run:  out/minikube-linux-arm64 -p addons-602470 ip
addons_test.go:297: (dbg) Run:  nslookup hello-john.test 192.168.49.2
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-602470
helpers_test.go:235: (dbg) docker inspect addons-602470:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "9c0b050be3ef02feca630333622a075d46f7b2fd5961b263701cf364ef5a1eeb",
	        "Created": "2025-02-10T12:52:11.025432225Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 891249,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-02-10T12:52:11.199255119Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:0434cf58b6dbace281e5de753aa4b2e3fe33dc9a3be53021531403743c3f155a",
	        "ResolvConfPath": "/var/lib/docker/containers/9c0b050be3ef02feca630333622a075d46f7b2fd5961b263701cf364ef5a1eeb/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/9c0b050be3ef02feca630333622a075d46f7b2fd5961b263701cf364ef5a1eeb/hostname",
	        "HostsPath": "/var/lib/docker/containers/9c0b050be3ef02feca630333622a075d46f7b2fd5961b263701cf364ef5a1eeb/hosts",
	        "LogPath": "/var/lib/docker/containers/9c0b050be3ef02feca630333622a075d46f7b2fd5961b263701cf364ef5a1eeb/9c0b050be3ef02feca630333622a075d46f7b2fd5961b263701cf364ef5a1eeb-json.log",
	        "Name": "/addons-602470",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-602470:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-602470",
	            "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/ab7afb5240560058093e676cea57c13e5580c0a3b84c99ea2d8b27266bf0cd7f-init/diff:/var/lib/docker/overlay2/7758974ba914fe1aaf221811a1840d0ab79ddcef487183396f90c6a5ab51236e/diff",
	                "MergedDir": "/var/lib/docker/overlay2/ab7afb5240560058093e676cea57c13e5580c0a3b84c99ea2d8b27266bf0cd7f/merged",
	                "UpperDir": "/var/lib/docker/overlay2/ab7afb5240560058093e676cea57c13e5580c0a3b84c99ea2d8b27266bf0cd7f/diff",
	                "WorkDir": "/var/lib/docker/overlay2/ab7afb5240560058093e676cea57c13e5580c0a3b84c99ea2d8b27266bf0cd7f/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-602470",
	                "Source": "/var/lib/docker/volumes/addons-602470/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-602470",
	            "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-602470",
	                "name.minikube.sigs.k8s.io": "addons-602470",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "a1eaf854f5c82db28887d41fd710ec484e70aa51b85f414b79d18384ee1eb02c",
	            "SandboxKey": "/var/run/docker/netns/a1eaf854f5c8",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33563"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33564"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33567"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33565"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33566"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-602470": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "efe808c9da1d072d7edfa18b69e47164fdae58b18c89077c66406cebc34826f1",
	                    "EndpointID": "803fd34b22ee4f087ea0630a87fe5d5ee7d29dac1940940976df51af412106fe",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-602470",
	                        "9c0b050be3ef"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-602470 -n addons-602470
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-arm64 -p addons-602470 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-602470 logs -n 25: (1.614308582s)
helpers_test.go:252: TestAddons/parallel/Ingress logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-only-610637                                                                     | download-only-610637   | jenkins | v1.35.0 | 10 Feb 25 12:51 UTC | 10 Feb 25 12:51 UTC |
	| start   | --download-only -p                                                                          | download-docker-956686 | jenkins | v1.35.0 | 10 Feb 25 12:51 UTC |                     |
	|         | download-docker-956686                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-956686                                                                   | download-docker-956686 | jenkins | v1.35.0 | 10 Feb 25 12:51 UTC | 10 Feb 25 12:51 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-500827   | jenkins | v1.35.0 | 10 Feb 25 12:51 UTC |                     |
	|         | binary-mirror-500827                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:39523                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-500827                                                                     | binary-mirror-500827   | jenkins | v1.35.0 | 10 Feb 25 12:51 UTC | 10 Feb 25 12:51 UTC |
	| addons  | enable dashboard -p                                                                         | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:51 UTC |                     |
	|         | addons-602470                                                                               |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                                                                        | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:51 UTC |                     |
	|         | addons-602470                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-602470 --wait=true                                                                | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:51 UTC | 10 Feb 25 12:54 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-602470 addons disable                                                                | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:54 UTC | 10 Feb 25 12:54 UTC |
	|         | volcano --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	| addons  | addons-602470 addons disable                                                                | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:55 UTC | 10 Feb 25 12:55 UTC |
	|         | gcp-auth --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:55 UTC | 10 Feb 25 12:55 UTC |
	|         | -p addons-602470                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-602470 addons disable                                                                | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:55 UTC | 10 Feb 25 12:55 UTC |
	|         | headlamp --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| ip      | addons-602470 ip                                                                            | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:55 UTC | 10 Feb 25 12:55 UTC |
	| addons  | addons-602470 addons disable                                                                | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:55 UTC | 10 Feb 25 12:55 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-602470 addons                                                                        | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:55 UTC | 10 Feb 25 12:55 UTC |
	|         | disable metrics-server                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-602470 addons                                                                        | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:55 UTC | 10 Feb 25 12:55 UTC |
	|         | disable inspektor-gadget                                                                    |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ssh     | addons-602470 ssh curl -s                                                                   | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:56 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| addons  | addons-602470 addons                                                                        | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:56 UTC | 10 Feb 25 12:56 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-602470 addons                                                                        | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:56 UTC | 10 Feb 25 12:56 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-602470 addons                                                                        | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:56 UTC | 10 Feb 25 12:56 UTC |
	|         | disable nvidia-device-plugin                                                                |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-602470 addons disable                                                                | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:56 UTC | 10 Feb 25 12:56 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| ssh     | addons-602470 ssh cat                                                                       | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:56 UTC | 10 Feb 25 12:56 UTC |
	|         | /opt/local-path-provisioner/pvc-d69eb5f5-a369-4d8b-8605-a09829950987_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-602470 addons disable                                                                | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:57 UTC | 10 Feb 25 12:57 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-602470 addons                                                                        | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:57 UTC | 10 Feb 25 12:57 UTC |
	|         | disable cloud-spanner                                                                       |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-602470 ip                                                                            | addons-602470          | jenkins | v1.35.0 | 10 Feb 25 12:58 UTC | 10 Feb 25 12:58 UTC |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/02/10 12:51:44
	Running on machine: ip-172-31-30-239
	Binary: Built with gc go1.23.4 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0210 12:51:44.511604  890749 out.go:345] Setting OutFile to fd 1 ...
	I0210 12:51:44.511752  890749 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 12:51:44.511981  890749 out.go:358] Setting ErrFile to fd 2...
	I0210 12:51:44.512017  890749 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 12:51:44.512391  890749 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20390-884606/.minikube/bin
	I0210 12:51:44.513003  890749 out.go:352] Setting JSON to false
	I0210 12:51:44.514040  890749 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":9250,"bootTime":1739182655,"procs":178,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1075-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0210 12:51:44.514143  890749 start.go:139] virtualization:  
	I0210 12:51:44.517668  890749 out.go:177] * [addons-602470] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	I0210 12:51:44.520696  890749 out.go:177]   - MINIKUBE_LOCATION=20390
	I0210 12:51:44.520762  890749 notify.go:220] Checking for updates...
	I0210 12:51:44.526637  890749 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0210 12:51:44.529496  890749 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20390-884606/kubeconfig
	I0210 12:51:44.532354  890749 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20390-884606/.minikube
	I0210 12:51:44.535226  890749 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0210 12:51:44.538071  890749 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0210 12:51:44.541255  890749 driver.go:394] Setting default libvirt URI to qemu:///system
	I0210 12:51:44.567298  890749 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0210 12:51:44.567460  890749 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0210 12:51:44.624981  890749 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:true NGoroutines:48 SystemTime:2025-02-10 12:51:44.615182137 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.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]] Warnings:<nil>}}
	I0210 12:51:44.625092  890749 docker.go:318] overlay module found
	I0210 12:51:44.628174  890749 out.go:177] * Using the docker driver based on user configuration
	I0210 12:51:44.634491  890749 start.go:297] selected driver: docker
	I0210 12:51:44.634515  890749 start.go:901] validating driver "docker" against <nil>
	I0210 12:51:44.634531  890749 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0210 12:51:44.635265  890749 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0210 12:51:44.690521  890749 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:true NGoroutines:48 SystemTime:2025-02-10 12:51:44.681190516 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.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]] Warnings:<nil>}}
	I0210 12:51:44.690734  890749 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0210 12:51:44.690985  890749 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]
	I0210 12:51:44.693472  890749 out.go:177] * Using Docker driver with root privileges
	I0210 12:51:44.695715  890749 cni.go:84] Creating CNI manager for ""
	I0210 12:51:44.695783  890749 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0210 12:51:44.695794  890749 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0210 12:51:44.695887  890749 start.go:340] cluster config:
	{Name:addons-602470 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-602470 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}
	I0210 12:51:44.698676  890749 out.go:177] * Starting "addons-602470" primary control-plane node in "addons-602470" cluster
	I0210 12:51:44.701203  890749 cache.go:121] Beginning downloading kic base image for docker with crio
	I0210 12:51:44.703834  890749 out.go:177] * Pulling base image v0.0.46 ...
	I0210 12:51:44.706459  890749 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0210 12:51:44.706510  890749 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20390-884606/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-arm64.tar.lz4
	I0210 12:51:44.706524  890749 cache.go:56] Caching tarball of preloaded images
	I0210 12:51:44.706558  890749 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local docker daemon
	I0210 12:51:44.706625  890749 preload.go:172] Found /home/jenkins/minikube-integration/20390-884606/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0210 12:51:44.706635  890749 cache.go:59] Finished verifying existence of preloaded tar for v1.32.1 on crio
	I0210 12:51:44.707001  890749 profile.go:143] Saving config to /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/config.json ...
	I0210 12:51:44.707026  890749 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/config.json: {Name:mka622c0aaf31c397576a1aa8a60363c81d3a973 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0210 12:51:44.722303  890749 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 to local cache
	I0210 12:51:44.722465  890749 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory
	I0210 12:51:44.722486  890749 image.go:68] Found gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory, skipping pull
	I0210 12:51:44.722492  890749 image.go:137] gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 exists in cache, skipping pull
	I0210 12:51:44.722500  890749 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 as a tarball
	I0210 12:51:44.722505  890749 cache.go:163] Loading gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 from local cache
	I0210 12:52:02.257543  890749 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 from cached tarball
	I0210 12:52:02.257582  890749 cache.go:230] Successfully downloaded all kic artifacts
	I0210 12:52:02.257612  890749 start.go:360] acquireMachinesLock for addons-602470: {Name:mkb821926da8148229d7cc83a9a5648bf99a4afc Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0210 12:52:02.257735  890749 start.go:364] duration metric: took 98.437µs to acquireMachinesLock for "addons-602470"
	I0210 12:52:02.257768  890749 start.go:93] Provisioning new machine with config: &{Name:addons-602470 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-602470 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}
	I0210 12:52:02.257843  890749 start.go:125] createHost starting for "" (driver="docker")
	I0210 12:52:02.261229  890749 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0210 12:52:02.261506  890749 start.go:159] libmachine.API.Create for "addons-602470" (driver="docker")
	I0210 12:52:02.261557  890749 client.go:168] LocalClient.Create starting
	I0210 12:52:02.261676  890749 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/20390-884606/.minikube/certs/ca.pem
	I0210 12:52:03.349105  890749 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/20390-884606/.minikube/certs/cert.pem
	I0210 12:52:04.524849  890749 cli_runner.go:164] Run: docker network inspect addons-602470 --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}}]}"
	W0210 12:52:04.540730  890749 cli_runner.go:211] docker network inspect addons-602470 --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
	I0210 12:52:04.540825  890749 network_create.go:284] running [docker network inspect addons-602470] to gather additional debugging logs...
	I0210 12:52:04.540848  890749 cli_runner.go:164] Run: docker network inspect addons-602470
	W0210 12:52:04.556791  890749 cli_runner.go:211] docker network inspect addons-602470 returned with exit code 1
	I0210 12:52:04.556836  890749 network_create.go:287] error running [docker network inspect addons-602470]: docker network inspect addons-602470: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-602470 not found
	I0210 12:52:04.556850  890749 network_create.go:289] output of [docker network inspect addons-602470]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-602470 not found
	
	** /stderr **
	I0210 12:52:04.556964  890749 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}}]}"
	I0210 12:52:04.574986  890749 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:0x4001990fd0}
	I0210 12:52:04.575035  890749 network_create.go:124] attempt to create docker network addons-602470 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0210 12:52:04.575096  890749 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-602470 addons-602470
	I0210 12:52:04.650918  890749 network_create.go:108] docker network addons-602470 192.168.49.0/24 created
	I0210 12:52:04.650955  890749 kic.go:121] calculated static IP "192.168.49.2" for the "addons-602470" container
	I0210 12:52:04.651028  890749 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0210 12:52:04.666758  890749 cli_runner.go:164] Run: docker volume create addons-602470 --label name.minikube.sigs.k8s.io=addons-602470 --label created_by.minikube.sigs.k8s.io=true
	I0210 12:52:04.685895  890749 oci.go:103] Successfully created a docker volume addons-602470
	I0210 12:52:04.685996  890749 cli_runner.go:164] Run: docker run --rm --name addons-602470-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-602470 --entrypoint /usr/bin/test -v addons-602470:/var gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -d /var/lib
	I0210 12:52:06.714710  890749 cli_runner.go:217] Completed: docker run --rm --name addons-602470-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-602470 --entrypoint /usr/bin/test -v addons-602470:/var gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -d /var/lib: (2.028667177s)
	I0210 12:52:06.714749  890749 oci.go:107] Successfully prepared a docker volume addons-602470
	I0210 12:52:06.714771  890749 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0210 12:52:06.714789  890749 kic.go:194] Starting extracting preloaded images to volume ...
	I0210 12:52:06.714857  890749 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20390-884606/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-602470:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -I lz4 -xf /preloaded.tar -C /extractDir
	I0210 12:52:10.956534  890749 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20390-884606/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-602470:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -I lz4 -xf /preloaded.tar -C /extractDir: (4.241633082s)
	I0210 12:52:10.956581  890749 kic.go:203] duration metric: took 4.24178821s to extract preloaded images to volume ...
	W0210 12:52:10.956719  890749 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0210 12:52:10.956828  890749 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0210 12:52:11.009584  890749 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-602470 --name addons-602470 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-602470 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-602470 --network addons-602470 --ip 192.168.49.2 --volume addons-602470:/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
	I0210 12:52:11.386184  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Running}}
	I0210 12:52:11.411279  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:11.440160  890749 cli_runner.go:164] Run: docker exec addons-602470 stat /var/lib/dpkg/alternatives/iptables
	I0210 12:52:11.491405  890749 oci.go:144] the created container "addons-602470" has a running status.
	I0210 12:52:11.491432  890749 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa...
	I0210 12:52:12.013595  890749 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0210 12:52:12.036893  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:12.066562  890749 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0210 12:52:12.066589  890749 kic_runner.go:114] Args: [docker exec --privileged addons-602470 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0210 12:52:12.132115  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:12.153480  890749 machine.go:93] provisionDockerMachine start ...
	I0210 12:52:12.153577  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:12.177149  890749 main.go:141] libmachine: Using SSH client type: native
	I0210 12:52:12.177449  890749 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x4149b0] 0x4171f0 <nil>  [] 0s} 127.0.0.1 33563 <nil> <nil>}
	I0210 12:52:12.177459  890749 main.go:141] libmachine: About to run SSH command:
	hostname
	I0210 12:52:12.312464  890749 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-602470
	
	I0210 12:52:12.312486  890749 ubuntu.go:169] provisioning hostname "addons-602470"
	I0210 12:52:12.312603  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:12.334592  890749 main.go:141] libmachine: Using SSH client type: native
	I0210 12:52:12.334884  890749 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x4149b0] 0x4171f0 <nil>  [] 0s} 127.0.0.1 33563 <nil> <nil>}
	I0210 12:52:12.334900  890749 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-602470 && echo "addons-602470" | sudo tee /etc/hostname
	I0210 12:52:12.478464  890749 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-602470
	
	I0210 12:52:12.478550  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:12.502833  890749 main.go:141] libmachine: Using SSH client type: native
	I0210 12:52:12.503085  890749 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x4149b0] 0x4171f0 <nil>  [] 0s} 127.0.0.1 33563 <nil> <nil>}
	I0210 12:52:12.503108  890749 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-602470' /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-602470/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-602470' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0210 12:52:12.629100  890749 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0210 12:52:12.629194  890749 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/20390-884606/.minikube CaCertPath:/home/jenkins/minikube-integration/20390-884606/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/20390-884606/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/20390-884606/.minikube}
	I0210 12:52:12.629255  890749 ubuntu.go:177] setting up certificates
	I0210 12:52:12.629289  890749 provision.go:84] configureAuth start
	I0210 12:52:12.629381  890749 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-602470
	I0210 12:52:12.647270  890749 provision.go:143] copyHostCerts
	I0210 12:52:12.647364  890749 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20390-884606/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/20390-884606/.minikube/ca.pem (1078 bytes)
	I0210 12:52:12.647493  890749 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20390-884606/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/20390-884606/.minikube/cert.pem (1123 bytes)
	I0210 12:52:12.647555  890749 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20390-884606/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/20390-884606/.minikube/key.pem (1679 bytes)
	I0210 12:52:12.647607  890749 provision.go:117] generating server cert: /home/jenkins/minikube-integration/20390-884606/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/20390-884606/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/20390-884606/.minikube/certs/ca-key.pem org=jenkins.addons-602470 san=[127.0.0.1 192.168.49.2 addons-602470 localhost minikube]
	I0210 12:52:12.892699  890749 provision.go:177] copyRemoteCerts
	I0210 12:52:12.892772  890749 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0210 12:52:12.892823  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:12.910048  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:13.001643  890749 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20390-884606/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0210 12:52:13.028630  890749 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20390-884606/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0210 12:52:13.054175  890749 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20390-884606/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0210 12:52:13.079405  890749 provision.go:87] duration metric: took 450.087236ms to configureAuth
	I0210 12:52:13.079433  890749 ubuntu.go:193] setting minikube options for container-runtime
	I0210 12:52:13.079617  890749 config.go:182] Loaded profile config "addons-602470": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0210 12:52:13.079734  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:13.097432  890749 main.go:141] libmachine: Using SSH client type: native
	I0210 12:52:13.097678  890749 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x4149b0] 0x4171f0 <nil>  [] 0s} 127.0.0.1 33563 <nil> <nil>}
	I0210 12:52:13.097702  890749 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
	I0210 12:52:13.326779  890749 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0210 12:52:13.326855  890749 machine.go:96] duration metric: took 1.17335459s to provisionDockerMachine
	I0210 12:52:13.326880  890749 client.go:171] duration metric: took 11.065310821s to LocalClient.Create
	I0210 12:52:13.326930  890749 start.go:167] duration metric: took 11.065425119s to libmachine.API.Create "addons-602470"
	I0210 12:52:13.326958  890749 start.go:293] postStartSetup for "addons-602470" (driver="docker")
	I0210 12:52:13.326986  890749 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]
	I0210 12:52:13.327116  890749 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
	I0210 12:52:13.327188  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:13.345139  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:13.434574  890749 ssh_runner.go:195] Run: cat /etc/os-release
	I0210 12:52:13.438013  890749 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0210 12:52:13.438077  890749 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0210 12:52:13.438096  890749 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0210 12:52:13.438106  890749 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0210 12:52:13.438123  890749 filesync.go:126] Scanning /home/jenkins/minikube-integration/20390-884606/.minikube/addons for local assets ...
	I0210 12:52:13.438205  890749 filesync.go:126] Scanning /home/jenkins/minikube-integration/20390-884606/.minikube/files for local assets ...
	I0210 12:52:13.438233  890749 start.go:296] duration metric: took 111.252691ms for postStartSetup
	I0210 12:52:13.438563  890749 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-602470
	I0210 12:52:13.455483  890749 profile.go:143] Saving config to /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/config.json ...
	I0210 12:52:13.455777  890749 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0210 12:52:13.455836  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:13.472731  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:13.557494  890749 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0210 12:52:13.562252  890749 start.go:128] duration metric: took 11.304394721s to createHost
	I0210 12:52:13.562277  890749 start.go:83] releasing machines lock for "addons-602470", held for 11.304529654s
	I0210 12:52:13.562348  890749 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-602470
	I0210 12:52:13.578983  890749 ssh_runner.go:195] Run: cat /version.json
	I0210 12:52:13.579041  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:13.579293  890749 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0210 12:52:13.579355  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:13.600862  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:13.618756  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:13.692057  890749 ssh_runner.go:195] Run: systemctl --version
	I0210 12:52:13.825892  890749 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0210 12:52:13.968636  890749 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0210 12:52:13.973638  890749 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" ;
	I0210 12:52:13.996835  890749 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0210 12:52:13.996929  890749 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" ;
	I0210 12:52:14.033673  890749 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0210 12:52:14.033700  890749 start.go:495] detecting cgroup driver to use...
	I0210 12:52:14.033735  890749 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0210 12:52:14.033796  890749 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0210 12:52:14.051123  890749 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0210 12:52:14.063231  890749 docker.go:217] disabling cri-docker service (if available) ...
	I0210 12:52:14.063317  890749 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0210 12:52:14.077852  890749 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0210 12:52:14.093475  890749 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0210 12:52:14.186443  890749 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0210 12:52:14.280861  890749 docker.go:233] disabling docker service ...
	I0210 12:52:14.280956  890749 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0210 12:52:14.302626  890749 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0210 12:52:14.314145  890749 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0210 12:52:14.407868  890749 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0210 12:52:14.504805  890749 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0210 12:52:14.518153  890749 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"
	I0210 12:52:14.535533  890749 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0210 12:52:14.535605  890749 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"
	I0210 12:52:14.545887  890749 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0210 12:52:14.545957  890749 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0210 12:52:14.555769  890749 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0210 12:52:14.565232  890749 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0210 12:52:14.574885  890749 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0210 12:52:14.584696  890749 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"
	I0210 12:52:14.594410  890749 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"
	I0210 12:52:14.611173  890749 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"
	I0210 12:52:14.620836  890749 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0210 12:52:14.629506  890749 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0210 12:52:14.637902  890749 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0210 12:52:14.725712  890749 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0210 12:52:14.850412  890749 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0210 12:52:14.850541  890749 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0210 12:52:14.854189  890749 start.go:563] Will wait 60s for crictl version
	I0210 12:52:14.854296  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:52:14.857966  890749 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0210 12:52:14.897686  890749 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0210 12:52:14.897833  890749 ssh_runner.go:195] Run: crio --version
	I0210 12:52:14.942177  890749 ssh_runner.go:195] Run: crio --version
	I0210 12:52:14.984380  890749 out.go:177] * Preparing Kubernetes v1.32.1 on CRI-O 1.24.6 ...
	I0210 12:52:14.987256  890749 cli_runner.go:164] Run: docker network inspect addons-602470 --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}}]}"
	I0210 12:52:15.013251  890749 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0210 12:52:15.018525  890749 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""
	I0210 12:52:15.032325  890749 kubeadm.go:883] updating cluster {Name:addons-602470 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-602470 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} ...
	I0210 12:52:15.032473  890749 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0210 12:52:15.032575  890749 ssh_runner.go:195] Run: sudo crictl images --output json
	I0210 12:52:15.117796  890749 crio.go:514] all images are preloaded for cri-o runtime.
	I0210 12:52:15.117822  890749 crio.go:433] Images already preloaded, skipping extraction
	I0210 12:52:15.117884  890749 ssh_runner.go:195] Run: sudo crictl images --output json
	I0210 12:52:15.157118  890749 crio.go:514] all images are preloaded for cri-o runtime.
	I0210 12:52:15.157142  890749 cache_images.go:84] Images are preloaded, skipping loading
	I0210 12:52:15.157150  890749 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.32.1 crio true true} ...
	I0210 12:52:15.157285  890749 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-602470 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.32.1 ClusterName:addons-602470 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:}
	I0210 12:52:15.157375  890749 ssh_runner.go:195] Run: crio config
	I0210 12:52:15.214375  890749 cni.go:84] Creating CNI manager for ""
	I0210 12:52:15.214399  890749 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0210 12:52:15.214410  890749 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0210 12:52:15.214455  890749 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-602470 NodeName:addons-602470 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}
	I0210 12:52:15.214630  890749 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-602470"
	  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
	
	I0210 12:52:15.214716  890749 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.32.1
	I0210 12:52:15.224956  890749 binaries.go:44] Found k8s binaries, skipping transfer
	I0210 12:52:15.225043  890749 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0210 12:52:15.234087  890749 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0210 12:52:15.252721  890749 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0210 12:52:15.271415  890749 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2287 bytes)
	I0210 12:52:15.291121  890749 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0210 12:52:15.294890  890749 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""
	I0210 12:52:15.306027  890749 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0210 12:52:15.399302  890749 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0210 12:52:15.413981  890749 certs.go:68] Setting up /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470 for IP: 192.168.49.2
	I0210 12:52:15.414047  890749 certs.go:194] generating shared ca certs ...
	I0210 12:52:15.414077  890749 certs.go:226] acquiring lock for ca certs: {Name:mk3f696062c19e7517f26f00aacb1d93c07dace2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0210 12:52:15.414246  890749 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/20390-884606/.minikube/ca.key
	I0210 12:52:16.281521  890749 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20390-884606/.minikube/ca.crt ...
	I0210 12:52:16.281558  890749 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20390-884606/.minikube/ca.crt: {Name:mk6d00edfc7b093c03bdd97f526c3a7f96777a30 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0210 12:52:16.281785  890749 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20390-884606/.minikube/ca.key ...
	I0210 12:52:16.281803  890749 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20390-884606/.minikube/ca.key: {Name:mk4fc2e13aa93e457d8d44aa70a2864a9037ca92 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0210 12:52:16.281900  890749 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/20390-884606/.minikube/proxy-client-ca.key
	I0210 12:52:17.348493  890749 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20390-884606/.minikube/proxy-client-ca.crt ...
	I0210 12:52:17.348526  890749 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20390-884606/.minikube/proxy-client-ca.crt: {Name:mkf5323f03edb5caa1a743c5ee4bf1665a0ef80a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0210 12:52:17.348725  890749 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20390-884606/.minikube/proxy-client-ca.key ...
	I0210 12:52:17.348738  890749 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20390-884606/.minikube/proxy-client-ca.key: {Name:mk08e982cb11970ad77d1cd38d2df2c2eee8d77e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0210 12:52:17.348823  890749 certs.go:256] generating profile certs ...
	I0210 12:52:17.348886  890749 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.key
	I0210 12:52:17.348902  890749 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt with IP's: []
	I0210 12:52:18.052551  890749 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt ...
	I0210 12:52:18.052584  890749 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: {Name:mk4996980f6047081fbbccf30711a6f5aba21559 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0210 12:52:18.052779  890749 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.key ...
	I0210 12:52:18.052792  890749 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.key: {Name:mk59e14e5e2dd0668afe0a167c9ce13944dd9852 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0210 12:52:18.052884  890749 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/apiserver.key.3d05fecd
	I0210 12:52:18.052903  890749 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/apiserver.crt.3d05fecd with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0210 12:52:18.425026  890749 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/apiserver.crt.3d05fecd ...
	I0210 12:52:18.425060  890749 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/apiserver.crt.3d05fecd: {Name:mkaecbd30e9e654d824162073bfd9cd27e88a94a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0210 12:52:18.425257  890749 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/apiserver.key.3d05fecd ...
	I0210 12:52:18.425272  890749 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/apiserver.key.3d05fecd: {Name:mk587c43ac8e9670a1f7b855058cc76d60ebc81f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0210 12:52:18.425359  890749 certs.go:381] copying /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/apiserver.crt.3d05fecd -> /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/apiserver.crt
	I0210 12:52:18.425438  890749 certs.go:385] copying /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/apiserver.key.3d05fecd -> /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/apiserver.key
	I0210 12:52:18.425500  890749 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/proxy-client.key
	I0210 12:52:18.425522  890749 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/proxy-client.crt with IP's: []
	I0210 12:52:19.250895  890749 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/proxy-client.crt ...
	I0210 12:52:19.250928  890749 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/proxy-client.crt: {Name:mke0551ca73c1ec2ccdf918a7780fccb084106fd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0210 12:52:19.251114  890749 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/proxy-client.key ...
	I0210 12:52:19.251129  890749 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/proxy-client.key: {Name:mk7a5904522797ad992b5d59d41d4d70eba7ae34 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0210 12:52:19.251338  890749 certs.go:484] found cert: /home/jenkins/minikube-integration/20390-884606/.minikube/certs/ca-key.pem (1679 bytes)
	I0210 12:52:19.251381  890749 certs.go:484] found cert: /home/jenkins/minikube-integration/20390-884606/.minikube/certs/ca.pem (1078 bytes)
	I0210 12:52:19.251407  890749 certs.go:484] found cert: /home/jenkins/minikube-integration/20390-884606/.minikube/certs/cert.pem (1123 bytes)
	I0210 12:52:19.251434  890749 certs.go:484] found cert: /home/jenkins/minikube-integration/20390-884606/.minikube/certs/key.pem (1679 bytes)
	I0210 12:52:19.252155  890749 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20390-884606/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0210 12:52:19.276885  890749 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20390-884606/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0210 12:52:19.301351  890749 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20390-884606/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0210 12:52:19.326376  890749 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20390-884606/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0210 12:52:19.352051  890749 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0210 12:52:19.376084  890749 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I0210 12:52:19.400114  890749 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0210 12:52:19.424605  890749 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0210 12:52:19.448994  890749 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20390-884606/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0210 12:52:19.473073  890749 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0210 12:52:19.491908  890749 ssh_runner.go:195] Run: openssl version
	I0210 12:52:19.497396  890749 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"
	I0210 12:52:19.507037  890749 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0210 12:52:19.510647  890749 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Feb 10 12:52 /usr/share/ca-certificates/minikubeCA.pem
	I0210 12:52:19.510735  890749 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0210 12:52:19.518150  890749 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"
	I0210 12:52:19.527828  890749 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0210 12:52:19.531083  890749 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
	I0210 12:52:19.531134  890749 kubeadm.go:392] StartCluster: {Name:addons-602470 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-602470 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}
	I0210 12:52:19.531221  890749 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0210 12:52:19.531279  890749 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0210 12:52:19.568755  890749 cri.go:89] found id: ""
	I0210 12:52:19.568829  890749 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0210 12:52:19.578029  890749 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0210 12:52:19.586939  890749 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0210 12:52:19.587007  890749 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
	I0210 12:52:19.596161  890749 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
	I0210 12:52:19.596232  890749 kubeadm.go:157] found existing configuration files:
	
	I0210 12:52:19.596293  890749 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0210 12:52:19.605313  890749 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
	I0210 12:52:19.605402  890749 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0210 12:52:19.613673  890749 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0210 12:52:19.622680  890749 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
	I0210 12:52:19.622751  890749 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0210 12:52:19.631509  890749 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0210 12:52:19.640785  890749 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
	I0210 12:52:19.640879  890749 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0210 12:52:19.649836  890749 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0210 12:52:19.658924  890749 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
	I0210 12:52:19.658990  890749 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0210 12:52:19.667378  890749 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"
	I0210 12:52:19.729579  890749 kubeadm.go:310] 	[WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
	I0210 12:52:19.730024  890749 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-aws\n", err: exit status 1
	I0210 12:52:19.811327  890749 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0210 12:52:36.496372  890749 kubeadm.go:310] [init] Using Kubernetes version: v1.32.1
	I0210 12:52:36.496428  890749 kubeadm.go:310] [preflight] Running pre-flight checks
	I0210 12:52:36.496511  890749 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0210 12:52:36.496581  890749 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1075-aws
	I0210 12:52:36.496615  890749 kubeadm.go:310] OS: Linux
	I0210 12:52:36.496657  890749 kubeadm.go:310] CGROUPS_CPU: enabled
	I0210 12:52:36.496703  890749 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0210 12:52:36.496747  890749 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0210 12:52:36.496792  890749 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0210 12:52:36.496837  890749 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0210 12:52:36.496881  890749 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0210 12:52:36.496923  890749 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0210 12:52:36.496969  890749 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0210 12:52:36.497012  890749 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0210 12:52:36.497079  890749 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0210 12:52:36.497167  890749 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0210 12:52:36.497261  890749 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0210 12:52:36.497321  890749 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0210 12:52:36.500457  890749 out.go:235]   - Generating certificates and keys ...
	I0210 12:52:36.500576  890749 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0210 12:52:36.500639  890749 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0210 12:52:36.500702  890749 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0210 12:52:36.500754  890749 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0210 12:52:36.500811  890749 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0210 12:52:36.500857  890749 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0210 12:52:36.500908  890749 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0210 12:52:36.501017  890749 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-602470 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0210 12:52:36.501065  890749 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0210 12:52:36.501171  890749 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-602470 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0210 12:52:36.501241  890749 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0210 12:52:36.501300  890749 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0210 12:52:36.501341  890749 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0210 12:52:36.501399  890749 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0210 12:52:36.501447  890749 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0210 12:52:36.501500  890749 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0210 12:52:36.501551  890749 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0210 12:52:36.501609  890749 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0210 12:52:36.501660  890749 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0210 12:52:36.501735  890749 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0210 12:52:36.501796  890749 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0210 12:52:36.504701  890749 out.go:235]   - Booting up control plane ...
	I0210 12:52:36.504807  890749 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0210 12:52:36.504907  890749 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0210 12:52:36.504980  890749 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0210 12:52:36.505092  890749 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0210 12:52:36.505216  890749 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0210 12:52:36.505260  890749 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0210 12:52:36.505420  890749 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0210 12:52:36.505541  890749 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0210 12:52:36.505606  890749 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.00339219s
	I0210 12:52:36.505683  890749 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0210 12:52:36.505745  890749 kubeadm.go:310] [api-check] The API server is healthy after 6.001675771s
	I0210 12:52:36.505861  890749 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0210 12:52:36.505989  890749 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0210 12:52:36.506051  890749 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0210 12:52:36.506236  890749 kubeadm.go:310] [mark-control-plane] Marking the node addons-602470 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0210 12:52:36.506296  890749 kubeadm.go:310] [bootstrap-token] Using token: c5kw3a.pjsvvvm3iabbql15
	I0210 12:52:36.509422  890749 out.go:235]   - Configuring RBAC rules ...
	I0210 12:52:36.509540  890749 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0210 12:52:36.509625  890749 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0210 12:52:36.509761  890749 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
	I0210 12:52:36.509893  890749 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0210 12:52:36.510002  890749 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0210 12:52:36.510085  890749 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0210 12:52:36.510194  890749 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0210 12:52:36.510238  890749 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0210 12:52:36.510283  890749 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0210 12:52:36.510290  890749 kubeadm.go:310] 
	I0210 12:52:36.510346  890749 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0210 12:52:36.510353  890749 kubeadm.go:310] 
	I0210 12:52:36.510426  890749 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0210 12:52:36.510433  890749 kubeadm.go:310] 
	I0210 12:52:36.510458  890749 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0210 12:52:36.510517  890749 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0210 12:52:36.510622  890749 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0210 12:52:36.510661  890749 kubeadm.go:310] 
	I0210 12:52:36.510722  890749 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0210 12:52:36.510753  890749 kubeadm.go:310] 
	I0210 12:52:36.510810  890749 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0210 12:52:36.510819  890749 kubeadm.go:310] 
	I0210 12:52:36.510882  890749 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0210 12:52:36.510959  890749 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0210 12:52:36.511029  890749 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0210 12:52:36.511037  890749 kubeadm.go:310] 
	I0210 12:52:36.511116  890749 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0210 12:52:36.511193  890749 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0210 12:52:36.511201  890749 kubeadm.go:310] 
	I0210 12:52:36.511282  890749 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token c5kw3a.pjsvvvm3iabbql15 \
	I0210 12:52:36.511387  890749 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:2e44983dbb6daa03289f60e9d2adbe5ce9c1f1cfebae4c3d440188b5e8926f7b \
	I0210 12:52:36.511410  890749 kubeadm.go:310] 	--control-plane 
	I0210 12:52:36.511417  890749 kubeadm.go:310] 
	I0210 12:52:36.511497  890749 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0210 12:52:36.511504  890749 kubeadm.go:310] 
	I0210 12:52:36.511581  890749 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token c5kw3a.pjsvvvm3iabbql15 \
	I0210 12:52:36.511695  890749 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:2e44983dbb6daa03289f60e9d2adbe5ce9c1f1cfebae4c3d440188b5e8926f7b 
	I0210 12:52:36.511739  890749 cni.go:84] Creating CNI manager for ""
	I0210 12:52:36.511762  890749 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0210 12:52:36.516832  890749 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0210 12:52:36.519734  890749 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0210 12:52:36.523579  890749 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.32.1/kubectl ...
	I0210 12:52:36.523601  890749 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0210 12:52:36.545000  890749 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
	I0210 12:52:36.824613  890749 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0210 12:52:36.824739  890749 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
	I0210 12:52:36.824813  890749 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-602470 minikube.k8s.io/updated_at=2025_02_10T12_52_36_0700 minikube.k8s.io/version=v1.35.0 minikube.k8s.io/commit=7d7e9539cf1c3abd6114cdafa89e43b830da4e04 minikube.k8s.io/name=addons-602470 minikube.k8s.io/primary=true
	I0210 12:52:37.005801  890749 ops.go:34] apiserver oom_adj: -16
	I0210 12:52:37.005940  890749 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0210 12:52:37.506025  890749 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0210 12:52:38.006896  890749 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0210 12:52:38.506524  890749 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0210 12:52:39.006619  890749 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0210 12:52:39.506400  890749 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0210 12:52:40.011565  890749 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0210 12:52:40.506258  890749 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0210 12:52:40.663525  890749 kubeadm.go:1113] duration metric: took 3.838828832s to wait for elevateKubeSystemPrivileges
	I0210 12:52:40.663558  890749 kubeadm.go:394] duration metric: took 21.132426795s to StartCluster
	I0210 12:52:40.663576  890749 settings.go:142] acquiring lock: {Name:mka0c2baf9263b7bbbda517ce2449f5d163ffaa4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0210 12:52:40.663694  890749 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/20390-884606/kubeconfig
	I0210 12:52:40.664099  890749 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20390-884606/kubeconfig: {Name:mk54017120515f51ffdde0fd6ae9ce01cc85c128 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0210 12:52:40.664310  890749 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}
	I0210 12:52:40.664429  890749 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"
	I0210 12:52:40.664696  890749 config.go:182] Loaded profile config "addons-602470": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0210 12:52:40.664739  890749 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 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]
	I0210 12:52:40.664826  890749 addons.go:69] Setting yakd=true in profile "addons-602470"
	I0210 12:52:40.664842  890749 addons.go:238] Setting addon yakd=true in "addons-602470"
	I0210 12:52:40.664873  890749 host.go:66] Checking if "addons-602470" exists ...
	I0210 12:52:40.665390  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:40.665675  890749 addons.go:69] Setting inspektor-gadget=true in profile "addons-602470"
	I0210 12:52:40.665698  890749 addons.go:238] Setting addon inspektor-gadget=true in "addons-602470"
	I0210 12:52:40.665774  890749 host.go:66] Checking if "addons-602470" exists ...
	I0210 12:52:40.666200  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:40.666669  890749 addons.go:69] Setting metrics-server=true in profile "addons-602470"
	I0210 12:52:40.666718  890749 addons.go:238] Setting addon metrics-server=true in "addons-602470"
	I0210 12:52:40.666788  890749 host.go:66] Checking if "addons-602470" exists ...
	I0210 12:52:40.667212  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:40.667376  890749 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-602470"
	I0210 12:52:40.667417  890749 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-602470"
	I0210 12:52:40.667457  890749 host.go:66] Checking if "addons-602470" exists ...
	I0210 12:52:40.667849  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:40.682372  890749 addons.go:69] Setting cloud-spanner=true in profile "addons-602470"
	I0210 12:52:40.682398  890749 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-602470"
	I0210 12:52:40.682417  890749 addons.go:238] Setting addon cloud-spanner=true in "addons-602470"
	I0210 12:52:40.682426  890749 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-602470"
	I0210 12:52:40.682458  890749 host.go:66] Checking if "addons-602470" exists ...
	I0210 12:52:40.682534  890749 addons.go:69] Setting volcano=true in profile "addons-602470"
	I0210 12:52:40.682545  890749 addons.go:238] Setting addon volcano=true in "addons-602470"
	I0210 12:52:40.682569  890749 host.go:66] Checking if "addons-602470" exists ...
	I0210 12:52:40.682912  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:40.682988  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:40.697059  890749 addons.go:69] Setting volumesnapshots=true in profile "addons-602470"
	I0210 12:52:40.697092  890749 addons.go:238] Setting addon volumesnapshots=true in "addons-602470"
	I0210 12:52:40.697134  890749 host.go:66] Checking if "addons-602470" exists ...
	I0210 12:52:40.697700  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:40.710813  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:40.720244  890749 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-602470"
	I0210 12:52:40.720322  890749 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-602470"
	I0210 12:52:40.720357  890749 host.go:66] Checking if "addons-602470" exists ...
	I0210 12:52:40.720875  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:40.728566  890749 out.go:177] * Verifying Kubernetes components...
	I0210 12:52:40.740972  890749 addons.go:69] Setting default-storageclass=true in profile "addons-602470"
	I0210 12:52:40.741019  890749 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-602470"
	I0210 12:52:40.741380  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:40.766451  890749 addons.go:69] Setting gcp-auth=true in profile "addons-602470"
	I0210 12:52:40.766491  890749 mustload.go:65] Loading cluster: addons-602470
	I0210 12:52:40.766714  890749 config.go:182] Loaded profile config "addons-602470": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0210 12:52:40.766968  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:40.789416  890749 addons.go:69] Setting ingress=true in profile "addons-602470"
	I0210 12:52:40.789450  890749 addons.go:238] Setting addon ingress=true in "addons-602470"
	I0210 12:52:40.789513  890749 host.go:66] Checking if "addons-602470" exists ...
	I0210 12:52:40.789966  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:40.802626  890749 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0210 12:52:40.813681  890749 addons.go:69] Setting ingress-dns=true in profile "addons-602470"
	I0210 12:52:40.813779  890749 addons.go:238] Setting addon ingress-dns=true in "addons-602470"
	I0210 12:52:40.813834  890749 host.go:66] Checking if "addons-602470" exists ...
	I0210 12:52:40.816226  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:40.817839  890749 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0210 12:52:40.819488  890749 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0210 12:52:40.819540  890749 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0210 12:52:40.819625  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:40.682372  890749 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-602470"
	I0210 12:52:40.864452  890749 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-602470"
	I0210 12:52:40.864514  890749 host.go:66] Checking if "addons-602470" exists ...
	I0210 12:52:40.865201  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:40.682386  890749 addons.go:69] Setting registry=true in profile "addons-602470"
	I0210 12:52:40.882639  890749 addons.go:238] Setting addon registry=true in "addons-602470"
	I0210 12:52:40.882695  890749 host.go:66] Checking if "addons-602470" exists ...
	I0210 12:52:40.883250  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:40.682393  890749 addons.go:69] Setting storage-provisioner=true in profile "addons-602470"
	I0210 12:52:40.925766  890749 addons.go:238] Setting addon storage-provisioner=true in "addons-602470"
	I0210 12:52:40.925818  890749 host.go:66] Checking if "addons-602470" exists ...
	I0210 12:52:40.927463  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:40.944302  890749 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.37.0
	I0210 12:52:40.949371  890749 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-602470"
	I0210 12:52:40.949502  890749 host.go:66] Checking if "addons-602470" exists ...
	I0210 12:52:40.952043  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:40.971035  890749 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0210 12:52:40.975513  890749 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0210 12:52:40.975599  890749 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0210 12:52:40.975690  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:40.978014  890749 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.28
	I0210 12:52:40.981188  890749 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
	I0210 12:52:40.981218  890749 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0210 12:52:40.981296  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:40.991022  890749 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
	I0210 12:52:40.991048  890749 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
	I0210 12:52:40.991149  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:40.992232  890749 out.go:177]   - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
	I0210 12:52:40.992667  890749 host.go:66] Checking if "addons-602470" exists ...
	W0210 12:52:40.994423  890749 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0210 12:52:40.998335  890749 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I0210 12:52:40.999606  890749 addons.go:238] Setting addon default-storageclass=true in "addons-602470"
	I0210 12:52:40.999695  890749 host.go:66] Checking if "addons-602470" exists ...
	I0210 12:52:41.003363  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:41.010694  890749 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0210 12:52:41.010969  890749 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
	I0210 12:52:41.011444  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:41.012510  890749 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.0
	I0210 12:52:41.016396  890749 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0210 12:52:41.016423  890749 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0210 12:52:41.016494  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:41.031294  890749 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0210 12:52:41.040676  890749 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0210 12:52:41.040755  890749 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0210 12:52:41.040868  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:41.042855  890749 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0210 12:52:41.046983  890749 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0210 12:52:41.049839  890749 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0210 12:52:41.052850  890749 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0210 12:52:41.056741  890749 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0210 12:52:41.056855  890749 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.3
	I0210 12:52:41.059602  890749 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0210 12:52:41.062585  890749 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I0210 12:52:41.067588  890749 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0210 12:52:41.067675  890749 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0210 12:52:41.067759  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:41.116630  890749 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0210 12:52:41.126019  890749 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0210 12:52:41.126210  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:41.129224  890749 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0210 12:52:41.129249  890749 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0210 12:52:41.129326  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:41.138923  890749 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0210 12:52:41.142591  890749 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0210 12:52:41.142631  890749 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0210 12:52:41.142737  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:41.153686  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:41.178729  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:41.212744  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:41.213502  890749 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.8
	I0210 12:52:41.216801  890749 out.go:177]   - Using image docker.io/registry:2.8.3
	I0210 12:52:41.221938  890749 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
	I0210 12:52:41.221961  890749 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0210 12:52:41.222030  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:41.234777  890749 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0210 12:52:41.237919  890749 out.go:177]   - Using image docker.io/busybox:stable
	I0210 12:52:41.240947  890749 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0210 12:52:41.240972  890749 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0210 12:52:41.241038  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:41.261075  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:41.266725  890749 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0210 12:52:41.269427  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:41.270054  890749 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
	I0210 12:52:41.270072  890749 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0210 12:52:41.270123  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:41.271444  890749 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0210 12:52:41.271468  890749 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0210 12:52:41.271527  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:41.299275  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:41.341124  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:41.357717  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:41.365873  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:41.406032  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:41.412049  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:41.421281  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:41.423673  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:41.469286  890749 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 -"
	I0210 12:52:41.605184  890749 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0210 12:52:41.605209  890749 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0210 12:52:41.612694  890749 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0210 12:52:41.612728  890749 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0210 12:52:41.628056  890749 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
	I0210 12:52:41.653828  890749 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
	I0210 12:52:41.704244  890749 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0210 12:52:41.764155  890749 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0210 12:52:41.764232  890749 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0210 12:52:41.817598  890749 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
	I0210 12:52:41.817668  890749 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14539 bytes)
	I0210 12:52:41.821295  890749 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0210 12:52:41.821372  890749 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0210 12:52:41.824192  890749 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
	I0210 12:52:41.834186  890749 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0210 12:52:41.834212  890749 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0210 12:52:41.860518  890749 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
	I0210 12:52:41.879237  890749 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0210 12:52:41.879326  890749 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0210 12:52:41.886827  890749 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
	I0210 12:52:41.900272  890749 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
	I0210 12:52:41.915406  890749 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
	I0210 12:52:41.945732  890749 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
	I0210 12:52:42.000817  890749 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0210 12:52:42.000892  890749 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)
	I0210 12:52:42.015307  890749 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
	I0210 12:52:42.015404  890749 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0210 12:52:42.035750  890749 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0210 12:52:42.035880  890749 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0210 12:52:42.056085  890749 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
	I0210 12:52:42.061871  890749 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0210 12:52:42.061952  890749 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0210 12:52:42.144361  890749 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0210 12:52:42.144440  890749 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0210 12:52:42.146483  890749 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0210 12:52:42.146558  890749 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0210 12:52:42.268297  890749 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0210 12:52:42.268391  890749 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0210 12:52:42.290313  890749 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0210 12:52:42.290390  890749 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0210 12:52:42.332281  890749 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
	I0210 12:52:42.332904  890749 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0210 12:52:42.332965  890749 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0210 12:52:42.338203  890749 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
	I0210 12:52:42.433530  890749 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0210 12:52:42.433608  890749 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0210 12:52:42.507570  890749 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
	I0210 12:52:42.543510  890749 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0210 12:52:42.543602  890749 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0210 12:52:42.634678  890749 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0210 12:52:42.634748  890749 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0210 12:52:42.734273  890749 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0210 12:52:42.734355  890749 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0210 12:52:42.771701  890749 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
	I0210 12:52:42.824493  890749 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0210 12:52:42.824597  890749 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0210 12:52:42.914982  890749 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0210 12:52:42.915060  890749 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0210 12:52:43.073207  890749 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0210 12:52:43.073280  890749 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0210 12:52:43.289693  890749 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0210 12:52:43.289764  890749 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0210 12:52:43.467752  890749 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0210 12:52:43.467833  890749 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0210 12:52:43.676291  890749 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
	I0210 12:52:44.886013  890749 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 -": (3.416687448s)
	I0210 12:52:44.886040  890749 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0210 12:52:45.793147  890749 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-602470" context rescaled to 1 replicas
	I0210 12:52:45.915313  890749 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: (4.287182077s)
	I0210 12:52:45.915439  890749 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: (4.261594234s)
	I0210 12:52:45.915505  890749 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (4.211180783s)
	I0210 12:52:45.916146  890749 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: (4.091885832s)
	I0210 12:52:45.916501  890749 node_ready.go:35] waiting up to 6m0s for node "addons-602470" to be "Ready" ...
	I0210 12:52:47.937572  890749 node_ready.go:53] node "addons-602470" has status "Ready":"False"
	I0210 12:52:47.967938  890749 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: (6.107331747s)
	I0210 12:52:47.967974  890749 addons.go:479] Verifying addon ingress=true in "addons-602470"
	I0210 12:52:47.968168  890749 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: (6.081269572s)
	I0210 12:52:47.968235  890749 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: (6.067893187s)
	I0210 12:52:47.968294  890749 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: (6.052820105s)
	I0210 12:52:47.968573  890749 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: (6.022741379s)
	I0210 12:52:47.968662  890749 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.912505839s)
	I0210 12:52:47.968734  890749 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.636378554s)
	I0210 12:52:47.968753  890749 addons.go:479] Verifying addon metrics-server=true in "addons-602470"
	I0210 12:52:47.968783  890749 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.630503156s)
	I0210 12:52:47.968796  890749 addons.go:479] Verifying addon registry=true in "addons-602470"
	I0210 12:52:47.968918  890749 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: (5.461272705s)
	I0210 12:52:47.971451  890749 out.go:177] * Verifying ingress addon...
	I0210 12:52:47.973535  890749 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-602470 service yakd-dashboard -n yakd-dashboard
	
	I0210 12:52:47.973573  890749 out.go:177] * Verifying registry addon...
	I0210 12:52:47.977317  890749 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0210 12:52:47.980323  890749 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0210 12:52:47.991119  890749 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.219333874s)
	W0210 12:52:47.991154  890749 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
	I0210 12:52:47.991176  890749 retry.go:31] will retry after 278.049488ms: 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
	I0210 12:52:47.992501  890749 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0210 12:52:47.992518  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:47.993177  890749 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0210 12:52:47.993191  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W0210 12:52:48.003171  890749 out.go:270] ! Enabling 'storage-provisioner-rancher' returned an error: running callbacks: [Error making local-path the default storage class: Error while marking storage class local-path as default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
	I0210 12:52:48.270367  890749 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
	I0210 12:52:48.279846  890749 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.603456722s)
	I0210 12:52:48.279924  890749 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-602470"
	I0210 12:52:48.285009  890749 out.go:177] * Verifying csi-hostpath-driver addon...
	I0210 12:52:48.289567  890749 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0210 12:52:48.306323  890749 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0210 12:52:48.306346  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:48.483422  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:48.484980  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:48.792811  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:48.981823  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:48.983530  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:49.293103  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:49.463712  890749 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0210 12:52:49.463802  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:49.481753  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:49.482049  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:49.484180  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:49.584307  890749 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0210 12:52:49.602310  890749 addons.go:238] Setting addon gcp-auth=true in "addons-602470"
	I0210 12:52:49.602359  890749 host.go:66] Checking if "addons-602470" exists ...
	I0210 12:52:49.602804  890749 cli_runner.go:164] Run: docker container inspect addons-602470 --format={{.State.Status}}
	I0210 12:52:49.619270  890749 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0210 12:52:49.619330  890749 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-602470
	I0210 12:52:49.639077  890749 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33563 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/addons-602470/id_rsa Username:docker}
	I0210 12:52:49.792812  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:49.980315  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:49.983130  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:50.293017  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:50.419654  890749 node_ready.go:53] node "addons-602470" has status "Ready":"False"
	I0210 12:52:50.480703  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:50.482808  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:50.793771  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:50.945669  890749 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.675214934s)
	I0210 12:52:50.945730  890749 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.326431629s)
	I0210 12:52:50.948922  890749 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I0210 12:52:50.951788  890749 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
	I0210 12:52:50.954705  890749 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0210 12:52:50.954729  890749 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0210 12:52:50.973096  890749 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0210 12:52:50.973126  890749 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0210 12:52:50.984640  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:50.985113  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:50.991450  890749 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0210 12:52:50.991473  890749 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0210 12:52:51.011080  890749 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
	I0210 12:52:51.295622  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:51.496053  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:51.503500  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:51.583645  890749 addons.go:479] Verifying addon gcp-auth=true in "addons-602470"
	I0210 12:52:51.586786  890749 out.go:177] * Verifying gcp-auth addon...
	I0210 12:52:51.590501  890749 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0210 12:52:51.604497  890749 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0210 12:52:51.604523  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:52:51.793382  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:51.980738  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:51.982553  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:52.093369  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:52:52.294107  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:52.480503  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:52.482565  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:52.593515  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:52:52.793230  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:52.919924  890749 node_ready.go:53] node "addons-602470" has status "Ready":"False"
	I0210 12:52:52.981251  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:52.983055  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:53.093741  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:52:53.292652  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:53.481450  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:53.483642  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:53.593626  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:52:53.792804  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:53.980783  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:53.982937  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:54.094104  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:52:54.293286  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:54.481369  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:54.483488  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:54.593805  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:52:54.792931  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:54.981168  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:54.982932  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:55.094485  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:52:55.294361  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:55.420145  890749 node_ready.go:53] node "addons-602470" has status "Ready":"False"
	I0210 12:52:55.481262  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:55.483104  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:55.593976  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:52:55.793131  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:55.981650  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:55.983220  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:56.094457  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:52:56.292995  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:56.482727  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:56.484932  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:56.593347  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:52:56.793168  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:56.981078  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:56.983580  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:57.093341  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:52:57.293686  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:57.480194  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:57.483712  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:57.593832  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:52:57.792521  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:57.921191  890749 node_ready.go:53] node "addons-602470" has status "Ready":"False"
	I0210 12:52:57.981494  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:57.982816  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:58.093520  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:52:58.293003  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:58.481783  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:58.483520  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:58.594053  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:52:58.792972  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:58.981116  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:58.982742  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:59.093535  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:52:59.292782  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:59.480475  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:59.482900  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:52:59.593870  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:52:59.793222  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:52:59.980430  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:52:59.982690  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:00.097832  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:00.293990  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:00.420422  890749 node_ready.go:53] node "addons-602470" has status "Ready":"False"
	I0210 12:53:00.480534  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:00.482612  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:00.593402  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:00.793366  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:00.981058  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:00.983050  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:01.093955  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:01.293577  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:01.480979  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:01.484496  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:01.594344  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:01.793085  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:01.981089  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:01.983054  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:02.094030  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:02.293182  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:02.481109  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:02.482687  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:02.593490  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:02.793200  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:02.920180  890749 node_ready.go:53] node "addons-602470" has status "Ready":"False"
	I0210 12:53:02.981523  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:02.983268  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:03.094629  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:03.293016  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:03.480994  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:03.483140  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:03.593773  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:03.792594  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:03.980086  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:03.983337  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:04.093963  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:04.293591  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:04.480948  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:04.483124  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:04.594019  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:04.795008  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:04.981282  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:04.983097  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:05.094131  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:05.293251  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:05.420396  890749 node_ready.go:53] node "addons-602470" has status "Ready":"False"
	I0210 12:53:05.480314  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:05.483483  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:05.594131  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:05.793075  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:05.980763  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:05.983075  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:06.094028  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:06.293360  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:06.482157  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:06.487605  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:06.593358  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:06.793155  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:06.981180  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:06.982855  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:07.093944  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:07.292877  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:07.480939  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:07.483087  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:07.594057  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:07.793099  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:07.919925  890749 node_ready.go:53] node "addons-602470" has status "Ready":"False"
	I0210 12:53:07.980813  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:07.982949  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:08.093681  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:08.292701  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:08.480955  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:08.483256  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:08.593821  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:08.792804  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:08.981026  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:08.982990  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:09.093986  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:09.293328  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:09.481024  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:09.482970  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:09.605717  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:09.792905  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:09.980417  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:09.982687  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:10.094007  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:10.293072  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:10.420030  890749 node_ready.go:53] node "addons-602470" has status "Ready":"False"
	I0210 12:53:10.480822  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:10.483319  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:10.594010  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:10.792891  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:10.981144  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:10.983123  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:11.094092  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:11.293129  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:11.482534  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:11.483660  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:11.593208  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:11.793362  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:11.980927  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:11.983173  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:12.095088  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:12.293031  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:12.481145  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:12.483614  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:12.593447  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:12.793546  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:12.920254  890749 node_ready.go:53] node "addons-602470" has status "Ready":"False"
	I0210 12:53:12.981266  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:12.983251  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:13.094022  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:13.293590  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:13.480398  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:13.482957  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:13.593917  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:13.792813  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:13.981150  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:13.983046  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:14.094235  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:14.293731  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:14.482114  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:14.483259  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:14.593522  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:14.792602  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:14.980716  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:14.983053  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:15.094093  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:15.293526  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:15.420336  890749 node_ready.go:53] node "addons-602470" has status "Ready":"False"
	I0210 12:53:15.480150  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:15.483486  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:15.594034  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:15.792989  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:15.980759  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:15.983007  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:16.093873  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:16.294206  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:16.482833  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:16.483315  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:16.594171  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:16.793292  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:16.982985  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:16.983141  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:17.094584  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:17.292843  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:17.480591  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:17.482776  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:17.593665  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:17.792348  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:17.920068  890749 node_ready.go:53] node "addons-602470" has status "Ready":"False"
	I0210 12:53:17.982606  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:17.984197  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:18.094192  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:18.293495  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:18.481394  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:18.483787  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:18.593502  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:18.792615  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:18.981863  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:18.983416  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:19.093393  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:19.292787  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:19.480144  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:19.483317  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:19.594094  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:19.792909  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:19.980684  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:19.982739  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:20.094057  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:20.292790  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:20.419743  890749 node_ready.go:53] node "addons-602470" has status "Ready":"False"
	I0210 12:53:20.480605  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:20.483003  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:20.593672  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:20.792776  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:20.980593  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:20.982959  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:21.093663  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:21.293096  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:21.482460  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:21.484178  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:21.593944  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:21.792927  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:21.981133  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:21.982757  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:22.110188  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:22.293100  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:22.420704  890749 node_ready.go:53] node "addons-602470" has status "Ready":"False"
	I0210 12:53:22.480698  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:22.482644  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:22.593104  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:22.792996  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:22.982066  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:22.983632  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:23.093608  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:23.293603  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:23.481192  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:23.482911  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:23.593727  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:23.792912  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:23.981072  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:23.982932  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:24.093790  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:24.293417  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:24.480799  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:24.483278  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:24.594043  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:24.793171  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:24.919868  890749 node_ready.go:53] node "addons-602470" has status "Ready":"False"
	I0210 12:53:24.980869  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:24.982708  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:25.094107  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:25.293416  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:25.480326  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:25.482533  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:25.593738  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:25.792260  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:25.980470  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:25.982865  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:26.093739  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:26.293222  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:26.480775  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:26.482885  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:26.593801  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:26.792655  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:26.981255  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:26.983258  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:27.093979  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:27.294210  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:27.428501  890749 node_ready.go:49] node "addons-602470" has status "Ready":"True"
	I0210 12:53:27.428528  890749 node_ready.go:38] duration metric: took 41.511950511s for node "addons-602470" to be "Ready" ...
	I0210 12:53:27.428541  890749 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" ...
	I0210 12:53:27.434574  890749 pod_ready.go:79] waiting up to 6m0s for pod "coredns-668d6bf9bc-lzq7h" in "kube-system" namespace to be "Ready" ...
	I0210 12:53:27.518720  890749 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0210 12:53:27.518792  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:27.522405  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:27.601265  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:27.869903  890749 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0210 12:53:27.869982  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:27.991767  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:28.002958  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:28.105583  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:28.296317  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:28.513412  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:28.516301  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:28.606501  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:28.796128  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:28.989112  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:28.989248  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:29.094532  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:29.293234  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:29.441596  890749 pod_ready.go:93] pod "coredns-668d6bf9bc-lzq7h" in "kube-system" namespace has status "Ready":"True"
	I0210 12:53:29.441622  890749 pod_ready.go:82] duration metric: took 2.007010852s for pod "coredns-668d6bf9bc-lzq7h" in "kube-system" namespace to be "Ready" ...
	I0210 12:53:29.441643  890749 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-602470" in "kube-system" namespace to be "Ready" ...
	I0210 12:53:29.449945  890749 pod_ready.go:93] pod "etcd-addons-602470" in "kube-system" namespace has status "Ready":"True"
	I0210 12:53:29.449969  890749 pod_ready.go:82] duration metric: took 8.317681ms for pod "etcd-addons-602470" in "kube-system" namespace to be "Ready" ...
	I0210 12:53:29.449985  890749 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-602470" in "kube-system" namespace to be "Ready" ...
	I0210 12:53:29.454244  890749 pod_ready.go:93] pod "kube-apiserver-addons-602470" in "kube-system" namespace has status "Ready":"True"
	I0210 12:53:29.454267  890749 pod_ready.go:82] duration metric: took 4.274127ms for pod "kube-apiserver-addons-602470" in "kube-system" namespace to be "Ready" ...
	I0210 12:53:29.454279  890749 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-602470" in "kube-system" namespace to be "Ready" ...
	I0210 12:53:29.463652  890749 pod_ready.go:93] pod "kube-controller-manager-addons-602470" in "kube-system" namespace has status "Ready":"True"
	I0210 12:53:29.463678  890749 pod_ready.go:82] duration metric: took 9.390203ms for pod "kube-controller-manager-addons-602470" in "kube-system" namespace to be "Ready" ...
	I0210 12:53:29.463692  890749 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-j585l" in "kube-system" namespace to be "Ready" ...
	I0210 12:53:29.475002  890749 pod_ready.go:93] pod "kube-proxy-j585l" in "kube-system" namespace has status "Ready":"True"
	I0210 12:53:29.475033  890749 pod_ready.go:82] duration metric: took 11.332676ms for pod "kube-proxy-j585l" in "kube-system" namespace to be "Ready" ...
	I0210 12:53:29.475045  890749 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-602470" in "kube-system" namespace to be "Ready" ...
	I0210 12:53:29.485291  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:29.487509  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:29.594142  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:29.793821  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:29.846752  890749 pod_ready.go:93] pod "kube-scheduler-addons-602470" in "kube-system" namespace has status "Ready":"True"
	I0210 12:53:29.846826  890749 pod_ready.go:82] duration metric: took 371.772624ms for pod "kube-scheduler-addons-602470" in "kube-system" namespace to be "Ready" ...
	I0210 12:53:29.846854  890749 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-7fbb699795-72scp" in "kube-system" namespace to be "Ready" ...
	I0210 12:53:29.981165  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:29.982765  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:30.094819  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:30.293957  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:30.480308  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:30.483840  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:30.593881  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:30.793745  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:30.982059  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:30.984791  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:31.095122  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:31.293839  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:31.482553  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:31.485796  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:31.597660  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:31.794110  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:31.861889  890749 pod_ready.go:103] pod "metrics-server-7fbb699795-72scp" in "kube-system" namespace has status "Ready":"False"
	I0210 12:53:31.981691  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:31.984960  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:32.094549  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:32.295226  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:32.482263  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:32.488634  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:32.595249  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:32.799803  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:32.982932  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:32.986244  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:33.101840  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:33.293449  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:33.481931  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:33.483468  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:33.593590  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:33.793711  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:33.980499  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:33.982810  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:34.094619  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:34.295238  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:34.352471  890749 pod_ready.go:103] pod "metrics-server-7fbb699795-72scp" in "kube-system" namespace has status "Ready":"False"
	I0210 12:53:34.480631  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:34.484293  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:34.594005  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:34.793783  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:34.981468  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:34.983486  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:35.094770  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:35.294124  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:35.482004  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:35.483541  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:35.593857  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:35.796510  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:35.980418  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:35.982876  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:36.094721  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:36.293681  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:36.355429  890749 pod_ready.go:103] pod "metrics-server-7fbb699795-72scp" in "kube-system" namespace has status "Ready":"False"
	I0210 12:53:36.480385  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:36.482667  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:36.595005  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:36.795144  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:36.981949  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:36.984847  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:37.094615  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:37.293846  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:37.489698  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:37.489968  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:37.594148  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:37.793348  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:37.984011  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:37.984743  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:38.094626  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:38.293125  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:38.480283  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:38.483506  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:38.594468  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:38.795623  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:38.853235  890749 pod_ready.go:103] pod "metrics-server-7fbb699795-72scp" in "kube-system" namespace has status "Ready":"False"
	I0210 12:53:38.990672  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:38.993205  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:39.094469  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:39.294164  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:39.481991  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:39.484426  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:39.595648  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:39.793380  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:39.985016  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:39.991000  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:40.095461  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:40.295508  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:40.481407  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:40.483737  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:40.593293  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:40.794091  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:40.981308  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:40.983271  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:41.104513  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:41.293423  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:41.353380  890749 pod_ready.go:103] pod "metrics-server-7fbb699795-72scp" in "kube-system" namespace has status "Ready":"False"
	I0210 12:53:41.480692  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:41.482907  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:41.593971  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:41.793111  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:41.981128  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:41.982971  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:42.106474  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:42.294637  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:42.353093  890749 pod_ready.go:93] pod "metrics-server-7fbb699795-72scp" in "kube-system" namespace has status "Ready":"True"
	I0210 12:53:42.353125  890749 pod_ready.go:82] duration metric: took 12.506249768s for pod "metrics-server-7fbb699795-72scp" in "kube-system" namespace to be "Ready" ...
	I0210 12:53:42.353146  890749 pod_ready.go:39] duration metric: took 14.924532794s 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" ...
	I0210 12:53:42.353161  890749 api_server.go:52] waiting for apiserver process to appear ...
	I0210 12:53:42.353207  890749 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0210 12:53:42.353277  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0210 12:53:42.394888  890749 cri.go:89] found id: "16798ad9be4f631e1569d9922c0ec5a6a0c4851e8b2225d60b9067b496f677eb"
	I0210 12:53:42.394910  890749 cri.go:89] found id: ""
	I0210 12:53:42.394918  890749 logs.go:282] 1 containers: [16798ad9be4f631e1569d9922c0ec5a6a0c4851e8b2225d60b9067b496f677eb]
	I0210 12:53:42.394981  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:53:42.398775  890749 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0210 12:53:42.398856  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0210 12:53:42.439963  890749 cri.go:89] found id: "f8091d52b6e3ca2c9202802bb38c6f03660f9fdbf42aa59dc8084655b65055e0"
	I0210 12:53:42.439992  890749 cri.go:89] found id: ""
	I0210 12:53:42.440000  890749 logs.go:282] 1 containers: [f8091d52b6e3ca2c9202802bb38c6f03660f9fdbf42aa59dc8084655b65055e0]
	I0210 12:53:42.440095  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:53:42.444794  890749 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0210 12:53:42.444918  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0210 12:53:42.481258  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:42.486345  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:42.497820  890749 cri.go:89] found id: "8aaa11fdd675eaf47d413813ab3d42b5b74969d302296374cbd02bb00435da83"
	I0210 12:53:42.497897  890749 cri.go:89] found id: ""
	I0210 12:53:42.497911  890749 logs.go:282] 1 containers: [8aaa11fdd675eaf47d413813ab3d42b5b74969d302296374cbd02bb00435da83]
	I0210 12:53:42.497986  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:53:42.501758  890749 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0210 12:53:42.501879  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0210 12:53:42.548536  890749 cri.go:89] found id: "1f01ca2a617b17e6fe8aa6a482843b7f2a4c62739ec745da2850ab64ce390a7a"
	I0210 12:53:42.548586  890749 cri.go:89] found id: ""
	I0210 12:53:42.548595  890749 logs.go:282] 1 containers: [1f01ca2a617b17e6fe8aa6a482843b7f2a4c62739ec745da2850ab64ce390a7a]
	I0210 12:53:42.548654  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:53:42.552337  890749 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0210 12:53:42.552465  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0210 12:53:42.594052  890749 cri.go:89] found id: "8f8bc1c1a27e2dd4c1ccde19ef5cc1f8dc798e5eee2be12a6597c9cb312bdfd7"
	I0210 12:53:42.594129  890749 cri.go:89] found id: ""
	I0210 12:53:42.594150  890749 logs.go:282] 1 containers: [8f8bc1c1a27e2dd4c1ccde19ef5cc1f8dc798e5eee2be12a6597c9cb312bdfd7]
	I0210 12:53:42.594239  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:53:42.594756  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:42.598632  890749 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0210 12:53:42.598751  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0210 12:53:42.659970  890749 cri.go:89] found id: "44510939ac07e5c4d5480f923f1683bdf7d9a75647b5af01fcd40adc2086182c"
	I0210 12:53:42.660033  890749 cri.go:89] found id: ""
	I0210 12:53:42.660054  890749 logs.go:282] 1 containers: [44510939ac07e5c4d5480f923f1683bdf7d9a75647b5af01fcd40adc2086182c]
	I0210 12:53:42.660135  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:53:42.663783  890749 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0210 12:53:42.663905  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0210 12:53:42.716668  890749 cri.go:89] found id: "51bd71332696975834fedbfac4b0d758122a7aa0eec935f846694732f544a13c"
	I0210 12:53:42.716743  890749 cri.go:89] found id: ""
	I0210 12:53:42.716763  890749 logs.go:282] 1 containers: [51bd71332696975834fedbfac4b0d758122a7aa0eec935f846694732f544a13c]
	I0210 12:53:42.716835  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:53:42.721293  890749 logs.go:123] Gathering logs for CRI-O ...
	I0210 12:53:42.721365  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0210 12:53:42.814981  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:42.822935  890749 logs.go:123] Gathering logs for container status ...
	I0210 12:53:42.822963  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0210 12:53:42.929025  890749 logs.go:123] Gathering logs for kubelet ...
	I0210 12:53:42.929170  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0210 12:53:42.991306  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:42.991527  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W0210 12:53:43.041854  890749 logs.go:138] Found kubelet problem: Feb 10 12:53:27 addons-602470 kubelet[1533]: W0210 12:53:27.467242    1533 reflector.go:569] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-602470" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-602470' and this object
	W0210 12:53:43.042140  890749 logs.go:138] Found kubelet problem: Feb 10 12:53:27 addons-602470 kubelet[1533]: E0210 12:53:27.467298    1533 reflector.go:166] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-602470\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-602470' and this object" logger="UnhandledError"
	I0210 12:53:43.068516  890749 logs.go:123] Gathering logs for kube-apiserver [16798ad9be4f631e1569d9922c0ec5a6a0c4851e8b2225d60b9067b496f677eb] ...
	I0210 12:53:43.068604  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 16798ad9be4f631e1569d9922c0ec5a6a0c4851e8b2225d60b9067b496f677eb"
	I0210 12:53:43.096508  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:43.200489  890749 logs.go:123] Gathering logs for etcd [f8091d52b6e3ca2c9202802bb38c6f03660f9fdbf42aa59dc8084655b65055e0] ...
	I0210 12:53:43.200529  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f8091d52b6e3ca2c9202802bb38c6f03660f9fdbf42aa59dc8084655b65055e0"
	I0210 12:53:43.266204  890749 logs.go:123] Gathering logs for kindnet [51bd71332696975834fedbfac4b0d758122a7aa0eec935f846694732f544a13c] ...
	I0210 12:53:43.266276  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 51bd71332696975834fedbfac4b0d758122a7aa0eec935f846694732f544a13c"
	I0210 12:53:43.294862  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:43.398570  890749 logs.go:123] Gathering logs for kube-proxy [8f8bc1c1a27e2dd4c1ccde19ef5cc1f8dc798e5eee2be12a6597c9cb312bdfd7] ...
	I0210 12:53:43.398652  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8f8bc1c1a27e2dd4c1ccde19ef5cc1f8dc798e5eee2be12a6597c9cb312bdfd7"
	I0210 12:53:43.482335  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:43.485662  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:43.516357  890749 logs.go:123] Gathering logs for kube-controller-manager [44510939ac07e5c4d5480f923f1683bdf7d9a75647b5af01fcd40adc2086182c] ...
	I0210 12:53:43.516392  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 44510939ac07e5c4d5480f923f1683bdf7d9a75647b5af01fcd40adc2086182c"
	I0210 12:53:43.593927  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:43.678366  890749 logs.go:123] Gathering logs for dmesg ...
	I0210 12:53:43.678406  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0210 12:53:43.723311  890749 logs.go:123] Gathering logs for describe nodes ...
	I0210 12:53:43.723350  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0210 12:53:43.794625  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:43.951117  890749 logs.go:123] Gathering logs for coredns [8aaa11fdd675eaf47d413813ab3d42b5b74969d302296374cbd02bb00435da83] ...
	I0210 12:53:43.951150  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8aaa11fdd675eaf47d413813ab3d42b5b74969d302296374cbd02bb00435da83"
	I0210 12:53:43.981208  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:43.983866  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:44.056685  890749 logs.go:123] Gathering logs for kube-scheduler [1f01ca2a617b17e6fe8aa6a482843b7f2a4c62739ec745da2850ab64ce390a7a] ...
	I0210 12:53:44.056720  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1f01ca2a617b17e6fe8aa6a482843b7f2a4c62739ec745da2850ab64ce390a7a"
	I0210 12:53:44.095453  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:44.128095  890749 out.go:358] Setting ErrFile to fd 2...
	I0210 12:53:44.128177  890749 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0210 12:53:44.128266  890749 out.go:270] X Problems detected in kubelet:
	W0210 12:53:44.128309  890749 out.go:270]   Feb 10 12:53:27 addons-602470 kubelet[1533]: W0210 12:53:27.467242    1533 reflector.go:569] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-602470" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-602470' and this object
	W0210 12:53:44.128460  890749 out.go:270]   Feb 10 12:53:27 addons-602470 kubelet[1533]: E0210 12:53:27.467298    1533 reflector.go:166] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-602470\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-602470' and this object" logger="UnhandledError"
	I0210 12:53:44.128492  890749 out.go:358] Setting ErrFile to fd 2...
	I0210 12:53:44.128513  890749 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 12:53:44.294488  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:44.480961  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:44.483679  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:44.594848  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:44.793597  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:44.981098  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:44.983612  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0210 12:53:45.094820  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:45.309573  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:45.480244  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:45.483437  890749 kapi.go:107] duration metric: took 57.503114629s to wait for kubernetes.io/minikube-addons=registry ...
	I0210 12:53:45.594413  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:45.792713  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:45.980164  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:46.093787  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:46.293847  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:46.480752  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:46.593377  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:46.793555  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:46.981279  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:47.094038  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:47.293805  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:47.481830  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:47.594339  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:47.794036  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:47.982073  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:48.094285  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:48.294045  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:48.481911  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:48.594360  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:48.793113  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:48.981644  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:49.093923  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:49.294296  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:49.480814  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:49.594126  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:49.796248  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:49.980423  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:50.093421  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:50.293005  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:50.480978  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:50.594541  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:50.793426  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:50.981196  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:51.094110  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:51.293641  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:51.480700  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:51.593604  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:51.794414  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:51.980759  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:52.093511  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:52.293165  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:52.481354  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:52.596613  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:52.792975  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:52.981356  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:53.093418  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:53.294055  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:53.481625  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:53.593903  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:53.793941  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:53.981337  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:54.103479  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:54.129643  890749 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0210 12:53:54.168861  890749 api_server.go:72] duration metric: took 1m13.504511594s to wait for apiserver process to appear ...
	I0210 12:53:54.168900  890749 api_server.go:88] waiting for apiserver healthz status ...
	I0210 12:53:54.168939  890749 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0210 12:53:54.169016  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0210 12:53:54.294036  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:54.383750  890749 cri.go:89] found id: "16798ad9be4f631e1569d9922c0ec5a6a0c4851e8b2225d60b9067b496f677eb"
	I0210 12:53:54.383816  890749 cri.go:89] found id: ""
	I0210 12:53:54.383840  890749 logs.go:282] 1 containers: [16798ad9be4f631e1569d9922c0ec5a6a0c4851e8b2225d60b9067b496f677eb]
	I0210 12:53:54.383934  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:53:54.401224  890749 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0210 12:53:54.401359  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0210 12:53:54.480851  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:54.593959  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:54.793453  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:54.802257  890749 cri.go:89] found id: "f8091d52b6e3ca2c9202802bb38c6f03660f9fdbf42aa59dc8084655b65055e0"
	I0210 12:53:54.802320  890749 cri.go:89] found id: ""
	I0210 12:53:54.802343  890749 logs.go:282] 1 containers: [f8091d52b6e3ca2c9202802bb38c6f03660f9fdbf42aa59dc8084655b65055e0]
	I0210 12:53:54.802435  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:53:54.813752  890749 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0210 12:53:54.813893  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0210 12:53:54.928814  890749 cri.go:89] found id: "8aaa11fdd675eaf47d413813ab3d42b5b74969d302296374cbd02bb00435da83"
	I0210 12:53:54.928875  890749 cri.go:89] found id: ""
	I0210 12:53:54.928897  890749 logs.go:282] 1 containers: [8aaa11fdd675eaf47d413813ab3d42b5b74969d302296374cbd02bb00435da83]
	I0210 12:53:54.928986  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:53:54.933563  890749 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0210 12:53:54.933679  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0210 12:53:54.981224  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:54.999257  890749 cri.go:89] found id: "1f01ca2a617b17e6fe8aa6a482843b7f2a4c62739ec745da2850ab64ce390a7a"
	I0210 12:53:54.999280  890749 cri.go:89] found id: ""
	I0210 12:53:54.999288  890749 logs.go:282] 1 containers: [1f01ca2a617b17e6fe8aa6a482843b7f2a4c62739ec745da2850ab64ce390a7a]
	I0210 12:53:54.999369  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:53:55.007713  890749 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0210 12:53:55.007828  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0210 12:53:55.083683  890749 cri.go:89] found id: "8f8bc1c1a27e2dd4c1ccde19ef5cc1f8dc798e5eee2be12a6597c9cb312bdfd7"
	I0210 12:53:55.083749  890749 cri.go:89] found id: ""
	I0210 12:53:55.083769  890749 logs.go:282] 1 containers: [8f8bc1c1a27e2dd4c1ccde19ef5cc1f8dc798e5eee2be12a6597c9cb312bdfd7]
	I0210 12:53:55.083859  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:53:55.088015  890749 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0210 12:53:55.088165  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0210 12:53:55.094710  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:55.147598  890749 cri.go:89] found id: "44510939ac07e5c4d5480f923f1683bdf7d9a75647b5af01fcd40adc2086182c"
	I0210 12:53:55.147661  890749 cri.go:89] found id: ""
	I0210 12:53:55.147682  890749 logs.go:282] 1 containers: [44510939ac07e5c4d5480f923f1683bdf7d9a75647b5af01fcd40adc2086182c]
	I0210 12:53:55.147775  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:53:55.151798  890749 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0210 12:53:55.151924  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0210 12:53:55.221148  890749 cri.go:89] found id: "51bd71332696975834fedbfac4b0d758122a7aa0eec935f846694732f544a13c"
	I0210 12:53:55.221211  890749 cri.go:89] found id: ""
	I0210 12:53:55.221232  890749 logs.go:282] 1 containers: [51bd71332696975834fedbfac4b0d758122a7aa0eec935f846694732f544a13c]
	I0210 12:53:55.221327  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:53:55.225279  890749 logs.go:123] Gathering logs for coredns [8aaa11fdd675eaf47d413813ab3d42b5b74969d302296374cbd02bb00435da83] ...
	I0210 12:53:55.225368  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8aaa11fdd675eaf47d413813ab3d42b5b74969d302296374cbd02bb00435da83"
	I0210 12:53:55.280753  890749 logs.go:123] Gathering logs for kube-scheduler [1f01ca2a617b17e6fe8aa6a482843b7f2a4c62739ec745da2850ab64ce390a7a] ...
	I0210 12:53:55.280841  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1f01ca2a617b17e6fe8aa6a482843b7f2a4c62739ec745da2850ab64ce390a7a"
	I0210 12:53:55.293563  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:55.342539  890749 logs.go:123] Gathering logs for kindnet [51bd71332696975834fedbfac4b0d758122a7aa0eec935f846694732f544a13c] ...
	I0210 12:53:55.342616  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 51bd71332696975834fedbfac4b0d758122a7aa0eec935f846694732f544a13c"
	I0210 12:53:55.406779  890749 logs.go:123] Gathering logs for CRI-O ...
	I0210 12:53:55.406910  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0210 12:53:55.481001  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:55.533035  890749 logs.go:123] Gathering logs for describe nodes ...
	I0210 12:53:55.533120  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0210 12:53:55.594633  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:55.738114  890749 logs.go:123] Gathering logs for kube-apiserver [16798ad9be4f631e1569d9922c0ec5a6a0c4851e8b2225d60b9067b496f677eb] ...
	I0210 12:53:55.738188  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 16798ad9be4f631e1569d9922c0ec5a6a0c4851e8b2225d60b9067b496f677eb"
	I0210 12:53:55.802327  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:55.887749  890749 logs.go:123] Gathering logs for etcd [f8091d52b6e3ca2c9202802bb38c6f03660f9fdbf42aa59dc8084655b65055e0] ...
	I0210 12:53:55.887785  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f8091d52b6e3ca2c9202802bb38c6f03660f9fdbf42aa59dc8084655b65055e0"
	I0210 12:53:55.942113  890749 logs.go:123] Gathering logs for kube-proxy [8f8bc1c1a27e2dd4c1ccde19ef5cc1f8dc798e5eee2be12a6597c9cb312bdfd7] ...
	I0210 12:53:55.942149  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8f8bc1c1a27e2dd4c1ccde19ef5cc1f8dc798e5eee2be12a6597c9cb312bdfd7"
	I0210 12:53:55.980947  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:56.018753  890749 logs.go:123] Gathering logs for kube-controller-manager [44510939ac07e5c4d5480f923f1683bdf7d9a75647b5af01fcd40adc2086182c] ...
	I0210 12:53:56.018785  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 44510939ac07e5c4d5480f923f1683bdf7d9a75647b5af01fcd40adc2086182c"
	I0210 12:53:56.093709  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:56.141735  890749 logs.go:123] Gathering logs for container status ...
	I0210 12:53:56.141811  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0210 12:53:56.228269  890749 logs.go:123] Gathering logs for kubelet ...
	I0210 12:53:56.228299  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0210 12:53:56.293783  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	W0210 12:53:56.354611  890749 logs.go:138] Found kubelet problem: Feb 10 12:53:27 addons-602470 kubelet[1533]: W0210 12:53:27.467242    1533 reflector.go:569] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-602470" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-602470' and this object
	W0210 12:53:56.354858  890749 logs.go:138] Found kubelet problem: Feb 10 12:53:27 addons-602470 kubelet[1533]: E0210 12:53:27.467298    1533 reflector.go:166] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-602470\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-602470' and this object" logger="UnhandledError"
	I0210 12:53:56.385563  890749 logs.go:123] Gathering logs for dmesg ...
	I0210 12:53:56.385602  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0210 12:53:56.403653  890749 out.go:358] Setting ErrFile to fd 2...
	I0210 12:53:56.403679  890749 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0210 12:53:56.403727  890749 out.go:270] X Problems detected in kubelet:
	W0210 12:53:56.403741  890749 out.go:270]   Feb 10 12:53:27 addons-602470 kubelet[1533]: W0210 12:53:27.467242    1533 reflector.go:569] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-602470" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-602470' and this object
	W0210 12:53:56.403750  890749 out.go:270]   Feb 10 12:53:27 addons-602470 kubelet[1533]: E0210 12:53:27.467298    1533 reflector.go:166] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-602470\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-602470' and this object" logger="UnhandledError"
	I0210 12:53:56.403763  890749 out.go:358] Setting ErrFile to fd 2...
	I0210 12:53:56.403770  890749 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 12:53:56.480768  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:56.594105  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:56.793384  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:56.982404  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:57.097265  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:57.293762  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:57.481547  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:57.594429  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:57.793902  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:57.981348  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:58.094759  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:58.297399  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:58.480404  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:58.594878  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:58.796015  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:58.981566  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:59.103600  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:59.297895  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:59.496430  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:53:59.603233  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:53:59.794818  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:53:59.981221  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:00.100471  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:00.293779  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:00.481698  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:00.593651  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:00.792950  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:00.981283  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:01.094455  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:01.293648  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:01.480666  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:01.593884  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:01.794096  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:01.981229  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:02.095466  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:02.294224  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:02.481556  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:02.596956  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:02.793091  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:02.984016  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:03.094698  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:03.293111  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:03.480439  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:03.594092  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:03.793298  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:03.980527  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:04.094612  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:04.292798  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:04.480990  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:04.594442  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:04.793970  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:04.981307  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:05.095034  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:05.294350  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:05.480510  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:05.594036  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:05.794042  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:05.981591  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:06.093867  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:06.293502  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:06.404616  890749 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0210 12:54:06.413687  890749 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0210 12:54:06.414746  890749 api_server.go:141] control plane version: v1.32.1
	I0210 12:54:06.414774  890749 api_server.go:131] duration metric: took 12.245865424s to wait for apiserver health ...
	I0210 12:54:06.414784  890749 system_pods.go:43] waiting for kube-system pods to appear ...
	I0210 12:54:06.414804  890749 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0210 12:54:06.414869  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0210 12:54:06.481161  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:06.535807  890749 cri.go:89] found id: "16798ad9be4f631e1569d9922c0ec5a6a0c4851e8b2225d60b9067b496f677eb"
	I0210 12:54:06.535831  890749 cri.go:89] found id: ""
	I0210 12:54:06.535839  890749 logs.go:282] 1 containers: [16798ad9be4f631e1569d9922c0ec5a6a0c4851e8b2225d60b9067b496f677eb]
	I0210 12:54:06.535897  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:54:06.547654  890749 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0210 12:54:06.547727  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0210 12:54:06.593765  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:06.642616  890749 cri.go:89] found id: "f8091d52b6e3ca2c9202802bb38c6f03660f9fdbf42aa59dc8084655b65055e0"
	I0210 12:54:06.642639  890749 cri.go:89] found id: ""
	I0210 12:54:06.642646  890749 logs.go:282] 1 containers: [f8091d52b6e3ca2c9202802bb38c6f03660f9fdbf42aa59dc8084655b65055e0]
	I0210 12:54:06.642702  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:54:06.647297  890749 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0210 12:54:06.647375  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0210 12:54:06.734212  890749 cri.go:89] found id: "8aaa11fdd675eaf47d413813ab3d42b5b74969d302296374cbd02bb00435da83"
	I0210 12:54:06.734235  890749 cri.go:89] found id: ""
	I0210 12:54:06.734243  890749 logs.go:282] 1 containers: [8aaa11fdd675eaf47d413813ab3d42b5b74969d302296374cbd02bb00435da83]
	I0210 12:54:06.734308  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:54:06.738343  890749 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0210 12:54:06.738413  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0210 12:54:06.793932  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:06.804040  890749 cri.go:89] found id: "1f01ca2a617b17e6fe8aa6a482843b7f2a4c62739ec745da2850ab64ce390a7a"
	I0210 12:54:06.804104  890749 cri.go:89] found id: ""
	I0210 12:54:06.804127  890749 logs.go:282] 1 containers: [1f01ca2a617b17e6fe8aa6a482843b7f2a4c62739ec745da2850ab64ce390a7a]
	I0210 12:54:06.804204  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:54:06.827996  890749 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0210 12:54:06.828117  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0210 12:54:06.898394  890749 cri.go:89] found id: "8f8bc1c1a27e2dd4c1ccde19ef5cc1f8dc798e5eee2be12a6597c9cb312bdfd7"
	I0210 12:54:06.898456  890749 cri.go:89] found id: ""
	I0210 12:54:06.898477  890749 logs.go:282] 1 containers: [8f8bc1c1a27e2dd4c1ccde19ef5cc1f8dc798e5eee2be12a6597c9cb312bdfd7]
	I0210 12:54:06.898553  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:54:06.916959  890749 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0210 12:54:06.917073  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0210 12:54:06.956236  890749 cri.go:89] found id: "44510939ac07e5c4d5480f923f1683bdf7d9a75647b5af01fcd40adc2086182c"
	I0210 12:54:06.956310  890749 cri.go:89] found id: ""
	I0210 12:54:06.956331  890749 logs.go:282] 1 containers: [44510939ac07e5c4d5480f923f1683bdf7d9a75647b5af01fcd40adc2086182c]
	I0210 12:54:06.956405  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:54:06.967575  890749 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0210 12:54:06.967705  890749 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0210 12:54:06.981403  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:07.067889  890749 cri.go:89] found id: "51bd71332696975834fedbfac4b0d758122a7aa0eec935f846694732f544a13c"
	I0210 12:54:07.067950  890749 cri.go:89] found id: ""
	I0210 12:54:07.067972  890749 logs.go:282] 1 containers: [51bd71332696975834fedbfac4b0d758122a7aa0eec935f846694732f544a13c]
	I0210 12:54:07.068047  890749 ssh_runner.go:195] Run: which crictl
	I0210 12:54:07.072277  890749 logs.go:123] Gathering logs for kube-controller-manager [44510939ac07e5c4d5480f923f1683bdf7d9a75647b5af01fcd40adc2086182c] ...
	I0210 12:54:07.072337  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 44510939ac07e5c4d5480f923f1683bdf7d9a75647b5af01fcd40adc2086182c"
	I0210 12:54:07.094720  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:07.146325  890749 logs.go:123] Gathering logs for kubelet ...
	I0210 12:54:07.146413  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0210 12:54:07.283347  890749 logs.go:138] Found kubelet problem: Feb 10 12:53:27 addons-602470 kubelet[1533]: W0210 12:53:27.467242    1533 reflector.go:569] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-602470" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-602470' and this object
	W0210 12:54:07.284622  890749 logs.go:138] Found kubelet problem: Feb 10 12:53:27 addons-602470 kubelet[1533]: E0210 12:53:27.467298    1533 reflector.go:166] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-602470\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-602470' and this object" logger="UnhandledError"
	I0210 12:54:07.302073  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:07.331126  890749 logs.go:123] Gathering logs for dmesg ...
	I0210 12:54:07.331210  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0210 12:54:07.349679  890749 logs.go:123] Gathering logs for describe nodes ...
	I0210 12:54:07.349749  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0210 12:54:07.480926  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:07.604474  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:07.635670  890749 logs.go:123] Gathering logs for etcd [f8091d52b6e3ca2c9202802bb38c6f03660f9fdbf42aa59dc8084655b65055e0] ...
	I0210 12:54:07.635716  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f8091d52b6e3ca2c9202802bb38c6f03660f9fdbf42aa59dc8084655b65055e0"
	I0210 12:54:07.771865  890749 logs.go:123] Gathering logs for coredns [8aaa11fdd675eaf47d413813ab3d42b5b74969d302296374cbd02bb00435da83] ...
	I0210 12:54:07.771938  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8aaa11fdd675eaf47d413813ab3d42b5b74969d302296374cbd02bb00435da83"
	I0210 12:54:07.793488  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:07.856585  890749 logs.go:123] Gathering logs for kube-scheduler [1f01ca2a617b17e6fe8aa6a482843b7f2a4c62739ec745da2850ab64ce390a7a] ...
	I0210 12:54:07.856728  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1f01ca2a617b17e6fe8aa6a482843b7f2a4c62739ec745da2850ab64ce390a7a"
	I0210 12:54:07.930417  890749 logs.go:123] Gathering logs for kube-apiserver [16798ad9be4f631e1569d9922c0ec5a6a0c4851e8b2225d60b9067b496f677eb] ...
	I0210 12:54:07.930497  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 16798ad9be4f631e1569d9922c0ec5a6a0c4851e8b2225d60b9067b496f677eb"
	I0210 12:54:07.981180  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:08.018175  890749 logs.go:123] Gathering logs for kube-proxy [8f8bc1c1a27e2dd4c1ccde19ef5cc1f8dc798e5eee2be12a6597c9cb312bdfd7] ...
	I0210 12:54:08.018278  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8f8bc1c1a27e2dd4c1ccde19ef5cc1f8dc798e5eee2be12a6597c9cb312bdfd7"
	I0210 12:54:08.074507  890749 logs.go:123] Gathering logs for kindnet [51bd71332696975834fedbfac4b0d758122a7aa0eec935f846694732f544a13c] ...
	I0210 12:54:08.074586  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 51bd71332696975834fedbfac4b0d758122a7aa0eec935f846694732f544a13c"
	I0210 12:54:08.097008  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:08.136328  890749 logs.go:123] Gathering logs for CRI-O ...
	I0210 12:54:08.136407  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0210 12:54:08.236888  890749 logs.go:123] Gathering logs for container status ...
	I0210 12:54:08.236927  890749 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0210 12:54:08.293522  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:08.334612  890749 out.go:358] Setting ErrFile to fd 2...
	I0210 12:54:08.334764  890749 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0210 12:54:08.334857  890749 out.go:270] X Problems detected in kubelet:
	W0210 12:54:08.334899  890749 out.go:270]   Feb 10 12:53:27 addons-602470 kubelet[1533]: W0210 12:53:27.467242    1533 reflector.go:569] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-602470" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-602470' and this object
	W0210 12:54:08.334934  890749 out.go:270]   Feb 10 12:53:27 addons-602470 kubelet[1533]: E0210 12:53:27.467298    1533 reflector.go:166] "Unhandled Error" err="object-\"gcp-auth\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-602470\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-602470' and this object" logger="UnhandledError"
	I0210 12:54:08.334986  890749 out.go:358] Setting ErrFile to fd 2...
	I0210 12:54:08.335010  890749 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 12:54:08.481303  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:08.594896  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:08.793598  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:08.981219  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:09.094695  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:09.294604  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:09.481877  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:09.596172  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:09.794046  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:09.981598  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:10.093712  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:10.295394  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:10.480817  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:10.593681  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:10.794330  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:10.989899  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:11.103302  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:11.294281  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:11.480506  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:11.594078  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:11.793435  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:11.981164  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:12.093814  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:12.293317  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:12.481250  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:12.594034  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:12.793677  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:12.980401  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:13.094789  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:13.293714  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:13.481655  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:13.594480  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:13.796390  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:13.981767  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:14.094148  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:14.297852  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:14.481256  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:14.593189  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:14.794014  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:14.981548  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:15.094862  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:15.292760  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:15.481167  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:15.594790  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:15.801124  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:15.998723  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:16.094618  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:16.312318  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:16.480613  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:16.595918  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:16.797205  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:16.981249  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:17.094620  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:17.294755  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:17.481553  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:17.594952  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:17.794254  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:17.982118  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:18.094667  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:18.293697  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:18.339463  890749 system_pods.go:59] 18 kube-system pods found
	I0210 12:54:18.339499  890749 system_pods.go:61] "coredns-668d6bf9bc-lzq7h" [2a773c66-c366-4dc5-9662-ee50be4b17f2] Running
	I0210 12:54:18.339506  890749 system_pods.go:61] "csi-hostpath-attacher-0" [50d8d8b2-bfcd-4543-9466-2e566896254e] Running
	I0210 12:54:18.339511  890749 system_pods.go:61] "csi-hostpath-resizer-0" [e621cbd0-60e7-4a74-9258-c6fc209f3b1f] Running
	I0210 12:54:18.339518  890749 system_pods.go:61] "csi-hostpathplugin-whcfv" [8a0c9c5b-8eec-49d3-bb76-b1510d5f0bb4] 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])
	I0210 12:54:18.339525  890749 system_pods.go:61] "etcd-addons-602470" [d746c1b4-f2b4-4a67-b156-eae5e9a4608b] Running
	I0210 12:54:18.339531  890749 system_pods.go:61] "kindnet-cpxrl" [d57c0794-053e-45c2-9bfb-3705b715b120] Running
	I0210 12:54:18.339534  890749 system_pods.go:61] "kube-apiserver-addons-602470" [86166435-3eb7-40d3-8fcc-8929fbeb8a3c] Running
	I0210 12:54:18.339539  890749 system_pods.go:61] "kube-controller-manager-addons-602470" [e3d14820-ae22-4600-b0e5-5580103ede03] Running
	I0210 12:54:18.339548  890749 system_pods.go:61] "kube-ingress-dns-minikube" [dc66b141-c113-4992-a41e-d21c2d767d64] Running
	I0210 12:54:18.339552  890749 system_pods.go:61] "kube-proxy-j585l" [594d806f-2223-49d9-b49a-22789ce4ce6d] Running
	I0210 12:54:18.339556  890749 system_pods.go:61] "kube-scheduler-addons-602470" [edcfb593-9710-45ed-bc3c-51f77089ab82] Running
	I0210 12:54:18.339562  890749 system_pods.go:61] "metrics-server-7fbb699795-72scp" [64c6af2f-fada-49c4-b2f2-3bd814017cec] Running
	I0210 12:54:18.339566  890749 system_pods.go:61] "nvidia-device-plugin-daemonset-xmklh" [892bcc21-f7fb-4f30-a13f-85b2ffaf7226] Running
	I0210 12:54:18.339572  890749 system_pods.go:61] "registry-6c88467877-xggf5" [12844c30-c5ef-4963-b094-c96248037d21] Running
	I0210 12:54:18.339576  890749 system_pods.go:61] "registry-proxy-z2j7p" [9392041a-c765-400d-bbb8-61135dbf916c] Running
	I0210 12:54:18.339582  890749 system_pods.go:61] "snapshot-controller-68b874b76f-fcwjh" [88cbbdfa-31ae-41be-82ae-d3c26895bdbc] Running
	I0210 12:54:18.339586  890749 system_pods.go:61] "snapshot-controller-68b874b76f-gjctc" [f51604c9-ecc1-4fc6-af2f-ec7c1a8df0e3] Running
	I0210 12:54:18.339592  890749 system_pods.go:61] "storage-provisioner" [9890e132-b0bc-4e00-bb51-535d0af712cb] Running
	I0210 12:54:18.339598  890749 system_pods.go:74] duration metric: took 11.924808601s to wait for pod list to return data ...
	I0210 12:54:18.339609  890749 default_sa.go:34] waiting for default service account to be created ...
	I0210 12:54:18.342154  890749 default_sa.go:45] found service account: "default"
	I0210 12:54:18.342178  890749 default_sa.go:55] duration metric: took 2.562932ms for default service account to be created ...
	I0210 12:54:18.342188  890749 system_pods.go:116] waiting for k8s-apps to be running ...
	I0210 12:54:18.345476  890749 system_pods.go:86] 18 kube-system pods found
	I0210 12:54:18.345548  890749 system_pods.go:89] "coredns-668d6bf9bc-lzq7h" [2a773c66-c366-4dc5-9662-ee50be4b17f2] Running
	I0210 12:54:18.345561  890749 system_pods.go:89] "csi-hostpath-attacher-0" [50d8d8b2-bfcd-4543-9466-2e566896254e] Running
	I0210 12:54:18.345567  890749 system_pods.go:89] "csi-hostpath-resizer-0" [e621cbd0-60e7-4a74-9258-c6fc209f3b1f] Running
	I0210 12:54:18.345574  890749 system_pods.go:89] "csi-hostpathplugin-whcfv" [8a0c9c5b-8eec-49d3-bb76-b1510d5f0bb4] 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])
	I0210 12:54:18.345580  890749 system_pods.go:89] "etcd-addons-602470" [d746c1b4-f2b4-4a67-b156-eae5e9a4608b] Running
	I0210 12:54:18.345585  890749 system_pods.go:89] "kindnet-cpxrl" [d57c0794-053e-45c2-9bfb-3705b715b120] Running
	I0210 12:54:18.345591  890749 system_pods.go:89] "kube-apiserver-addons-602470" [86166435-3eb7-40d3-8fcc-8929fbeb8a3c] Running
	I0210 12:54:18.345595  890749 system_pods.go:89] "kube-controller-manager-addons-602470" [e3d14820-ae22-4600-b0e5-5580103ede03] Running
	I0210 12:54:18.345604  890749 system_pods.go:89] "kube-ingress-dns-minikube" [dc66b141-c113-4992-a41e-d21c2d767d64] Running
	I0210 12:54:18.345609  890749 system_pods.go:89] "kube-proxy-j585l" [594d806f-2223-49d9-b49a-22789ce4ce6d] Running
	I0210 12:54:18.345613  890749 system_pods.go:89] "kube-scheduler-addons-602470" [edcfb593-9710-45ed-bc3c-51f77089ab82] Running
	I0210 12:54:18.345621  890749 system_pods.go:89] "metrics-server-7fbb699795-72scp" [64c6af2f-fada-49c4-b2f2-3bd814017cec] Running
	I0210 12:54:18.345627  890749 system_pods.go:89] "nvidia-device-plugin-daemonset-xmklh" [892bcc21-f7fb-4f30-a13f-85b2ffaf7226] Running
	I0210 12:54:18.345632  890749 system_pods.go:89] "registry-6c88467877-xggf5" [12844c30-c5ef-4963-b094-c96248037d21] Running
	I0210 12:54:18.345639  890749 system_pods.go:89] "registry-proxy-z2j7p" [9392041a-c765-400d-bbb8-61135dbf916c] Running
	I0210 12:54:18.345644  890749 system_pods.go:89] "snapshot-controller-68b874b76f-fcwjh" [88cbbdfa-31ae-41be-82ae-d3c26895bdbc] Running
	I0210 12:54:18.345663  890749 system_pods.go:89] "snapshot-controller-68b874b76f-gjctc" [f51604c9-ecc1-4fc6-af2f-ec7c1a8df0e3] Running
	I0210 12:54:18.345668  890749 system_pods.go:89] "storage-provisioner" [9890e132-b0bc-4e00-bb51-535d0af712cb] Running
	I0210 12:54:18.345679  890749 system_pods.go:126] duration metric: took 3.484667ms to wait for k8s-apps to be running ...
	I0210 12:54:18.345690  890749 system_svc.go:44] waiting for kubelet service to be running ....
	I0210 12:54:18.345749  890749 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0210 12:54:18.358534  890749 system_svc.go:56] duration metric: took 12.833745ms WaitForService to wait for kubelet
	I0210 12:54:18.358604  890749 kubeadm.go:582] duration metric: took 1m37.694262345s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0210 12:54:18.358639  890749 node_conditions.go:102] verifying NodePressure condition ...
	I0210 12:54:18.361311  890749 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0210 12:54:18.361339  890749 node_conditions.go:123] node cpu capacity is 2
	I0210 12:54:18.361352  890749 node_conditions.go:105] duration metric: took 2.699737ms to run NodePressure ...
	I0210 12:54:18.361366  890749 start.go:241] waiting for startup goroutines ...
	I0210 12:54:18.480458  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:18.597104  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:18.793696  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:18.981143  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:19.093744  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:19.293753  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:19.482027  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:19.596147  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:19.793738  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:19.981428  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:20.094482  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:20.294330  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:20.481610  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:20.593591  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:20.792805  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:20.982847  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:21.093810  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:21.294283  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:21.482472  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:21.593953  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:21.794873  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:21.981297  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:22.094221  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:22.293755  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:22.480601  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:22.594195  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:22.793547  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:22.996331  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:23.094904  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:23.294415  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:23.481848  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:23.594104  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:23.797451  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:23.987178  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:24.094226  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:24.293931  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:24.482165  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:24.594958  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:24.829262  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:24.992353  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:25.125070  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:25.294343  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:25.489284  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:25.593851  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:25.794065  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:25.981721  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:26.094593  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:26.306852  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:26.481355  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:26.593108  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:26.794784  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:26.990145  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:27.095718  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:27.294885  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:27.484279  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:27.594060  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:27.795376  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:27.982260  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:28.094675  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:28.292663  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:28.481032  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:28.595583  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:28.792682  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:28.980810  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:29.093684  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:29.293653  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:29.480813  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:29.594841  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:29.814982  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:29.993345  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:30.095566  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:30.292878  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:30.490309  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:30.593658  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:30.792734  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:30.980542  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:31.094327  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:31.294745  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:31.480807  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:31.593418  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:31.792866  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:31.981473  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:32.096154  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:32.293654  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:32.481270  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:32.593812  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:32.793428  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:32.981310  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:33.094348  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:33.294368  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:33.480388  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:33.595570  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:33.792755  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:33.980777  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:34.093908  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:34.294115  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:34.481919  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:34.594106  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:34.793599  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:34.981210  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:35.094359  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:35.297977  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:35.481373  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:35.594093  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:35.794137  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:35.985570  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:36.094189  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:36.297012  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:36.481346  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:36.595728  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:36.792750  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:36.980408  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:37.094437  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:37.295052  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:37.481019  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:37.594593  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0210 12:54:37.793053  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:37.981232  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:38.094775  890749 kapi.go:107] duration metric: took 1m46.504272185s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0210 12:54:38.097960  890749 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-602470 cluster.
	I0210 12:54:38.100765  890749 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.
	I0210 12:54:38.103624  890749 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0210 12:54:38.293208  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:38.480804  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:38.794021  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:38.983497  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:39.294116  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:39.480130  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:39.792529  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:39.980472  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:40.292722  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:40.480944  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:40.793901  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:40.981480  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:41.301019  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:41.481685  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:41.793537  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:41.980398  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:42.293723  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:42.481366  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:42.793900  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:42.981033  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:43.295910  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:43.482142  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:43.794464  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:43.981129  890749 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0210 12:54:44.294403  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:44.482013  890749 kapi.go:107] duration metric: took 1m56.504694225s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0210 12:54:44.794833  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:45.294578  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:45.800303  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:46.293299  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:46.792931  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:47.293913  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:47.794492  890749 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0210 12:54:48.294448  890749 kapi.go:107] duration metric: took 2m0.004883382s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0210 12:54:48.297790  890749 out.go:177] * Enabled addons: cloud-spanner, amd-gpu-device-plugin, nvidia-device-plugin, storage-provisioner, ingress-dns, inspektor-gadget, metrics-server, yakd, default-storageclass, volumesnapshots, registry, gcp-auth, ingress, csi-hostpath-driver
	I0210 12:54:48.300734  890749 addons.go:514] duration metric: took 2m7.635986158s for enable addons: enabled=[cloud-spanner amd-gpu-device-plugin nvidia-device-plugin storage-provisioner ingress-dns inspektor-gadget metrics-server yakd default-storageclass volumesnapshots registry gcp-auth ingress csi-hostpath-driver]
	I0210 12:54:48.300792  890749 start.go:246] waiting for cluster config update ...
	I0210 12:54:48.300818  890749 start.go:255] writing updated cluster config ...
	I0210 12:54:48.301122  890749 ssh_runner.go:195] Run: rm -f paused
	I0210 12:54:48.713752  890749 start.go:600] kubectl: 1.32.1, cluster: 1.32.1 (minor skew: 0)
	I0210 12:54:48.717051  890749 out.go:177] * Done! kubectl is now configured to use "addons-602470" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Feb 10 12:57:36 addons-602470 crio[978]: time="2025-02-10 12:57:36.276322364Z" level=info msg="Removed pod sandbox: 9fb77ff79ec5e22a4bc608c620c169cf1dc50f622ae1da305924fc1c42200666" id=cba0d3f1-a02c-4569-816f-d66d0483175b name=/runtime.v1.RuntimeService/RemovePodSandbox
	Feb 10 12:58:10 addons-602470 crio[978]: time="2025-02-10 12:58:10.441178926Z" level=info msg="Running pod sandbox: default/hello-world-app-7d9564db4-tvdlq/POD" id=55a61a19-e66d-4639-8474-5903510e0ee1 name=/runtime.v1.RuntimeService/RunPodSandbox
	Feb 10 12:58:10 addons-602470 crio[978]: time="2025-02-10 12:58:10.441234795Z" level=warning msg="Allowed annotations are specified for workload []"
	Feb 10 12:58:10 addons-602470 crio[978]: time="2025-02-10 12:58:10.489783545Z" level=info msg="Got pod network &{Name:hello-world-app-7d9564db4-tvdlq Namespace:default ID:ce4518a1e2a9a5f0f09766d3c928de78f9d19468b8fdcceecf2ef29b4928fc7d UID:6ff88bb3-5986-4cfd-87b8-b7a4bffeb2e6 NetNS:/var/run/netns/77a8df53-7090-494c-aee2-f3778dc5bb15 Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Feb 10 12:58:10 addons-602470 crio[978]: time="2025-02-10 12:58:10.489828354Z" level=info msg="Adding pod default_hello-world-app-7d9564db4-tvdlq to CNI network \"kindnet\" (type=ptp)"
	Feb 10 12:58:10 addons-602470 crio[978]: time="2025-02-10 12:58:10.518589719Z" level=info msg="Got pod network &{Name:hello-world-app-7d9564db4-tvdlq Namespace:default ID:ce4518a1e2a9a5f0f09766d3c928de78f9d19468b8fdcceecf2ef29b4928fc7d UID:6ff88bb3-5986-4cfd-87b8-b7a4bffeb2e6 NetNS:/var/run/netns/77a8df53-7090-494c-aee2-f3778dc5bb15 Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Feb 10 12:58:10 addons-602470 crio[978]: time="2025-02-10 12:58:10.518748997Z" level=info msg="Checking pod default_hello-world-app-7d9564db4-tvdlq for CNI network kindnet (type=ptp)"
	Feb 10 12:58:10 addons-602470 crio[978]: time="2025-02-10 12:58:10.526757032Z" level=info msg="Ran pod sandbox ce4518a1e2a9a5f0f09766d3c928de78f9d19468b8fdcceecf2ef29b4928fc7d with infra container: default/hello-world-app-7d9564db4-tvdlq/POD" id=55a61a19-e66d-4639-8474-5903510e0ee1 name=/runtime.v1.RuntimeService/RunPodSandbox
	Feb 10 12:58:10 addons-602470 crio[978]: time="2025-02-10 12:58:10.527941226Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=a13d963f-85bc-4db1-96c5-b75643b68132 name=/runtime.v1.ImageService/ImageStatus
	Feb 10 12:58:10 addons-602470 crio[978]: time="2025-02-10 12:58:10.528173793Z" level=info msg="Image docker.io/kicbase/echo-server:1.0 not found" id=a13d963f-85bc-4db1-96c5-b75643b68132 name=/runtime.v1.ImageService/ImageStatus
	Feb 10 12:58:10 addons-602470 crio[978]: time="2025-02-10 12:58:10.528937776Z" level=info msg="Pulling image: docker.io/kicbase/echo-server:1.0" id=61278eb3-13d4-42dc-a26d-2a5927c91caa name=/runtime.v1.ImageService/PullImage
	Feb 10 12:58:10 addons-602470 crio[978]: time="2025-02-10 12:58:10.531523166Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
	Feb 10 12:58:10 addons-602470 crio[978]: time="2025-02-10 12:58:10.820443758Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
	Feb 10 12:58:11 addons-602470 crio[978]: time="2025-02-10 12:58:11.606831768Z" level=info msg="Pulled image: docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6" id=61278eb3-13d4-42dc-a26d-2a5927c91caa name=/runtime.v1.ImageService/PullImage
	Feb 10 12:58:11 addons-602470 crio[978]: time="2025-02-10 12:58:11.607731808Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=69158ea3-55d1-424d-8512-2dd18282d99f name=/runtime.v1.ImageService/ImageStatus
	Feb 10 12:58:11 addons-602470 crio[978]: time="2025-02-10 12:58:11.608383479Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:42a89d9b22e5307cb88494990d5d929c401339f508c0a7e98a4d8ac52623fc5b],Size_:4789170,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=69158ea3-55d1-424d-8512-2dd18282d99f name=/runtime.v1.ImageService/ImageStatus
	Feb 10 12:58:11 addons-602470 crio[978]: time="2025-02-10 12:58:11.610823892Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=a3356111-37a0-480c-a4ae-a8a90a94481d name=/runtime.v1.ImageService/ImageStatus
	Feb 10 12:58:11 addons-602470 crio[978]: time="2025-02-10 12:58:11.611694960Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:42a89d9b22e5307cb88494990d5d929c401339f508c0a7e98a4d8ac52623fc5b],Size_:4789170,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=a3356111-37a0-480c-a4ae-a8a90a94481d name=/runtime.v1.ImageService/ImageStatus
	Feb 10 12:58:11 addons-602470 crio[978]: time="2025-02-10 12:58:11.612450385Z" level=info msg="Creating container: default/hello-world-app-7d9564db4-tvdlq/hello-world-app" id=822031f9-dfda-4376-a441-b4fd99151ccc name=/runtime.v1.RuntimeService/CreateContainer
	Feb 10 12:58:11 addons-602470 crio[978]: time="2025-02-10 12:58:11.612561401Z" level=warning msg="Allowed annotations are specified for workload []"
	Feb 10 12:58:11 addons-602470 crio[978]: time="2025-02-10 12:58:11.641132291Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/30f64c262b0d172b2e8048da96a2f24afc89c57d97915b90eb32e9b308a27e36/merged/etc/passwd: no such file or directory"
	Feb 10 12:58:11 addons-602470 crio[978]: time="2025-02-10 12:58:11.641175606Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/30f64c262b0d172b2e8048da96a2f24afc89c57d97915b90eb32e9b308a27e36/merged/etc/group: no such file or directory"
	Feb 10 12:58:11 addons-602470 crio[978]: time="2025-02-10 12:58:11.698336365Z" level=info msg="Created container d5d6ea9d1e30802d9829e7c92101075b47c457f41198e5c4d3f4560f49d91368: default/hello-world-app-7d9564db4-tvdlq/hello-world-app" id=822031f9-dfda-4376-a441-b4fd99151ccc name=/runtime.v1.RuntimeService/CreateContainer
	Feb 10 12:58:11 addons-602470 crio[978]: time="2025-02-10 12:58:11.699195651Z" level=info msg="Starting container: d5d6ea9d1e30802d9829e7c92101075b47c457f41198e5c4d3f4560f49d91368" id=ec81018f-ff9c-439a-bc75-831b4b2aef00 name=/runtime.v1.RuntimeService/StartContainer
	Feb 10 12:58:11 addons-602470 crio[978]: time="2025-02-10 12:58:11.720030647Z" level=info msg="Started container" PID=8704 containerID=d5d6ea9d1e30802d9829e7c92101075b47c457f41198e5c4d3f4560f49d91368 description=default/hello-world-app-7d9564db4-tvdlq/hello-world-app id=ec81018f-ff9c-439a-bc75-831b4b2aef00 name=/runtime.v1.RuntimeService/StartContainer sandboxID=ce4518a1e2a9a5f0f09766d3c928de78f9d19468b8fdcceecf2ef29b4928fc7d
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                        CREATED                  STATE               NAME                      ATTEMPT             POD ID              POD
	d5d6ea9d1e308       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6                        Less than a second ago   Running             hello-world-app           0                   ce4518a1e2a9a       hello-world-app-7d9564db4-tvdlq
	10def07dbec23       docker.io/library/nginx@sha256:b471bb609adc83f73c2d95148cf1bd683408739a3c09c0afc666ea2af0037aef                              2 minutes ago            Running             nginx                     0                   62a18f7007b85       nginx
	91b3b96b91384       gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e                          3 minutes ago            Running             busybox                   0                   08199e6fc74dd       busybox
	5755e7e90c6a9       registry.k8s.io/ingress-nginx/controller@sha256:787a5408fa511266888b2e765f9666bee67d9bf2518a6b7cfd4ab6cc01c22eee             3 minutes ago            Running             controller                0                   6b833b0e743b3       ingress-nginx-controller-56d7c84fd4-llpzh
	28a82c8a6a6bd       d54655ed3a8543a162b688a24bf969ee1a28d906b8ccb30188059247efdae234                                                             3 minutes ago            Exited              patch                     3                   39664acb1f19a       ingress-nginx-admission-patch-dgqb8
	7ea9369234c0a       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0550b75a965592f1dde3fbeaa98f67a1e10c5a086bcd69a29054cc4edcb56771   3 minutes ago            Exited              create                    0                   99e2815519bb2       ingress-nginx-admission-create-ggshf
	3ce2ce9e1e077       gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c             4 minutes ago            Running             minikube-ingress-dns      0                   4c868e1cebdc2       kube-ingress-dns-minikube
	19cf954d39451       docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98             4 minutes ago            Running             local-path-provisioner    0                   7b4921c0afa97       local-path-provisioner-76f89f99b5-lbqt5
	388d32360a961       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                                             4 minutes ago            Running             storage-provisioner       0                   7e059878921a9       storage-provisioner
	8aaa11fdd675e       2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4                                                             4 minutes ago            Running             coredns                   0                   c3c3174dca023       coredns-668d6bf9bc-lzq7h
	51bd713326969       docker.io/kindest/kindnetd@sha256:564b9fd29e72542e4baa14b382d4d9ee22132141caa6b9803b71faf9a4a799be                           5 minutes ago            Running             kindnet-cni               0                   58d7f6d3ead88       kindnet-cpxrl
	8f8bc1c1a27e2       e124fbed851d756107a6153db4dc52269a2fd34af3cc46f00a2ef113f868aab0                                                             5 minutes ago            Running             kube-proxy                0                   74a4926232564       kube-proxy-j585l
	44510939ac07e       2933761aa7adae93679cdde1c0bf457bd4dc4b53f95fc066a4c50aa9c375ea13                                                             5 minutes ago            Running             kube-controller-manager   0                   449f62c805e0f       kube-controller-manager-addons-602470
	1f01ca2a617b1       ddb38cac617cb18802e09e448db4b3aa70e9e469b02defa76e6de7192847a71c                                                             5 minutes ago            Running             kube-scheduler            0                   bf1b8387278aa       kube-scheduler-addons-602470
	f8091d52b6e3c       7fc9d4aa817aa6a3e549f3cd49d1f7b496407be979fc36dd5f356d59ce8c3a82                                                             5 minutes ago            Running             etcd                      0                   66927cbbbfb2e       etcd-addons-602470
	16798ad9be4f6       265c2dedf28ab9b88c7910c1643e210ad62483867f2bab88f56919a6e49a0d19                                                             5 minutes ago            Running             kube-apiserver            0                   6ed7d32f6c4b7       kube-apiserver-addons-602470
	
	
	==> coredns [8aaa11fdd675eaf47d413813ab3d42b5b74969d302296374cbd02bb00435da83] <==
	[INFO] 10.244.0.7:45161 - 64914 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.0024172s
	[INFO] 10.244.0.7:45161 - 56040 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000136797s
	[INFO] 10.244.0.7:45161 - 61660 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000909592s
	[INFO] 10.244.0.7:44270 - 3686 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000145412s
	[INFO] 10.244.0.7:44270 - 3464 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000086876s
	[INFO] 10.244.0.7:40911 - 39524 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.00009326s
	[INFO] 10.244.0.7:40911 - 39343 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000069875s
	[INFO] 10.244.0.7:53199 - 47415 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000078031s
	[INFO] 10.244.0.7:53199 - 47226 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000074963s
	[INFO] 10.244.0.7:59584 - 43286 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002263534s
	[INFO] 10.244.0.7:59584 - 43114 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002205556s
	[INFO] 10.244.0.7:54441 - 62276 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.00012791s
	[INFO] 10.244.0.7:54441 - 62112 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000090988s
	[INFO] 10.244.0.21:35254 - 2944 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000165974s
	[INFO] 10.244.0.21:42106 - 51202 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000175435s
	[INFO] 10.244.0.21:54268 - 42171 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000136534s
	[INFO] 10.244.0.21:37398 - 35298 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000068144s
	[INFO] 10.244.0.21:57314 - 60223 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000144961s
	[INFO] 10.244.0.21:43068 - 62777 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000125605s
	[INFO] 10.244.0.21:58577 - 10169 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002350648s
	[INFO] 10.244.0.21:55595 - 11752 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002330611s
	[INFO] 10.244.0.21:37858 - 31220 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.002532294s
	[INFO] 10.244.0.21:53126 - 26335 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.0019355s
	[INFO] 10.244.0.24:60356 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000333245s
	[INFO] 10.244.0.24:38812 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000107496s
	
	
	==> describe nodes <==
	Name:               addons-602470
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-602470
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=7d7e9539cf1c3abd6114cdafa89e43b830da4e04
	                    minikube.k8s.io/name=addons-602470
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_02_10T12_52_36_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-602470
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 10 Feb 2025 12:52:33 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-602470
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 10 Feb 2025 12:58:02 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 10 Feb 2025 12:57:12 +0000   Mon, 10 Feb 2025 12:52:30 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 10 Feb 2025 12:57:12 +0000   Mon, 10 Feb 2025 12:52:30 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 10 Feb 2025 12:57:12 +0000   Mon, 10 Feb 2025 12:52:30 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 10 Feb 2025 12:57:12 +0000   Mon, 10 Feb 2025 12:53:27 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-602470
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022304Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022304Ki
	  pods:               110
	System Info:
	  Machine ID:                 9122551eeee3473c860c1eec647cfc7c
	  System UUID:                70c44e05-7923-4cb2-af4e-6db0ed1f6119
	  Boot ID:                    f13fcfa2-62b7-47f5-8e53-ef808efe3d00
	  Kernel Version:             5.15.0-1075-aws
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               arm64
	  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:          (14 in total)
	  Namespace                   Name                                         CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                         ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         3m23s
	  default                     hello-world-app-7d9564db4-tvdlq              0 (0%)        0 (0%)      0 (0%)           0 (0%)         2s
	  default                     nginx                                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m27s
	  ingress-nginx               ingress-nginx-controller-56d7c84fd4-llpzh    100m (5%)     0 (0%)      90Mi (1%)        0 (0%)         5m25s
	  kube-system                 coredns-668d6bf9bc-lzq7h                     100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     5m32s
	  kube-system                 etcd-addons-602470                           100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         5m37s
	  kube-system                 kindnet-cpxrl                                100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      5m32s
	  kube-system                 kube-apiserver-addons-602470                 250m (12%)    0 (0%)      0 (0%)           0 (0%)         5m37s
	  kube-system                 kube-controller-manager-addons-602470        200m (10%)    0 (0%)      0 (0%)           0 (0%)         5m37s
	  kube-system                 kube-ingress-dns-minikube                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m26s
	  kube-system                 kube-proxy-j585l                             0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m32s
	  kube-system                 kube-scheduler-addons-602470                 100m (5%)     0 (0%)      0 (0%)           0 (0%)         5m37s
	  kube-system                 storage-provisioner                          0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m26s
	  local-path-storage          local-path-provisioner-76f89f99b5-lbqt5      0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m26s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (47%)  100m (5%)
	  memory             310Mi (3%)  220Mi (2%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	  hugepages-32Mi     0 (0%)      0 (0%)
	  hugepages-64Ki     0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age    From             Message
	  ----     ------                   ----   ----             -------
	  Normal   Starting                 5m24s  kube-proxy       
	  Normal   Starting                 5m37s  kubelet          Starting kubelet.
	  Warning  CgroupV1                 5m37s  kubelet          cgroup v1 support is in maintenance mode, please migrate to cgroup v2
	  Normal   NodeHasSufficientMemory  5m36s  kubelet          Node addons-602470 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    5m36s  kubelet          Node addons-602470 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     5m36s  kubelet          Node addons-602470 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           5m33s  node-controller  Node addons-602470 event: Registered Node addons-602470 in Controller
	  Normal   NodeReady                4m45s  kubelet          Node addons-602470 status is now: NodeReady
	
	
	==> dmesg <==
	[Feb10 12:23] overlayfs: lowerdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	[Feb10 12:26] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
	[  +0.006119] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
	[  +0.011385] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
	[  +0.258272] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
	[Feb10 12:39] overlayfs: lowerdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
	
	
	==> etcd [f8091d52b6e3ca2c9202802bb38c6f03660f9fdbf42aa59dc8084655b65055e0] <==
	{"level":"info","ts":"2025-02-10T12:52:30.204739Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
	{"level":"info","ts":"2025-02-10T12:52:30.204812Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
	{"level":"info","ts":"2025-02-10T12:52:30.204865Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
	{"level":"info","ts":"2025-02-10T12:52:30.204903Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
	{"level":"info","ts":"2025-02-10T12:52:30.204957Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
	{"level":"info","ts":"2025-02-10T12:52:30.204995Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
	{"level":"info","ts":"2025-02-10T12:52:30.206209Z","caller":"etcdserver/server.go:2651","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
	{"level":"info","ts":"2025-02-10T12:52:30.208352Z","caller":"etcdserver/server.go:2140","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-602470 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
	{"level":"info","ts":"2025-02-10T12:52:30.208458Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-02-10T12:52:30.208956Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-02-10T12:52:30.213069Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-02-10T12:52:30.213827Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
	{"level":"info","ts":"2025-02-10T12:52:30.216656Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
	{"level":"info","ts":"2025-02-10T12:52:30.216745Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
	{"level":"info","ts":"2025-02-10T12:52:30.217298Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
	{"level":"info","ts":"2025-02-10T12:52:30.217428Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
	{"level":"info","ts":"2025-02-10T12:52:30.217494Z","caller":"etcdserver/server.go:2675","msg":"cluster version is updated","cluster-version":"3.5"}
	{"level":"info","ts":"2025-02-10T12:52:30.246437Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-02-10T12:52:30.265863Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
	{"level":"info","ts":"2025-02-10T12:52:41.141857Z","caller":"traceutil/trace.go:171","msg":"trace[2082879816] transaction","detail":"{read_only:false; response_revision:339; number_of_response:1; }","duration":"140.533492ms","start":"2025-02-10T12:52:41.001302Z","end":"2025-02-10T12:52:41.141836Z","steps":["trace[2082879816] 'process raft request'  (duration: 44.849177ms)","trace[2082879816] 'compare'  (duration: 88.657404ms)"],"step_count":2}
	{"level":"warn","ts":"2025-02-10T12:52:43.916207Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"126.117093ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128035185659368258 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/storageclasses/standard\" mod_revision:0 > success:<request_put:<key:\"/registry/storageclasses/standard\" value_size:936 >> failure:<>>","response":"size:16"}
	{"level":"info","ts":"2025-02-10T12:52:43.938340Z","caller":"traceutil/trace.go:171","msg":"trace[123791611] transaction","detail":"{read_only:false; response_revision:351; number_of_response:1; }","duration":"207.832569ms","start":"2025-02-10T12:52:43.730484Z","end":"2025-02-10T12:52:43.938317Z","steps":["trace[123791611] 'process raft request'  (duration: 49.589997ms)","trace[123791611] 'compare'  (duration: 126.007956ms)"],"step_count":2}
	{"level":"warn","ts":"2025-02-10T12:52:43.946693Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"166.645873ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/kube-apiserver-addons-602470\" limit:1 ","response":"range_response_count:1 size:7632"}
	{"level":"info","ts":"2025-02-10T12:52:43.971011Z","caller":"traceutil/trace.go:171","msg":"trace[482771280] range","detail":"{range_begin:/registry/pods/kube-system/kube-apiserver-addons-602470; range_end:; response_count:1; response_revision:351; }","duration":"190.986523ms","start":"2025-02-10T12:52:43.780001Z","end":"2025-02-10T12:52:43.970988Z","steps":["trace[482771280] 'agreement among raft nodes before linearized reading'  (duration: 166.585549ms)"],"step_count":1}
	{"level":"info","ts":"2025-02-10T12:52:43.946569Z","caller":"traceutil/trace.go:171","msg":"trace[1103585245] linearizableReadLoop","detail":"{readStateIndex:360; appliedIndex:359; }","duration":"156.013106ms","start":"2025-02-10T12:52:43.780006Z","end":"2025-02-10T12:52:43.936019Z","steps":["trace[1103585245] 'read index received'  (duration: 89.51µs)","trace[1103585245] 'applied index is now lower than readState.Index'  (duration: 155.921372ms)"],"step_count":2}
	
	
	==> kernel <==
	 12:58:12 up  2:40,  0 users,  load average: 0.38, 1.83, 2.92
	Linux addons-602470 5.15.0-1075-aws #82~20.04.1-Ubuntu SMP Thu Dec 19 05:23:06 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [51bd71332696975834fedbfac4b0d758122a7aa0eec935f846694732f544a13c] <==
	I0210 12:56:06.952637       1 main.go:301] handling current node
	I0210 12:56:16.950279       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0210 12:56:16.950311       1 main.go:301] handling current node
	I0210 12:56:26.950650       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0210 12:56:26.950764       1 main.go:301] handling current node
	I0210 12:56:36.959406       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0210 12:56:36.959438       1 main.go:301] handling current node
	I0210 12:56:46.950368       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0210 12:56:46.950421       1 main.go:301] handling current node
	I0210 12:56:56.950324       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0210 12:56:56.950381       1 main.go:301] handling current node
	I0210 12:57:06.950269       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0210 12:57:06.950300       1 main.go:301] handling current node
	I0210 12:57:16.952715       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0210 12:57:16.952772       1 main.go:301] handling current node
	I0210 12:57:26.951254       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0210 12:57:26.951293       1 main.go:301] handling current node
	I0210 12:57:36.958535       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0210 12:57:36.958567       1 main.go:301] handling current node
	I0210 12:57:46.950820       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0210 12:57:46.950869       1 main.go:301] handling current node
	I0210 12:57:56.952851       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0210 12:57:56.953564       1 main.go:301] handling current node
	I0210 12:58:06.957447       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0210 12:58:06.957481       1 main.go:301] handling current node
	
	
	==> kube-apiserver [16798ad9be4f631e1569d9922c0ec5a6a0c4851e8b2225d60b9067b496f677eb] <==
	E0210 12:53:42.097830       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.99.236.119:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.99.236.119:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.99.236.119:443: connect: connection refused" logger="UnhandledError"
	I0210 12:53:42.202524       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	E0210 12:54:59.841500       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:58346: use of closed network connection
	E0210 12:55:00.451424       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:58392: use of closed network connection
	I0210 12:55:09.941812       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.101.142.52"}
	I0210 12:55:39.352778       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0210 12:55:40.381320       1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0210 12:55:43.107124       1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
	I0210 12:55:44.964958       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0210 12:55:45.383728       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.101.247.223"}
	I0210 12:55:59.019131       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I0210 12:56:24.601611       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0210 12:56:24.601747       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0210 12:56:24.631380       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0210 12:56:24.631932       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0210 12:56:24.663205       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0210 12:56:24.663289       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0210 12:56:24.695036       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0210 12:56:24.695079       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0210 12:56:24.738958       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0210 12:56:24.740675       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0210 12:56:25.696757       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0210 12:56:25.740164       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0210 12:56:25.846866       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0210 12:58:10.401373       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.107.73.252"}
	
	
	==> kube-controller-manager [44510939ac07e5c4d5480f923f1683bdf7d9a75647b5af01fcd40adc2086182c] <==
	E0210 12:57:03.302336       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"
	I0210 12:57:06.075226       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/cloud-spanner-emulator-5d76cffbc" duration="5.867µs"
	I0210 12:57:12.694207       1 range_allocator.go:247] "Successfully synced" logger="node-ipam-controller" key="addons-602470"
	W0210 12:57:27.507407       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
	E0210 12:57:27.508618       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=volumesnapshots"
	W0210 12:57:27.509743       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
	E0210 12:57:27.509779       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"
	W0210 12:57:30.366763       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
	E0210 12:57:30.367930       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=volumesnapshotcontents"
	W0210 12:57:30.369042       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
	E0210 12:57:30.369081       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"
	W0210 12:57:39.891482       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
	E0210 12:57:39.892539       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"
	W0210 12:57:39.893498       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
	E0210 12:57:39.893537       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"
	W0210 12:57:48.756974       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
	E0210 12:57:48.758015       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"
	W0210 12:57:48.758970       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
	E0210 12:57:48.759008       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"
	I0210 12:58:10.161497       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="68.75395ms"
	I0210 12:58:10.180525       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="18.892341ms"
	I0210 12:58:10.180680       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="37.981µs"
	I0210 12:58:10.199959       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="42.938µs"
	I0210 12:58:12.010776       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="13.443284ms"
	I0210 12:58:12.010941       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="41.65µs"
	
	
	==> kube-proxy [8f8bc1c1a27e2dd4c1ccde19ef5cc1f8dc798e5eee2be12a6597c9cb312bdfd7] <==
	I0210 12:52:46.483039       1 server_linux.go:66] "Using iptables proxy"
	I0210 12:52:47.309518       1 server.go:698] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0210 12:52:47.309588       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`"
	I0210 12:52:47.370352       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0210 12:52:47.370491       1 server_linux.go:170] "Using iptables Proxier"
	I0210 12:52:47.398319       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"
	I0210 12:52:47.399254       1 server.go:497] "Version info" version="v1.32.1"
	I0210 12:52:47.399356       1 server.go:499] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0210 12:52:47.441104       1 config.go:105] "Starting endpoint slice config controller"
	I0210 12:52:47.441227       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0210 12:52:47.443646       1 config.go:329] "Starting node config controller"
	I0210 12:52:47.453211       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0210 12:52:47.453333       1 config.go:199] "Starting service config controller"
	I0210 12:52:47.453365       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0210 12:52:47.565412       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0210 12:52:47.565448       1 shared_informer.go:320] Caches are synced for node config
	I0210 12:52:47.654562       1 shared_informer.go:320] Caches are synced for service config
	
	
	==> kube-scheduler [1f01ca2a617b17e6fe8aa6a482843b7f2a4c62739ec745da2850ab64ce390a7a] <==
	W0210 12:52:33.145806       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
	W0210 12:52:33.145865       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
	E0210 12:52:33.145881       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"
	W0210 12:52:33.145916       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
	E0210 12:52:33.145932       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"
	E0210 12:52:33.145872       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"
	W0210 12:52:33.145836       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
	E0210 12:52:33.146039       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"
	W0210 12:52:34.143170       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
	E0210 12:52:34.143218       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"
	W0210 12:52:34.166248       1 reflector.go:569] runtime/asm_arm64.s:1223: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	E0210 12:52:34.166292       1 reflector.go:166] "Unhandled Error" err="runtime/asm_arm64.s:1223: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError"
	W0210 12:52:34.187409       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
	E0210 12:52:34.187522       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"
	W0210 12:52:34.241273       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
	E0210 12:52:34.241321       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"
	W0210 12:52:34.245787       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
	E0210 12:52:34.245823       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"
	W0210 12:52:34.280055       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
	E0210 12:52:34.280093       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"
	W0210 12:52:34.283884       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
	E0210 12:52:34.283953       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"
	W0210 12:52:34.290706       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
	E0210 12:52:34.290828       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"
	I0210 12:52:37.039821       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Feb 10 12:57:35 addons-602470 kubelet[1533]: E0210 12:57:35.957591    1533 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/d783e0bd99cea9a10522ddb7331286ec847a120ecfab56b006a6fb8e96414fea/diff" to get inode usage: stat /var/lib/containers/storage/overlay/d783e0bd99cea9a10522ddb7331286ec847a120ecfab56b006a6fb8e96414fea/diff: no such file or directory, extraDiskErr: <nil>
	Feb 10 12:57:35 addons-602470 kubelet[1533]: E0210 12:57:35.958736    1533 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/e6e4b353d85e7f38f1e249acf88629aaf548b10f551a7ad1b41ff01f6ab5d498/diff" to get inode usage: stat /var/lib/containers/storage/overlay/e6e4b353d85e7f38f1e249acf88629aaf548b10f551a7ad1b41ff01f6ab5d498/diff: no such file or directory, extraDiskErr: <nil>
	Feb 10 12:57:35 addons-602470 kubelet[1533]: E0210 12:57:35.960434    1533 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/5e705ce49854fd449ef05b2a827662adf659e3604e4d077d666b1281f8b78e26/diff" to get inode usage: stat /var/lib/containers/storage/overlay/5e705ce49854fd449ef05b2a827662adf659e3604e4d077d666b1281f8b78e26/diff: no such file or directory, extraDiskErr: <nil>
	Feb 10 12:57:35 addons-602470 kubelet[1533]: E0210 12:57:35.960976    1533 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/395a83f92cb1130a27f0428ca79e20b6e3e24e2d824a629e82b05664304cb781/diff" to get inode usage: stat /var/lib/containers/storage/overlay/395a83f92cb1130a27f0428ca79e20b6e3e24e2d824a629e82b05664304cb781/diff: no such file or directory, extraDiskErr: <nil>
	Feb 10 12:57:35 addons-602470 kubelet[1533]: E0210 12:57:35.966630    1533 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/155ab638e389f21ec31ba8fed70ae68f2b73093f278fb947de4676678476f359/diff" to get inode usage: stat /var/lib/containers/storage/overlay/155ab638e389f21ec31ba8fed70ae68f2b73093f278fb947de4676678476f359/diff: no such file or directory, extraDiskErr: <nil>
	Feb 10 12:57:35 addons-602470 kubelet[1533]: E0210 12:57:35.973308    1533 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/3c1db9fd8314a3730b6c3249ecf70e6380fc46188a63d6b7f168ba4d3c8c2a49/diff" to get inode usage: stat /var/lib/containers/storage/overlay/3c1db9fd8314a3730b6c3249ecf70e6380fc46188a63d6b7f168ba4d3c8c2a49/diff: no such file or directory, extraDiskErr: <nil>
	Feb 10 12:57:35 addons-602470 kubelet[1533]: E0210 12:57:35.975485    1533 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/afe749464fa57d8f6362daed9741be4c6e74f4af18f78a7887c184eff3587dea/diff" to get inode usage: stat /var/lib/containers/storage/overlay/afe749464fa57d8f6362daed9741be4c6e74f4af18f78a7887c184eff3587dea/diff: no such file or directory, extraDiskErr: <nil>
	Feb 10 12:57:35 addons-602470 kubelet[1533]: E0210 12:57:35.982681    1533 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/1dbb8625554db2b416adae92eb2b1f89839563b85bf8846875a6a696ad24e35f/diff" to get inode usage: stat /var/lib/containers/storage/overlay/1dbb8625554db2b416adae92eb2b1f89839563b85bf8846875a6a696ad24e35f/diff: no such file or directory, extraDiskErr: <nil>
	Feb 10 12:57:36 addons-602470 kubelet[1533]: E0210 12:57:36.029094    1533 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/5e705ce49854fd449ef05b2a827662adf659e3604e4d077d666b1281f8b78e26/diff" to get inode usage: stat /var/lib/containers/storage/overlay/5e705ce49854fd449ef05b2a827662adf659e3604e4d077d666b1281f8b78e26/diff: no such file or directory, extraDiskErr: <nil>
	Feb 10 12:57:36 addons-602470 kubelet[1533]: E0210 12:57:36.031292    1533 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1739192256030980484,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:605643,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Feb 10 12:57:36 addons-602470 kubelet[1533]: E0210 12:57:36.031330    1533 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1739192256030980484,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:605643,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Feb 10 12:57:36 addons-602470 kubelet[1533]: I0210 12:57:36.134105    1533 scope.go:117] "RemoveContainer" containerID="b41967190a41dd537866cacdb0c8f35c7881b7a46b117b88faf8bd260803eded"
	Feb 10 12:57:36 addons-602470 kubelet[1533]: I0210 12:57:36.154066    1533 scope.go:117] "RemoveContainer" containerID="7881f1f8117fa523df2f87e1fae8dc364c3a19f0980811514ec3b5ac4f6a0eb5"
	Feb 10 12:57:36 addons-602470 kubelet[1533]: I0210 12:57:36.177069    1533 scope.go:117] "RemoveContainer" containerID="e7a449f8c9e362f8506d35f7a0eed765af1255e08fbe5440ab23db2b36716c36"
	Feb 10 12:57:46 addons-602470 kubelet[1533]: E0210 12:57:46.034318    1533 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1739192266034057952,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:605643,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Feb 10 12:57:46 addons-602470 kubelet[1533]: E0210 12:57:46.034355    1533 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1739192266034057952,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:605643,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Feb 10 12:57:55 addons-602470 kubelet[1533]: E0210 12:57:55.789171    1533 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/e2650cee7c979f792bd216b2ee08c0416597ccaf01583e91658807c1b4e4f716/diff" to get inode usage: stat /var/lib/containers/storage/overlay/e2650cee7c979f792bd216b2ee08c0416597ccaf01583e91658807c1b4e4f716/diff: no such file or directory, extraDiskErr: <nil>
	Feb 10 12:57:56 addons-602470 kubelet[1533]: E0210 12:57:56.037412    1533 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1739192276037168397,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:605643,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Feb 10 12:57:56 addons-602470 kubelet[1533]: E0210 12:57:56.037452    1533 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1739192276037168397,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:605643,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Feb 10 12:58:06 addons-602470 kubelet[1533]: E0210 12:58:06.039994    1533 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1739192286039704298,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:605643,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Feb 10 12:58:06 addons-602470 kubelet[1533]: E0210 12:58:06.040039    1533 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1739192286039704298,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:605643,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Feb 10 12:58:10 addons-602470 kubelet[1533]: I0210 12:58:10.136128    1533 memory_manager.go:355] "RemoveStaleState removing state" podUID="5b273a15-eda1-41f1-8611-8d6e5d70b300" containerName="helper-pod"
	Feb 10 12:58:10 addons-602470 kubelet[1533]: I0210 12:58:10.136170    1533 memory_manager.go:355] "RemoveStaleState removing state" podUID="aad1cefc-7f4f-41e0-a9de-d99968f28cf7" containerName="cloud-spanner-emulator"
	Feb 10 12:58:10 addons-602470 kubelet[1533]: I0210 12:58:10.150050    1533 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-4tz8k\" (UniqueName: \"kubernetes.io/projected/6ff88bb3-5986-4cfd-87b8-b7a4bffeb2e6-kube-api-access-4tz8k\") pod \"hello-world-app-7d9564db4-tvdlq\" (UID: \"6ff88bb3-5986-4cfd-87b8-b7a4bffeb2e6\") " pod="default/hello-world-app-7d9564db4-tvdlq"
	Feb 10 12:58:10 addons-602470 kubelet[1533]: W0210 12:58:10.521903    1533 manager.go:1169] Failed to process watch event {EventType:0 Name:/docker/9c0b050be3ef02feca630333622a075d46f7b2fd5961b263701cf364ef5a1eeb/crio-ce4518a1e2a9a5f0f09766d3c928de78f9d19468b8fdcceecf2ef29b4928fc7d WatchSource:0}: Error finding container ce4518a1e2a9a5f0f09766d3c928de78f9d19468b8fdcceecf2ef29b4928fc7d: Status 404 returned error can't find the container with id ce4518a1e2a9a5f0f09766d3c928de78f9d19468b8fdcceecf2ef29b4928fc7d
	
	
	==> storage-provisioner [388d32360a9615f5039780885596a758f7072e06e67744eca529d4b5d25f117d] <==
	I0210 12:53:28.574472       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0210 12:53:28.607766       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0210 12:53:28.607905       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0210 12:53:28.618009       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0210 12:53:28.618198       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-602470_3781ae4f-6f95-45f8-a6bc-ed1215184bbe!
	I0210 12:53:28.619134       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"6a8e0a3b-1005-4580-8530-b525862e0607", APIVersion:"v1", ResourceVersion:"892", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-602470_3781ae4f-6f95-45f8-a6bc-ed1215184bbe became leader
	I0210 12:53:28.718966       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-602470_3781ae4f-6f95-45f8-a6bc-ed1215184bbe!
	

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

                                                
                                                
** stderr ** 
	Error from server (NotFound): pods "ingress-nginx-admission-create-ggshf" not found
	Error from server (NotFound): pods "ingress-nginx-admission-patch-dgqb8" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context addons-602470 describe pod ingress-nginx-admission-create-ggshf ingress-nginx-admission-patch-dgqb8: exit status 1
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-602470 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-602470 addons disable ingress-dns --alsologtostderr -v=1: (1.568820679s)
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-602470 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-602470 addons disable ingress --alsologtostderr -v=1: (7.887719604s)
--- FAIL: TestAddons/parallel/Ingress (158.32s)

                                                
                                    

Test pass (298/331)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 5.98
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.1
9 TestDownloadOnly/v1.20.0/DeleteAll 0.23
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.14
12 TestDownloadOnly/v1.32.1/json-events 5.2
13 TestDownloadOnly/v1.32.1/preload-exists 0
17 TestDownloadOnly/v1.32.1/LogsDuration 0.1
18 TestDownloadOnly/v1.32.1/DeleteAll 0.23
19 TestDownloadOnly/v1.32.1/DeleteAlwaysSucceeds 0.15
21 TestBinaryMirror 0.62
25 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.07
26 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.08
27 TestAddons/Setup 184.27
31 TestAddons/serial/GCPAuth/Namespaces 0.2
32 TestAddons/serial/GCPAuth/FakeCredentials 11.15
35 TestAddons/parallel/Registry 17.36
37 TestAddons/parallel/InspektorGadget 11.79
38 TestAddons/parallel/MetricsServer 5.77
40 TestAddons/parallel/CSI 65.43
41 TestAddons/parallel/Headlamp 18.01
42 TestAddons/parallel/CloudSpanner 5.57
43 TestAddons/parallel/LocalPath 10.45
44 TestAddons/parallel/NvidiaDevicePlugin 6.51
45 TestAddons/parallel/Yakd 11.77
47 TestAddons/StoppedEnableDisable 12.16
48 TestCertOptions 36.06
49 TestCertExpiration 237.22
51 TestForceSystemdFlag 44.82
52 TestForceSystemdEnv 41.77
58 TestErrorSpam/setup 30.09
59 TestErrorSpam/start 0.77
60 TestErrorSpam/status 1.15
61 TestErrorSpam/pause 1.81
62 TestErrorSpam/unpause 1.83
63 TestErrorSpam/stop 1.46
66 TestFunctional/serial/CopySyncFile 0
67 TestFunctional/serial/StartWithProxy 52.7
68 TestFunctional/serial/AuditLog 0
69 TestFunctional/serial/SoftStart 28.95
70 TestFunctional/serial/KubeContext 0.06
71 TestFunctional/serial/KubectlGetPods 0.1
74 TestFunctional/serial/CacheCmd/cache/add_remote 4.55
75 TestFunctional/serial/CacheCmd/cache/add_local 1.43
76 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.07
77 TestFunctional/serial/CacheCmd/cache/list 0.06
78 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.34
79 TestFunctional/serial/CacheCmd/cache/cache_reload 2.14
80 TestFunctional/serial/CacheCmd/cache/delete 0.12
81 TestFunctional/serial/MinikubeKubectlCmd 0.16
82 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.14
83 TestFunctional/serial/ExtraConfig 34.1
84 TestFunctional/serial/ComponentHealth 0.1
85 TestFunctional/serial/LogsCmd 1.73
86 TestFunctional/serial/LogsFileCmd 1.8
87 TestFunctional/serial/InvalidService 4.33
89 TestFunctional/parallel/ConfigCmd 0.48
90 TestFunctional/parallel/DashboardCmd 9.66
91 TestFunctional/parallel/DryRun 0.44
92 TestFunctional/parallel/InternationalLanguage 0.23
93 TestFunctional/parallel/StatusCmd 1.15
97 TestFunctional/parallel/ServiceCmdConnect 11.67
98 TestFunctional/parallel/AddonsCmd 0.22
99 TestFunctional/parallel/PersistentVolumeClaim 25.06
101 TestFunctional/parallel/SSHCmd 0.71
102 TestFunctional/parallel/CpCmd 2.46
104 TestFunctional/parallel/FileSync 0.37
105 TestFunctional/parallel/CertSync 2.15
109 TestFunctional/parallel/NodeLabels 0.1
111 TestFunctional/parallel/NonActiveRuntimeDisabled 0.68
113 TestFunctional/parallel/License 0.35
115 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.67
116 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
118 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 9.56
119 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.11
120 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0.01
124 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
125 TestFunctional/parallel/ServiceCmd/DeployApp 8.21
126 TestFunctional/parallel/ProfileCmd/profile_not_create 0.42
127 TestFunctional/parallel/ProfileCmd/profile_list 0.42
128 TestFunctional/parallel/ProfileCmd/profile_json_output 0.44
129 TestFunctional/parallel/MountCmd/any-port 9.37
130 TestFunctional/parallel/ServiceCmd/List 0.52
131 TestFunctional/parallel/ServiceCmd/JSONOutput 0.53
132 TestFunctional/parallel/ServiceCmd/HTTPS 0.38
133 TestFunctional/parallel/ServiceCmd/Format 0.38
134 TestFunctional/parallel/ServiceCmd/URL 0.38
135 TestFunctional/parallel/MountCmd/specific-port 2.24
136 TestFunctional/parallel/MountCmd/VerifyCleanup 2.95
137 TestFunctional/parallel/Version/short 0.09
138 TestFunctional/parallel/Version/components 1.28
139 TestFunctional/parallel/ImageCommands/ImageListShort 0.27
140 TestFunctional/parallel/ImageCommands/ImageListTable 0.31
141 TestFunctional/parallel/ImageCommands/ImageListJson 0.31
142 TestFunctional/parallel/ImageCommands/ImageListYaml 0.32
143 TestFunctional/parallel/ImageCommands/ImageBuild 3.55
144 TestFunctional/parallel/ImageCommands/Setup 0.78
145 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 1.77
146 TestFunctional/parallel/UpdateContextCmd/no_changes 0.22
147 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.21
148 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.18
149 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 1.09
150 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 1.29
151 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.64
152 TestFunctional/parallel/ImageCommands/ImageRemove 0.57
153 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 0.83
154 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.6
155 TestFunctional/delete_echo-server_images 0.04
156 TestFunctional/delete_my-image_image 0.02
157 TestFunctional/delete_minikube_cached_images 0.02
162 TestMultiControlPlane/serial/StartCluster 180.22
163 TestMultiControlPlane/serial/DeployApp 8.29
164 TestMultiControlPlane/serial/PingHostFromPods 1.72
165 TestMultiControlPlane/serial/AddWorkerNode 39.15
166 TestMultiControlPlane/serial/NodeLabels 0.09
167 TestMultiControlPlane/serial/HAppyAfterClusterStart 0.97
168 TestMultiControlPlane/serial/CopyFile 19.12
169 TestMultiControlPlane/serial/StopSecondaryNode 12.86
170 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.76
171 TestMultiControlPlane/serial/RestartSecondaryNode 22.87
172 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 1.36
173 TestMultiControlPlane/serial/RestartClusterKeepsNodes 146.45
174 TestMultiControlPlane/serial/DeleteSecondaryNode 13.1
175 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.81
176 TestMultiControlPlane/serial/StopCluster 35.75
177 TestMultiControlPlane/serial/RestartCluster 100.95
178 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.75
179 TestMultiControlPlane/serial/AddSecondaryNode 54.81
180 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 1.01
184 TestJSONOutput/start/Command 65.02
185 TestJSONOutput/start/Audit 0
187 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
188 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
190 TestJSONOutput/pause/Command 0.76
191 TestJSONOutput/pause/Audit 0
193 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
194 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
196 TestJSONOutput/unpause/Command 0.68
197 TestJSONOutput/unpause/Audit 0
199 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
200 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
202 TestJSONOutput/stop/Command 5.87
203 TestJSONOutput/stop/Audit 0
205 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
206 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
207 TestErrorJSONOutput 0.25
209 TestKicCustomNetwork/create_custom_network 36.5
210 TestKicCustomNetwork/use_default_bridge_network 32.54
211 TestKicExistingNetwork 33.99
212 TestKicCustomSubnet 32.69
213 TestKicStaticIP 34.71
214 TestMainNoArgs 0.05
215 TestMinikubeProfile 67.73
218 TestMountStart/serial/StartWithMountFirst 6.6
219 TestMountStart/serial/VerifyMountFirst 0.26
220 TestMountStart/serial/StartWithMountSecond 9.54
221 TestMountStart/serial/VerifyMountSecond 0.26
222 TestMountStart/serial/DeleteFirst 1.63
223 TestMountStart/serial/VerifyMountPostDelete 0.25
224 TestMountStart/serial/Stop 1.21
225 TestMountStart/serial/RestartStopped 7.61
226 TestMountStart/serial/VerifyMountPostStop 0.26
229 TestMultiNode/serial/FreshStart2Nodes 82.08
230 TestMultiNode/serial/DeployApp2Nodes 7.81
231 TestMultiNode/serial/PingHostFrom2Pods 1.04
232 TestMultiNode/serial/AddNode 29.24
233 TestMultiNode/serial/MultiNodeLabels 0.1
234 TestMultiNode/serial/ProfileList 0.67
235 TestMultiNode/serial/CopyFile 10.06
236 TestMultiNode/serial/StopNode 2.23
237 TestMultiNode/serial/StartAfterStop 9.85
238 TestMultiNode/serial/RestartKeepsNodes 88.06
239 TestMultiNode/serial/DeleteNode 5.43
240 TestMultiNode/serial/StopMultiNode 23.84
241 TestMultiNode/serial/RestartMultiNode 54.36
242 TestMultiNode/serial/ValidateNameConflict 33.4
247 TestPreload 127.81
249 TestScheduledStopUnix 107.93
252 TestInsufficientStorage 11.22
253 TestRunningBinaryUpgrade 77.62
255 TestKubernetesUpgrade 395.12
256 TestMissingContainerUpgrade 160.12
258 TestNoKubernetes/serial/StartNoK8sWithVersion 0.11
259 TestNoKubernetes/serial/StartWithK8s 40.16
260 TestNoKubernetes/serial/StartWithStopK8s 8.63
261 TestNoKubernetes/serial/Start 12.45
262 TestNoKubernetes/serial/VerifyK8sNotRunning 0.33
263 TestNoKubernetes/serial/ProfileList 1.18
264 TestNoKubernetes/serial/Stop 1.26
265 TestNoKubernetes/serial/StartNoArgs 8.11
266 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.42
267 TestStoppedBinaryUpgrade/Setup 0.72
268 TestStoppedBinaryUpgrade/Upgrade 74.48
269 TestStoppedBinaryUpgrade/MinikubeLogs 1.22
278 TestPause/serial/Start 53.31
279 TestPause/serial/SecondStartNoReconfiguration 16.07
280 TestPause/serial/Pause 1.06
281 TestPause/serial/VerifyStatus 0.34
282 TestPause/serial/Unpause 0.74
283 TestPause/serial/PauseAgain 0.92
284 TestPause/serial/DeletePaused 2.85
285 TestPause/serial/VerifyDeletedResources 0.38
293 TestNetworkPlugins/group/false 3.92
298 TestStartStop/group/old-k8s-version/serial/FirstStart 170.37
299 TestStartStop/group/old-k8s-version/serial/DeployApp 11.71
301 TestStartStop/group/no-preload/serial/FirstStart 72.99
302 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 1.38
303 TestStartStop/group/old-k8s-version/serial/Stop 13.71
304 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.31
305 TestStartStop/group/old-k8s-version/serial/SecondStart 35.6
306 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 22.01
307 TestStartStop/group/no-preload/serial/DeployApp 10.46
308 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.11
309 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.28
310 TestStartStop/group/old-k8s-version/serial/Pause 3.55
311 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 1.49
312 TestStartStop/group/no-preload/serial/Stop 11.96
314 TestStartStop/group/embed-certs/serial/FirstStart 60.58
315 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.19
316 TestStartStop/group/no-preload/serial/SecondStart 279.96
317 TestStartStop/group/embed-certs/serial/DeployApp 11.36
318 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 1.13
319 TestStartStop/group/embed-certs/serial/Stop 11.98
320 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.22
321 TestStartStop/group/embed-certs/serial/SecondStart 289.42
322 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6.01
323 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 6.1
324 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.26
325 TestStartStop/group/no-preload/serial/Pause 3.11
327 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 53.95
328 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 10.37
329 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 1.13
330 TestStartStop/group/default-k8s-diff-port/serial/Stop 11.95
331 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.01
332 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.15
333 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.19
334 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 293.99
335 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.25
336 TestStartStop/group/embed-certs/serial/Pause 3.15
338 TestStartStop/group/newest-cni/serial/FirstStart 40.08
339 TestStartStop/group/newest-cni/serial/DeployApp 0
340 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 1.3
341 TestStartStop/group/newest-cni/serial/Stop 2.3
342 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.2
343 TestStartStop/group/newest-cni/serial/SecondStart 15.83
344 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
345 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
346 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.36
347 TestStartStop/group/newest-cni/serial/Pause 3.39
348 TestNetworkPlugins/group/auto/Start 50.06
349 TestNetworkPlugins/group/auto/KubeletFlags 0.32
350 TestNetworkPlugins/group/auto/NetCatPod 11.27
351 TestNetworkPlugins/group/auto/DNS 0.18
352 TestNetworkPlugins/group/auto/Localhost 0.15
353 TestNetworkPlugins/group/auto/HairPin 0.17
354 TestNetworkPlugins/group/kindnet/Start 50.08
355 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
356 TestNetworkPlugins/group/kindnet/KubeletFlags 0.3
357 TestNetworkPlugins/group/kindnet/NetCatPod 11.26
358 TestNetworkPlugins/group/kindnet/DNS 0.18
359 TestNetworkPlugins/group/kindnet/Localhost 0.21
360 TestNetworkPlugins/group/kindnet/HairPin 0.17
361 TestNetworkPlugins/group/calico/Start 63.34
362 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6.01
363 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 5.09
364 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.25
365 TestStartStop/group/default-k8s-diff-port/serial/Pause 3.39
366 TestNetworkPlugins/group/calico/ControllerPod 6.01
367 TestNetworkPlugins/group/custom-flannel/Start 60.93
368 TestNetworkPlugins/group/calico/KubeletFlags 0.35
369 TestNetworkPlugins/group/calico/NetCatPod 12.31
370 TestNetworkPlugins/group/calico/DNS 0.24
371 TestNetworkPlugins/group/calico/Localhost 0.18
372 TestNetworkPlugins/group/calico/HairPin 0.2
373 TestNetworkPlugins/group/enable-default-cni/Start 69.51
374 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.42
375 TestNetworkPlugins/group/custom-flannel/NetCatPod 11.43
376 TestNetworkPlugins/group/custom-flannel/DNS 0.24
377 TestNetworkPlugins/group/custom-flannel/Localhost 0.17
378 TestNetworkPlugins/group/custom-flannel/HairPin 0.16
379 TestNetworkPlugins/group/flannel/Start 56.52
380 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.4
381 TestNetworkPlugins/group/enable-default-cni/NetCatPod 12.33
382 TestNetworkPlugins/group/enable-default-cni/DNS 0.19
383 TestNetworkPlugins/group/enable-default-cni/Localhost 0.24
384 TestNetworkPlugins/group/enable-default-cni/HairPin 0.22
385 TestNetworkPlugins/group/bridge/Start 43.92
386 TestNetworkPlugins/group/flannel/ControllerPod 6.01
387 TestNetworkPlugins/group/flannel/KubeletFlags 0.35
388 TestNetworkPlugins/group/flannel/NetCatPod 13.35
389 TestNetworkPlugins/group/flannel/DNS 0.24
390 TestNetworkPlugins/group/flannel/Localhost 0.2
391 TestNetworkPlugins/group/flannel/HairPin 0.25
392 TestNetworkPlugins/group/bridge/KubeletFlags 0.41
393 TestNetworkPlugins/group/bridge/NetCatPod 12.35
394 TestNetworkPlugins/group/bridge/DNS 0.17
395 TestNetworkPlugins/group/bridge/Localhost 0.15
396 TestNetworkPlugins/group/bridge/HairPin 0.14
x
+
TestDownloadOnly/v1.20.0/json-events (5.98s)

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/preload-exists
I0210 12:51:36.735772  889987 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
I0210 12:51:36.735863  889987 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20390-884606/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4
--- PASS: TestDownloadOnly/v1.20.0/preload-exists (0.00s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-282588 | jenkins | v1.35.0 | 10 Feb 25 12:51 UTC |          |
	|         | -p download-only-282588        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2025/02/10 12:51:30
	Running on machine: ip-172-31-30-239
	Binary: Built with gc go1.23.4 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0210 12:51:30.804322  889992 out.go:345] Setting OutFile to fd 1 ...
	I0210 12:51:30.804458  889992 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 12:51:30.804471  889992 out.go:358] Setting ErrFile to fd 2...
	I0210 12:51:30.804487  889992 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 12:51:30.805040  889992 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20390-884606/.minikube/bin
	W0210 12:51:30.805187  889992 root.go:314] Error reading config file at /home/jenkins/minikube-integration/20390-884606/.minikube/config/config.json: open /home/jenkins/minikube-integration/20390-884606/.minikube/config/config.json: no such file or directory
	I0210 12:51:30.805601  889992 out.go:352] Setting JSON to true
	I0210 12:51:30.806469  889992 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":9236,"bootTime":1739182655,"procs":180,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1075-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0210 12:51:30.806543  889992 start.go:139] virtualization:  
	I0210 12:51:30.810756  889992 out.go:97] [download-only-282588] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	W0210 12:51:30.810963  889992 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/20390-884606/.minikube/cache/preloaded-tarball: no such file or directory
	I0210 12:51:30.811002  889992 notify.go:220] Checking for updates...
	I0210 12:51:30.813842  889992 out.go:169] MINIKUBE_LOCATION=20390
	I0210 12:51:30.816810  889992 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0210 12:51:30.819617  889992 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/20390-884606/kubeconfig
	I0210 12:51:30.822438  889992 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/20390-884606/.minikube
	I0210 12:51:30.825259  889992 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0210 12:51:30.830912  889992 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0210 12:51:30.831197  889992 driver.go:394] Setting default libvirt URI to qemu:///system
	I0210 12:51:30.858778  889992 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0210 12:51:30.858902  889992 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0210 12:51:30.912917  889992 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:56 SystemTime:2025-02-10 12:51:30.903351455 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.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]] Warnings:<nil>}}
	I0210 12:51:30.913027  889992 docker.go:318] overlay module found
	I0210 12:51:30.916026  889992 out.go:97] Using the docker driver based on user configuration
	I0210 12:51:30.916055  889992 start.go:297] selected driver: docker
	I0210 12:51:30.916062  889992 start.go:901] validating driver "docker" against <nil>
	I0210 12:51:30.916173  889992 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0210 12:51:30.968640  889992 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:56 SystemTime:2025-02-10 12:51:30.959700634 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.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]] Warnings:<nil>}}
	I0210 12:51:30.968847  889992 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0210 12:51:30.969136  889992 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0210 12:51:30.969298  889992 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0210 12:51:30.972420  889992 out.go:169] Using Docker driver with root privileges
	I0210 12:51:30.975260  889992 cni.go:84] Creating CNI manager for ""
	I0210 12:51:30.975344  889992 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0210 12:51:30.975360  889992 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0210 12:51:30.975496  889992 start.go:340] cluster config:
	{Name:download-only-282588 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 Memory:2200 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.20.0 ClusterName:download-only-282588 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}
	I0210 12:51:30.978514  889992 out.go:97] Starting "download-only-282588" primary control-plane node in "download-only-282588" cluster
	I0210 12:51:30.978538  889992 cache.go:121] Beginning downloading kic base image for docker with crio
	I0210 12:51:30.981338  889992 out.go:97] Pulling base image v0.0.46 ...
	I0210 12:51:30.981367  889992 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0210 12:51:30.981527  889992 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local docker daemon
	I0210 12:51:30.997381  889992 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 to local cache
	I0210 12:51:30.997582  889992 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory
	I0210 12:51:30.997688  889992 image.go:150] Writing gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 to local cache
	I0210 12:51:31.040047  889992 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4
	I0210 12:51:31.040072  889992 cache.go:56] Caching tarball of preloaded images
	I0210 12:51:31.040225  889992 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0210 12:51:31.043633  889992 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I0210 12:51:31.043665  889992 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	I0210 12:51:31.132480  889992 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-arm64.tar.lz4?checksum=md5:59cd2ef07b53f039bfd1761b921f2a02 -> /home/jenkins/minikube-integration/20390-884606/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4
	I0210 12:51:34.950017  889992 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	I0210 12:51:34.950146  889992 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/20390-884606/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	I0210 12:51:35.569288  889992 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 as a tarball
	
	
	* The control-plane node download-only-282588 host does not exist
	  To start a cluster, run: "minikube start -p download-only-282588"

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

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

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

                                                
                                    
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-arm64 delete -p download-only-282588
--- PASS: TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds (0.14s)

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

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.32.1/preload-exists
I0210 12:51:42.410393  889987 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
I0210 12:51:42.410433  889987 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20390-884606/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-arm64.tar.lz4
--- PASS: TestDownloadOnly/v1.32.1/preload-exists (0.00s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-282588 | jenkins | v1.35.0 | 10 Feb 25 12:51 UTC |                     |
	|         | -p download-only-282588        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.35.0 | 10 Feb 25 12:51 UTC | 10 Feb 25 12:51 UTC |
	| delete  | -p download-only-282588        | download-only-282588 | jenkins | v1.35.0 | 10 Feb 25 12:51 UTC | 10 Feb 25 12:51 UTC |
	| start   | -o=json --download-only        | download-only-610637 | jenkins | v1.35.0 | 10 Feb 25 12:51 UTC |                     |
	|         | -p download-only-610637        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.32.1   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/02/10 12:51:37
	Running on machine: ip-172-31-30-239
	Binary: Built with gc go1.23.4 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0210 12:51:37.258592  890193 out.go:345] Setting OutFile to fd 1 ...
	I0210 12:51:37.258714  890193 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 12:51:37.258724  890193 out.go:358] Setting ErrFile to fd 2...
	I0210 12:51:37.258729  890193 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 12:51:37.258987  890193 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20390-884606/.minikube/bin
	I0210 12:51:37.259406  890193 out.go:352] Setting JSON to true
	I0210 12:51:37.260326  890193 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":9243,"bootTime":1739182655,"procs":178,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1075-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0210 12:51:37.260403  890193 start.go:139] virtualization:  
	I0210 12:51:37.263796  890193 out.go:97] [download-only-610637] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	I0210 12:51:37.264053  890193 notify.go:220] Checking for updates...
	I0210 12:51:37.267025  890193 out.go:169] MINIKUBE_LOCATION=20390
	I0210 12:51:37.270143  890193 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0210 12:51:37.273125  890193 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/20390-884606/kubeconfig
	I0210 12:51:37.276110  890193 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/20390-884606/.minikube
	I0210 12:51:37.279062  890193 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0210 12:51:37.284669  890193 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0210 12:51:37.284984  890193 driver.go:394] Setting default libvirt URI to qemu:///system
	I0210 12:51:37.312520  890193 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0210 12:51:37.312646  890193 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0210 12:51:37.370739  890193 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:49 SystemTime:2025-02-10 12:51:37.357276265 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.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]] Warnings:<nil>}}
	I0210 12:51:37.370855  890193 docker.go:318] overlay module found
	I0210 12:51:37.373870  890193 out.go:97] Using the docker driver based on user configuration
	I0210 12:51:37.373899  890193 start.go:297] selected driver: docker
	I0210 12:51:37.373907  890193 start.go:901] validating driver "docker" against <nil>
	I0210 12:51:37.374053  890193 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0210 12:51:37.425710  890193 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:26 OomKillDisable:true NGoroutines:49 SystemTime:2025-02-10 12:51:37.416433226 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.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]] Warnings:<nil>}}
	I0210 12:51:37.425936  890193 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0210 12:51:37.426237  890193 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0210 12:51:37.426410  890193 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0210 12:51:37.429618  890193 out.go:169] Using Docker driver with root privileges
	I0210 12:51:37.432486  890193 cni.go:84] Creating CNI manager for ""
	I0210 12:51:37.432566  890193 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0210 12:51:37.432578  890193 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0210 12:51:37.432667  890193 start.go:340] cluster config:
	{Name:download-only-610637 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 Memory:2200 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.1 ClusterName:download-only-610637 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}
	I0210 12:51:37.435641  890193 out.go:97] Starting "download-only-610637" primary control-plane node in "download-only-610637" cluster
	I0210 12:51:37.435667  890193 cache.go:121] Beginning downloading kic base image for docker with crio
	I0210 12:51:37.438497  890193 out.go:97] Pulling base image v0.0.46 ...
	I0210 12:51:37.438528  890193 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0210 12:51:37.438711  890193 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local docker daemon
	I0210 12:51:37.454439  890193 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 to local cache
	I0210 12:51:37.454582  890193 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory
	I0210 12:51:37.454606  890193 image.go:68] Found gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory, skipping pull
	I0210 12:51:37.454614  890193 image.go:137] gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 exists in cache, skipping pull
	I0210 12:51:37.454623  890193 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 as a tarball
	I0210 12:51:37.495962  890193 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-arm64.tar.lz4
	I0210 12:51:37.496013  890193 cache.go:56] Caching tarball of preloaded images
	I0210 12:51:37.496182  890193 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0210 12:51:37.499292  890193 out.go:97] Downloading Kubernetes v1.32.1 preload ...
	I0210 12:51:37.499327  890193 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-arm64.tar.lz4 ...
	I0210 12:51:37.583703  890193 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-arm64.tar.lz4?checksum=md5:2975fc7b8b3f798b17cd470734f6f7e1 -> /home/jenkins/minikube-integration/20390-884606/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-arm64.tar.lz4
	I0210 12:51:40.905180  890193 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-arm64.tar.lz4 ...
	I0210 12:51:40.905300  890193 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/20390-884606/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-arm64.tar.lz4 ...
	I0210 12:51:41.784133  890193 cache.go:59] Finished verifying existence of preloaded tar for v1.32.1 on crio
	I0210 12:51:41.784522  890193 profile.go:143] Saving config to /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/download-only-610637/config.json ...
	I0210 12:51:41.784574  890193 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/download-only-610637/config.json: {Name:mkbba85282f7d9d8692508c7745d7af8aa5960a5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0210 12:51:41.784778  890193 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0210 12:51:41.784926  890193 download.go:108] Downloading: https://dl.k8s.io/release/v1.32.1/bin/linux/arm64/kubectl?checksum=file:https://dl.k8s.io/release/v1.32.1/bin/linux/arm64/kubectl.sha256 -> /home/jenkins/minikube-integration/20390-884606/.minikube/cache/linux/arm64/v1.32.1/kubectl
	
	
	* The control-plane node download-only-610637 host does not exist
	  To start a cluster, run: "minikube start -p download-only-610637"

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

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

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

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

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

                                                
                                    
x
+
TestBinaryMirror (0.62s)

                                                
                                                
=== RUN   TestBinaryMirror
I0210 12:51:43.764970  889987 binary.go:74] Not caching binary, using https://dl.k8s.io/release/v1.32.1/bin/linux/arm64/kubectl?checksum=file:https://dl.k8s.io/release/v1.32.1/bin/linux/arm64/kubectl.sha256
aaa_download_only_test.go:314: (dbg) Run:  out/minikube-linux-arm64 start --download-only -p binary-mirror-500827 --alsologtostderr --binary-mirror http://127.0.0.1:39523 --driver=docker  --container-runtime=crio
helpers_test.go:175: Cleaning up "binary-mirror-500827" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p binary-mirror-500827
--- PASS: TestBinaryMirror (0.62s)

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.07s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.08s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/Setup (184.27s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:107: (dbg) Run:  out/minikube-linux-arm64 start -p addons-602470 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --addons=cloud-spanner --addons=inspektor-gadget --addons=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_test.go:107: (dbg) Done: out/minikube-linux-arm64 start -p addons-602470 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --addons=cloud-spanner --addons=inspektor-gadget --addons=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: (3m4.270665273s)
--- PASS: TestAddons/Setup (184.27s)

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/Namespaces
addons_test.go:569: (dbg) Run:  kubectl --context addons-602470 create ns new-namespace
addons_test.go:583: (dbg) Run:  kubectl --context addons-602470 get secret gcp-auth -n new-namespace
--- PASS: TestAddons/serial/GCPAuth/Namespaces (0.20s)

                                                
                                    
x
+
TestAddons/serial/GCPAuth/FakeCredentials (11.15s)

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/FakeCredentials
addons_test.go:614: (dbg) Run:  kubectl --context addons-602470 create -f testdata/busybox.yaml
addons_test.go:621: (dbg) Run:  kubectl --context addons-602470 create sa gcp-auth-test
addons_test.go:627: (dbg) TestAddons/serial/GCPAuth/FakeCredentials: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [e46afff8-8ebe-49af-a52e-b38f44498390] Pending
helpers_test.go:344: "busybox" [e46afff8-8ebe-49af-a52e-b38f44498390] Running
addons_test.go:627: (dbg) TestAddons/serial/GCPAuth/FakeCredentials: integration-test=busybox healthy within 10.003846847s
addons_test.go:633: (dbg) Run:  kubectl --context addons-602470 exec busybox -- /bin/sh -c "printenv GOOGLE_APPLICATION_CREDENTIALS"
addons_test.go:645: (dbg) Run:  kubectl --context addons-602470 describe sa gcp-auth-test
addons_test.go:659: (dbg) Run:  kubectl --context addons-602470 exec busybox -- /bin/sh -c "cat /google-app-creds.json"
addons_test.go:683: (dbg) Run:  kubectl --context addons-602470 exec busybox -- /bin/sh -c "printenv GOOGLE_CLOUD_PROJECT"
--- PASS: TestAddons/serial/GCPAuth/FakeCredentials (11.15s)

                                                
                                    
x
+
TestAddons/parallel/Registry (17.36s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:321: registry stabilized in 8.811829ms
addons_test.go:323: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-6c88467877-xggf5" [12844c30-c5ef-4963-b094-c96248037d21] Running
addons_test.go:323: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 6.003781817s
addons_test.go:326: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-proxy-z2j7p" [9392041a-c765-400d-bbb8-61135dbf916c] Running
addons_test.go:326: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.003183728s
addons_test.go:331: (dbg) Run:  kubectl --context addons-602470 delete po -l run=registry-test --now
addons_test.go:336: (dbg) Run:  kubectl --context addons-602470 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local"
addons_test.go:336: (dbg) Done: kubectl --context addons-602470 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local": (5.358428607s)
addons_test.go:350: (dbg) Run:  out/minikube-linux-arm64 -p addons-602470 ip
2025/02/10 12:55:25 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-602470 addons disable registry --alsologtostderr -v=1
--- PASS: TestAddons/parallel/Registry (17.36s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (11.79s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/InspektorGadget
addons_test.go:762: (dbg) TestAddons/parallel/InspektorGadget: waiting 8m0s for pods matching "k8s-app=gadget" in namespace "gadget" ...
helpers_test.go:344: "gadget-q95ts" [4a5a98e3-c06e-48d2-9add-48a8777a6e53] Running
addons_test.go:762: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 6.004364255s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-602470 addons disable inspektor-gadget --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-602470 addons disable inspektor-gadget --alsologtostderr -v=1: (5.779220659s)
--- PASS: TestAddons/parallel/InspektorGadget (11.79s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (5.77s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:394: metrics-server stabilized in 4.330595ms
addons_test.go:396: (dbg) TestAddons/parallel/MetricsServer: waiting 6m0s for pods matching "k8s-app=metrics-server" in namespace "kube-system" ...
helpers_test.go:344: "metrics-server-7fbb699795-72scp" [64c6af2f-fada-49c4-b2f2-3bd814017cec] Running
addons_test.go:396: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 5.003516646s
addons_test.go:402: (dbg) Run:  kubectl --context addons-602470 top pods -n kube-system
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-602470 addons disable metrics-server --alsologtostderr -v=1
--- PASS: TestAddons/parallel/MetricsServer (5.77s)

                                                
                                    
x
+
TestAddons/parallel/CSI (65.43s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
I0210 12:55:26.417833  889987 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0210 12:55:26.429413  889987 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0210 12:55:26.429459  889987 kapi.go:107] duration metric: took 14.998014ms to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
addons_test.go:488: csi-hostpath-driver pods stabilized in 15.014039ms
addons_test.go:491: (dbg) Run:  kubectl --context addons-602470 create -f testdata/csi-hostpath-driver/pvc.yaml
addons_test.go:496: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:501: (dbg) Run:  kubectl --context addons-602470 create -f testdata/csi-hostpath-driver/pv-pod.yaml
addons_test.go:506: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod" in namespace "default" ...
helpers_test.go:344: "task-pv-pod" [76e32647-c145-403a-9e3d-dfb7f2cce74d] Pending
helpers_test.go:344: "task-pv-pod" [76e32647-c145-403a-9e3d-dfb7f2cce74d] Pending / Ready:ContainersNotReady (containers with unready status: [task-pv-container]) / ContainersReady:ContainersNotReady (containers with unready status: [task-pv-container])
helpers_test.go:344: "task-pv-pod" [76e32647-c145-403a-9e3d-dfb7f2cce74d] Running
addons_test.go:506: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 29.00266606s
addons_test.go:511: (dbg) Run:  kubectl --context addons-602470 create -f testdata/csi-hostpath-driver/snapshot.yaml
addons_test.go:516: (dbg) TestAddons/parallel/CSI: waiting 6m0s for volume snapshot "new-snapshot-demo" in namespace "default" ...
helpers_test.go:419: (dbg) Run:  kubectl --context addons-602470 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-602470 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:521: (dbg) Run:  kubectl --context addons-602470 delete pod task-pv-pod
addons_test.go:527: (dbg) Run:  kubectl --context addons-602470 delete pvc hpvc
addons_test.go:533: (dbg) Run:  kubectl --context addons-602470 create -f testdata/csi-hostpath-driver/pvc-restore.yaml
addons_test.go:538: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc-restore" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:543: (dbg) Run:  kubectl --context addons-602470 create -f testdata/csi-hostpath-driver/pv-pod-restore.yaml
addons_test.go:548: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod-restore" in namespace "default" ...
helpers_test.go:344: "task-pv-pod-restore" [a4283964-5d54-4f93-b696-5b3cf3b5663a] Pending
helpers_test.go:344: "task-pv-pod-restore" [a4283964-5d54-4f93-b696-5b3cf3b5663a] Pending / Ready:ContainersNotReady (containers with unready status: [task-pv-container]) / ContainersReady:ContainersNotReady (containers with unready status: [task-pv-container])
helpers_test.go:344: "task-pv-pod-restore" [a4283964-5d54-4f93-b696-5b3cf3b5663a] Running
addons_test.go:548: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 7.003425095s
addons_test.go:553: (dbg) Run:  kubectl --context addons-602470 delete pod task-pv-pod-restore
addons_test.go:553: (dbg) Done: kubectl --context addons-602470 delete pod task-pv-pod-restore: (1.138336589s)
addons_test.go:557: (dbg) Run:  kubectl --context addons-602470 delete pvc hpvc-restore
addons_test.go:561: (dbg) Run:  kubectl --context addons-602470 delete volumesnapshot new-snapshot-demo
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-602470 addons disable volumesnapshots --alsologtostderr -v=1
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-602470 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-602470 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.78224509s)
--- PASS: TestAddons/parallel/CSI (65.43s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (18.01s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:747: (dbg) Run:  out/minikube-linux-arm64 addons enable headlamp -p addons-602470 --alsologtostderr -v=1
addons_test.go:752: (dbg) TestAddons/parallel/Headlamp: waiting 8m0s for pods matching "app.kubernetes.io/name=headlamp" in namespace "headlamp" ...
helpers_test.go:344: "headlamp-5d4b5d7bd6-t84bm" [4c359257-92a9-4ca2-a26f-517e02550b66] Pending
helpers_test.go:344: "headlamp-5d4b5d7bd6-t84bm" [4c359257-92a9-4ca2-a26f-517e02550b66] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-5d4b5d7bd6-t84bm" [4c359257-92a9-4ca2-a26f-517e02550b66] Running
addons_test.go:752: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 11.003417128s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-602470 addons disable headlamp --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-602470 addons disable headlamp --alsologtostderr -v=1: (6.032512458s)
--- PASS: TestAddons/parallel/Headlamp (18.01s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (5.57s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CloudSpanner
addons_test.go:779: (dbg) TestAddons/parallel/CloudSpanner: waiting 6m0s for pods matching "app=cloud-spanner-emulator" in namespace "default" ...
helpers_test.go:344: "cloud-spanner-emulator-5d76cffbc-9qtrq" [aad1cefc-7f4f-41e0-a9de-d99968f28cf7] Running
addons_test.go:779: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 5.003217354s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-602470 addons disable cloud-spanner --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CloudSpanner (5.57s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (10.45s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:888: (dbg) Run:  kubectl --context addons-602470 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:894: (dbg) Run:  kubectl --context addons-602470 apply -f testdata/storage-provisioner-rancher/pod.yaml
addons_test.go:898: (dbg) TestAddons/parallel/LocalPath: waiting 5m0s for pvc "test-pvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-602470 get pvc test-pvc -o jsonpath={.status.phase} -n default
addons_test.go:901: (dbg) TestAddons/parallel/LocalPath: waiting 3m0s for pods matching "run=test-local-path" in namespace "default" ...
helpers_test.go:344: "test-local-path" [72b52ccd-f2a5-42f6-bcc5-433d73c2b17c] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [72b52ccd-f2a5-42f6-bcc5-433d73c2b17c] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [72b52ccd-f2a5-42f6-bcc5-433d73c2b17c] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:901: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 4.003151505s
addons_test.go:906: (dbg) Run:  kubectl --context addons-602470 get pvc test-pvc -o=json
addons_test.go:915: (dbg) Run:  out/minikube-linux-arm64 -p addons-602470 ssh "cat /opt/local-path-provisioner/pvc-d69eb5f5-a369-4d8b-8605-a09829950987_default_test-pvc/file1"
addons_test.go:927: (dbg) Run:  kubectl --context addons-602470 delete pod test-local-path
addons_test.go:931: (dbg) Run:  kubectl --context addons-602470 delete pvc test-pvc
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-602470 addons disable storage-provisioner-rancher --alsologtostderr -v=1
--- PASS: TestAddons/parallel/LocalPath (10.45s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (6.51s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/NvidiaDevicePlugin
addons_test.go:964: (dbg) TestAddons/parallel/NvidiaDevicePlugin: waiting 6m0s for pods matching "name=nvidia-device-plugin-ds" in namespace "kube-system" ...
helpers_test.go:344: "nvidia-device-plugin-daemonset-xmklh" [892bcc21-f7fb-4f30-a13f-85b2ffaf7226] Running
addons_test.go:964: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 6.003377068s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-602470 addons disable nvidia-device-plugin --alsologtostderr -v=1
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (6.51s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (11.77s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Yakd
addons_test.go:986: (dbg) TestAddons/parallel/Yakd: waiting 2m0s for pods matching "app.kubernetes.io/name=yakd-dashboard" in namespace "yakd-dashboard" ...
helpers_test.go:344: "yakd-dashboard-575dd5996b-9hnpn" [1ae551c3-52da-423c-a2fe-95a2a3bae0b9] Running
addons_test.go:986: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 6.003490517s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-602470 addons disable yakd --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-602470 addons disable yakd --alsologtostderr -v=1: (5.763332638s)
--- PASS: TestAddons/parallel/Yakd (11.77s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (12.16s)

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

                                                
                                    
x
+
TestCertOptions (36.06s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

                                                
                                                
=== CONT  TestCertOptions
cert_options_test.go:49: (dbg) Run:  out/minikube-linux-arm64 start -p cert-options-247080 --memory=2048 --apiserver-ips=127.0.0.1 --apiserver-ips=192.168.15.15 --apiserver-names=localhost --apiserver-names=www.google.com --apiserver-port=8555 --driver=docker  --container-runtime=crio
cert_options_test.go:49: (dbg) Done: out/minikube-linux-arm64 start -p cert-options-247080 --memory=2048 --apiserver-ips=127.0.0.1 --apiserver-ips=192.168.15.15 --apiserver-names=localhost --apiserver-names=www.google.com --apiserver-port=8555 --driver=docker  --container-runtime=crio: (33.354192035s)
cert_options_test.go:60: (dbg) Run:  out/minikube-linux-arm64 -p cert-options-247080 ssh "openssl x509 -text -noout -in /var/lib/minikube/certs/apiserver.crt"
cert_options_test.go:88: (dbg) Run:  kubectl --context cert-options-247080 config view
cert_options_test.go:100: (dbg) Run:  out/minikube-linux-arm64 ssh -p cert-options-247080 -- "sudo cat /etc/kubernetes/admin.conf"
helpers_test.go:175: Cleaning up "cert-options-247080" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p cert-options-247080
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p cert-options-247080: (2.033546377s)
--- PASS: TestCertOptions (36.06s)

                                                
                                    
x
+
TestCertExpiration (237.22s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

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

                                                
                                    
x
+
TestForceSystemdFlag (44.82s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

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

                                                
                                    
x
+
TestForceSystemdEnv (41.77s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

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

                                                
                                    
x
+
TestErrorSpam/setup (30.09s)

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

                                                
                                    
x
+
TestErrorSpam/start (0.77s)

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

                                                
                                    
x
+
TestErrorSpam/status (1.15s)

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

                                                
                                    
x
+
TestErrorSpam/pause (1.81s)

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

                                                
                                    
x
+
TestErrorSpam/unpause (1.83s)

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

                                                
                                    
x
+
TestErrorSpam/stop (1.46s)

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

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

                                                
                                                
=== RUN   TestFunctional/serial/CopySyncFile
functional_test.go:1872: local sync path: /home/jenkins/minikube-integration/20390-884606/.minikube/files/etc/test/nested/copy/889987/hosts
--- PASS: TestFunctional/serial/CopySyncFile (0.00s)

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (52.7s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2251: (dbg) Run:  out/minikube-linux-arm64 start -p functional-107884 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=crio
E0210 12:59:49.610707  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
E0210 12:59:49.617101  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
E0210 12:59:49.628400  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
E0210 12:59:49.649704  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
E0210 12:59:49.691033  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
E0210 12:59:49.772371  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
E0210 12:59:49.933696  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
E0210 12:59:50.255298  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
E0210 12:59:50.897271  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
E0210 12:59:52.178611  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
E0210 12:59:54.740401  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
E0210 12:59:59.862306  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:00:10.104924  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:2251: (dbg) Done: out/minikube-linux-arm64 start -p functional-107884 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=crio: (52.701095965s)
--- PASS: TestFunctional/serial/StartWithProxy (52.70s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (28.95s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
I0210 13:00:15.793050  889987 config.go:182] Loaded profile config "functional-107884": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
functional_test.go:676: (dbg) Run:  out/minikube-linux-arm64 start -p functional-107884 --alsologtostderr -v=8
E0210 13:00:30.587109  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:676: (dbg) Done: out/minikube-linux-arm64 start -p functional-107884 --alsologtostderr -v=8: (28.939956466s)
functional_test.go:680: soft start took 28.945221549s for "functional-107884" cluster.
I0210 13:00:44.733337  889987 config.go:182] Loaded profile config "functional-107884": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestFunctional/serial/SoftStart (28.95s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.06s)

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

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.1s)

                                                
                                                
=== RUN   TestFunctional/serial/KubectlGetPods
functional_test.go:713: (dbg) Run:  kubectl --context functional-107884 get po -A
--- PASS: TestFunctional/serial/KubectlGetPods (0.10s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1066: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 cache add registry.k8s.io/pause:3.1
functional_test.go:1066: (dbg) Done: out/minikube-linux-arm64 -p functional-107884 cache add registry.k8s.io/pause:3.1: (1.496049646s)
functional_test.go:1066: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 cache add registry.k8s.io/pause:3.3
functional_test.go:1066: (dbg) Done: out/minikube-linux-arm64 -p functional-107884 cache add registry.k8s.io/pause:3.3: (1.583563806s)
functional_test.go:1066: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 cache add registry.k8s.io/pause:latest
functional_test.go:1066: (dbg) Done: out/minikube-linux-arm64 -p functional-107884 cache add registry.k8s.io/pause:latest: (1.473523181s)
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (4.55s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_local
functional_test.go:1094: (dbg) Run:  docker build -t minikube-local-cache-test:functional-107884 /tmp/TestFunctionalserialCacheCmdcacheadd_local370882635/001
functional_test.go:1106: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 cache add minikube-local-cache-test:functional-107884
functional_test.go:1111: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 cache delete minikube-local-cache-test:functional-107884
functional_test.go:1100: (dbg) Run:  docker rmi minikube-local-cache-test:functional-107884
--- PASS: TestFunctional/serial/CacheCmd/cache/add_local (1.43s)

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

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

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

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

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

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

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

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

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

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

                                                
                                                
** /stderr **
functional_test.go:1175: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 cache reload
functional_test.go:1175: (dbg) Done: out/minikube-linux-arm64 -p functional-107884 cache reload: (1.20011492s)
functional_test.go:1180: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 ssh sudo crictl inspecti registry.k8s.io/pause:latest
--- PASS: TestFunctional/serial/CacheCmd/cache/cache_reload (2.14s)

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.16s)

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.14s)

                                                
                                                
=== RUN   TestFunctional/serial/MinikubeKubectlCmdDirectly
functional_test.go:758: (dbg) Run:  out/kubectl --context functional-107884 get pods
--- PASS: TestFunctional/serial/MinikubeKubectlCmdDirectly (0.14s)

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (34.1s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:774: (dbg) Run:  out/minikube-linux-arm64 start -p functional-107884 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
E0210 13:01:11.548673  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:774: (dbg) Done: out/minikube-linux-arm64 start -p functional-107884 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (34.097793125s)
functional_test.go:778: restart took 34.097900218s for "functional-107884" cluster.
I0210 13:01:28.005335  889987 config.go:182] Loaded profile config "functional-107884": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestFunctional/serial/ExtraConfig (34.10s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.1s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.73s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsCmd
functional_test.go:1253: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 logs
functional_test.go:1253: (dbg) Done: out/minikube-linux-arm64 -p functional-107884 logs: (1.726722766s)
--- PASS: TestFunctional/serial/LogsCmd (1.73s)

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.8s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1267: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 logs --file /tmp/TestFunctionalserialLogsFileCmd207581835/001/logs.txt
functional_test.go:1267: (dbg) Done: out/minikube-linux-arm64 -p functional-107884 logs --file /tmp/TestFunctionalserialLogsFileCmd207581835/001/logs.txt: (1.802453061s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.80s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.33s)

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.48s)

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

                                                
                                                

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (9.66s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.44s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0210 13:02:11.315376  916583 out.go:345] Setting OutFile to fd 1 ...
	I0210 13:02:11.315600  916583 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 13:02:11.315612  916583 out.go:358] Setting ErrFile to fd 2...
	I0210 13:02:11.315618  916583 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 13:02:11.315956  916583 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20390-884606/.minikube/bin
	I0210 13:02:11.316404  916583 out.go:352] Setting JSON to false
	I0210 13:02:11.317385  916583 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":9877,"bootTime":1739182655,"procs":191,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1075-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0210 13:02:11.317462  916583 start.go:139] virtualization:  
	I0210 13:02:11.320890  916583 out.go:177] * [functional-107884] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	I0210 13:02:11.323810  916583 out.go:177]   - MINIKUBE_LOCATION=20390
	I0210 13:02:11.323946  916583 notify.go:220] Checking for updates...
	I0210 13:02:11.329573  916583 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0210 13:02:11.332338  916583 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20390-884606/kubeconfig
	I0210 13:02:11.335153  916583 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20390-884606/.minikube
	I0210 13:02:11.338137  916583 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0210 13:02:11.340876  916583 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0210 13:02:11.344294  916583 config.go:182] Loaded profile config "functional-107884": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0210 13:02:11.344892  916583 driver.go:394] Setting default libvirt URI to qemu:///system
	I0210 13:02:11.369084  916583 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0210 13:02:11.369211  916583 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0210 13:02:11.427548  916583 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:32 OomKillDisable:true NGoroutines:54 SystemTime:2025-02-10 13:02:11.418530006 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.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]] Warnings:<nil>}}
	I0210 13:02:11.427656  916583 docker.go:318] overlay module found
	I0210 13:02:11.430698  916583 out.go:177] * Using the docker driver based on existing profile
	I0210 13:02:11.433613  916583 start.go:297] selected driver: docker
	I0210 13:02:11.433629  916583 start.go:901] validating driver "docker" against &{Name:functional-107884 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:8441 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.1 ClusterName:functional-107884 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerN
ames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 Moun
tOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0210 13:02:11.433748  916583 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0210 13:02:11.437201  916583 out.go:201] 
	W0210 13:02:11.440072  916583 out.go:270] X Exiting due to RSRC_INSUFFICIENT_REQ_MEMORY: Requested memory allocation 250MiB is less than the usable minimum of 1800MB
	X Exiting due to RSRC_INSUFFICIENT_REQ_MEMORY: Requested memory allocation 250MiB is less than the usable minimum of 1800MB
	I0210 13:02:11.442941  916583 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.23s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0210 13:02:11.096673  916539 out.go:345] Setting OutFile to fd 1 ...
	I0210 13:02:11.096887  916539 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 13:02:11.096963  916539 out.go:358] Setting ErrFile to fd 2...
	I0210 13:02:11.096985  916539 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 13:02:11.098654  916539 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20390-884606/.minikube/bin
	I0210 13:02:11.099112  916539 out.go:352] Setting JSON to false
	I0210 13:02:11.100120  916539 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":9876,"bootTime":1739182655,"procs":191,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1075-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0210 13:02:11.100237  916539 start.go:139] virtualization:  
	I0210 13:02:11.103926  916539 out.go:177] * [functional-107884] minikube v1.35.0 sur Ubuntu 20.04 (arm64)
	I0210 13:02:11.107861  916539 notify.go:220] Checking for updates...
	I0210 13:02:11.110753  916539 out.go:177]   - MINIKUBE_LOCATION=20390
	I0210 13:02:11.113843  916539 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0210 13:02:11.116842  916539 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20390-884606/kubeconfig
	I0210 13:02:11.119761  916539 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20390-884606/.minikube
	I0210 13:02:11.122652  916539 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0210 13:02:11.125647  916539 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0210 13:02:11.129536  916539 config.go:182] Loaded profile config "functional-107884": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0210 13:02:11.130140  916539 driver.go:394] Setting default libvirt URI to qemu:///system
	I0210 13:02:11.164354  916539 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0210 13:02:11.164596  916539 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0210 13:02:11.240663  916539 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:32 OomKillDisable:true NGoroutines:54 SystemTime:2025-02-10 13:02:11.230442028 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.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]] Warnings:<nil>}}
	I0210 13:02:11.240781  916539 docker.go:318] overlay module found
	I0210 13:02:11.243918  916539 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0210 13:02:11.246702  916539 start.go:297] selected driver: docker
	I0210 13:02:11.246741  916539 start.go:901] validating driver "docker" against &{Name:functional-107884 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:8441 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.1 ClusterName:functional-107884 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerN
ames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 Moun
tOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0210 13:02:11.246879  916539 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0210 13:02:11.250967  916539 out.go:201] 
	W0210 13:02:11.253968  916539 out.go:270] X Fermeture en raison de RSRC_INSUFFICIENT_REQ_MEMORY : L'allocation de mémoire demandée 250 Mio est inférieure au minimum utilisable de 1800 Mo
	X Fermeture en raison de RSRC_INSUFFICIENT_REQ_MEMORY : L'allocation de mémoire demandée 250 Mio est inférieure au minimum utilisable de 1800 Mo
	I0210 13:02:11.257735  916539 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (1.15s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/StatusCmd
functional_test.go:871: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 status
functional_test.go:877: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 status -f host:{{.Host}},kublet:{{.Kubelet}},apiserver:{{.APIServer}},kubeconfig:{{.Kubeconfig}}
functional_test.go:889: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 status -o json
--- PASS: TestFunctional/parallel/StatusCmd (1.15s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (11.67s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1644: (dbg) Run:  kubectl --context functional-107884 create deployment hello-node-connect --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1652: (dbg) Run:  kubectl --context functional-107884 expose deployment hello-node-connect --type=NodePort --port=8080
functional_test.go:1657: (dbg) TestFunctional/parallel/ServiceCmdConnect: waiting 10m0s for pods matching "app=hello-node-connect" in namespace "default" ...
helpers_test.go:344: "hello-node-connect-8449669db6-dq45z" [d17aa502-0820-4846-b277-1f05e42d11db] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver-arm]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver-arm])
helpers_test.go:344: "hello-node-connect-8449669db6-dq45z" [d17aa502-0820-4846-b277-1f05e42d11db] Running
functional_test.go:1657: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 11.003666277s
functional_test.go:1666: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 service hello-node-connect --url
functional_test.go:1672: found endpoint for hello-node-connect: http://192.168.49.2:32156
functional_test.go:1692: http://192.168.49.2:32156: success! body:

                                                
                                                

                                                
                                                
Hostname: hello-node-connect-8449669db6-dq45z

                                                
                                                
Pod Information:
	-no pod information available-

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

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

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

                                                
                                                
Request Body:
	-no body in request-

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

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.22s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/AddonsCmd
functional_test.go:1707: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 addons list
functional_test.go:1719: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 addons list -o json
--- PASS: TestFunctional/parallel/AddonsCmd (0.22s)

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (25.06s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 4m0s for pods matching "integration-test=storage-provisioner" in namespace "kube-system" ...
helpers_test.go:344: "storage-provisioner" [d6c711ec-ed6d-4c4b-85e5-227d822f3a6e] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 5.003184699s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-107884 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-107884 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-107884 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-107884 apply -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 3m0s for pods matching "test=storage-provisioner" in namespace "default" ...
helpers_test.go:344: "sp-pod" [c61126ba-2663-47ec-8719-6ba1f47b96a0] Pending
helpers_test.go:344: "sp-pod" [c61126ba-2663-47ec-8719-6ba1f47b96a0] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [c61126ba-2663-47ec-8719-6ba1f47b96a0] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 12.002752794s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-107884 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-107884 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:106: (dbg) Done: kubectl --context functional-107884 delete -f testdata/storage-provisioner/pod.yaml: (1.071371168s)
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-107884 apply -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 3m0s for pods matching "test=storage-provisioner" in namespace "default" ...
helpers_test.go:344: "sp-pod" [8d2c3be1-df2d-4ceb-995c-0ef1c7e5e9f4] Pending
helpers_test.go:344: "sp-pod" [8d2c3be1-df2d-4ceb-995c-0ef1c7e5e9f4] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 6.003409343s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-107884 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (25.06s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.71s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (2.46s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.37s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CertSync (2.15s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1989: Checking for existence of /etc/ssl/certs/889987.pem within VM
functional_test.go:1990: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 ssh "sudo cat /etc/ssl/certs/889987.pem"
functional_test.go:1989: Checking for existence of /usr/share/ca-certificates/889987.pem within VM
functional_test.go:1990: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 ssh "sudo cat /usr/share/ca-certificates/889987.pem"
functional_test.go:1989: Checking for existence of /etc/ssl/certs/51391683.0 within VM
functional_test.go:1990: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 ssh "sudo cat /etc/ssl/certs/51391683.0"
functional_test.go:2016: Checking for existence of /etc/ssl/certs/8899872.pem within VM
functional_test.go:2017: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 ssh "sudo cat /etc/ssl/certs/8899872.pem"
functional_test.go:2016: Checking for existence of /usr/share/ca-certificates/8899872.pem within VM
functional_test.go:2017: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 ssh "sudo cat /usr/share/ca-certificates/8899872.pem"
functional_test.go:2016: Checking for existence of /etc/ssl/certs/3ec20f2e.0 within VM
functional_test.go:2017: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 ssh "sudo cat /etc/ssl/certs/3ec20f2e.0"
--- PASS: TestFunctional/parallel/CertSync (2.15s)

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.1s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.68s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.35s)

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

                                                
                                                

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-107884 apply -f testdata/testsvc.yaml
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: waiting 4m0s for pods matching "run=nginx-svc" in namespace "default" ...
helpers_test.go:344: "nginx-svc" [d89041a8-fe18-45c5-bc36-2705407219cc] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [d89041a8-fe18-45c5-bc36-2705407219cc] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 9.003714493s
I0210 13:01:47.383810  889987 kapi.go:150] Service nginx-svc in namespace default found.
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (9.56s)

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel
functional_test_tunnel_test.go:434: (dbg) stopping [out/minikube-linux-arm64 -p functional-107884 tunnel --alsologtostderr] ...
functional_test_tunnel_test.go:437: failed to stop process: signal: terminated
--- PASS: TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.11s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1454: (dbg) Run:  kubectl --context functional-107884 create deployment hello-node --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1462: (dbg) Run:  kubectl --context functional-107884 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1467: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:344: "hello-node-64fc58db8c-ntn52" [8de42ad6-f43e-4420-a090-1dc23c71dbd5] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver-arm]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver-arm])
helpers_test.go:344: "hello-node-64fc58db8c-ntn52" [8de42ad6-f43e-4420-a090-1dc23c71dbd5] Running
functional_test.go:1467: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 8.003757887s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (8.21s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_list
functional_test.go:1327: (dbg) Run:  out/minikube-linux-arm64 profile list
functional_test.go:1332: Took "362.755975ms" to run "out/minikube-linux-arm64 profile list"
functional_test.go:1341: (dbg) Run:  out/minikube-linux-arm64 profile list -l
functional_test.go:1346: Took "61.672436ms" to run "out/minikube-linux-arm64 profile list -l"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_list (0.42s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_json_output
functional_test.go:1378: (dbg) Run:  out/minikube-linux-arm64 profile list -o json
functional_test.go:1383: Took "377.371473ms" to run "out/minikube-linux-arm64 profile list -o json"
functional_test.go:1391: (dbg) Run:  out/minikube-linux-arm64 profile list -o json --light
functional_test.go:1396: Took "65.208829ms" to run "out/minikube-linux-arm64 profile list -o json --light"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_json_output (0.44s)

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

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

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

                                                
                                                
** /stderr **
I0210 13:02:05.136427  889987 retry.go:31] will retry after 654.432054ms: exit status 1
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 ssh -- ls -la /mount-9p
functional_test_mount_test.go:133: guest mount directory contents
total 2
-rw-r--r-- 1 docker docker 24 Feb 10 13:02 created-by-test
-rw-r--r-- 1 docker docker 24 Feb 10 13:02 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Feb 10 13:02 test-1739192524789281460
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 ssh cat /mount-9p/test-1739192524789281460
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-107884 replace --force -f testdata/busybox-mount-test.yaml
functional_test_mount_test.go:153: (dbg) TestFunctional/parallel/MountCmd/any-port: waiting 4m0s for pods matching "integration-test=busybox-mount" in namespace "default" ...
helpers_test.go:344: "busybox-mount" [4dc8624f-2f42-4205-8ab2-5ba8a42dadf5] Pending
helpers_test.go:344: "busybox-mount" [4dc8624f-2f42-4205-8ab2-5ba8a42dadf5] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [4dc8624f-2f42-4205-8ab2-5ba8a42dadf5] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
functional_test_mount_test.go:153: (dbg) TestFunctional/parallel/MountCmd/any-port: integration-test=busybox-mount healthy within 6.004472953s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-107884 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-107884 /tmp/TestFunctionalparallelMountCmdany-port566108795/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (9.37s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/JSONOutput
functional_test.go:1506: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 service list -o json
functional_test.go:1511: Took "532.204633ms" to run "out/minikube-linux-arm64 -p functional-107884 service list -o json"
--- PASS: TestFunctional/parallel/ServiceCmd/JSONOutput (0.53s)

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/URL
functional_test.go:1576: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 service hello-node --url
functional_test.go:1582: found endpoint for hello-node: http://192.168.49.2:31184
--- PASS: TestFunctional/parallel/ServiceCmd/URL (0.38s)

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

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

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

                                                
                                                
** /stderr **
I0210 13:02:14.575361  889987 retry.go:31] will retry after 454.966751ms: exit status 1
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:257: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 ssh -- ls -la /mount-9p
functional_test_mount_test.go:261: guest mount directory contents
total 0
functional_test_mount_test.go:263: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-107884 /tmp/TestFunctionalparallelMountCmdspecific-port1396534402/001:/mount-9p --alsologtostderr -v=1 --port 46464] ...
functional_test_mount_test.go:264: reading mount text
functional_test_mount_test.go:278: done reading mount text
functional_test_mount_test.go:230: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-107884 ssh "sudo umount -f /mount-9p": exit status 1 (426.003041ms)

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

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

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

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

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

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

                                                
                                                
** /stderr **
I0210 13:02:17.537923  889987 retry.go:31] will retry after 583.976217ms: exit status 1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 ssh "findmnt -T" /mount2
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 ssh "findmnt -T" /mount3
functional_test_mount_test.go:370: (dbg) Run:  out/minikube-linux-arm64 mount -p functional-107884 --kill=true
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-107884 /tmp/TestFunctionalparallelMountCmdVerifyCleanup553826292/001:/mount1 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-107884 /tmp/TestFunctionalparallelMountCmdVerifyCleanup553826292/001:/mount2 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-107884 /tmp/TestFunctionalparallelMountCmdVerifyCleanup553826292/001:/mount3 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
--- PASS: TestFunctional/parallel/MountCmd/VerifyCleanup (2.95s)

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

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

                                                
                                                

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

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/Version/components
functional_test.go:2287: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 version -o=json --components
functional_test.go:2287: (dbg) Done: out/minikube-linux-arm64 -p functional-107884 version -o=json --components: (1.275180877s)
--- PASS: TestFunctional/parallel/Version/components (1.28s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:278: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 image ls --format short --alsologtostderr
functional_test.go:283: (dbg) Stdout: out/minikube-linux-arm64 -p functional-107884 image ls --format short --alsologtostderr:
registry.k8s.io/pause:latest
registry.k8s.io/pause:3.3
registry.k8s.io/pause:3.10
registry.k8s.io/pause:3.1
registry.k8s.io/kube-scheduler:v1.32.1
registry.k8s.io/kube-proxy:v1.32.1
registry.k8s.io/kube-controller-manager:v1.32.1
registry.k8s.io/kube-apiserver:v1.32.1
registry.k8s.io/etcd:3.5.16-0
registry.k8s.io/echoserver-arm:1.8
registry.k8s.io/coredns/coredns:v1.11.3
localhost/minikube-local-cache-test:functional-107884
localhost/kicbase/echo-server:functional-107884
gcr.io/k8s-minikube/storage-provisioner:v5
gcr.io/k8s-minikube/busybox:1.28.4-glibc
docker.io/library/nginx:latest
docker.io/library/nginx:alpine
docker.io/kindest/kindnetd:v20241212-9f82dd49
docker.io/kindest/kindnetd:v20241108-5c6d2daf
functional_test.go:286: (dbg) Stderr: out/minikube-linux-arm64 -p functional-107884 image ls --format short --alsologtostderr:
I0210 13:02:28.015384  919410 out.go:345] Setting OutFile to fd 1 ...
I0210 13:02:28.015591  919410 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0210 13:02:28.015601  919410 out.go:358] Setting ErrFile to fd 2...
I0210 13:02:28.015607  919410 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0210 13:02:28.015922  919410 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20390-884606/.minikube/bin
I0210 13:02:28.016701  919410 config.go:182] Loaded profile config "functional-107884": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0210 13:02:28.016864  919410 config.go:182] Loaded profile config "functional-107884": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0210 13:02:28.017452  919410 cli_runner.go:164] Run: docker container inspect functional-107884 --format={{.State.Status}}
I0210 13:02:28.045100  919410 ssh_runner.go:195] Run: systemctl --version
I0210 13:02:28.045157  919410 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-107884
I0210 13:02:28.074870  919410 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33573 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/functional-107884/id_rsa Username:docker}
I0210 13:02:28.165414  919410 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.27s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:278: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 image ls --format table --alsologtostderr
functional_test.go:283: (dbg) Stdout: out/minikube-linux-arm64 -p functional-107884 image ls --format table --alsologtostderr:
|-----------------------------------------|--------------------|---------------|--------|
|                  Image                  |        Tag         |   Image ID    |  Size  |
|-----------------------------------------|--------------------|---------------|--------|
| registry.k8s.io/kube-apiserver          | v1.32.1            | 265c2dedf28ab | 95MB   |
| registry.k8s.io/pause                   | 3.10               | afb61768ce381 | 520kB  |
| docker.io/kindest/kindnetd              | v20241108-5c6d2daf | 2be0bcf609c65 | 98.3MB |
| docker.io/library/nginx                 | alpine             | 525fa81b865c3 | 50.8MB |
| registry.k8s.io/coredns/coredns         | v1.11.3            | 2f6c962e7b831 | 61.6MB |
| registry.k8s.io/etcd                    | 3.5.16-0           | 7fc9d4aa817aa | 143MB  |
| registry.k8s.io/kube-controller-manager | v1.32.1            | 2933761aa7ada | 88.2MB |
| registry.k8s.io/pause                   | 3.1                | 8057e0500773a | 529kB  |
| docker.io/library/nginx                 | latest             | 9b1b7be1ffa60 | 201MB  |
| gcr.io/k8s-minikube/busybox             | 1.28.4-glibc       | 1611cd07b61d5 | 3.77MB |
| localhost/kicbase/echo-server           | functional-107884  | ce2d2cda2d858 | 4.79MB |
| localhost/minikube-local-cache-test     | functional-107884  | 5463c7997f077 | 3.33kB |
| registry.k8s.io/echoserver-arm          | 1.8                | 72565bf5bbedf | 87.5MB |
| registry.k8s.io/kube-proxy              | v1.32.1            | e124fbed851d7 | 98.3MB |
| registry.k8s.io/kube-scheduler          | v1.32.1            | ddb38cac617cb | 69MB   |
| registry.k8s.io/pause                   | latest             | 8cb2091f603e7 | 246kB  |
| gcr.io/k8s-minikube/storage-provisioner | v5                 | ba04bb24b9575 | 29MB   |
| registry.k8s.io/pause                   | 3.3                | 3d18732f8686c | 487kB  |
| docker.io/kindest/kindnetd              | v20241212-9f82dd49 | e1181ee320546 | 99MB   |
|-----------------------------------------|--------------------|---------------|--------|
functional_test.go:286: (dbg) Stderr: out/minikube-linux-arm64 -p functional-107884 image ls --format table --alsologtostderr:
I0210 13:02:28.350620  919481 out.go:345] Setting OutFile to fd 1 ...
I0210 13:02:28.350892  919481 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0210 13:02:28.350929  919481 out.go:358] Setting ErrFile to fd 2...
I0210 13:02:28.350949  919481 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0210 13:02:28.351264  919481 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20390-884606/.minikube/bin
I0210 13:02:28.352105  919481 config.go:182] Loaded profile config "functional-107884": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0210 13:02:28.352348  919481 config.go:182] Loaded profile config "functional-107884": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0210 13:02:28.352989  919481 cli_runner.go:164] Run: docker container inspect functional-107884 --format={{.State.Status}}
I0210 13:02:28.382476  919481 ssh_runner.go:195] Run: systemctl --version
I0210 13:02:28.382526  919481 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-107884
I0210 13:02:28.403693  919481 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33573 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/functional-107884/id_rsa Username:docker}
I0210 13:02:28.501164  919481 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.31s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:278: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 image ls --format json --alsologtostderr
functional_test.go:283: (dbg) Stdout: out/minikube-linux-arm64 -p functional-107884 image ls --format json --alsologtostderr:
[{"id":"afb61768ce381961ca0beff95337601f29dc70ff3ed14e5e4b3e5699057e6aa8","repoDigests":["registry.k8s.io/pause@sha256:e50b7059b633caf3c1449b8da680d11845cda4506b513ee7a2de00725f0a34a7","registry.k8s.io/pause@sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e3c98fae8199917a"],"repoTags":["registry.k8s.io/pause:3.10"],"size":"519877"},{"id":"e1181ee320546c66f17956a302db1b7899d88a593f116726718851133de588b6","repoDigests":["docker.io/kindest/kindnetd@sha256:564b9fd29e72542e4baa14b382d4d9ee22132141caa6b9803b71faf9a4a799be","docker.io/kindest/kindnetd@sha256:56ea59f77258052c4506076525318ffa66817500f68e94a50fdf7d600a280d26"],"repoTags":["docker.io/kindest/kindnetd:v20241212-9f82dd49"],"size":"99018802"},{"id":"5463c7997f077c062f87cfa3f2c47fb0642068866d7236247e39de311493f8db","repoDigests":["localhost/minikube-local-cache-test@sha256:fee8298e833aff3f5b7ccf820432fe114a1b619cfd9aed9ca450653b2785f66b"],"repoTags":["localhost/minikube-local-cache-test:functional-107884"],"size":"3330"},{"id":"72565bf5bbedfb
62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb","repoDigests":["registry.k8s.io/echoserver-arm@sha256:b33d4cdf6ed097f4e9b77b135d83a596ab73c6268b0342648818eb85f5edfdb5"],"repoTags":["registry.k8s.io/echoserver-arm:1.8"],"size":"87536549"},{"id":"7fc9d4aa817aa6a3e549f3cd49d1f7b496407be979fc36dd5f356d59ce8c3a82","repoDigests":["registry.k8s.io/etcd@sha256:313adb872febec3a5740969d5bf1b1df0d222f8fa06675f34db5a7fc437356a1","registry.k8s.io/etcd@sha256:c6a9d11cc5c04b114ccdef39a9265eeef818e3d02f5359be035ae784097fdec5"],"repoTags":["registry.k8s.io/etcd:3.5.16-0"],"size":"143226622"},{"id":"a422e0e982356f6c1cf0e5bb7b733363caae3992a07c99951fbcc73e58ed656a","repoDigests":["docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c","docker.io/kubernetesui/metrics-scraper@sha256:853c43f3cced687cb211708aa0024304a5adb33ec45ebf5915d318358822e09a"],"repoTags":[],"size":"42263767"},{"id":"1611cd07b61d57dbbfebe6db242513fd51e1c02d20ba08af17a45837d86a8a8c","repoDigests":["g
cr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e","gcr.io/k8s-minikube/busybox@sha256:580b0aa58b210f512f818b7b7ef4f63c803f7a8cd6baf571b1462b79f7b7719e"],"repoTags":["gcr.io/k8s-minikube/busybox:1.28.4-glibc"],"size":"3774172"},{"id":"3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300","repoDigests":["registry.k8s.io/pause@sha256:e59730b14890252c14f85976e22ab1c47ec28b111ffed407f34bca1b44447476"],"repoTags":["registry.k8s.io/pause:3.3"],"size":"487479"},{"id":"8cb2091f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a","repoDigests":["registry.k8s.io/pause@sha256:f5e31d44aa14d5669e030380b656463a7e45934c03994e72e3dbf83d4a645cca"],"repoTags":["registry.k8s.io/pause:latest"],"size":"246070"},{"id":"ddb38cac617cb18802e09e448db4b3aa70e9e469b02defa76e6de7192847a71c","repoDigests":["registry.k8s.io/kube-scheduler@sha256:244bf1ea0194bd050a2408898d65b6a3259624fdd5a3541788b40b4e94c02fc1","registry.k8s.io/kube-scheduler@sha256:b8fcbcd2afe44acf368b24b618
13686f64be4d7fff224d305d78a05bac38f72e"],"repoTags":["registry.k8s.io/kube-scheduler:v1.32.1"],"size":"68973892"},{"id":"2be0bcf609c6573ee83e676c747f31bda661ab2d4e039c51839e38fd258d2903","repoDigests":["docker.io/kindest/kindnetd@sha256:de216f6245e142905c8022d424959a65f798fcd26f5b7492b9c0b0391d735c3e","docker.io/kindest/kindnetd@sha256:e35e1050b69dcd16eb021c3bf915bdd9a591d4274108ac374bd941043673c108"],"repoTags":["docker.io/kindest/kindnetd:v20241108-5c6d2daf"],"size":"98274354"},{"id":"ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6","repoDigests":["gcr.io/k8s-minikube/storage-provisioner@sha256:0ba370588274b88531ab311a5d2e645d240a853555c1e58fd1dd428fc333c9d2","gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944"],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"29037500"},{"id":"2933761aa7adae93679cdde1c0bf457bd4dc4b53f95fc066a4c50aa9c375ea13","repoDigests":["registry.k8s.io/kube-controller-manager@sha256:71478b03f
55b6a17c25fee181fbaaafb7ac4f5314c4007eb0cf3d35fb20938e3","registry.k8s.io/kube-controller-manager@sha256:7e86b2b274365bbc5f5d1e08f0d32d8bb04b8484ac6a92484c298dc695025954"],"repoTags":["registry.k8s.io/kube-controller-manager:v1.32.1"],"size":"88241478"},{"id":"e124fbed851d756107a6153db4dc52269a2fd34af3cc46f00a2ef113f868aab0","repoDigests":["registry.k8s.io/kube-proxy@sha256:0244651801747edf2368222f93a7d17cba6e668a890db72532d6b67a7e06dca5","registry.k8s.io/kube-proxy@sha256:0d36a8e2f0f6a06753c1ae9949a9a4a58d752f8364fd2ab083fcd836c37f844d"],"repoTags":["registry.k8s.io/kube-proxy:v1.32.1"],"size":"98313623"},{"id":"2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4","repoDigests":["registry.k8s.io/coredns/coredns@sha256:31440a2bef59e2f1ffb600113b557103740ff851e27b0aef5b849f6e3ab994a6","registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e"],"repoTags":["registry.k8s.io/coredns/coredns:v1.11.3"],"size":"61647114"},{"id":"265c2dedf28ab9b88c7910c1643e
210ad62483867f2bab88f56919a6e49a0d19","repoDigests":["registry.k8s.io/kube-apiserver@sha256:88154e5cc4415415c0cbfb49ad1d63ea2de74614b7b567d5f344c5bcb5c5f244","registry.k8s.io/kube-apiserver@sha256:b88ede8e7c3ce354ca0c45c448c48c094781ce692883ee56f181fa569338c0ac"],"repoTags":["registry.k8s.io/kube-apiserver:v1.32.1"],"size":"94991840"},{"id":"8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5","repoDigests":["registry.k8s.io/pause@sha256:b0602c9f938379133ff8017007894b48c1112681c9468f82a1e4cbf8a4498b67"],"repoTags":["registry.k8s.io/pause:3.1"],"size":"528622"},{"id":"20b332c9a70d8516d849d1ac23eff5800cbb2f263d379f0ec11ee908db6b25a8","repoDigests":["docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93","docker.io/kubernetesui/dashboard@sha256:5c52c60663b473628bd98e4ffee7a747ef1f88d8c7bcee957b089fb3f61bdedf"],"repoTags":[],"size":"247562353"},{"id":"525fa81b865c3bef8743265945df1859f8f0cb06a4f71aacbcb54f2fbd5a57d8","repoDigests":["docker.io/library/
nginx@sha256:b471bb609adc83f73c2d95148cf1bd683408739a3c09c0afc666ea2af0037aef","docker.io/library/nginx@sha256:df7b6963d5252424319dc265539db380d75bd4e40e112a83f8eaf09d1a9cb909"],"repoTags":["docker.io/library/nginx:alpine"],"size":"50780648"},{"id":"9b1b7be1ffa607d40d545607d3fdf441f08553468adec5588fb58499ad77fe58","repoDigests":["docker.io/library/nginx@sha256:91734281c0ebfc6f1aea979cffeed5079cfe786228a71cc6f1f46a228cde6e34","docker.io/library/nginx@sha256:a90c36c019f67444c32f4d361084d4b5b853dbf8701055df7908bf42cc613cdd"],"repoTags":["docker.io/library/nginx:latest"],"size":"201397159"},{"id":"ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17","repoDigests":["localhost/kicbase/echo-server@sha256:49260110d6ce1914d3de292ed370ee11a2e34ab577b97e6011d795cb13534d4a"],"repoTags":["localhost/kicbase/echo-server:functional-107884"],"size":"4788229"}]
functional_test.go:286: (dbg) Stderr: out/minikube-linux-arm64 -p functional-107884 image ls --format json --alsologtostderr:
I0210 13:02:28.301818  919476 out.go:345] Setting OutFile to fd 1 ...
I0210 13:02:28.302041  919476 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0210 13:02:28.302067  919476 out.go:358] Setting ErrFile to fd 2...
I0210 13:02:28.302085  919476 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0210 13:02:28.302380  919476 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20390-884606/.minikube/bin
I0210 13:02:28.303087  919476 config.go:182] Loaded profile config "functional-107884": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0210 13:02:28.303282  919476 config.go:182] Loaded profile config "functional-107884": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0210 13:02:28.303822  919476 cli_runner.go:164] Run: docker container inspect functional-107884 --format={{.State.Status}}
I0210 13:02:28.327153  919476 ssh_runner.go:195] Run: systemctl --version
I0210 13:02:28.327208  919476 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-107884
I0210 13:02:28.375367  919476 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33573 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/functional-107884/id_rsa Username:docker}
I0210 13:02:28.469071  919476 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.31s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:278: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 image ls --format yaml --alsologtostderr
functional_test.go:283: (dbg) Stdout: out/minikube-linux-arm64 -p functional-107884 image ls --format yaml --alsologtostderr:
- id: 20b332c9a70d8516d849d1ac23eff5800cbb2f263d379f0ec11ee908db6b25a8
repoDigests:
- docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93
- docker.io/kubernetesui/dashboard@sha256:5c52c60663b473628bd98e4ffee7a747ef1f88d8c7bcee957b089fb3f61bdedf
repoTags: []
size: "247562353"
- id: 525fa81b865c3bef8743265945df1859f8f0cb06a4f71aacbcb54f2fbd5a57d8
repoDigests:
- docker.io/library/nginx@sha256:b471bb609adc83f73c2d95148cf1bd683408739a3c09c0afc666ea2af0037aef
- docker.io/library/nginx@sha256:df7b6963d5252424319dc265539db380d75bd4e40e112a83f8eaf09d1a9cb909
repoTags:
- docker.io/library/nginx:alpine
size: "50780648"
- id: ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17
repoDigests:
- localhost/kicbase/echo-server@sha256:49260110d6ce1914d3de292ed370ee11a2e34ab577b97e6011d795cb13534d4a
repoTags:
- localhost/kicbase/echo-server:functional-107884
size: "4788229"
- id: 8cb2091f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a
repoDigests:
- registry.k8s.io/pause@sha256:f5e31d44aa14d5669e030380b656463a7e45934c03994e72e3dbf83d4a645cca
repoTags:
- registry.k8s.io/pause:latest
size: "246070"
- id: e1181ee320546c66f17956a302db1b7899d88a593f116726718851133de588b6
repoDigests:
- docker.io/kindest/kindnetd@sha256:564b9fd29e72542e4baa14b382d4d9ee22132141caa6b9803b71faf9a4a799be
- docker.io/kindest/kindnetd@sha256:56ea59f77258052c4506076525318ffa66817500f68e94a50fdf7d600a280d26
repoTags:
- docker.io/kindest/kindnetd:v20241212-9f82dd49
size: "99018802"
- id: 2933761aa7adae93679cdde1c0bf457bd4dc4b53f95fc066a4c50aa9c375ea13
repoDigests:
- registry.k8s.io/kube-controller-manager@sha256:71478b03f55b6a17c25fee181fbaaafb7ac4f5314c4007eb0cf3d35fb20938e3
- registry.k8s.io/kube-controller-manager@sha256:7e86b2b274365bbc5f5d1e08f0d32d8bb04b8484ac6a92484c298dc695025954
repoTags:
- registry.k8s.io/kube-controller-manager:v1.32.1
size: "88241478"
- id: ddb38cac617cb18802e09e448db4b3aa70e9e469b02defa76e6de7192847a71c
repoDigests:
- registry.k8s.io/kube-scheduler@sha256:244bf1ea0194bd050a2408898d65b6a3259624fdd5a3541788b40b4e94c02fc1
- registry.k8s.io/kube-scheduler@sha256:b8fcbcd2afe44acf368b24b61813686f64be4d7fff224d305d78a05bac38f72e
repoTags:
- registry.k8s.io/kube-scheduler:v1.32.1
size: "68973892"
- id: 7fc9d4aa817aa6a3e549f3cd49d1f7b496407be979fc36dd5f356d59ce8c3a82
repoDigests:
- registry.k8s.io/etcd@sha256:313adb872febec3a5740969d5bf1b1df0d222f8fa06675f34db5a7fc437356a1
- registry.k8s.io/etcd@sha256:c6a9d11cc5c04b114ccdef39a9265eeef818e3d02f5359be035ae784097fdec5
repoTags:
- registry.k8s.io/etcd:3.5.16-0
size: "143226622"
- id: e124fbed851d756107a6153db4dc52269a2fd34af3cc46f00a2ef113f868aab0
repoDigests:
- registry.k8s.io/kube-proxy@sha256:0244651801747edf2368222f93a7d17cba6e668a890db72532d6b67a7e06dca5
- registry.k8s.io/kube-proxy@sha256:0d36a8e2f0f6a06753c1ae9949a9a4a58d752f8364fd2ab083fcd836c37f844d
repoTags:
- registry.k8s.io/kube-proxy:v1.32.1
size: "98313623"
- id: afb61768ce381961ca0beff95337601f29dc70ff3ed14e5e4b3e5699057e6aa8
repoDigests:
- registry.k8s.io/pause@sha256:e50b7059b633caf3c1449b8da680d11845cda4506b513ee7a2de00725f0a34a7
- registry.k8s.io/pause@sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e3c98fae8199917a
repoTags:
- registry.k8s.io/pause:3.10
size: "519877"
- id: 3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300
repoDigests:
- registry.k8s.io/pause@sha256:e59730b14890252c14f85976e22ab1c47ec28b111ffed407f34bca1b44447476
repoTags:
- registry.k8s.io/pause:3.3
size: "487479"
- id: a422e0e982356f6c1cf0e5bb7b733363caae3992a07c99951fbcc73e58ed656a
repoDigests:
- docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c
- docker.io/kubernetesui/metrics-scraper@sha256:853c43f3cced687cb211708aa0024304a5adb33ec45ebf5915d318358822e09a
repoTags: []
size: "42263767"
- id: ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6
repoDigests:
- gcr.io/k8s-minikube/storage-provisioner@sha256:0ba370588274b88531ab311a5d2e645d240a853555c1e58fd1dd428fc333c9d2
- gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944
repoTags:
- gcr.io/k8s-minikube/storage-provisioner:v5
size: "29037500"
- id: 2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4
repoDigests:
- registry.k8s.io/coredns/coredns@sha256:31440a2bef59e2f1ffb600113b557103740ff851e27b0aef5b849f6e3ab994a6
- registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e
repoTags:
- registry.k8s.io/coredns/coredns:v1.11.3
size: "61647114"
- id: 72565bf5bbedfb62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb
repoDigests:
- registry.k8s.io/echoserver-arm@sha256:b33d4cdf6ed097f4e9b77b135d83a596ab73c6268b0342648818eb85f5edfdb5
repoTags:
- registry.k8s.io/echoserver-arm:1.8
size: "87536549"
- id: 265c2dedf28ab9b88c7910c1643e210ad62483867f2bab88f56919a6e49a0d19
repoDigests:
- registry.k8s.io/kube-apiserver@sha256:88154e5cc4415415c0cbfb49ad1d63ea2de74614b7b567d5f344c5bcb5c5f244
- registry.k8s.io/kube-apiserver@sha256:b88ede8e7c3ce354ca0c45c448c48c094781ce692883ee56f181fa569338c0ac
repoTags:
- registry.k8s.io/kube-apiserver:v1.32.1
size: "94991840"
- id: 8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5
repoDigests:
- registry.k8s.io/pause@sha256:b0602c9f938379133ff8017007894b48c1112681c9468f82a1e4cbf8a4498b67
repoTags:
- registry.k8s.io/pause:3.1
size: "528622"
- id: 2be0bcf609c6573ee83e676c747f31bda661ab2d4e039c51839e38fd258d2903
repoDigests:
- docker.io/kindest/kindnetd@sha256:de216f6245e142905c8022d424959a65f798fcd26f5b7492b9c0b0391d735c3e
- docker.io/kindest/kindnetd@sha256:e35e1050b69dcd16eb021c3bf915bdd9a591d4274108ac374bd941043673c108
repoTags:
- docker.io/kindest/kindnetd:v20241108-5c6d2daf
size: "98274354"
- id: 9b1b7be1ffa607d40d545607d3fdf441f08553468adec5588fb58499ad77fe58
repoDigests:
- docker.io/library/nginx@sha256:91734281c0ebfc6f1aea979cffeed5079cfe786228a71cc6f1f46a228cde6e34
- docker.io/library/nginx@sha256:a90c36c019f67444c32f4d361084d4b5b853dbf8701055df7908bf42cc613cdd
repoTags:
- docker.io/library/nginx:latest
size: "201397159"
- id: 1611cd07b61d57dbbfebe6db242513fd51e1c02d20ba08af17a45837d86a8a8c
repoDigests:
- gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e
- gcr.io/k8s-minikube/busybox@sha256:580b0aa58b210f512f818b7b7ef4f63c803f7a8cd6baf571b1462b79f7b7719e
repoTags:
- gcr.io/k8s-minikube/busybox:1.28.4-glibc
size: "3774172"
- id: 5463c7997f077c062f87cfa3f2c47fb0642068866d7236247e39de311493f8db
repoDigests:
- localhost/minikube-local-cache-test@sha256:fee8298e833aff3f5b7ccf820432fe114a1b619cfd9aed9ca450653b2785f66b
repoTags:
- localhost/minikube-local-cache-test:functional-107884
size: "3330"

                                                
                                                
functional_test.go:286: (dbg) Stderr: out/minikube-linux-arm64 -p functional-107884 image ls --format yaml --alsologtostderr:
I0210 13:02:28.045286  919411 out.go:345] Setting OutFile to fd 1 ...
I0210 13:02:28.045464  919411 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0210 13:02:28.045496  919411 out.go:358] Setting ErrFile to fd 2...
I0210 13:02:28.045529  919411 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0210 13:02:28.046013  919411 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20390-884606/.minikube/bin
I0210 13:02:28.047217  919411 config.go:182] Loaded profile config "functional-107884": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0210 13:02:28.047404  919411 config.go:182] Loaded profile config "functional-107884": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0210 13:02:28.047958  919411 cli_runner.go:164] Run: docker container inspect functional-107884 --format={{.State.Status}}
I0210 13:02:28.070344  919411 ssh_runner.go:195] Run: systemctl --version
I0210 13:02:28.070411  919411 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-107884
I0210 13:02:28.099773  919411 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33573 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/functional-107884/id_rsa Username:docker}
I0210 13:02:28.194329  919411 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.32s)

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

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

                                                
                                                

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

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

                                                
                                                
** /stderr **
functional_test.go:332: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 image build -t localhost/my-image:functional-107884 testdata/build --alsologtostderr
functional_test.go:332: (dbg) Done: out/minikube-linux-arm64 -p functional-107884 image build -t localhost/my-image:functional-107884 testdata/build --alsologtostderr: (3.025432173s)
functional_test.go:337: (dbg) Stdout: out/minikube-linux-arm64 -p functional-107884 image build -t localhost/my-image:functional-107884 testdata/build --alsologtostderr:
STEP 1/3: FROM gcr.io/k8s-minikube/busybox
STEP 2/3: RUN true
--> e2bbdd1c6ad
STEP 3/3: ADD content.txt /
COMMIT localhost/my-image:functional-107884
--> 5946b61b1cd
Successfully tagged localhost/my-image:functional-107884
5946b61b1cd01142410e47d3e64b490ff57193672c22d6c7a6dedbe98428c0b7
functional_test.go:340: (dbg) Stderr: out/minikube-linux-arm64 -p functional-107884 image build -t localhost/my-image:functional-107884 testdata/build --alsologtostderr:
I0210 13:02:28.853298  919602 out.go:345] Setting OutFile to fd 1 ...
I0210 13:02:28.853947  919602 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0210 13:02:28.853986  919602 out.go:358] Setting ErrFile to fd 2...
I0210 13:02:28.854005  919602 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0210 13:02:28.854411  919602 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20390-884606/.minikube/bin
I0210 13:02:28.855801  919602 config.go:182] Loaded profile config "functional-107884": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0210 13:02:28.856992  919602 config.go:182] Loaded profile config "functional-107884": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0210 13:02:28.857558  919602 cli_runner.go:164] Run: docker container inspect functional-107884 --format={{.State.Status}}
I0210 13:02:28.875665  919602 ssh_runner.go:195] Run: systemctl --version
I0210 13:02:28.875723  919602 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-107884
I0210 13:02:28.893710  919602 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33573 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/functional-107884/id_rsa Username:docker}
I0210 13:02:28.985162  919602 build_images.go:161] Building image from path: /tmp/build.3484538953.tar
I0210 13:02:28.985260  919602 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0210 13:02:28.994801  919602 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.3484538953.tar
I0210 13:02:28.998522  919602 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.3484538953.tar: stat -c "%s %y" /var/lib/minikube/build/build.3484538953.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.3484538953.tar': No such file or directory
I0210 13:02:28.998564  919602 ssh_runner.go:362] scp /tmp/build.3484538953.tar --> /var/lib/minikube/build/build.3484538953.tar (3072 bytes)
I0210 13:02:29.024579  919602 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.3484538953
I0210 13:02:29.033814  919602 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.3484538953 -xf /var/lib/minikube/build/build.3484538953.tar
I0210 13:02:29.043369  919602 crio.go:315] Building image: /var/lib/minikube/build/build.3484538953
I0210 13:02:29.043448  919602 ssh_runner.go:195] Run: sudo podman build -t localhost/my-image:functional-107884 /var/lib/minikube/build/build.3484538953 --cgroup-manager=cgroupfs
Trying to pull gcr.io/k8s-minikube/busybox:latest...
Getting image source signatures
Copying blob sha256:a01966dde7f8d5ba10b6d87e776c7c8fb5a5f6bfa678874bd28b33b1fc6dba34
Copying blob sha256:a01966dde7f8d5ba10b6d87e776c7c8fb5a5f6bfa678874bd28b33b1fc6dba34
Copying config sha256:71a676dd070f4b701c3272e566d84951362f1326ea07d5bbad119d1c4f6b3d02
Writing manifest to image destination
Storing signatures
I0210 13:02:31.796215  919602 ssh_runner.go:235] Completed: sudo podman build -t localhost/my-image:functional-107884 /var/lib/minikube/build/build.3484538953 --cgroup-manager=cgroupfs: (2.752733481s)
I0210 13:02:31.796303  919602 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.3484538953
I0210 13:02:31.805448  919602 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.3484538953.tar
I0210 13:02:31.814446  919602 build_images.go:217] Built localhost/my-image:functional-107884 from /tmp/build.3484538953.tar
I0210 13:02:31.814479  919602 build_images.go:133] succeeded building to: functional-107884
I0210 13:02:31.814484  919602 build_images.go:134] failed building to: 
functional_test.go:468: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (3.55s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/Setup
functional_test.go:359: (dbg) Run:  docker pull kicbase/echo-server:1.0
functional_test.go:364: (dbg) Run:  docker tag kicbase/echo-server:1.0 kicbase/echo-server:functional-107884
2025/02/10 13:02:21 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
--- PASS: TestFunctional/parallel/ImageCommands/Setup (0.78s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:372: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 image load --daemon kicbase/echo-server:functional-107884 --alsologtostderr
functional_test.go:372: (dbg) Done: out/minikube-linux-arm64 -p functional-107884 image load --daemon kicbase/echo-server:functional-107884 --alsologtostderr: (1.439357201s)
functional_test.go:468: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadDaemon (1.77s)

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon
functional_test.go:252: (dbg) Run:  docker pull kicbase/echo-server:latest
functional_test.go:257: (dbg) Run:  docker tag kicbase/echo-server:latest kicbase/echo-server:functional-107884
functional_test.go:262: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 image load --daemon kicbase/echo-server:functional-107884 --alsologtostderr
functional_test.go:468: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (1.29s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageRemove
functional_test.go:409: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 image rm kicbase/echo-server:functional-107884 --alsologtostderr
functional_test.go:468: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageRemove (0.57s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveDaemon
functional_test.go:436: (dbg) Run:  docker rmi kicbase/echo-server:functional-107884
functional_test.go:441: (dbg) Run:  out/minikube-linux-arm64 -p functional-107884 image save --daemon kicbase/echo-server:functional-107884 --alsologtostderr
functional_test.go:449: (dbg) Run:  docker image inspect localhost/kicbase/echo-server:functional-107884
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveDaemon (0.60s)

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.04s)

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

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.02s)

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

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.02s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (180.22s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-arm64 start -p ha-514005 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0210 13:04:49.606829  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:05:17.312772  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:101: (dbg) Done: out/minikube-linux-arm64 start -p ha-514005 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (2m59.389707107s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/StartCluster (180.22s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (8.29s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeployApp
ha_test.go:128: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- apply -f ./testdata/ha/ha-pod-dns-test.yaml
ha_test.go:133: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- rollout status deployment/busybox
ha_test.go:133: (dbg) Done: out/minikube-linux-arm64 kubectl -p ha-514005 -- rollout status deployment/busybox: (5.215361781s)
ha_test.go:140: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- get pods -o jsonpath='{.items[*].status.podIP}'
ha_test.go:163: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:171: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- exec busybox-58667487b6-284kq -- nslookup kubernetes.io
ha_test.go:171: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- exec busybox-58667487b6-hs4lz -- nslookup kubernetes.io
ha_test.go:171: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- exec busybox-58667487b6-zb56q -- nslookup kubernetes.io
ha_test.go:181: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- exec busybox-58667487b6-284kq -- nslookup kubernetes.default
ha_test.go:181: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- exec busybox-58667487b6-hs4lz -- nslookup kubernetes.default
ha_test.go:181: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- exec busybox-58667487b6-zb56q -- nslookup kubernetes.default
ha_test.go:189: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- exec busybox-58667487b6-284kq -- nslookup kubernetes.default.svc.cluster.local
ha_test.go:189: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- exec busybox-58667487b6-hs4lz -- nslookup kubernetes.default.svc.cluster.local
ha_test.go:189: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- exec busybox-58667487b6-zb56q -- nslookup kubernetes.default.svc.cluster.local
--- PASS: TestMultiControlPlane/serial/DeployApp (8.29s)

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.72s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/PingHostFromPods
ha_test.go:199: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:207: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- exec busybox-58667487b6-284kq -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- exec busybox-58667487b6-284kq -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- exec busybox-58667487b6-hs4lz -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- exec busybox-58667487b6-hs4lz -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- exec busybox-58667487b6-zb56q -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-linux-arm64 kubectl -p ha-514005 -- exec busybox-58667487b6-zb56q -- sh -c "ping -c 1 192.168.49.1"
--- PASS: TestMultiControlPlane/serial/PingHostFromPods (1.72s)

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (39.15s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddWorkerNode
ha_test.go:228: (dbg) Run:  out/minikube-linux-arm64 node add -p ha-514005 -v=7 --alsologtostderr
ha_test.go:228: (dbg) Done: out/minikube-linux-arm64 node add -p ha-514005 -v=7 --alsologtostderr: (38.141363803s)
ha_test.go:234: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 status -v=7 --alsologtostderr
ha_test.go:234: (dbg) Done: out/minikube-linux-arm64 -p ha-514005 status -v=7 --alsologtostderr: (1.003600058s)
--- PASS: TestMultiControlPlane/serial/AddWorkerNode (39.15s)

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.09s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (0.97s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (19.12s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/CopyFile
ha_test.go:328: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 status --output json -v=7 --alsologtostderr
ha_test.go:328: (dbg) Done: out/minikube-linux-arm64 -p ha-514005 status --output json -v=7 --alsologtostderr: (1.00386429s)
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp testdata/cp-test.txt ha-514005:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp ha-514005:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile2549026180/001/cp-test_ha-514005.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp ha-514005:/home/docker/cp-test.txt ha-514005-m02:/home/docker/cp-test_ha-514005_ha-514005-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m02 "sudo cat /home/docker/cp-test_ha-514005_ha-514005-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp ha-514005:/home/docker/cp-test.txt ha-514005-m03:/home/docker/cp-test_ha-514005_ha-514005-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m03 "sudo cat /home/docker/cp-test_ha-514005_ha-514005-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp ha-514005:/home/docker/cp-test.txt ha-514005-m04:/home/docker/cp-test_ha-514005_ha-514005-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m04 "sudo cat /home/docker/cp-test_ha-514005_ha-514005-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp testdata/cp-test.txt ha-514005-m02:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp ha-514005-m02:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile2549026180/001/cp-test_ha-514005-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp ha-514005-m02:/home/docker/cp-test.txt ha-514005:/home/docker/cp-test_ha-514005-m02_ha-514005.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005 "sudo cat /home/docker/cp-test_ha-514005-m02_ha-514005.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp ha-514005-m02:/home/docker/cp-test.txt ha-514005-m03:/home/docker/cp-test_ha-514005-m02_ha-514005-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m03 "sudo cat /home/docker/cp-test_ha-514005-m02_ha-514005-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp ha-514005-m02:/home/docker/cp-test.txt ha-514005-m04:/home/docker/cp-test_ha-514005-m02_ha-514005-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m04 "sudo cat /home/docker/cp-test_ha-514005-m02_ha-514005-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp testdata/cp-test.txt ha-514005-m03:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp ha-514005-m03:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile2549026180/001/cp-test_ha-514005-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp ha-514005-m03:/home/docker/cp-test.txt ha-514005:/home/docker/cp-test_ha-514005-m03_ha-514005.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005 "sudo cat /home/docker/cp-test_ha-514005-m03_ha-514005.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp ha-514005-m03:/home/docker/cp-test.txt ha-514005-m02:/home/docker/cp-test_ha-514005-m03_ha-514005-m02.txt
E0210 13:06:37.829095  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:06:37.836675  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:06:37.847996  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:06:37.869340  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:06:37.911155  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:06:37.993338  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:06:38.154835  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m03 "sudo cat /home/docker/cp-test.txt"
E0210 13:06:38.476818  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m02 "sudo cat /home/docker/cp-test_ha-514005-m03_ha-514005-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp ha-514005-m03:/home/docker/cp-test.txt ha-514005-m04:/home/docker/cp-test_ha-514005-m03_ha-514005-m04.txt
E0210 13:06:39.118664  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m04 "sudo cat /home/docker/cp-test_ha-514005-m03_ha-514005-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp testdata/cp-test.txt ha-514005-m04:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m04 "sudo cat /home/docker/cp-test.txt"
E0210 13:06:40.400398  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp ha-514005-m04:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile2549026180/001/cp-test_ha-514005-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp ha-514005-m04:/home/docker/cp-test.txt ha-514005:/home/docker/cp-test_ha-514005-m04_ha-514005.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005 "sudo cat /home/docker/cp-test_ha-514005-m04_ha-514005.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp ha-514005-m04:/home/docker/cp-test.txt ha-514005-m02:/home/docker/cp-test_ha-514005-m04_ha-514005-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m04 "sudo cat /home/docker/cp-test.txt"
E0210 13:06:42.962495  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m02 "sudo cat /home/docker/cp-test_ha-514005-m04_ha-514005-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 cp ha-514005-m04:/home/docker/cp-test.txt ha-514005-m03:/home/docker/cp-test_ha-514005-m04_ha-514005-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 ssh -n ha-514005-m03 "sudo cat /home/docker/cp-test_ha-514005-m04_ha-514005-m03.txt"
--- PASS: TestMultiControlPlane/serial/CopyFile (19.12s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (12.86s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopSecondaryNode
ha_test.go:365: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 node stop m02 -v=7 --alsologtostderr
E0210 13:06:48.084248  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:365: (dbg) Done: out/minikube-linux-arm64 -p ha-514005 node stop m02 -v=7 --alsologtostderr: (12.094519176s)
ha_test.go:371: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 status -v=7 --alsologtostderr
ha_test.go:371: (dbg) Non-zero exit: out/minikube-linux-arm64 -p ha-514005 status -v=7 --alsologtostderr: exit status 7 (763.164981ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0210 13:06:56.695874  935421 out.go:345] Setting OutFile to fd 1 ...
	I0210 13:06:56.696061  935421 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 13:06:56.696074  935421 out.go:358] Setting ErrFile to fd 2...
	I0210 13:06:56.696080  935421 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 13:06:56.696336  935421 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20390-884606/.minikube/bin
	I0210 13:06:56.696538  935421 out.go:352] Setting JSON to false
	I0210 13:06:56.696635  935421 mustload.go:65] Loading cluster: ha-514005
	I0210 13:06:56.696725  935421 notify.go:220] Checking for updates...
	I0210 13:06:56.697120  935421 config.go:182] Loaded profile config "ha-514005": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0210 13:06:56.697145  935421 status.go:174] checking status of ha-514005 ...
	I0210 13:06:56.697741  935421 cli_runner.go:164] Run: docker container inspect ha-514005 --format={{.State.Status}}
	I0210 13:06:56.727038  935421 status.go:371] ha-514005 host status = "Running" (err=<nil>)
	I0210 13:06:56.727066  935421 host.go:66] Checking if "ha-514005" exists ...
	I0210 13:06:56.728753  935421 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-514005
	I0210 13:06:56.752675  935421 host.go:66] Checking if "ha-514005" exists ...
	I0210 13:06:56.753110  935421 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0210 13:06:56.753190  935421 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-514005
	I0210 13:06:56.771979  935421 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33578 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/ha-514005/id_rsa Username:docker}
	I0210 13:06:56.862285  935421 ssh_runner.go:195] Run: systemctl --version
	I0210 13:06:56.867513  935421 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0210 13:06:56.881565  935421 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0210 13:06:56.954739  935421 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:4 ContainersRunning:3 ContainersPaused:0 ContainersStopped:1 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:48 OomKillDisable:true NGoroutines:73 SystemTime:2025-02-10 13:06:56.945156774 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.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]] Warnings:<nil>}}
	I0210 13:06:56.955333  935421 kubeconfig.go:125] found "ha-514005" server: "https://192.168.49.254:8443"
	I0210 13:06:56.955380  935421 api_server.go:166] Checking apiserver status ...
	I0210 13:06:56.955450  935421 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0210 13:06:56.967193  935421 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1399/cgroup
	I0210 13:06:56.978811  935421 api_server.go:182] apiserver freezer: "13:freezer:/docker/63c47a0e0dc402912e42ba586c675595594acb0dcc391fde5c5fc43cb97182e1/crio/crio-45ae286214e07c2ce6a17ee7f8b6c6c20da08fd934155ae2e476701fc205b837"
	I0210 13:06:56.978893  935421 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/63c47a0e0dc402912e42ba586c675595594acb0dcc391fde5c5fc43cb97182e1/crio/crio-45ae286214e07c2ce6a17ee7f8b6c6c20da08fd934155ae2e476701fc205b837/freezer.state
	I0210 13:06:56.989828  935421 api_server.go:204] freezer state: "THAWED"
	I0210 13:06:56.989858  935421 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0210 13:06:56.999437  935421 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0210 13:06:56.999472  935421 status.go:463] ha-514005 apiserver status = Running (err=<nil>)
	I0210 13:06:56.999484  935421 status.go:176] ha-514005 status: &{Name:ha-514005 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0210 13:06:56.999500  935421 status.go:174] checking status of ha-514005-m02 ...
	I0210 13:06:56.999835  935421 cli_runner.go:164] Run: docker container inspect ha-514005-m02 --format={{.State.Status}}
	I0210 13:06:57.018811  935421 status.go:371] ha-514005-m02 host status = "Stopped" (err=<nil>)
	I0210 13:06:57.018836  935421 status.go:384] host is not running, skipping remaining checks
	I0210 13:06:57.018844  935421 status.go:176] ha-514005-m02 status: &{Name:ha-514005-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0210 13:06:57.018865  935421 status.go:174] checking status of ha-514005-m03 ...
	I0210 13:06:57.019428  935421 cli_runner.go:164] Run: docker container inspect ha-514005-m03 --format={{.State.Status}}
	I0210 13:06:57.039731  935421 status.go:371] ha-514005-m03 host status = "Running" (err=<nil>)
	I0210 13:06:57.039758  935421 host.go:66] Checking if "ha-514005-m03" exists ...
	I0210 13:06:57.040292  935421 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-514005-m03
	I0210 13:06:57.066534  935421 host.go:66] Checking if "ha-514005-m03" exists ...
	I0210 13:06:57.066843  935421 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0210 13:06:57.066902  935421 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-514005-m03
	I0210 13:06:57.084341  935421 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33588 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/ha-514005-m03/id_rsa Username:docker}
	I0210 13:06:57.174281  935421 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0210 13:06:57.186281  935421 kubeconfig.go:125] found "ha-514005" server: "https://192.168.49.254:8443"
	I0210 13:06:57.186323  935421 api_server.go:166] Checking apiserver status ...
	I0210 13:06:57.186367  935421 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0210 13:06:57.197164  935421 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1339/cgroup
	I0210 13:06:57.213315  935421 api_server.go:182] apiserver freezer: "13:freezer:/docker/4c19d2de4fbccb532765d48f494213b23787e8bc68ab8ad14720b93010f16241/crio/crio-f9837b908e08dfaf4e5809fbe77ab114dcf0c9061184b2699d3516294fc8c4ec"
	I0210 13:06:57.213445  935421 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/4c19d2de4fbccb532765d48f494213b23787e8bc68ab8ad14720b93010f16241/crio/crio-f9837b908e08dfaf4e5809fbe77ab114dcf0c9061184b2699d3516294fc8c4ec/freezer.state
	I0210 13:06:57.222389  935421 api_server.go:204] freezer state: "THAWED"
	I0210 13:06:57.222419  935421 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0210 13:06:57.230604  935421 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0210 13:06:57.230631  935421 status.go:463] ha-514005-m03 apiserver status = Running (err=<nil>)
	I0210 13:06:57.230640  935421 status.go:176] ha-514005-m03 status: &{Name:ha-514005-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0210 13:06:57.230678  935421 status.go:174] checking status of ha-514005-m04 ...
	I0210 13:06:57.230986  935421 cli_runner.go:164] Run: docker container inspect ha-514005-m04 --format={{.State.Status}}
	I0210 13:06:57.249362  935421 status.go:371] ha-514005-m04 host status = "Running" (err=<nil>)
	I0210 13:06:57.249388  935421 host.go:66] Checking if "ha-514005-m04" exists ...
	I0210 13:06:57.249705  935421 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-514005-m04
	I0210 13:06:57.267349  935421 host.go:66] Checking if "ha-514005-m04" exists ...
	I0210 13:06:57.267668  935421 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0210 13:06:57.267713  935421 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-514005-m04
	I0210 13:06:57.285505  935421 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33593 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/ha-514005-m04/id_rsa Username:docker}
	I0210 13:06:57.378874  935421 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0210 13:06:57.393631  935421 status.go:176] ha-514005-m04 status: &{Name:ha-514005-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.76s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (22.87s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartSecondaryNode
ha_test.go:422: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 node start m02 -v=7 --alsologtostderr
E0210 13:06:58.325855  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:07:18.808033  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:422: (dbg) Done: out/minikube-linux-arm64 -p ha-514005 node start m02 -v=7 --alsologtostderr: (21.240961114s)
ha_test.go:430: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 status -v=7 --alsologtostderr
ha_test.go:430: (dbg) Done: out/minikube-linux-arm64 -p ha-514005 status -v=7 --alsologtostderr: (1.445911219s)
ha_test.go:450: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiControlPlane/serial/RestartSecondaryNode (22.87s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (1.36s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (146.45s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:458: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-514005 -v=7 --alsologtostderr
ha_test.go:464: (dbg) Run:  out/minikube-linux-arm64 stop -p ha-514005 -v=7 --alsologtostderr
ha_test.go:464: (dbg) Done: out/minikube-linux-arm64 stop -p ha-514005 -v=7 --alsologtostderr: (37.177929472s)
ha_test.go:469: (dbg) Run:  out/minikube-linux-arm64 start -p ha-514005 --wait=true -v=7 --alsologtostderr
E0210 13:07:59.770719  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:09:21.693392  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:469: (dbg) Done: out/minikube-linux-arm64 start -p ha-514005 --wait=true -v=7 --alsologtostderr: (1m49.097657584s)
ha_test.go:474: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-514005
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (146.45s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (13.1s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeleteSecondaryNode
ha_test.go:489: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 node delete m03 -v=7 --alsologtostderr
E0210 13:09:49.607340  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:489: (dbg) Done: out/minikube-linux-arm64 -p ha-514005 node delete m03 -v=7 --alsologtostderr: (11.965214411s)
ha_test.go:495: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 status -v=7 --alsologtostderr
ha_test.go:513: (dbg) Run:  kubectl get nodes
ha_test.go:521: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiControlPlane/serial/DeleteSecondaryNode (13.10s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.81s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (35.75s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopCluster
ha_test.go:533: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 stop -v=7 --alsologtostderr
ha_test.go:533: (dbg) Done: out/minikube-linux-arm64 -p ha-514005 stop -v=7 --alsologtostderr: (35.631375925s)
ha_test.go:539: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 status -v=7 --alsologtostderr
ha_test.go:539: (dbg) Non-zero exit: out/minikube-linux-arm64 -p ha-514005 status -v=7 --alsologtostderr: exit status 7 (117.736775ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0210 13:10:38.429730  949294 out.go:345] Setting OutFile to fd 1 ...
	I0210 13:10:38.429907  949294 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 13:10:38.429918  949294 out.go:358] Setting ErrFile to fd 2...
	I0210 13:10:38.429923  949294 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 13:10:38.430166  949294 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20390-884606/.minikube/bin
	I0210 13:10:38.430359  949294 out.go:352] Setting JSON to false
	I0210 13:10:38.430394  949294 mustload.go:65] Loading cluster: ha-514005
	I0210 13:10:38.430453  949294 notify.go:220] Checking for updates...
	I0210 13:10:38.430813  949294 config.go:182] Loaded profile config "ha-514005": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0210 13:10:38.430836  949294 status.go:174] checking status of ha-514005 ...
	I0210 13:10:38.431656  949294 cli_runner.go:164] Run: docker container inspect ha-514005 --format={{.State.Status}}
	I0210 13:10:38.451551  949294 status.go:371] ha-514005 host status = "Stopped" (err=<nil>)
	I0210 13:10:38.451570  949294 status.go:384] host is not running, skipping remaining checks
	I0210 13:10:38.451577  949294 status.go:176] ha-514005 status: &{Name:ha-514005 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0210 13:10:38.451608  949294 status.go:174] checking status of ha-514005-m02 ...
	I0210 13:10:38.451915  949294 cli_runner.go:164] Run: docker container inspect ha-514005-m02 --format={{.State.Status}}
	I0210 13:10:38.476500  949294 status.go:371] ha-514005-m02 host status = "Stopped" (err=<nil>)
	I0210 13:10:38.476521  949294 status.go:384] host is not running, skipping remaining checks
	I0210 13:10:38.476527  949294 status.go:176] ha-514005-m02 status: &{Name:ha-514005-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0210 13:10:38.476562  949294 status.go:174] checking status of ha-514005-m04 ...
	I0210 13:10:38.476868  949294 cli_runner.go:164] Run: docker container inspect ha-514005-m04 --format={{.State.Status}}
	I0210 13:10:38.493718  949294 status.go:371] ha-514005-m04 host status = "Stopped" (err=<nil>)
	I0210 13:10:38.493738  949294 status.go:384] host is not running, skipping remaining checks
	I0210 13:10:38.493744  949294 status.go:176] ha-514005-m04 status: &{Name:ha-514005-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (100.95s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:562: (dbg) Run:  out/minikube-linux-arm64 start -p ha-514005 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0210 13:11:37.828883  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:12:05.535250  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:562: (dbg) Done: out/minikube-linux-arm64 start -p ha-514005 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (1m40.008855971s)
ha_test.go:568: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 status -v=7 --alsologtostderr
ha_test.go:586: (dbg) Run:  kubectl get nodes
ha_test.go:594: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiControlPlane/serial/RestartCluster (100.95s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.75s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (54.81s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:607: (dbg) Run:  out/minikube-linux-arm64 node add -p ha-514005 --control-plane -v=7 --alsologtostderr
ha_test.go:607: (dbg) Done: out/minikube-linux-arm64 node add -p ha-514005 --control-plane -v=7 --alsologtostderr: (53.831609975s)
ha_test.go:613: (dbg) Run:  out/minikube-linux-arm64 -p ha-514005 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (54.81s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (1.01s)

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

                                                
                                    
x
+
TestJSONOutput/start/Command (65.02s)

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

                                                
                                    
x
+
TestJSONOutput/start/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/pause/Command (0.76s)

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

                                                
                                    
x
+
TestJSONOutput/pause/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/unpause/Command (0.68s)

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

                                                
                                    
x
+
TestJSONOutput/unpause/Audit (0s)

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

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

                                                
                                                
=== RUN   TestJSONOutput/unpause/parallel/DistinctCurrentSteps
=== PAUSE TestJSONOutput/unpause/parallel/DistinctCurrentSteps

                                                
                                                

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

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

                                                
                                                
=== RUN   TestJSONOutput/unpause/parallel/IncreasingCurrentSteps
=== PAUSE TestJSONOutput/unpause/parallel/IncreasingCurrentSteps

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/stop/Command (5.87s)

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

                                                
                                    
x
+
TestJSONOutput/stop/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestErrorJSONOutput (0.25s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"4bbe72a1-2c03-4f33-b682-f98658948c76","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-062468] minikube v1.35.0 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"d5d68f05-0100-4e0a-81c0-2ed0e9b95a51","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=20390"}}
	{"specversion":"1.0","id":"5814d39c-0a92-4a68-82a2-b35ba2cd4b33","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true"}}
	{"specversion":"1.0","id":"d599cdf2-d551-47e2-ab00-70a52cb8b053","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/20390-884606/kubeconfig"}}
	{"specversion":"1.0","id":"0911eaf8-c4a7-492d-883f-eba48995a9d7","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/20390-884606/.minikube"}}
	{"specversion":"1.0","id":"185b53cf-1f1f-4ff3-ac79-4c9a58172ff4","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-arm64"}}
	{"specversion":"1.0","id":"6251f69f-1ca3-497e-9c78-1e30cc95d981","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"63426b7b-227e-433b-bdc2-b42c3d4f5dd4","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"","exitcode":"56","issues":"","message":"The driver 'fail' is not supported on linux/arm64","name":"DRV_UNSUPPORTED_OS","url":""}}

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

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (36.5s)

                                                
                                                
=== RUN   TestKicCustomNetwork/create_custom_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-arm64 start -p docker-network-939817 --network=
E0210 13:14:49.606871  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-arm64 start -p docker-network-939817 --network=: (34.723757898s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-939817" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p docker-network-939817
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p docker-network-939817: (1.75311229s)
--- PASS: TestKicCustomNetwork/create_custom_network (36.50s)

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (32.54s)

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

                                                
                                    
x
+
TestKicExistingNetwork (33.99s)

                                                
                                                
=== RUN   TestKicExistingNetwork
I0210 13:15:50.119600  889987 cli_runner.go:164] Run: docker network inspect existing-network --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
W0210 13:15:50.136266  889987 cli_runner.go:211] docker network inspect existing-network --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
I0210 13:15:50.137056  889987 network_create.go:284] running [docker network inspect existing-network] to gather additional debugging logs...
I0210 13:15:50.137097  889987 cli_runner.go:164] Run: docker network inspect existing-network
W0210 13:15:50.153654  889987 cli_runner.go:211] docker network inspect existing-network returned with exit code 1
I0210 13:15:50.153686  889987 network_create.go:287] error running [docker network inspect existing-network]: docker network inspect existing-network: exit status 1
stdout:
[]

                                                
                                                
stderr:
Error response from daemon: network existing-network not found
I0210 13:15:50.153701  889987 network_create.go:289] output of [docker network inspect existing-network]: -- stdout --
[]

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

                                                
                                                
** /stderr **
I0210 13:15:50.153822  889987 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}}]}"
I0210 13:15:50.171499  889987 network.go:211] skipping subnet 192.168.49.0/24 that is taken: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 IsPrivate:true Interface:{IfaceName:br-0171ffb73e30 IfaceIPv4:192.168.49.1 IfaceMTU:1500 IfaceMAC:02:42:72:c6:ff:c0} reservation:<nil>}
I0210 13:15:50.172519  889987 network.go:206] using free private subnet 192.168.58.0/24: &{IP:192.168.58.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.58.0/24 Gateway:192.168.58.1 ClientMin:192.168.58.2 ClientMax:192.168.58.254 Broadcast:192.168.58.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0x4001cadbe0}
I0210 13:15:50.172674  889987 network_create.go:124] attempt to create docker network existing-network 192.168.58.0/24 with gateway 192.168.58.1 and MTU of 1500 ...
I0210 13:15:50.172747  889987 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.58.0/24 --gateway=192.168.58.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=existing-network existing-network
I0210 13:15:50.247159  889987 network_create.go:108] docker network existing-network 192.168.58.0/24 created
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
kic_custom_network_test.go:93: (dbg) Run:  out/minikube-linux-arm64 start -p existing-network-184527 --network=existing-network
E0210 13:16:12.676684  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-arm64 start -p existing-network-184527 --network=existing-network: (31.828972966s)
helpers_test.go:175: Cleaning up "existing-network-184527" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p existing-network-184527
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p existing-network-184527: (2.001089902s)
I0210 13:16:24.093759  889987 cli_runner.go:164] Run: docker network ls --filter=label=existing-network --format {{.Name}}
--- PASS: TestKicExistingNetwork (33.99s)

                                                
                                    
x
+
TestKicCustomSubnet (32.69s)

                                                
                                                
=== RUN   TestKicCustomSubnet
kic_custom_network_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p custom-subnet-275531 --subnet=192.168.60.0/24
E0210 13:16:37.828906  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
kic_custom_network_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p custom-subnet-275531 --subnet=192.168.60.0/24: (30.494619475s)
kic_custom_network_test.go:161: (dbg) Run:  docker network inspect custom-subnet-275531 --format "{{(index .IPAM.Config 0).Subnet}}"
helpers_test.go:175: Cleaning up "custom-subnet-275531" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p custom-subnet-275531
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p custom-subnet-275531: (2.167049326s)
--- PASS: TestKicCustomSubnet (32.69s)

                                                
                                    
x
+
TestKicStaticIP (34.71s)

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

                                                
                                    
x
+
TestMainNoArgs (0.05s)

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

                                                
                                    
x
+
TestMinikubeProfile (67.73s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p first-993100 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p first-993100 --driver=docker  --container-runtime=crio: (29.219378134s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p second-995799 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p second-995799 --driver=docker  --container-runtime=crio: (32.750256376s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-arm64 profile first-993100
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-arm64 profile list -ojson
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-arm64 profile second-995799
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-arm64 profile list -ojson
helpers_test.go:175: Cleaning up "second-995799" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p second-995799
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p second-995799: (2.058023533s)
helpers_test.go:175: Cleaning up "first-993100" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p first-993100
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p first-993100: (2.328340013s)
--- PASS: TestMinikubeProfile (67.73s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (6.6s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountFirst (0.26s)

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

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (9.54s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (0.26s)

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

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.63s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (0.25s)

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

                                                
                                    
x
+
TestMountStart/serial/Stop (1.21s)

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

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (7.61s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (0.26s)

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

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (82.08s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-067363 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E0210 13:19:49.606730  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:96: (dbg) Done: out/minikube-linux-arm64 start -p multinode-067363 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (1m21.587429746s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-arm64 -p multinode-067363 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (82.08s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (7.81s)

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

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (1.04s)

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

                                                
                                    
x
+
TestMultiNode/serial/AddNode (29.24s)

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

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.1s)

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

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.67s)

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

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (10.06s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.23s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0210 13:21:21.487196 1002976 out.go:345] Setting OutFile to fd 1 ...
	I0210 13:21:21.487321 1002976 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 13:21:21.487332 1002976 out.go:358] Setting ErrFile to fd 2...
	I0210 13:21:21.487338 1002976 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 13:21:21.487617 1002976 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20390-884606/.minikube/bin
	I0210 13:21:21.487816 1002976 out.go:352] Setting JSON to false
	I0210 13:21:21.487863 1002976 mustload.go:65] Loading cluster: multinode-067363
	I0210 13:21:21.487937 1002976 notify.go:220] Checking for updates...
	I0210 13:21:21.489072 1002976 config.go:182] Loaded profile config "multinode-067363": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0210 13:21:21.489101 1002976 status.go:174] checking status of multinode-067363 ...
	I0210 13:21:21.489797 1002976 cli_runner.go:164] Run: docker container inspect multinode-067363 --format={{.State.Status}}
	I0210 13:21:21.508537 1002976 status.go:371] multinode-067363 host status = "Running" (err=<nil>)
	I0210 13:21:21.508654 1002976 host.go:66] Checking if "multinode-067363" exists ...
	I0210 13:21:21.508955 1002976 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-067363
	I0210 13:21:21.540988 1002976 host.go:66] Checking if "multinode-067363" exists ...
	I0210 13:21:21.541302 1002976 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0210 13:21:21.541381 1002976 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-067363
	I0210 13:21:21.561932 1002976 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33699 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/multinode-067363/id_rsa Username:docker}
	I0210 13:21:21.649821 1002976 ssh_runner.go:195] Run: systemctl --version
	I0210 13:21:21.654105 1002976 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0210 13:21:21.665146 1002976 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0210 13:21:21.723215 1002976 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:3 ContainersRunning:2 ContainersPaused:0 ContainersStopped:1 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:41 OomKillDisable:true NGoroutines:63 SystemTime:2025-02-10 13:21:21.713085573 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.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]] Warnings:<nil>}}
	I0210 13:21:21.723814 1002976 kubeconfig.go:125] found "multinode-067363" server: "https://192.168.67.2:8443"
	I0210 13:21:21.723861 1002976 api_server.go:166] Checking apiserver status ...
	I0210 13:21:21.723941 1002976 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0210 13:21:21.735137 1002976 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1390/cgroup
	I0210 13:21:21.744873 1002976 api_server.go:182] apiserver freezer: "13:freezer:/docker/e48f81bd9716ab7e63224dd9e28ab32486c284371825ca613d9f190b335ea999/crio/crio-5698fc1524eb3330035f3d7284360e52e6bf12b1ce722890911edd930f0341cb"
	I0210 13:21:21.744954 1002976 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/e48f81bd9716ab7e63224dd9e28ab32486c284371825ca613d9f190b335ea999/crio/crio-5698fc1524eb3330035f3d7284360e52e6bf12b1ce722890911edd930f0341cb/freezer.state
	I0210 13:21:21.754163 1002976 api_server.go:204] freezer state: "THAWED"
	I0210 13:21:21.754192 1002976 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I0210 13:21:21.762236 1002976 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I0210 13:21:21.762267 1002976 status.go:463] multinode-067363 apiserver status = Running (err=<nil>)
	I0210 13:21:21.762280 1002976 status.go:176] multinode-067363 status: &{Name:multinode-067363 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0210 13:21:21.762297 1002976 status.go:174] checking status of multinode-067363-m02 ...
	I0210 13:21:21.762605 1002976 cli_runner.go:164] Run: docker container inspect multinode-067363-m02 --format={{.State.Status}}
	I0210 13:21:21.779658 1002976 status.go:371] multinode-067363-m02 host status = "Running" (err=<nil>)
	I0210 13:21:21.779686 1002976 host.go:66] Checking if "multinode-067363-m02" exists ...
	I0210 13:21:21.779966 1002976 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-067363-m02
	I0210 13:21:21.797189 1002976 host.go:66] Checking if "multinode-067363-m02" exists ...
	I0210 13:21:21.797500 1002976 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0210 13:21:21.797547 1002976 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-067363-m02
	I0210 13:21:21.815180 1002976 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33704 SSHKeyPath:/home/jenkins/minikube-integration/20390-884606/.minikube/machines/multinode-067363-m02/id_rsa Username:docker}
	I0210 13:21:21.905536 1002976 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0210 13:21:21.917666 1002976 status.go:176] multinode-067363-m02 status: &{Name:multinode-067363-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0210 13:21:21.917713 1002976 status.go:174] checking status of multinode-067363-m03 ...
	I0210 13:21:21.918017 1002976 cli_runner.go:164] Run: docker container inspect multinode-067363-m03 --format={{.State.Status}}
	I0210 13:21:21.935104 1002976 status.go:371] multinode-067363-m03 host status = "Stopped" (err=<nil>)
	I0210 13:21:21.935127 1002976 status.go:384] host is not running, skipping remaining checks
	I0210 13:21:21.935134 1002976 status.go:176] multinode-067363-m03 status: &{Name:multinode-067363-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (9.85s)

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

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (88.06s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-067363
multinode_test.go:321: (dbg) Run:  out/minikube-linux-arm64 stop -p multinode-067363
E0210 13:21:37.828751  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:321: (dbg) Done: out/minikube-linux-arm64 stop -p multinode-067363: (24.787220386s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-067363 --wait=true -v=8 --alsologtostderr
multinode_test.go:326: (dbg) Done: out/minikube-linux-arm64 start -p multinode-067363 --wait=true -v=8 --alsologtostderr: (1m3.124659922s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-067363
--- PASS: TestMultiNode/serial/RestartKeepsNodes (88.06s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (5.43s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeleteNode
multinode_test.go:416: (dbg) Run:  out/minikube-linux-arm64 -p multinode-067363 node delete m03
E0210 13:23:00.900100  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:416: (dbg) Done: out/minikube-linux-arm64 -p multinode-067363 node delete m03: (4.755753547s)
multinode_test.go:422: (dbg) Run:  out/minikube-linux-arm64 -p multinode-067363 status --alsologtostderr
multinode_test.go:436: (dbg) Run:  kubectl get nodes
multinode_test.go:444: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiNode/serial/DeleteNode (5.43s)

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (23.84s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0210 13:23:29.080590 1010375 out.go:345] Setting OutFile to fd 1 ...
	I0210 13:23:29.080786 1010375 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 13:23:29.080814 1010375 out.go:358] Setting ErrFile to fd 2...
	I0210 13:23:29.080833 1010375 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 13:23:29.081203 1010375 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20390-884606/.minikube/bin
	I0210 13:23:29.081480 1010375 out.go:352] Setting JSON to false
	I0210 13:23:29.081544 1010375 mustload.go:65] Loading cluster: multinode-067363
	I0210 13:23:29.082271 1010375 config.go:182] Loaded profile config "multinode-067363": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0210 13:23:29.082314 1010375 status.go:174] checking status of multinode-067363 ...
	I0210 13:23:29.083206 1010375 notify.go:220] Checking for updates...
	I0210 13:23:29.083518 1010375 cli_runner.go:164] Run: docker container inspect multinode-067363 --format={{.State.Status}}
	I0210 13:23:29.101480 1010375 status.go:371] multinode-067363 host status = "Stopped" (err=<nil>)
	I0210 13:23:29.101504 1010375 status.go:384] host is not running, skipping remaining checks
	I0210 13:23:29.101511 1010375 status.go:176] multinode-067363 status: &{Name:multinode-067363 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0210 13:23:29.101551 1010375 status.go:174] checking status of multinode-067363-m02 ...
	I0210 13:23:29.101850 1010375 cli_runner.go:164] Run: docker container inspect multinode-067363-m02 --format={{.State.Status}}
	I0210 13:23:29.124661 1010375 status.go:371] multinode-067363-m02 host status = "Stopped" (err=<nil>)
	I0210 13:23:29.124689 1010375 status.go:384] host is not running, skipping remaining checks
	I0210 13:23:29.124697 1010375 status.go:176] multinode-067363-m02 status: &{Name:multinode-067363-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (54.36s)

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

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (33.4s)

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

                                                
                                                
-- stdout --
	* [multinode-067363-m02] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=20390
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/20390-884606/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/20390-884606/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

                                                
                                                
** /stderr **
multinode_test.go:472: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-067363-m03 --driver=docker  --container-runtime=crio
E0210 13:24:49.606906  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:472: (dbg) Done: out/minikube-linux-arm64 start -p multinode-067363-m03 --driver=docker  --container-runtime=crio: (30.88747001s)
multinode_test.go:479: (dbg) Run:  out/minikube-linux-arm64 node add -p multinode-067363
multinode_test.go:479: (dbg) Non-zero exit: out/minikube-linux-arm64 node add -p multinode-067363: exit status 80 (356.309823ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to GUEST_NODE_ADD: failed to add node: Node multinode-067363-m03 already exists in multinode-067363-m03 profile
	* 
	╭─────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                             │
	│    * If the above advice does not help, please let us know:                                 │
	│      https://github.com/kubernetes/minikube/issues/new/choose                               │
	│                                                                                             │
	│    * Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue.    │
	│    * Please also attach the following file to the GitHub issue:                             │
	│    * - /tmp/minikube_node_040ea7097fd6ed71e65be9a474587f81f0ccd21d_0.log                    │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯

                                                
                                                
** /stderr **
multinode_test.go:484: (dbg) Run:  out/minikube-linux-arm64 delete -p multinode-067363-m03
multinode_test.go:484: (dbg) Done: out/minikube-linux-arm64 delete -p multinode-067363-m03: (2.000507137s)
--- PASS: TestMultiNode/serial/ValidateNameConflict (33.40s)

                                                
                                    
x
+
TestPreload (127.81s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-573404 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4
preload_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-573404 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4: (1m36.192123563s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-573404 image pull gcr.io/k8s-minikube/busybox
E0210 13:26:37.828612  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
preload_test.go:52: (dbg) Done: out/minikube-linux-arm64 -p test-preload-573404 image pull gcr.io/k8s-minikube/busybox: (3.405195861s)
preload_test.go:58: (dbg) Run:  out/minikube-linux-arm64 stop -p test-preload-573404
preload_test.go:58: (dbg) Done: out/minikube-linux-arm64 stop -p test-preload-573404: (5.85899472s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-573404 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio
preload_test.go:66: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-573404 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio: (19.56397444s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-573404 image list
helpers_test.go:175: Cleaning up "test-preload-573404" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p test-preload-573404
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p test-preload-573404: (2.535262164s)
--- PASS: TestPreload (127.81s)

                                                
                                    
x
+
TestScheduledStopUnix (107.93s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-linux-arm64 start -p scheduled-stop-939514 --memory=2048 --driver=docker  --container-runtime=crio
scheduled_stop_test.go:128: (dbg) Done: out/minikube-linux-arm64 start -p scheduled-stop-939514 --memory=2048 --driver=docker  --container-runtime=crio: (31.10061351s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-939514 --schedule 5m
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-linux-arm64 status --format={{.TimeToStop}} -p scheduled-stop-939514 -n scheduled-stop-939514
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-939514 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
I0210 13:27:40.595857  889987 retry.go:31] will retry after 128.973µs: open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/scheduled-stop-939514/pid: no such file or directory
I0210 13:27:40.597034  889987 retry.go:31] will retry after 201.385µs: open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/scheduled-stop-939514/pid: no such file or directory
I0210 13:27:40.598204  889987 retry.go:31] will retry after 297.391µs: open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/scheduled-stop-939514/pid: no such file or directory
I0210 13:27:40.599357  889987 retry.go:31] will retry after 178.6µs: open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/scheduled-stop-939514/pid: no such file or directory
I0210 13:27:40.600517  889987 retry.go:31] will retry after 403.802µs: open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/scheduled-stop-939514/pid: no such file or directory
I0210 13:27:40.601664  889987 retry.go:31] will retry after 852.635µs: open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/scheduled-stop-939514/pid: no such file or directory
I0210 13:27:40.602820  889987 retry.go:31] will retry after 691.562µs: open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/scheduled-stop-939514/pid: no such file or directory
I0210 13:27:40.603983  889987 retry.go:31] will retry after 2.119284ms: open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/scheduled-stop-939514/pid: no such file or directory
I0210 13:27:40.607207  889987 retry.go:31] will retry after 2.333504ms: open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/scheduled-stop-939514/pid: no such file or directory
I0210 13:27:40.610523  889987 retry.go:31] will retry after 4.24217ms: open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/scheduled-stop-939514/pid: no such file or directory
I0210 13:27:40.615669  889987 retry.go:31] will retry after 8.0548ms: open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/scheduled-stop-939514/pid: no such file or directory
I0210 13:27:40.623868  889987 retry.go:31] will retry after 6.325874ms: open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/scheduled-stop-939514/pid: no such file or directory
I0210 13:27:40.631115  889987 retry.go:31] will retry after 15.518178ms: open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/scheduled-stop-939514/pid: no such file or directory
I0210 13:27:40.647371  889987 retry.go:31] will retry after 15.232951ms: open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/scheduled-stop-939514/pid: no such file or directory
I0210 13:27:40.663653  889987 retry.go:31] will retry after 30.710216ms: open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/scheduled-stop-939514/pid: no such file or directory
I0210 13:27:40.694896  889987 retry.go:31] will retry after 22.688619ms: open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/scheduled-stop-939514/pid: no such file or directory
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-939514 --cancel-scheduled
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p scheduled-stop-939514 -n scheduled-stop-939514
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-arm64 status -p scheduled-stop-939514
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-939514 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-arm64 status -p scheduled-stop-939514
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-linux-arm64 status -p scheduled-stop-939514: exit status 7 (74.852063ms)

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

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestInsufficientStorage (11.22s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"e44c3a84-22d4-4916-b147-80e414d67d1b","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-828357] minikube v1.35.0 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"820f11e5-53c3-480c-947c-c098ec7bc326","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=20390"}}
	{"specversion":"1.0","id":"bba1dc55-2c4d-4228-92d7-1aa7b0cdc23b","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true"}}
	{"specversion":"1.0","id":"d76bf395-7b47-4589-934f-8eec514a705e","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/20390-884606/kubeconfig"}}
	{"specversion":"1.0","id":"a685c2ad-63bc-4130-b851-d4b5dccc0681","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/20390-884606/.minikube"}}
	{"specversion":"1.0","id":"3fd68222-12b1-4f5b-a393-3005d454891f","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-arm64"}}
	{"specversion":"1.0","id":"bc9d98d4-2f4e-443d-b57e-d50e96a81f1a","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"227100ce-f442-4524-a3f1-b08fb7951385","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_TEST_STORAGE_CAPACITY=100"}}
	{"specversion":"1.0","id":"17aa1c37-70d5-46b2-85bf-2f3ca39dd070","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_TEST_AVAILABLE_STORAGE=19"}}
	{"specversion":"1.0","id":"672075e9-63ec-4ab4-ad02-f62b08bd8331","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"1","message":"Using the docker driver based on user configuration","name":"Selecting Driver","totalsteps":"19"}}
	{"specversion":"1.0","id":"ff5d9957-bc8a-4e0f-a4af-72e99058d1ad","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"Using Docker driver with root privileges"}}
	{"specversion":"1.0","id":"e1966d03-03d3-442c-8e9a-b88be6df9a66","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-828357\" primary control-plane node in \"insufficient-storage-828357\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"9f187826-24e2-465e-946b-1b823e7013ca","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image v0.0.46 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"263f69a5-ee0e-414f-9bb2-bb0c1a36fe4a","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"8","message":"Creating docker container (CPUs=2, Memory=2048MB) ...","name":"Creating Container","totalsteps":"19"}}
	{"specversion":"1.0","id":"83c7eb8e-e094-4044-943d-49a3f6f75c48","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"Try one or more of the following to free up space on the device:\n\t\n\t\t\t1. Run \"docker system prune\" to remove unused Docker data (optionally with \"-a\")\n\t\t\t2. Increase the storage allocated to Docker for Desktop by clicking on:\n\t\t\t\tDocker icon \u003e Preferences \u003e Resources \u003e Disk Image Size\n\t\t\t3. Run \"minikube ssh -- docker system prune\" if using the Docker container runtime","exitcode":"26","issues":"https://github.com/kubernetes/minikube/issues/9024","message":"Docker is out of disk space! (/var is at 100% of capacity). You can pass '--force' to skip this check.","name":"RSRC_DOCKER_STORAGE","url":""}}

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

                                                
                                                
-- stdout --
	{"Name":"insufficient-storage-828357","StatusCode":507,"StatusName":"InsufficientStorage","StatusDetail":"/var is almost out of disk space","Step":"Creating Container","StepDetail":"Creating docker container (CPUs=2, Memory=2048MB) ...","BinaryVersion":"v1.35.0","Components":{"kubeconfig":{"Name":"kubeconfig","StatusCode":500,"StatusName":"Error"}},"Nodes":[{"Name":"insufficient-storage-828357","StatusCode":507,"StatusName":"InsufficientStorage","Components":{"apiserver":{"Name":"apiserver","StatusCode":405,"StatusName":"Stopped"},"kubelet":{"Name":"kubelet","StatusCode":405,"StatusName":"Stopped"}}}]}

                                                
                                                
-- /stdout --
** stderr ** 
	E0210 13:29:05.852393 1028119 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-828357" does not appear in /home/jenkins/minikube-integration/20390-884606/kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0210 13:29:06.139811 1028178 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-828357" does not appear in /home/jenkins/minikube-integration/20390-884606/kubeconfig
	E0210 13:29:06.150300 1028178 status.go:258] unable to read event log: stat: stat /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/insufficient-storage-828357/events.json: no such file or directory

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

                                                
                                    
x
+
TestRunningBinaryUpgrade (77.62s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.26.0.2102077577 start -p running-upgrade-672779 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.26.0.2102077577 start -p running-upgrade-672779 --memory=2200 --vm-driver=docker  --container-runtime=crio: (33.937547402s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-arm64 start -p running-upgrade-672779 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:130: (dbg) Done: out/minikube-linux-arm64 start -p running-upgrade-672779 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (39.683770158s)
helpers_test.go:175: Cleaning up "running-upgrade-672779" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p running-upgrade-672779
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p running-upgrade-672779: (3.159496988s)
--- PASS: TestRunningBinaryUpgrade (77.62s)

                                                
                                    
x
+
TestKubernetesUpgrade (395.12s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:222: (dbg) Run:  out/minikube-linux-arm64 start -p kubernetes-upgrade-374804 --memory=2200 --kubernetes-version=v1.20.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:222: (dbg) Done: out/minikube-linux-arm64 start -p kubernetes-upgrade-374804 --memory=2200 --kubernetes-version=v1.20.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (1m14.000628592s)
version_upgrade_test.go:227: (dbg) Run:  out/minikube-linux-arm64 stop -p kubernetes-upgrade-374804
E0210 13:31:37.828626  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:227: (dbg) Done: out/minikube-linux-arm64 stop -p kubernetes-upgrade-374804: (1.365533176s)
version_upgrade_test.go:232: (dbg) Run:  out/minikube-linux-arm64 -p kubernetes-upgrade-374804 status --format={{.Host}}
version_upgrade_test.go:232: (dbg) Non-zero exit: out/minikube-linux-arm64 -p kubernetes-upgrade-374804 status --format={{.Host}}: exit status 7 (103.913705ms)

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-374804] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=20390
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/20390-884606/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/20390-884606/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

                                                
                                                
** /stderr **
version_upgrade_test.go:273: Attempting restart after unsuccessful downgrade
version_upgrade_test.go:275: (dbg) Run:  out/minikube-linux-arm64 start -p kubernetes-upgrade-374804 --memory=2200 --kubernetes-version=v1.32.1 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:275: (dbg) Done: out/minikube-linux-arm64 start -p kubernetes-upgrade-374804 --memory=2200 --kubernetes-version=v1.32.1 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (36.869740964s)
helpers_test.go:175: Cleaning up "kubernetes-upgrade-374804" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p kubernetes-upgrade-374804
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p kubernetes-upgrade-374804: (2.447194626s)
--- PASS: TestKubernetesUpgrade (395.12s)

                                                
                                    
x
+
TestMissingContainerUpgrade (160.12s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.3511288121 start -p missing-upgrade-613666 --memory=2200 --driver=docker  --container-runtime=crio
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.3511288121 start -p missing-upgrade-613666 --memory=2200 --driver=docker  --container-runtime=crio: (1m24.894665076s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-613666
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-613666: (10.442459469s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-613666
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-arm64 start -p missing-upgrade-613666 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:329: (dbg) Done: out/minikube-linux-arm64 start -p missing-upgrade-613666 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (1m0.836115667s)
helpers_test.go:175: Cleaning up "missing-upgrade-613666" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p missing-upgrade-613666
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p missing-upgrade-613666: (3.124113442s)
--- PASS: TestMissingContainerUpgrade (160.12s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.11s)

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

                                                
                                                
-- stdout --
	* [NoKubernetes-002984] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=20390
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/20390-884606/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/20390-884606/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	X Exiting due to MK_USAGE: cannot specify --kubernetes-version with --no-kubernetes,
	to unset a global config run:
	
	$ minikube config unset kubernetes-version

                                                
                                                
** /stderr **
--- PASS: TestNoKubernetes/serial/StartNoK8sWithVersion (0.11s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (40.16s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (8.63s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithStopK8s
no_kubernetes_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p NoKubernetes-002984 --no-kubernetes --driver=docker  --container-runtime=crio
E0210 13:29:49.606594  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
no_kubernetes_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p NoKubernetes-002984 --no-kubernetes --driver=docker  --container-runtime=crio: (6.153298468s)
no_kubernetes_test.go:200: (dbg) Run:  out/minikube-linux-arm64 -p NoKubernetes-002984 status -o json
no_kubernetes_test.go:200: (dbg) Non-zero exit: out/minikube-linux-arm64 -p NoKubernetes-002984 status -o json: exit status 2 (315.277433ms)

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/Start (12.45s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.33s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (1.18s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (1.26s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (8.11s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.42s)

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

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (0.72s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (74.48s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.3348583425 start -p stopped-upgrade-637030 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.3348583425 start -p stopped-upgrade-637030 --memory=2200 --vm-driver=docker  --container-runtime=crio: (40.553921437s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.3348583425 -p stopped-upgrade-637030 stop
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.3348583425 -p stopped-upgrade-637030 stop: (2.479712512s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-arm64 start -p stopped-upgrade-637030 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
E0210 13:32:52.677993  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:198: (dbg) Done: out/minikube-linux-arm64 start -p stopped-upgrade-637030 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (31.448808201s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (74.48s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (1.22s)

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

                                                
                                    
x
+
TestPause/serial/Start (53.31s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-linux-arm64 start -p pause-960289 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio
E0210 13:34:49.606655  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
pause_test.go:80: (dbg) Done: out/minikube-linux-arm64 start -p pause-960289 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio: (53.311494457s)
--- PASS: TestPause/serial/Start (53.31s)

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (16.07s)

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

                                                
                                    
x
+
TestPause/serial/Pause (1.06s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.34s)

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

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

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

                                                
                                    
x
+
TestPause/serial/Unpause (0.74s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (0.92s)

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

                                                
                                    
x
+
TestPause/serial/DeletePaused (2.85s)

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

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (0.38s)

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

                                                
                                                
-- stdout --
	[]

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/false (3.92s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0210 13:36:29.513523 1068320 out.go:345] Setting OutFile to fd 1 ...
	I0210 13:36:29.513646 1068320 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 13:36:29.513657 1068320 out.go:358] Setting ErrFile to fd 2...
	I0210 13:36:29.513663 1068320 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0210 13:36:29.513884 1068320 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20390-884606/.minikube/bin
	I0210 13:36:29.514662 1068320 out.go:352] Setting JSON to false
	I0210 13:36:29.515588 1068320 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":11935,"bootTime":1739182655,"procs":192,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1075-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
	I0210 13:36:29.515663 1068320 start.go:139] virtualization:  
	I0210 13:36:29.519346 1068320 out.go:177] * [false-480792] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	I0210 13:36:29.523236 1068320 out.go:177]   - MINIKUBE_LOCATION=20390
	I0210 13:36:29.523357 1068320 notify.go:220] Checking for updates...
	I0210 13:36:29.529293 1068320 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0210 13:36:29.532200 1068320 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20390-884606/kubeconfig
	I0210 13:36:29.535080 1068320 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20390-884606/.minikube
	I0210 13:36:29.537916 1068320 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0210 13:36:29.540746 1068320 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0210 13:36:29.544260 1068320 config.go:182] Loaded profile config "kubernetes-upgrade-374804": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0210 13:36:29.544388 1068320 driver.go:394] Setting default libvirt URI to qemu:///system
	I0210 13:36:29.570287 1068320 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0210 13:36:29.570420 1068320 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0210 13:36:29.631219 1068320 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:4 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:33 OomKillDisable:true NGoroutines:54 SystemTime:2025-02-10 13:36:29.62129979 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aa
rch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 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]] Warnings:<nil>}}
	I0210 13:36:29.631336 1068320 docker.go:318] overlay module found
	I0210 13:36:29.634409 1068320 out.go:177] * Using the docker driver based on user configuration
	I0210 13:36:29.637138 1068320 start.go:297] selected driver: docker
	I0210 13:36:29.637160 1068320 start.go:901] validating driver "docker" against <nil>
	I0210 13:36:29.637175 1068320 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0210 13:36:29.640867 1068320 out.go:201] 
	W0210 13:36:29.643661 1068320 out.go:270] X Exiting due to MK_USAGE: The "crio" container runtime requires CNI
	X Exiting due to MK_USAGE: The "crio" container runtime requires CNI
	I0210 13:36:29.646426 1068320 out.go:201] 

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/20390-884606/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 10 Feb 2025 13:36:26 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: cluster_info
server: https://192.168.76.2:8443
name: kubernetes-upgrade-374804
contexts:
- context:
cluster: kubernetes-upgrade-374804
extensions:
- extension:
last-update: Mon, 10 Feb 2025 13:36:26 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: context_info
namespace: default
user: kubernetes-upgrade-374804
name: kubernetes-upgrade-374804
current-context: kubernetes-upgrade-374804
kind: Config
preferences: {}
users:
- name: kubernetes-upgrade-374804
user:
client-certificate: /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/kubernetes-upgrade-374804/client.crt
client-key: /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/kubernetes-upgrade-374804/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-arm64 start -p old-k8s-version-964052 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0
E0210 13:39:40.901551  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:39:49.606417  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-arm64 start -p old-k8s-version-964052 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0: (2m50.365108869s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (170.37s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-964052 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [0bda1d6f-886a-40b2-9594-30604f74318a] Pending
helpers_test.go:344: "busybox" [0bda1d6f-886a-40b2-9594-30604f74318a] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [0bda1d6f-886a-40b2-9594-30604f74318a] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 11.008039804s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-964052 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (11.71s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-arm64 start -p no-preload-256898 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-arm64 start -p no-preload-256898 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1: (1m12.993195342s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (72.99s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-arm64 stop -p old-k8s-version-964052 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-arm64 stop -p old-k8s-version-964052 --alsologtostderr -v=3: (13.708827511s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Stop (13.71s)

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

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:237: status error: exit status 7 (may be ok)
start_stop_delete_test.go:244: (dbg) Run:  out/minikube-linux-arm64 addons enable dashboard -p old-k8s-version-964052 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop (0.31s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-arm64 start -p old-k8s-version-964052 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0
E0210 13:41:37.828097  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-arm64 start -p old-k8s-version-964052 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0: (35.053446326s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p old-k8s-version-964052 -n old-k8s-version-964052
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (35.60s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-cd95d586-tbhxm" [afe7adbe-08a4-450e-b932-ffa8634078f6] Pending / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])
helpers_test.go:344: "kubernetes-dashboard-cd95d586-tbhxm" [afe7adbe-08a4-450e-b932-ffa8634078f6] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 22.004186914s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (22.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-256898 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/no-preload/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [ff2f2eb2-0ba2-4333-8f4f-0e0bb0c04c13] Pending
helpers_test.go:344: "busybox" [ff2f2eb2-0ba2-4333-8f4f-0e0bb0c04c13] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [ff2f2eb2-0ba2-4333-8f4f-0e0bb0c04c13] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 10.00520539s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-256898 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (10.46s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-cd95d586-tbhxm" [afe7adbe-08a4-450e-b932-ffa8634078f6] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003981171s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context old-k8s-version-964052 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.11s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-arm64 -p old-k8s-version-964052 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20240202-8f1494ea
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20241212-9f82dd49
--- PASS: TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (0.28s)

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

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

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p old-k8s-version-964052 -n old-k8s-version-964052
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.Kubelet}} -p old-k8s-version-964052 -n old-k8s-version-964052: exit status 2 (421.240242ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 unpause -p old-k8s-version-964052 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p old-k8s-version-964052 -n old-k8s-version-964052
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p old-k8s-version-964052 -n old-k8s-version-964052
--- PASS: TestStartStop/group/old-k8s-version/serial/Pause (3.55s)

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-123400 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-arm64 start -p embed-certs-123400 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1: (1m0.584077948s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (60.58s)

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

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:237: status error: exit status 7 (may be ok)
start_stop_delete_test.go:244: (dbg) Run:  out/minikube-linux-arm64 addons enable dashboard -p no-preload-256898 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/no-preload/serial/EnableAddonAfterStop (0.19s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-arm64 start -p no-preload-256898 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-arm64 start -p no-preload-256898 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1: (4m39.612099217s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p no-preload-256898 -n no-preload-256898
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (279.96s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-123400 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [ad2546be-0e97-4f86-b4bf-7ba7bf65409f] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [ad2546be-0e97-4f86-b4bf-7ba7bf65409f] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 11.003172756s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-123400 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (11.36s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-arm64 stop -p embed-certs-123400 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-arm64 stop -p embed-certs-123400 --alsologtostderr -v=3: (11.981236284s)
--- PASS: TestStartStop/group/embed-certs/serial/Stop (11.98s)

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

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:237: status error: exit status 7 (may be ok)
start_stop_delete_test.go:244: (dbg) Run:  out/minikube-linux-arm64 addons enable dashboard -p embed-certs-123400 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/embed-certs/serial/EnableAddonAfterStop (0.22s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-123400 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1
E0210 13:44:49.607153  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:45:47.436486  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/old-k8s-version-964052/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:45:47.442930  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/old-k8s-version-964052/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:45:47.454305  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/old-k8s-version-964052/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:45:47.475746  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/old-k8s-version-964052/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:45:47.517207  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/old-k8s-version-964052/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:45:47.598644  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/old-k8s-version-964052/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:45:47.760138  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/old-k8s-version-964052/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:45:48.081892  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/old-k8s-version-964052/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:45:48.723902  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/old-k8s-version-964052/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:45:50.005781  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/old-k8s-version-964052/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:45:52.567249  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/old-k8s-version-964052/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:45:57.689024  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/old-k8s-version-964052/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:46:07.930441  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/old-k8s-version-964052/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:46:28.411865  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/old-k8s-version-964052/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:46:37.828433  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:47:09.374134  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/old-k8s-version-964052/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-arm64 start -p embed-certs-123400 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1: (4m49.05047052s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p embed-certs-123400 -n embed-certs-123400
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (289.42s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-6rncx" [9b9f9907-1c63-42d6-8817-f76b36742d2c] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.005561244s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-6rncx" [9b9f9907-1c63-42d6-8817-f76b36742d2c] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003787094s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context no-preload-256898 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (6.10s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-arm64 -p no-preload-256898 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20241212-9f82dd49
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/no-preload/serial/VerifyKubernetesImages (0.26s)

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

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

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p no-preload-256898 -n no-preload-256898
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.Kubelet}} -p no-preload-256898 -n no-preload-256898: exit status 2 (317.611531ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 unpause -p no-preload-256898 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p no-preload-256898 -n no-preload-256898
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p no-preload-256898 -n no-preload-256898
--- PASS: TestStartStop/group/no-preload/serial/Pause (3.11s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-arm64 start -p default-k8s-diff-port-501911 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-501911 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1: (53.94906839s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (53.95s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-501911 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [45bfd055-e0e5-4f83-bd94-f7509e9b34ce] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [45bfd055-e0e5-4f83-bd94-f7509e9b34ce] Running
E0210 13:48:31.296077  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/old-k8s-version-964052/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:194: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 10.004205225s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-501911 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (10.37s)

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-2h2gp" [2c2ca764-45cb-4fec-a6ff-a40dd3136356] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004004895s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-2h2gp" [2c2ca764-45cb-4fec-a6ff-a40dd3136356] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003675108s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context embed-certs-123400 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.15s)

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

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:237: status error: exit status 7 (may be ok)
start_stop_delete_test.go:244: (dbg) Run:  out/minikube-linux-arm64 addons enable dashboard -p default-k8s-diff-port-501911 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop (0.19s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-arm64 start -p default-k8s-diff-port-501911 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-501911 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1: (4m53.567488633s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p default-k8s-diff-port-501911 -n default-k8s-diff-port-501911
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (293.99s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-arm64 -p embed-certs-123400 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20241108-5c6d2daf
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20241212-9f82dd49
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (0.25s)

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

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

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p embed-certs-123400 -n embed-certs-123400
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.Kubelet}} -p embed-certs-123400 -n embed-certs-123400: exit status 2 (316.604943ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 unpause -p embed-certs-123400 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p embed-certs-123400 -n embed-certs-123400
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p embed-certs-123400 -n embed-certs-123400
--- PASS: TestStartStop/group/embed-certs/serial/Pause (3.15s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-701167 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1
E0210 13:49:32.680073  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-arm64 start -p newest-cni-701167 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1: (40.076836676s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (40.08s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/DeployApp
--- PASS: TestStartStop/group/newest-cni/serial/DeployApp (0.00s)

                                                
                                    
x
+
TestStartStop/group/newest-cni/serial/EnableAddonWhileActive (1.3s)

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-arm64 stop -p newest-cni-701167 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-arm64 stop -p newest-cni-701167 --alsologtostderr -v=3: (2.304695351s)
--- PASS: TestStartStop/group/newest-cni/serial/Stop (2.30s)

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

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:237: status error: exit status 7 (may be ok)
start_stop_delete_test.go:244: (dbg) Run:  out/minikube-linux-arm64 addons enable dashboard -p newest-cni-701167 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
--- PASS: TestStartStop/group/newest-cni/serial/EnableAddonAfterStop (0.20s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-701167 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1
E0210 13:49:49.607408  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-arm64 start -p newest-cni-701167 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1: (15.393006584s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p newest-cni-701167 -n newest-cni-701167
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (15.83s)

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-arm64 -p newest-cni-701167 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20241108-5c6d2daf
--- PASS: TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (0.36s)

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

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

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p newest-cni-701167 -n newest-cni-701167
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.Kubelet}} -p newest-cni-701167 -n newest-cni-701167: exit status 2 (331.424919ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 unpause -p newest-cni-701167 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p newest-cni-701167 -n newest-cni-701167
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p newest-cni-701167 -n newest-cni-701167
--- PASS: TestStartStop/group/newest-cni/serial/Pause (3.39s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p auto-480792 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=crio
E0210 13:50:47.436817  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/old-k8s-version-964052/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p auto-480792 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=crio: (50.054898778s)
--- PASS: TestNetworkPlugins/group/auto/Start (50.06s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p auto-480792 "pgrep -a kubelet"
I0210 13:50:52.898225  889987 config.go:182] Loaded profile config "auto-480792": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/auto/KubeletFlags (0.32s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-480792 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-mpxhg" [4fac923c-c6fb-484e-b403-d8adce32ebba] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-mpxhg" [4fac923c-c6fb-484e-b403-d8adce32ebba] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 11.003354367s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (11.27s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p kindnet-480792 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio
E0210 13:51:37.828072  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:52:08.215121  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/no-preload-256898/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:52:08.221609  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/no-preload-256898/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:52:08.233053  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/no-preload-256898/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:52:08.254561  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/no-preload-256898/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:52:08.296014  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/no-preload-256898/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:52:08.377464  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/no-preload-256898/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:52:08.539069  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/no-preload-256898/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:52:08.860448  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/no-preload-256898/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:52:09.501787  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/no-preload-256898/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:52:10.783232  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/no-preload-256898/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:52:13.345557  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/no-preload-256898/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p kindnet-480792 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio: (50.079848615s)
--- PASS: TestNetworkPlugins/group/kindnet/Start (50.08s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/ControllerPod
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: waiting 10m0s for pods matching "app=kindnet" in namespace "kube-system" ...
helpers_test.go:344: "kindnet-xww7f" [15004672-d3ec-440f-a406-053c4bbd9594] Running
E0210 13:52:18.467231  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/no-preload-256898/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.003262355s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p kindnet-480792 "pgrep -a kubelet"
I0210 13:52:22.041001  889987 config.go:182] Loaded profile config "kindnet-480792": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/kindnet/KubeletFlags (0.30s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-480792 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-jsnr5" [bddb4ff5-02ba-4afc-b25a-adfba24ef6b6] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-jsnr5" [bddb4ff5-02ba-4afc-b25a-adfba24ef6b6] Running
E0210 13:52:28.708688  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/no-preload-256898/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 11.003806045s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (11.26s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p calico-480792 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker  --container-runtime=crio
E0210 13:53:30.153078  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/no-preload-256898/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p calico-480792 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker  --container-runtime=crio: (1m3.336053813s)
--- PASS: TestNetworkPlugins/group/calico/Start (63.34s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-vrm42" [73792142-7b63-4ed7-8b9f-dc3178ba3d39] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003517278s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-vrm42" [73792142-7b63-4ed7-8b9f-dc3178ba3d39] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004171084s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context default-k8s-diff-port-501911 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (5.09s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-arm64 -p default-k8s-diff-port-501911 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20241212-9f82dd49
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20241108-5c6d2daf
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages (0.25s)

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

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

                                                
                                                
-- stdout --
	Paused

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p default-k8s-diff-port-501911 -n default-k8s-diff-port-501911
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.Kubelet}} -p default-k8s-diff-port-501911 -n default-k8s-diff-port-501911: exit status 2 (348.322023ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 unpause -p default-k8s-diff-port-501911 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p default-k8s-diff-port-501911 -n default-k8s-diff-port-501911
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p default-k8s-diff-port-501911 -n default-k8s-diff-port-501911
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Pause (3.39s)
E0210 13:57:16.069619  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/kindnet-480792/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:57:16.391309  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/kindnet-480792/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:57:17.033313  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/kindnet-480792/client.crt: no such file or directory" logger="UnhandledError"

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/ControllerPod
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: waiting 10m0s for pods matching "k8s-app=calico-node" in namespace "kube-system" ...
helpers_test.go:344: "calico-node-6k2rm" [525c18f2-7e44-4080-8314-b2277c8aa53d] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.003791137s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p custom-flannel-480792 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=crio
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p custom-flannel-480792 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=crio: (1m0.933332707s)
--- PASS: TestNetworkPlugins/group/custom-flannel/Start (60.93s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p calico-480792 "pgrep -a kubelet"
I0210 13:54:04.100326  889987 config.go:182] Loaded profile config "calico-480792": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/calico/KubeletFlags (0.35s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-480792 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-rb6p7" [3f17e4ac-9fa1-4ff1-9f02-801bf4888747] Pending
helpers_test.go:344: "netcat-5d86dc444-rb6p7" [3f17e4ac-9fa1-4ff1-9f02-801bf4888747] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 12.004200123s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (12.31s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p enable-default-cni-480792 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=crio
E0210 13:54:49.607371  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/addons-602470/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:54:52.074684  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/no-preload-256898/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p enable-default-cni-480792 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=crio: (1m9.512428499s)
--- PASS: TestNetworkPlugins/group/enable-default-cni/Start (69.51s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p custom-flannel-480792 "pgrep -a kubelet"
I0210 13:55:01.698909  889987 config.go:182] Loaded profile config "custom-flannel-480792": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/custom-flannel/KubeletFlags (0.42s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-480792 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-67kld" [827d189d-2605-4951-8be8-407541ffc0e9] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-67kld" [827d189d-2605-4951-8be8-407541ffc0e9] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 11.003769809s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (11.43s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p flannel-480792 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=crio
E0210 13:55:47.436352  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/old-k8s-version-964052/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p flannel-480792 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=crio: (56.51855002s)
--- PASS: TestNetworkPlugins/group/flannel/Start (56.52s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p enable-default-cni-480792 "pgrep -a kubelet"
E0210 13:55:53.140033  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/auto-480792/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:55:53.146368  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/auto-480792/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:55:53.157958  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/auto-480792/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:55:53.179429  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/auto-480792/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:55:53.220731  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/auto-480792/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:55:53.302295  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/auto-480792/client.crt: no such file or directory" logger="UnhandledError"
I0210 13:55:53.303017  889987 config.go:182] Loaded profile config "enable-default-cni-480792": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/enable-default-cni/KubeletFlags (0.40s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-480792 replace --force -f testdata/netcat-deployment.yaml
E0210 13:55:53.464572  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/auto-480792/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-jvpc8" [29acb160-c407-4976-aeb0-24a2ed19d986] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0210 13:55:53.786201  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/auto-480792/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:55:54.428160  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/auto-480792/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:55:55.709659  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/auto-480792/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:55:58.271552  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/auto-480792/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-5d86dc444-jvpc8" [29acb160-c407-4976-aeb0-24a2ed19d986] Running
E0210 13:56:03.393374  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/auto-480792/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 12.00381197s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (12.33s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/ControllerPod
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: waiting 10m0s for pods matching "app=flannel" in namespace "kube-flannel" ...
helpers_test.go:344: "kube-flannel-ds-qn9l9" [5a825b2f-d898-426e-bcd5-b5603e9d242f] Running
E0210 13:56:34.116332  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/auto-480792/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:56:37.828287  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.003758551s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p flannel-480792 "pgrep -a kubelet"
I0210 13:56:38.402563  889987 config.go:182] Loaded profile config "flannel-480792": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/flannel/KubeletFlags (0.35s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-480792 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-d9mdq" [daa2e967-6f92-4ac9-9052-ad86e6af0987] Pending
helpers_test.go:344: "netcat-5d86dc444-d9mdq" [daa2e967-6f92-4ac9-9052-ad86e6af0987] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 13.002917023s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (13.35s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p bridge-480792 "pgrep -a kubelet"
I0210 13:57:11.852252  889987 config.go:182] Loaded profile config "bridge-480792": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/bridge/KubeletFlags (0.41s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-480792 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-pzdtj" [62645c20-3afb-4d55-81e5-bd0715bc4e45] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-pzdtj" [62645c20-3afb-4d55-81e5-bd0715bc4e45] Running
E0210 13:57:18.315186  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/kindnet-480792/client.crt: no such file or directory" logger="UnhandledError"
E0210 13:57:20.876839  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/kindnet-480792/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 12.003017313s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (12.35s)

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

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

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

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

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

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

                                                
                                    

Test skip (32/331)

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)

                                                
                                    
x
+
TestDownloadOnlyKic (0.58s)

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

                                                
                                    
x
+
TestOffline (0s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

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

                                                
                                    
x
+
TestAddons/serial/Volcano (0.37s)

                                                
                                                
=== RUN   TestAddons/serial/Volcano
addons_test.go:789: skipping: crio not supported
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-602470 addons disable volcano --alsologtostderr -v=1
--- SKIP: TestAddons/serial/Volcano (0.37s)

                                                
                                    
x
+
TestAddons/serial/GCPAuth/RealCredentials (0s)

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/RealCredentials
addons_test.go:698: This test requires a GCE instance (excluding Cloud Shell) with a container based driver
--- SKIP: TestAddons/serial/GCPAuth/RealCredentials (0.00s)

                                                
                                    
x
+
TestAddons/parallel/Olm (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestAddons/parallel/AmdGpuDevicePlugin (0s)

                                                
                                                
=== RUN   TestAddons/parallel/AmdGpuDevicePlugin
=== PAUSE TestAddons/parallel/AmdGpuDevicePlugin

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/AmdGpuDevicePlugin
addons_test.go:972: skip amd gpu test on all but docker driver and amd64 platform
--- SKIP: TestAddons/parallel/AmdGpuDevicePlugin (0.00s)

                                                
                                    
x
+
TestDockerFlags (0s)

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

                                                
                                    
x
+
TestDockerEnvContainerd (0s)

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

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (0s)

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

                                                
                                    
x
+
TestHyperKitDriverInstallOrUpdate (0s)

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

                                                
                                    
x
+
TestHyperkitDriverSkipUpgrade (0s)

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

                                                
                                    
x
+
TestFunctional/parallel/MySQL (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/DockerEnv (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PodmanEnv (0s)

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

                                                
                                                

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

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

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

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

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

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

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

                                                
                                    
x
+
TestFunctionalNewestKubernetes (0s)

                                                
                                                
=== RUN   TestFunctionalNewestKubernetes
functional_test.go:84: 
--- SKIP: TestFunctionalNewestKubernetes (0.00s)

                                                
                                    
x
+
TestGvisorAddon (0s)

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

                                                
                                    
x
+
TestImageBuild (0s)

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

                                                
                                    
x
+
TestChangeNoneUser (0s)

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

                                                
                                    
x
+
TestScheduledStopWindows (0s)

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

                                                
                                    
x
+
TestSkaffold (0s)

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet (4.34s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/20390-884606/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 10 Feb 2025 13:36:26 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: cluster_info
server: https://192.168.76.2:8443
name: kubernetes-upgrade-374804
contexts:
- context:
cluster: kubernetes-upgrade-374804
extensions:
- extension:
last-update: Mon, 10 Feb 2025 13:36:26 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: context_info
namespace: default
user: kubernetes-upgrade-374804
name: kubernetes-upgrade-374804
current-context: kubernetes-upgrade-374804
kind: Config
preferences: {}
users:
- name: kubernetes-upgrade-374804
user:
client-certificate: /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/kubernetes-upgrade-374804/client.crt
client-key: /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/kubernetes-upgrade-374804/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (5.4s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/cilium
net_test.go:102: Skipping the test as it's interfering with other tests and is outdated
E0210 13:36:37.828466  889987 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/functional-107884/client.crt: no such file or directory" logger="UnhandledError"
panic.go:629: 
----------------------- debugLogs start: cilium-480792 [pass: true] --------------------------------
>>> netcat: nslookup kubernetes.default:
Error in configuration: context was not found for specified context: cilium-480792

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/20390-884606/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 10 Feb 2025 13:36:26 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: cluster_info
server: https://192.168.76.2:8443
name: kubernetes-upgrade-374804
contexts:
- context:
cluster: kubernetes-upgrade-374804
extensions:
- extension:
last-update: Mon, 10 Feb 2025 13:36:26 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: context_info
namespace: default
user: kubernetes-upgrade-374804
name: kubernetes-upgrade-374804
current-context: kubernetes-upgrade-374804
kind: Config
preferences: {}
users:
- name: kubernetes-upgrade-374804
user:
client-certificate: /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/kubernetes-upgrade-374804/client.crt
client-key: /home/jenkins/minikube-integration/20390-884606/.minikube/profiles/kubernetes-upgrade-374804/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                
----------------------- debugLogs end: cilium-480792 [took: 5.186679855s] --------------------------------
helpers_test.go:175: Cleaning up "cilium-480792" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p cilium-480792
--- SKIP: TestNetworkPlugins/group/cilium (5.40s)

                                                
                                    
Copied to clipboard